Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347233 - sys-devel/gcc-4.4.4: ICE (Segmentation fault) when building eix
Summary: sys-devel/gcc-4.4.4: ICE (Segmentation fault) when building eix
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 02:27 UTC by David Relson
Modified: 2012-03-27 11:31 UTC (History)
0 users

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


Attachments
output of emerge eix (app-portage:eix-0.20.5:20101130-021922.log,8.09 KB, text/plain)
2010-11-30 02:30 UTC, David Relson
Details
output of emerge --info =app-portage/eix-0.20.5 (emerge-info-eix-0.20.5.txt,5.41 KB, text/plain)
2010-11-30 02:31 UTC, David Relson
Details
output of emerge -pqv =app-portage/eix-0.20.5 (emerge-pqv-eix-0.20.5.txt,129 bytes, text/plain)
2010-11-30 02:32 UTC, David Relson
Details
emerge environment (environment,38.54 KB, text/plain)
2010-11-30 02:37 UTC, David Relson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Relson 2010-11-30 02:27:06 UTC
eixTk/stringutils.cc: In function ‘void split_string_template(T&, const std::string&, bool, const char*, bool) [with T = std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >]’:
eixTk/stringutils.cc:202: internal compiler error: Segmentation fault

Reproducible: Always

Steps to Reproduce:
1.run emerge -1qv eix
2.
3.

Actual Results:  
eix-0.20.5 configured successfully.

CXXFLAGS: -march=native -O2 -pipe

LDFLAGS:  -Wl,-O1 -Wl,--as-needed


make  all-recursive
make[1]: Entering directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5'
Making all in po
make[2]: Entering directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5/po'
make[2]: Leaving directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5/po'
Making all in src
make[2]: Entering directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5/src'
  CXX    eixTk/ansicolor.o
  CXX    eixTk/argsreader.o
  CXX    eixTk/exceptions.o
  CXX    eixTk/filenames.o
  CXX    eixTk/formated.o
  CXX    eixTk/stringutils.o
eixTk/stringutils.cc: In function ‘void split_string_template(T&, const std::string&, bool, const char*, bool) [with T = std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >]’:
eixTk/stringutils.cc:202: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
make[2]: *** [eixTk/stringutils.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-portage/eix-0.20.5/work/eix-0.20.5'
make: *** [all] Error 2
emake failed
 * ERROR: app-portage/eix-0.20.5 failed:
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 928:  Called _eapi2_src_compile
 *     ebuild.sh, line 654:  Called die
 * The specific snippet of code:
 *   		emake || die "emake failed"
 *
Comment 1 David Relson 2010-11-30 02:30:42 UTC
Created attachment 255905 [details]
output of emerge eix
Comment 2 David Relson 2010-11-30 02:31:52 UTC
Created attachment 255907 [details]
output of  emerge --info =app-portage/eix-0.20.5
Comment 3 David Relson 2010-11-30 02:32:21 UTC
Created attachment 255909 [details]
output of  emerge -pqv =app-portage/eix-0.20.5
Comment 4 David Relson 2010-11-30 02:37:05 UTC
Created attachment 255913 [details]
emerge environment
Comment 5 SpanKY gentoo-dev 2010-12-01 14:22:59 UTC
you're using gcc-4.4.4 which no longer exists in the tree.  upgrade to the latest stable and retest.  if it still crashes, re-open the bug.
Comment 6 SpanKY gentoo-dev 2010-12-01 14:23:44 UTC
err, nm ... the short line of emerge info doesnt contain the package rev

does it crash at the same place every time ?
Comment 7 David Relson 2012-03-27 11:31:24 UTC
app-portage/eix-0.20.5 is the version of eix that wouldn't build..