Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103242 - glibc 2.3.5-r1 compile failed (segmentation fault)
Summary: glibc 2.3.5-r1 compile failed (segmentation fault)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-21 08:04 UTC by Jaime Martin
Modified: 2005-08-23 09:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Preprocessed source (cc6wJTPY.out,247.88 KB, application/octet-stream)
2005-08-21 08:15 UTC, Jaime Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaime Martin 2005-08-21 08:04:22 UTC
If I try to compile glibc 2.3.5-r1, I get an segmentation fault:

ee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee7
54 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem
/usr/lib/gcc-lib/i68
6-pc-linux-gnu/3.3.5-20050130/include -isystem /usr/include -D_LIBC_REENTRANT
-D_LIBC_RE
ENTRANT -include ../include/libc-symbols.h  -DPIC -DSHARED     -DNOT_IN_libc -o
/var/tmp
/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl/iconvdata/iso-2022-jp.
os -MD -MP -MF
/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl
/iconvdata/iso-2022-jp.os.dt -MT
/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686
-pc-linux-gnu-nptl/iconvdata/iso-2022-jp.os
In file included from iso-2022-jp.c:1025:
../iconv/skeleton.c: In function `gconv':
../iconv/skeleton.c:801: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into
/var/tmp/portage/glibc-2.3.5-r1/temp/cc6wJTPY.out file,
please attach this to your bugreport.
make[2]: ***
[/var/tmp/portage/glibc-2.3.5-r1/work/build-default-i686-pc-linux-gnu-nptl/
iconvdata/iso-2022-jp.os] Error 1
make[2]: Leaving directory
`/var/tmp/portage/glibc-2.3.5-r1/work/glibc-2.3.5/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.5-r1/work/glibc-2.3.5'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.5-r1 failed.
!!! Function toolchain-glibc_src_compile, Line 233, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.




Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge glibc
3. Compile error 

Actual Results:  
I keep glibc-2.3.5

Expected Results:  
Update to glibc-2.3.5-r1

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://linuv.uv.es/mirror/gentoo/"
LDFLAGS="-Wl,-O1"
LINGUAS="es"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow apm berkdb cdr crypt cups curl eds emboss fam foomaticdb gdbm
gnutls gtkhtml imap imlib ithreads java junit libg++ libwww mime motif mp3 mpeg
ncurses nls nojoystick nptl pam pdflib perl png pnp python qt quicktime readline
real rtc sdl spell ssl tcpd vorbis xml2 xmms zlib linguas_es userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, MAKEOPTS
Comment 1 Jaime Martin 2005-08-21 08:15:14 UTC
Created attachment 66477 [details]
Preprocessed source

I include the preprocessed source, following portage instructions.
Comment 2 Jaime Martin 2005-08-23 09:01:03 UTC
Re-emerge gcc && glibc solved bug.