Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231787 - sys-apps/paludis-0.28.0 - configure: error: Your compiler doesn't support tr1 unordered containers
Summary: sys-apps/paludis-0.28.0 - configure: error: Your compiler doesn't support tr1...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 16:45 UTC by Christian Apeltauer
Modified: 2008-08-04 01:07 UTC (History)
0 users

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


Attachments
/var/tmp/portage/sys-apps/paludis-0.28.0/work/paludis-0.28.0/config.log (config.log,40.15 KB, text/plain)
2008-07-14 17:10 UTC, Christian Apeltauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Apeltauer 2008-07-14 16:45:27 UTC
When I try to emerge paludis-0.28.0 on my hardened amd64 box the configure script fails because of the "compiler doesn't support tr1 unordered container". The error happens both with the standard profile for gcc-3.4.6 (x86_64-pc-linux-gnu-3.4.6) and the vanilla profile (86_64-pc-linux-gnu-3.4.6-vanilla); but compilation and emerging works with gcc-4.3.1-r1.
My emerge --info:
Portage 2.2_rc1 (hardened/amd64, gcc-3.4.6, glibc-2.8_p20080602-r0, 2.6.25-hardened-r1-monolith x86_64)
=================================================================
System uname: Linux-2.6.25-hardened-r1-monolith-x86_64-AMD_Sempron-tm-_Processor_3000+-with-glibc2.3.2
Timestamp of tree: Thu, 10 Jul 2008 01:45:01 +0000
app-shells/bash:     3.2_p39
dev-lang/python:     2.5.2-r5
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -fomit-frame-pointer -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.0/env /usr/kde/4.0/share/config /usr/kde/4.0/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=k8 -fomit-frame-pointer -O2 -pipe"
DISTDIR="/var/distfiles"
FEATURES="collision-protect distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox webrsync-gpg"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
LDFLAGS=""
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/var/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --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="3dnow X acl alsa amd64 arts bash-completion berkdb bzip2 caps cdr cracklib crypt dbus dvd dvdr dvdread encode fbcon ffmpeg flac gif gnutls gtk2 hal hardened id3tag imap ipv6 jpeg jpeg2k justify kde kdeenablefinal latex midi motif ncurses nls nptl nptlonly offensive ogg openexr opengl pam pic pie png qt3 qt4 readline ruby sasl sdl skey smartcard spell sse2 ssl symlink tcpd theora tiff truetype unicode urandom usb vcd vim-syntax vorbis xine xorg xvid zlib" ALSA_CARDS="via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="agfa_cl20" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="openchrome via vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Reproducible: Always

Steps to Reproduce:
1.emerge =paludis-0.28.0
2.
3.
Actual Results:  
checking whether we should explicitly instantiate fully specialised templates... yes
checking for compiler support for static_assert... no
checking for compiler support for concepts... no
checking for hashed associative containers... no
configure: error: Your compiler doesn't support tr1 unordered containers

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/paludis-0.28.0/work/paludis-0.28.0/config.log
 * 
 * ERROR: sys-apps/paludis-0.28.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2421:  Called econf '--disable-doxygen' '--disable-pink' '--disable-qa' '--enable-ruby' '--disable-python' '--disable-glsa' '--enable-vim' '--disable-visibility' '--with-vim-install-dir=/usr/share/vim/vimfiles' '--enable-sandbox' '--with-repositories=default,unpackaged' '--with-clients=default,accerso,adjutrix,contrarius,importare,instruo,paludis,reconcilio' '--with-environments=default,portage'
 *               ebuild.sh, line  526:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/paludis-0.28.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/paludis-0.28.0/temp/environment'.

Expected Results:  
building and emerging of paludis
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-14 16:51:54 UTC
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-apps/paludis-0.28.0/work/paludis-0.28.0/config.log
 * 
Comment 2 Christian Apeltauer 2008-07-14 17:10:17 UTC
Created attachment 160369 [details]
/var/tmp/portage/sys-apps/paludis-0.28.0/work/paludis-0.28.0/config.log
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-14 17:32:40 UTC
TR 1 is gcc 4.3 stuff - won't work w/ hardened. Please contact Paludis developers, if this is their minimum build requirement or a possible compatibility path using Boost is broken.
Comment 4 Steffen Schaumburg 2008-08-04 01:07:33 UTC
Paludis purposely require some version of gcc-4 now, see http://paludis.pioto.org/news.html
"0.28.0:
    * Compilers without tr1 memory, type traits and functional support are no
      longer supported. This means you, gcc-3."

One thing though, shouldn't this be reflected in the ebuild's depend?