GNU bug report logs - #13931
24.3.50; latest trunk fails to compile on linux

Previous Next

Package: emacs;

Reported by: emacs18 <at> gmail.com

Date: Tue, 12 Mar 2013 02:52:02 UTC

Severity: normal

Tags: patch

Merged with 13929

Found in version 24.3.50

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: emacs18 <at> gmail.com
Subject: bug#13931: closed (Re: bug#13931: 24.3.50; latest trunk fails to
 compile on linux)
Date: Wed, 13 Mar 2013 03:55:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#13931: 24.3.50; latest trunk fails to compile on linux

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 13931 <at> debbugs.gnu.org.

-- 
13931: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13931
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 13931-done <at> debbugs.gnu.org
Subject: Re: bug#13931: 24.3.50; latest trunk fails to compile on linux
Date: Tue, 12 Mar 2013 20:53:02 -0700
Thanks for installing a patch (trunk bzr 112029).
It works for me and I'm marking this as done.

[Message part 3 (message/rfc822, inline)]
From: Richard Kim <emacs18 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; latest trunk fails to compile on linux
Date: Mon, 11 Mar 2013 19:50:30 -0700
Emacs trunk fails to compile on a fresh branch.
However compile succeeds if an older version is used.
Subsequent compilation of latest version also succeeds.
Details follow.

First attempt at compiling latest trunk fails via

    cd $SRC/emacs/emacs-trunk
    bzr pull --overwrite http://bzr.savannah.gnu.org/r/emacs/trunk
    cd ..
    bzr branch emacs-trunk emacs-trunk_20130311
    cd emacs-trunk_20130311
    ./configure --prefix /opt/local
    make all info

Above fails with    

    ...
    Loading loadup.el (source)...
    Using load-path ($SRC/emacs/emacs-trunk_20130311/lisp
    $SRC/emacs/emacs-trunk_20130311/lisp/emacs-lisp
    $SRC/emacs/emacs-trunk_20130311/lisp/language
    $SRC/emacs/emacs-trunk_20130311/lisp/international 
    $SRC/emacs/emacs-trunk_20130311/lisp/textmodes)
    Loading emacs-lisp/byte-run (source)...
    Symbol's function definition is void: \`

However if an older version is used, then the compile succeeds:

    bzr up -r 111990
    ./configure --prefix /opt/local
    make all info

Now going back to latest trunk version (which failed to compile earlier)
succeeds as well:

    bzr up
    ./configure --prefix /opt/local
    make all info

This problem showed up sometime after Feb 28, 2013.  I have been
compiling latest trunk once every week or so for a long time via the
same steps, which worked for me for several years until it started
failing in the past couple of weeks.

I use Ubuntu 12.04 on a 64-bit laptop.




This bug report was last modified 12 years and 127 days ago.

Previous Next


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