all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Eli Zaretskii <eliz@gnu.org>, Glenn Morris <rgm@gnu.org>
Cc: raeburn@raeburn.org, 26459-done@debbugs.gnu.org
Subject: bug#26459: 26.0.50; loaddefs.el is regenerated after each "git pull"
Date: Thu, 13 Apr 2017 15:44:25 -0700	[thread overview]
Message-ID: <89843eb4-e9a1-6beb-ec83-cd587768a3e3@cs.ucla.edu> (raw)
In-Reply-To: <83fuhciy6u.fsf@gnu.org>

On 04/13/2017 12:06 AM, Eli Zaretskii wrote:
> Generating loaddefs.el is fast again;-)

I'm now experiencing failures like the following with 'make -j5' on my 
circa-2012 desktop. They don't always happen so I assume there's a race 
somewhere. Although I don't know whether it's caused by the recent 
change, some loaddefs.el-related dependencies do seem to be missing, and 
perhaps the recent change merely exposed longstanding problems elsewhere.

...

mv -f emacs bootstrap-emacs
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Nothing to be done for 'compile-first'.
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
   ELC      ../lisp/cus-start.elc
   GEN      net/tramp-loaddefs.el
   ELC      ../lisp/faces.elc
   ELC      ../lisp/emacs-lisp/cl-preloaded.elc
   ELC      ../lisp/emacs-lisp/cl-generic.elc
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
   ELC      ../lisp/files.elc
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
   ELC      ../lisp/frame.elc
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
   ELC      ../lisp/help.elc
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede 
./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine 
./cedet/semantic/decorate ./cedet/semantic/symref 
./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc 
./eshell ./gnus ./image ./international ./language ./leim ./leim/ja-dic 
./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes 
./textmodes ./url ./vc
   GEN      loaddefs.el
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/admin/unidata'
   ELC      unidata-gen.elc
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'

In create-file-buffer:
files.el:1768:8:Warning: function create-file-buffer used to take 0+
     arguments, now takes 1
   ELC      ../lisp/mwheel.elc
   GEN      ../../lisp/international/charprop.el
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Entering directory 
'/home/eggert/src/gnu/emacs/static-checking/lisp'
   ELC      ../lisp/replace.elc
   ELC      ../lisp/scroll-bar.elc
international/uni-bidi.el:0:0: error: file-missing: (Opening input file 
No such file or directory 
/home/eggert/src/gnu/emacs/static-checking/lisp/international/uni-bidi.el)
make[2]: *** [Makefile:198: loaddefs.el] Error 255
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[1]: *** [Makefile:734: ../lisp/loaddefs.el] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'
Writing 
/home/eggert/src/gnu/emacs/static-checking/lisp/international/charprop.el...
make[2]: Leaving directory 
'/home/eggert/src/gnu/emacs/static-checking/admin/unidata'
make[1]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/src'
make: *** [Makefile:416: src] Error 2

Compilation exited abnormally with code 2 at Thu Apr 13 15:38:42






  parent reply	other threads:[~2017-04-13 22:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12  8:54 bug#26459: 26.0.50; loaddefs.el is regenerated after each "git pull" Eli Zaretskii
2017-04-12 15:58 ` Glenn Morris
2017-04-12 16:03   ` Eli Zaretskii
2017-04-12 16:43     ` Glenn Morris
2017-04-12 18:09       ` Glenn Morris
2017-04-13  7:06       ` Eli Zaretskii
2017-04-13  9:03         ` Ken Raeburn
2017-04-13 22:44         ` Paul Eggert [this message]
2017-04-14  1:08           ` Glenn Morris
2017-04-14  7:21             ` Eli Zaretskii
2017-04-14 17:08               ` Glenn Morris
2017-04-15  1:25             ` Glenn Morris
2017-04-15  7:30               ` Eli Zaretskii
2017-04-26 18:32                 ` Glenn Morris
2017-04-26 20:24                   ` Paul Eggert
2017-04-26 20:37                     ` bug#26459: 26.0.50; loaddefs.el is regenerated after each 'git pull' Phillip Lord
2017-04-26 20:47                     ` bug#26459: 26.0.50; loaddefs.el is regenerated after each "git pull" Glenn Morris
2017-04-12 21:37 ` Paul Eggert
2017-04-13  7:09   ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=89843eb4-e9a1-6beb-ec83-cd587768a3e3@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=26459-done@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=raeburn@raeburn.org \
    --cc=rgm@gnu.org \
    /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 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.