Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252706 - sys-libs/libstdc++-v3-3.3.6/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/ostream.tcc:125: internal compiler error: Segmentation fault
Summary: sys-libs/libstdc++-v3-3.3.6/work/build/x86_64-pc-linux-gnu/libstdc++-v3/inclu...
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 252708 252710 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-27 15:31 UTC by thanosz
Modified: 2008-12-27 23:51 UTC (History)
1 user (show)

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 thanosz 2008-12-27 15:31:15 UTC
emerging libstdc++-v3-3.3.6 fails with gcc Segmentation fault:

sys-libs/libstdc++-v3-3.3.6/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/ostream.tcc:125: internal compiler error: Segmentation fault

Reproducible: Always




Portage 2.1.6.3 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.9_p20081201-r1, 2.6.23-gentoo-r4-amd64 x86_64)
=================================================================
System uname: Linux-2.6.23-gentoo-r4-amd64-x86_64-AMD_Athlon-tm-_64_Processor_3500+-with-glibc2.2.5
Timestamp of tree: Sat, 27 Dec 2008 11:35:01 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p48
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.2
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.1
sys-apps/sandbox:    1.3.2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -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/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,-O1"
LINGUAS="en el"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
Comment 1 Panagiotis Christopoulos (RETIRED) gentoo-dev 2008-12-27 15:47:17 UTC
*** Bug 252710 has been marked as a duplicate of this bug. ***
Comment 2 Panagiotis Christopoulos (RETIRED) gentoo-dev 2008-12-27 15:47:27 UTC
*** Bug 252708 has been marked as a duplicate of this bug. ***
Comment 3 Panagiotis Christopoulos (RETIRED) gentoo-dev 2008-12-27 15:50:07 UTC
We only support CFLAGS="-march=athlon64 -O2 -pipe" . Remove all the other stupid CFLAGS which probably break your package. And, please, stop reporting the same bug in bugzilla. Reopen only if necessary. RESOLVED TEST-REQUEST
Comment 4 Panagiotis Christopoulos (RETIRED) gentoo-dev 2008-12-27 15:50:59 UTC
Also, try to disable your ccache, if the above don't work.