all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.