Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137873 - Recursor don't compile
Summary: Recursor don't compile
Status: RESOLVED DUPLICATE of bug 74457
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: 2006-06-24 12:59 UTC by Láďa Durchánek
Modified: 2006-06-24 14:41 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 Láďa Durchánek 2006-06-24 12:59:00 UTC
emerge pdns-recursor dies with:

i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o dnsparser.o dnsparser.cc
pdns_recursor.cc: In function `void doResends(boost::multi_index::detail::index_iterator<boost::multi_index::detail::or
dered_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::index_node_base<MTasker<Pac
ketID, std::string>::Waiter> > > >&, PacketID, const std::string&)':
pdns_recursor.cc:1108: 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.
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o dnswriter.o dnswriter.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o dnsrecords.o dnsrecords.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o rcpgenerator.o rcpgenerator.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o base64.o base64.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o zoneparser-tng.o zoneparser-tng
.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o rec_channel.o rec_channel.cc
i686-pc-linux-gnu-g++ -O2 -march=pentium3 -pipe -fomit-frame-pointer -Wall -O3    -c -o rec_channel_rec.o rec_channel_r
ec.cc
Preprocessed source stored into /var/tmp/portage/pdns-recursor-3.1.1/temp/ccWKJp1P.out file, please attach this to your
 bugreport.
make: *** [pdns_recursor.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: net-dns/pdns-recursor-3.1.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  pdns-recursor-3.1.1.ebuild, line 21:   Called die

My emerge --info
Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
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/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.ynet.sk/pub"
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.europe.gentoo.org/gentoo-portage"
USE="x86 hardened mmx ncurses nptl nptlonly pam sse ssl unicode elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-24 14:41:55 UTC

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