unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: phillip.lord@russet.org.uk (Phillip Lord)
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: 22208@debbugs.gnu.org
Subject: bug#22208: 25.0.50; master branch make is broken? dired-loaddefs not found
Date: Sat, 19 Dec 2015 13:31:11 +0000	[thread overview]
Message-ID: <874mfeh8f4.fsf@russet.org.uk> (raw)
In-Reply-To: <CAFyQvY30KPE554xqqR6u9Z4JaZnPVFLF755YA1P4JpCEnZD9EQ@mail.gmail.com> (Kaushal Modi's message of "Fri, 18 Dec 2015 14:18:37 -0500")



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





      parent reply	other threads:[~2015-12-19 13:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mfeh8f4.fsf@russet.org.uk \
    --to=phillip.lord@russet.org.uk \
    --cc=22208@debbugs.gnu.org \
    --cc=kaushal.modi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).