* bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found
@ 2015-12-18 19:18 Kaushal Modi
2015-12-18 19:30 ` Zack Piper
2015-12-19 13:31 ` Phillip Lord
0 siblings, 2 replies; 4+ messages in thread
From: Kaushal Modi @ 2015-12-18 19:18 UTC (permalink / raw)
To: 22208, phillip.lord
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found
2015-12-18 19:18 bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found Kaushal Modi
@ 2015-12-18 19:30 ` Zack Piper
2015-12-18 19:48 ` Glenn Morris
2015-12-19 13:31 ` Phillip Lord
1 sibling, 1 reply; 4+ messages in thread
From: Zack Piper @ 2015-12-18 19:30 UTC (permalink / raw)
To: 22208
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@apertron.net> http://apertron.net
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found
2015-12-18 19:30 ` Zack Piper
@ 2015-12-18 19:48 ` Glenn Morris
0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2015-12-18 19:48 UTC (permalink / raw)
To: Zack Piper; +Cc: 22208
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found
2015-12-18 19:18 bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found Kaushal Modi
2015-12-18 19:30 ` Zack Piper
@ 2015-12-19 13:31 ` Phillip Lord
1 sibling, 0 replies; 4+ messages in thread
From: Phillip Lord @ 2015-12-19 13:31 UTC (permalink / raw)
To: Kaushal Modi; +Cc: 22208
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@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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-19 13:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 19:18 bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found Kaushal Modi
2015-12-18 19:30 ` Zack Piper
2015-12-18 19:48 ` Glenn Morris
2015-12-19 13:31 ` Phillip Lord
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.