all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: 17629@debbugs.gnu.org
Subject: bug#17629: Can't build emacs-24 branch
Date: Thu, 29 May 2014 07:47:02 -0700	[thread overview]
Message-ID: <53874866.6080307@cs.ucla.edu> (raw)
In-Reply-To: <87bnugsv1i.fsf@loki.jorgenschaefer.de>

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

I cannot reproduce the problem; the same checkout (emacs-24 bzr 117169) 
works for me with that recipe on my host (Fedora 20 x86-64, GCC 4.9.0). 
  See attached build transcript and config.log.

Looking at your build snippet I'm suspicious of lines like this:

Loading emacs-lisp/byte-run (compiled; note, source file is newer)...

At this point during the bootstrap process there shouldn't be a compiled 
file byte-run.elc, because it hasn't been built yet.  In my log I see:

Loading emacs-lisp/byte-run (source)...

which is what I'd expect.  Perhaps you were doing a 'make -j' and ran 
into a parallelization problem?  Or maybe you did two 'make's, one 
interrupted?  Neither should cause this problem, but still, we need an 
explanation for why byte-run.elc was present when it should have been 
absent.

[-- Attachment #2: build-transcript.txt.gz --]
[-- Type: application/gzip, Size: 48954 bytes --]

[-- Attachment #3: config.log.gz --]
[-- Type: application/gzip, Size: 34200 bytes --]

  reply	other threads:[~2014-05-29 14:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29 11:07 bug#17629: Can't build emacs-24 branch Jorgen Schaefer
2014-05-29 14:47 ` Paul Eggert [this message]
2014-05-29 15:04 ` Eli Zaretskii
2014-05-29 16:06   ` Glenn Morris
2014-05-29 16:31   ` Jorgen Schaefer
2014-05-29 16:56     ` Glenn Morris
2014-05-29 17:28       ` Stefan Monnier
2014-05-29 19:12         ` Glenn Morris
2014-05-29 20:33           ` Stefan Monnier

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=53874866.6080307@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=17629@debbugs.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.