Summary: | app-office/openoffice-3.2.1 fails: internal compiler error: in remove_unreachable_handlers, at tree-eh.c:3294 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alec Meyers <alecm_88> |
Component: | Current packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | asturm, dhp_gentoo, egorov_egor, joel |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log (gzipped, since it's over the size limit)
build.log.gz (try two) |
Description
Alec Meyers
2010-09-09 02:07:46 UTC
Created attachment 247366 [details]
build.log (gzipped, since it's over the size limit)
Oops, forgot to attach the build.log!
NB: the attached build log is actually compressed twice: to everybody: gunzip, rename to .gz, and run gunzip again. This bug seem to be dup of 336757 Alex: emerge --info may help *** Bug 336757 has been marked as a duplicate of this bug. *** Created attachment 247541 [details] build.log.gz (try two) (In reply to comment #2) > NB: the attached build log is actually compressed twice: to everybody: gunzip, > rename to .gz, and run gunzip again. Not sure how that happened :\ (In reply to comment #5) > Created an attachment (id=247541) [details] > build.log.gz (try two) > > (In reply to comment #2) > > NB: the attached build log is actually compressed twice: to everybody: gunzip, > > rename to .gz, and run gunzip again. > > Not sure how that happened :\ > It's double-gzipped again! *shakes fist at bugzilla* (In reply to comment #6) > It's double-gzipped again! *shakes fist at bugzilla* bug 337784 ... because i am tired of this (no, it's not the first time). I hit the same issue with one of geki's ebuilds. Seems to be a gcc-4.5 P2 regression that's still not fixed: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44545 Here's the actual code that makes gcc-4.5.1 blurp: double VCLXCurrencyField::getMin() throw(::com::sun::star::uno::RuntimeException) { ::vos::OGuard aGuard( GetMutex() ); LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); return pCurrencyFormatter ? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMin(), pCurrencyFormatter->GetDecimalDigits() ) : 0; Sys info: Portage 2.2_rc97 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.1, glibc-2.12.1-r1, 2.6.36-rc7 x86_64) ================================================================= System uname: Linux-2.6.36-rc7-x86_64-Intel-R-_Core-TM-2_Duo_CPU_L9400_@_1.86GHz-with-gentoo-2.0.1 Timestamp of tree: Sat, 16 Oct 2010 17:45:02 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.3 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.68 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.5.1::ownage sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.35 (sys-kernel/linux-headers) [cut] CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -w" CFLAGS_x86="-m32" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x86="i686-pc-linux-gnu" [cut] CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block" This was fixed in gcc-4.5.0-r1, see duplicate bug 345219 *** This bug has been marked as a duplicate of bug 345219 *** |