Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126427 - libtorrent compile fails - ICE with hardened toolchain
Summary: libtorrent compile fails - ICE with hardened toolchain
Status: RESOLVED DUPLICATE of bug 74457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 07:32 UTC by Johan Andersson
Modified: 2006-03-16 08:03 UTC (History)
0 users

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


Attachments
ccjRN9DJ from build logg.. (ccjRN9DJ.out,643.25 KB, text/plain)
2006-03-16 07:36 UTC, Johan Andersson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Andersson 2006-03-16 07:32:06 UTC
Portage 2.1_pre6-r3 (hardened/x86/2.6, gcc-3.4.5, glibc-2.3.6-r3, 2.6.14-hardened-r5 i686)
=================================================================
System uname: 2.6.14-hardened-r5 i686 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.12.0_pre16
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
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/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ds.thn.htu.se/linux/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://localhost/gentoo-portage"
USE="bash-completion berkdb bzip2 crypt dlloader gdbm hardened ipv6 jpeg ncurses nls nptl nptlonly pam perl pic png python readline spell ssl tcpd truetype userlocales x86 xml zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Johan Andersson 2006-03-16 07:36:10 UTC
Created attachment 82303 [details]
ccjRN9DJ from build logg..

/bin/sh ../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../..    -march=athlon-xp -O3 -pipe -DNDEBUG   -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -c -o delegator_reservee.lo delegator_reservee.cc
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/include/g++-v3/bits/stl_algo.h: In function `_RandomAccessIterator std::find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<torrent::PeerConnectionBase**, std::vector<torrent::PeerConnectionBase*, std::allocator<torrent::PeerConnectionBase*> > >, _Predicate = rak::equal_t<torrent::PeerInfo, std::const_mem_fun_t<const torrent::PeerInfo&, torrent::PeerConnectionBase> >]':
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/include/g++-v3/bits/stl_algo.h:292: internal compiler error: in sweep_string_variable, at protector.c:1158
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/libtorrent-0.8.5/temp/ccjRN9DJ.out file, please attach this to your bugreport.
make[3]: *** [connection_list.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../.. -march=athlon-xp -O3 -pipe -DNDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -c delegator_reservee.cc  -fPIC -DPIC -o .libs/delegator_reservee.o
make[3]: Leaving directory `/var/tmp/portage/libtorrent-0.8.5/work/libtorrent-0.8.5/src/download'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libtorrent-0.8.5/work/libtorrent-0.8.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libtorrent-0.8.5/work/libtorrent-0.8.5'
make: *** [all] Error 2
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-16 08:03:22 UTC

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