Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88786 - emerge glibc-2.3.4.20041102-r1 fails
Summary: emerge glibc-2.3.4.20041102-r1 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 16:28 UTC by Alexandru Toma
Modified: 2005-12-19 06:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Toma 2005-04-11 16:28:59 UTC
This seems more like a portage error than a glibc error since it seems to compile just fine. I also had a few problems updating linux-headers to 2.6.8.1-r2 after updating gcc to 3.3.5.20050130-r1 but the package installed the second time so I don't know if it's related. I'll try re-emerging glibc tomorrow and see if it still doesn't want to install.

Reproducible: Always
Steps to Reproduce:
1. emerge -u glibc
2.
3.

Actual Results:  
zu_ZA.UTF-8... done
zu_ZA.ISO-8859-1... done
make[2]: Leaving directory
`/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3/localedata'
make[1]: Leaving directory
`/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3'
 * Installing man pages and docs...
/usr/lib/portage/bin/ebuild.sh: line 1874: 14869 Segmentation fault     
"${D}"/$(get_libdir)/ld-*.so --library-path "${D}"/$(get_libdir) ${x} >/dev/null

!!! ERROR: sys-libs/glibc-2.3.4.20041102-r1 failed.
!!! Function src_install, Line 1020, Exitcode 139
!!! simple run test (/bin/date) failed
!!! If you need support, post the topmost build error, NOT this status message.


Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20040808-r1, 2.6.11-gentoo-r5 i686)
=================================================================
System uname: 2.6.11-gentoo-r5 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov  5 2004, 15:16:07)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.roedu.net/pub/mirrors/gentoo.org
http://gentoo.oregonstate.edu"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync1.ro.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib alsa apm avi bitmap-fonts cdr crypt cups curl
emboss encode faac faad fam flac foomaticdb fortran gd geoip gif gphoto2 gpm
gtk2 guile imagemagick imlib imlib2 jikes jpeg lcms libcaca libwww lzo mad
matroska mikmod mmx mmx2 mng motif mp3 mpeg mysql ncurses network nls no_wxgtk1
oggvorbis opengl pam png postgres python quicktime readline rtc ruby sdl slang
spell sse ssl tcpd tga theora tiff truetype truetype-fonts type1-fonts
xchatdccserver xml2 xmms xprint xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 SpanKY gentoo-dev 2005-04-11 18:42:48 UTC
no, it's a sanity check that prevented a broken glibc from being emerged into your /

be glad the emerge fails and that your system still boots ;)

what if you try `env CFLAGS="-pipe" emerge glibc` ?
Comment 2 Alexandru Toma 2005-04-12 02:56:51 UTC
Nope, same error... well, almost. It now reads "6501 Segmentation fault" instead of "14869 Segmentation fault"
Comment 3 Jörg Sommersberg 2005-04-17 09:54:18 UTC
i am getting the same error.
tried with or without distcc.
also tried CFLAGS="-pipe" as mentioned above.
Comment 4 lezius 2005-04-21 06:27:09 UTC
I had the same problem.

I rebuild coreutils with the +acl flag (may (re)built acl and attr package) and now the emerge glibc work fine.

It seems that the bootstarp default is +acl and that after the bootstarp this default is not signal.

Hope it's help
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-14 02:59:32 UTC
can you try glibc-2.3.5
Comment 6 Alexandru Toma 2005-08-19 04:53:56 UTC
glibc-2.3.5-r1 emerged fine here so I think the bug can be closed now. many thanks.
Comment 7 Mark Loeser (RETIRED) gentoo-dev 2005-12-19 06:33:43 UTC
See previous comment, user fixed.