unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make bootstrap failed on Solaris 8
@ 2006-02-01 14:22 Mathias Megyei
  0 siblings, 0 replies; only message in thread
From: Mathias Megyei @ 2006-02-01 14:22 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-01 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-01 14:22 make bootstrap failed on Solaris 8 Mathias Megyei

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).