all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bootstrapping fails with CVS HEAD: Cannot open load file: autoload
@ 2008-03-13  9:58 Tassilo Horn
  2008-03-13 10:11 ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: Tassilo Horn @ 2008-03-13  9:58 UTC (permalink / raw)
  To: emacs-devel

Hi all,

once again make bootstrap fails.  Here's the output:

--8<---------------cut here---------------start------------->8---
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under names emacs and emacs-23.0.60
72378 pure bytes used
mv -f emacs bootstrap-emacs
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/src'
(cd lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j bootstrap EMACS=../src/bootstrap-emacs)
make[2]: Entering directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp'
wd=/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
	for file in $wins; do \
	   /var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp/../update-subdirs $file; \
	done;
make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 - --jobserver-fds=3,4 -j update-subdirs
EMACSLOADPATH=/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload \
	   --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \
	   --eval "(setq generated-autoload-file \"/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp/calendar/cal-loaddefs.el\")" \
	   --eval "(setq make-backup-files nil)" \
	   -f batch-update-autoloads /var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp/calendar
Cannot open load file: autoload
make[2]: *** [/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp/calendar/cal-loaddefs.el] Error 255
make[2]: *** Waiting for unfinished jobs....
make[3]: Entering directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp'
wd=/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \
	for file in $wins; do \
	   /var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp/../update-subdirs $file; \
	done;
make[3]: Leaving directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp'
make[2]: Leaving directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-cvs-23.0.60-r2/work/emacs'
make: *** [bootstrap] Error 2
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bootstrapping fails with CVS HEAD: Cannot open load file: autoload
  2008-03-13  9:58 Bootstrapping fails with CVS HEAD: Cannot open load file: autoload Tassilo Horn
@ 2008-03-13 10:11 ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2008-03-13 10:11 UTC (permalink / raw)
  To: emacs-devel

Tassilo Horn <tassilo@member.fsf.org> writes:

> once again make bootstrap fails.  Here's the output:

[...]

Ups, I was a littlebit too fast.

  MAKEOPTS=-j1 make bootstrap

works.  Till now emacs had no problems with 3 parallel makes and it
would be nice if it had none in the present and future, too.  Anyway, at
least it's no showstopper.

Bye,
Tassilo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-13 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-13  9:58 Bootstrapping fails with CVS HEAD: Cannot open load file: autoload Tassilo Horn
2008-03-13 10:11 ` Tassilo Horn

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.