Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150756 - glibc-2.5 fails in testsuit
Summary: glibc-2.5 fails in testsuit
Status: RESOLVED DUPLICATE of bug 56898
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 08:34 UTC by Sascha Biberhofer
Modified: 2006-10-10 10: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 Sascha Biberhofer 2006-10-10 08:34:19 UTC
Hi there
When trying to emerge glibc-2.5 with FEATURES="test" glibc compiles fine, yet produces a segfault in the testsuit. 

With sandbox enabled, a segfault causes the testsuit to fail:

/bin/sh -e run-iconv-test.sh /var/tmp/portage/glibc-2.5/work/build-default-i686-pc-linux-gnu-nptl > /var/tmp/portage/glibc-2.5/work/build-default-i686-pc-linux-gnu-nptl/iconvdata/iconv-test.out
run-iconv-test.sh: line 61: 20618 Segmentation fault      $PROG -f $from -t $t testdata/$from >$temp1
make[2]: *** [/var/tmp/portage/glibc-2.5/work/build-default-i686-pc-linux-gnu-nptl/iconvdata/iconv-test.out] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5/iconvdata'
make[1]: *** [iconvdata/tests] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5'
make: *** [check] Error 2

Without the sandbox an unexpected signal aborts the merge:

Didn't expect signal from child: got `Aborted'
make[2]: *** [/var/tmp/portage/glibc-2.5/work/build-default-i686-pc-linux-gnu-nptl/nptl/tst-cancel1.out] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5/nptl'
make[1]: *** [nptl/tests] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.5/work/glibc-2.5'
make: *** [check] Error 2

I hope this is enough detail. If there's anything more you need, I'll add that stuff.

emerge --info:
Portage 2.1.2_pre2-r7 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.18 i686)
=================================================================
System uname: 2.6.18 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.12.5
Last Sync: Tue, 10 Oct 2006 03:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://192.168.0.1 http://gentoo.inode.at http://gentoo.osuosl.org http://www.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac alsa berkdb crypt elibc_glibc fbcon flac gdbm gif gpm input_devices_keyboard input_devices_mouse jpeg kernel_linux mad mmx mmxext mp3 ncurses nls nptl nptlonly ogg pam pcre pdf perl png python quicktime readline sse ssl tcpd tiff truetype unicode userland_GNU video_cards_nvidia vorbis win32codecs x86 xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-10 10:33:14 UTC
Please, search...


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