GNU bug report logs - #1591
Failed to compile emacs from CVS with the new glibc-2.9-3.i686

Previous Next

Package: emacs;

Reported by: Håvard Rue <Havard.Rue <at> math.ntnu.no>

Date: Wed, 17 Dec 2008 06:56:06 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Glenn Morris <rgm <at> gnu.org>

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: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#1591: closed (Failed to compile emacs from CVS with the new
 glibc-2.9-3.i686)
Date: Sun, 10 Jul 2011 02:04:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 09 Jul 2011 22:02:54 -0400
with message-id <uiiprac2pd.fsf <at> fencepost.gnu.org>
and subject line Re: bug#1591: Failed to compile emacs from CVS with the new glibc-2.9-3.i686
has caused the GNU bug report #1591,
regarding Failed to compile emacs from CVS with the new glibc-2.9-3.i686
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
1591: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1591
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Håvard Rue <Havard.Rue <at> math.ntnu.no>
To: bug-gnu-emacs <at> gnu.org
Subject: Failed to compile emacs from CVS with the new glibc-2.9-3.i686
Date: Tue, 16 Dec 2008 09:50:18 +0100
My build of emacs23 wouldn't start (segfault)  the other day, and I
tried to compile it again from the source. It fail to compile 

`/bin/pwd`/temacs --batch --load loadup bootstrap
make[3]: *** [bootstrap-emacs] Segmentation fault (core dumped)

And if I run it in the debugger, I get

localhost[src]$ gdb ./temacs
GNU gdb Fedora (6.8-29.fc10)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from
terminal]
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x813ced9: file sysdep.c, line 1135.
(gdb) run --batch --load loadup bootstrap
Starting program: /home/hrue/sw/emacs/src/temacs --batch --load loadup
bootstrap
[Thread debugging using libthread_db enabled]
[New Thread 0x40108280 (LWP 7072)]

Program received signal SIGSEGV, Segmentation fault.
0x005081eb in _dl_init_internal () from /lib/ld-linux.so.2

Missing separate debuginfos, use: debuginfo-install
alsa-lib-1.0.18-6.rc3.fc10.i386 atk-1.24.0-1.fc10.i386
bzip2-libs-1.0.5-3.fc10.i386 cairo-1.8.0-1.fc10.i386
dbus-libs-1.2.8-1.fc10.i386 e2fsprogs-libs-1.41.3-2.fc10.i386
expat-2.0.1-5.i386 fontconfig-2.6.0-3.fc10.i386
freetype-freeworld-2.3.7-2.fc10.i386 giflib-4.1.3-9.i386
glib2-2.18.3-2.fc10.i386 glibc-2.9-3.i686 gtk2-2.14.4-3.fc10.i386
libICE-1.0.4-4.fc10.i386 libSM-1.1.0-2.fc10.i386
libX11-1.1.4-6.fc10.i386 libXau-1.0.4-1.fc10.i386
libXcomposite-0.4.0-5.fc10.i386 libXcursor-1.1.9-3.fc10.i386
libXdamage-1.1.1-4.fc9.i386 libXdmcp-1.0.2-6.fc10.i386
libXext-1.0.4-1.fc9.i386 libXfixes-4.0.3-4.fc10.i386
libXft-2.1.13-1.fc10.i386 libXi-1.1.3-4.fc9.i386
libXinerama-1.0.3-2.fc10.i386 libXpm-3.5.7-4.fc9.i386
libXrandr-1.2.3-1.fc10.i386 libXrender-0.9.4-3.fc9.i386
libcap-2.10-2.fc10.i386 libcroco-0.6.1-5.fc9.i386
libgsf-1.14.10-1.fc10.i386 libjpeg-6b-43.fc10.i386
libpng-1.2.33-1.fc10.i386 librsvg2-2.22.3-1.fc10.i386
libselinux-2.0.73-1.fc10.i386 libtiff-3.8.2-11.fc10.i386
libxcb-1.1.91-5.fc10.i386 libxml2-2.7.2-2.fc10.i386
ncurses-libs-5.6-20.20080927.fc10.i386 pango-1.22.3-1.fc10.i386
pixman-0.12.0-2.fc10.i386 zlib-1.2.3-18.fc9.i386


seems like a new glibc has just recently been installed

localhost[~]$ rpm -qf /lib/ld-2.9.so 
glibc-2.9-3.i686


I'm running Fedora 10. 

Bests,
Håvard



-- 
 Håvard Rue
 Department of Mathematical Sciences
 Norwegian University of Science and Technology
 N-7491 Trondheim, Norway
 Voice: +47-7359-3533    URL  : http://www.math.ntnu.no/~hrue  
 Fax  : +47-7359-3524    Email: havard.rue <at> math.ntnu.no

 Please avoid sending me Word or PowerPoint attachments,
 see http://www.gnu.org/philosophy/no-word-attachments.html
 This message was created in a Microsoft-free computing environment.





[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 1591-done <at> debbugs.gnu.org
Subject: Re: bug#1591: Failed to compile emacs from CVS with the new
	glibc-2.9-3.i686
Date: Sat, 09 Jul 2011 22:02:54 -0400
There's no useful information in the backtrace, so we cannot do aything.
FWIW, I have no problems building emacs with glibc 2.12 or 2.13.
Hopefully it was just a transient glitch on your system.
Please open a new report if you still have problems.


This bug report was last modified 14 years and 6 days ago.

Previous Next


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