GNU bug report logs - #22208
25.0.50; master branch make is broken? dired-loaddefs not found

Previous Next

Package: emacs;

Reported by: Kaushal Modi <kaushal.modi <at> gmail.com>

Date: Fri, 18 Dec 2015 19:20:01 UTC

Severity: normal

Found in version 25.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22208 in the body.
You can then email your comments to 22208 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#22208; Package emacs. (Fri, 18 Dec 2015 19:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kaushal Modi <kaushal.modi <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 18 Dec 2015 19:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>,
 Phillip Lord <phillip.lord <at> russet.org.uk>
Subject: 25.0.50; master branch make is broken? dired-loaddefs not found
Date: Fri, 18 Dec 2015 14:18:37 -0500
I get the below error on doing

make bootstrap


It seems to be related to this:
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=2f55a230d7ab3d2f34f82a5e4abe3b34d4f6bc94


make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[3]: Entering directory `/home/kmodi/downloads/git/emacs/lisp'
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
  ELC      emacs-lisp/autoload.elc
make[3]: Leaving directory `/home/kmodi/downloads/git/emacs/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[3]: Entering directory `/home/kmodi/downloads/git/emacs/lisp'
  GEN      calendar/cal-loaddefs.el
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Error: (file-error "Cannot open load file" "No such file or directory"
"dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Eager macro-expansion failure: (file-error "Cannot open load file" "No
such file or directory" "dired-loaddefs")
Loading macroexp.elc...
Cannot open load file: No such file or directory, dired-loaddefs
make[3]: *** [calendar/cal-loaddefs.el] Error 255
make[3]: Leaving directory `/home/kmodi/downloads/git/emacs/lisp'
make[2]: *** [../lisp/loaddefs.el] Error 2
make[2]: Leaving directory `/home/kmodi/downloads/git/emacs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/kmodi/downloads/git/emacs'
make: *** [bootstrap] Error 2

--
Kaushal Modi




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22208; Package emacs. (Fri, 18 Dec 2015 19:31:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zack Piper <zack <at> apertron.net>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22208: 25.0.50; master branch make is broken? dired-loaddefs
 not found
Date: Fri, 18 Dec 2015 19:30:39 +0000
Probably a file somewhere is out-of-date, have you tried cloning
again? Or to save bandwidth running `git clean -fdx' (!!! will purge
all files in the repository that are not tracked by git (compiled and
generated) !!!), and then rerunning bootstrap?

-- 
Zack Piper <zack <at> apertron.net> http://apertron.net




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22208; Package emacs. (Fri, 18 Dec 2015 19:49:02 GMT) Full text and rfc822 format available.

Message #11 received at 22208 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Zack Piper <zack <at> apertron.net>
Cc: 22208 <at> debbugs.gnu.org
Subject: Re: bug#22208: 25.0.50;
 master branch make is broken? dired-loaddefs not found
Date: Fri, 18 Dec 2015 14:48:37 -0500
Zack Piper wrote:

> Probably a file somewhere is out-of-date, have you tried cloning
> again? Or to save bandwidth running `git clean -fdx' (!!! will purge
> all files in the repository that are not tracked by git (compiled and
> generated) !!!), and then rerunning bootstrap?

I doubt that will help.

http://hydra.nixos.org/build/29118180




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22208; Package emacs. (Sat, 19 Dec 2015 13:32:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: phillip.lord <at> russet.org.uk (Phillip Lord)
To: Kaushal Modi <kaushal.modi <at> gmail.com>
Cc: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: Re: 25.0.50; master branch make is broken? dired-loaddefs not found
Date: Sat, 19 Dec 2015 13:31:11 +0000

This error should be fixed, although I am seeing a new (and different)
error on the hydra builds at the moment.


Kaushal Modi <kaushal.modi <at> gmail.com> writes:

> I get the below error on doing
>
> make bootstrap
>
>
> It seems to be related to this:
> http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=2f55a230d7ab3d2f34f82a5e4abe3b34d4f6bc94
>
>
> make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
> make[3]: Entering directory `/home/kmodi/downloads/git/emacs/lisp'
>   ELC      emacs-lisp/macroexp.elc
>   ELC      emacs-lisp/cconv.elc
>   ELC      emacs-lisp/byte-opt.elc
>   ELC      emacs-lisp/bytecomp.elc
>   ELC      emacs-lisp/autoload.elc
> make[3]: Leaving directory `/home/kmodi/downloads/git/emacs/lisp'
> make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
> make[3]: Entering directory `/home/kmodi/downloads/git/emacs/lisp'
>   GEN      calendar/cal-loaddefs.el
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Error: (file-error "Cannot open load file" "No such file or directory"
> "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Eager macro-expansion failure: (file-error "Cannot open load file" "No
> such file or directory" "dired-loaddefs")
> Loading macroexp.elc...
> Cannot open load file: No such file or directory, dired-loaddefs
> make[3]: *** [calendar/cal-loaddefs.el] Error 255
> make[3]: Leaving directory `/home/kmodi/downloads/git/emacs/lisp'
> make[2]: *** [../lisp/loaddefs.el] Error 2
> make[2]: Leaving directory `/home/kmodi/downloads/git/emacs/src'
> make[1]: *** [src] Error 2
> make[1]: Leaving directory `/home/kmodi/downloads/git/emacs'
> make: *** [bootstrap] Error 2
>
> --
> Kaushal Modi




bug closed, send any further explanations to 22208 <at> debbugs.gnu.org and Kaushal Modi <kaushal.modi <at> gmail.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 26 Dec 2015 19:13:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Jan 2016 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.