Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86714 - ebuild.sh segfaults while trying to install glibc-2.3.4.20041102-r1
Summary: ebuild.sh segfaults while trying to install glibc-2.3.4.20041102-r1
Status: RESOLVED DUPLICATE of bug 86465
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 15:40 UTC by Sebastian Witt
Modified: 2005-07-17 13:06 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 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 ***