emacs-devel
[Top][All Lists]
Advanced

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

make bootstrap failed on Solaris 8


From: Mathias Megyei
Subject: make bootstrap failed on Solaris 8
Date: Wed, 1 Feb 2006 15:22:21 +0100

Hi,

I built Emacs from cvs yesterday under GNU/Linux and Solaris.

'make bootstrap' failed under Solaris with the message:

*** Error code 2
make: Fatal error: Command failed for target `compile'
Current working directory /home/megyei/gnu/Emacs/cvs/solaris/emacs/lisp

The reason seems to be in the file lisp/Makefile.in.

While the target 'compile-always' containes the lines

        # `|| true' prevents old Bash versions from getting confused
        # by an error.
        find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || 
true; \

`|| true' is missing in target 'compile'.

After adding `|| true' to target 'compile' make bootstrap
finished successfully.

Mathias Megyei




reply via email to

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