Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 86714

Summary: ebuild.sh segfaults while trying to install glibc-2.3.4.20041102-r1
Product: Gentoo Linux Reporter: Sebastian Witt <se.witt>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sebastian Witt 2005-03-25 15:40:54 UTC
When I try to update glibc from 2.3.4.20040808-r1 to 2.3.4.20041102-r1 it crashes reproducable with a segmentation fault. This happens after the compilation when it tries to install it.
All other updates, emerges etc. are working.

Portage version is 2.0.51.19,
coreutils 5.2.1-r4,
bash 2.05b-r9.

.........
it_IT.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: 22729 Segmentation fault      env LD_LIBRARY_PATH="${D}/$(get_libdir)" ${x} >/dev/null

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


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

Actual Results:  
Compiles cleany, then segfaults while trying to install.

Expected Results:  
No segfault.
Comment 1 Sven Wegener gentoo-dev 2005-03-25 15:48:30 UTC
Please emerge --sync

*** This bug has been marked as a duplicate of 86465 ***