bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake Tests Failed


From: Ralf Wildenhues
Subject: Re: Automake Tests Failed
Date: Fri, 12 Jun 2009 17:37:31 +0200
User-agent: Mutt/1.5.19 (2009-06-09)

Hello Purvis,

please don't top-post, and please keep the list in Cc:, thanks!

* Purvis Bedenbaugh wrote on Fri, Jun 12, 2009 at 05:09:25PM CEST:
> 
> This is the log file for the automake build.

Thanks.  All test failures look more or less like this:

> if test "emacs" != no; then \
>   set x; \
>   list='l.el'; for p in $list; do \
>     if test -f "$p"; then d=; else d="../"; fi; \
>     set x "$@" "$d$p"; shift; \
>   done; \
>   shift; \
>   EMACS="emacs" /bin/sh ../elisp-comp "$@" || exit 1; \
> else : ; fi
> Cannot open load file: /Applications/Aquamacs 
> Emacs.app/Contents/MacOS/libexec/fns-21.2.1.el
> make: *** [elc-stamp] Error 1

That indicates that your emacs installation is not working right.
Either emacs doesn't cope well with files with spaces in the name
(I have no idea whether that would be the case), or some configuration
file for emacs specifies a nonexisting file to load.  Anyway, you
should fix this in your local installation.

Here's how you should be able to see the failure yourself: run this in
an empty directory:
  echo "(setq load-path (cons nil load-path))" > script
  emacs -batch -q -l script -f batch-byte-compile

Hope that helps.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]