| Summary: | X11-libs/qt-gui-4.5.0-r2 fails to compile (segfault) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | brent <brent.saner> |
| Component: | New packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build log for qt-qui-4.5.0-r2
build log for second attempt |
||
|
Description
brent
2009-04-26 12:24:16 UTC
Created attachment 189479 [details]
build log for qt-qui-4.5.0-r2
This is most likely a case of hardware failure. Can you reproduce this so it segfaults in precisely the same place? Are you using custom-cxx use flag for qt packages? And I am not sure if athlon-fx is a valid CFLAG :\ (In reply to comment #3) > Are you using custom-cxx use flag for qt packages? no; should i try enabling that? > > And I am not sure if athlon-fx is a valid CFLAG :\ > it is, according to the GCC documentation, a valid march option. if it weren't, i'd have a helluva hard time compiling things like gcc, etc. wouldn't i? ;) (it's been there since the install) (In reply to comment #2) > This is most likely a case of hardware failure. Can you reproduce this so it > segfaults in precisely the same place? > just realized i never responded- whoops! yeah, kicking off another attempt now. i'll attach the build log as build2.log compiling ../../../shared/qtpropertybrowser/qtpropertymanager.cpp compiling ../../../shared/qtpropertybrowser/qteditorfactory.cpp In file included from ../../../shared/qtpropertybrowser/qteditorfactory.cpp:2591: ../../../../include/QtCore/../../src/corelib/tools/qmap.h: In member function 'void QMap<Key, T>::detach() [with Key = QtProperty*, T = QList<QSpinBox*>]': ../../../../include/QtCore/../../src/corelib/tools/qmap.h:172: 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]: *** [.obj/release-shared/qteditorfactory.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/x11-libs/qt-gui-4.5.0-r2/work/qt-x11-opensource-src-4.5.0/tools/designer/src/lib' make[1]: *** [sub-lib-make_default-ordered] Error 2 make[1]: Leaving directory `/var/tmp/portage/x11-libs/qt-gui-4.5.0-r2/work/qt-x11-opensource-src-4.5.0/tools/designer/src' make: *** [sub-src-make_default] Error 2 * * ERROR: x11-libs/qt-gui-4.5.0-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3145: Called qt4-build_src_compile * environment, line 2864: Called build_directories ' * src/gui * src/scripttools/ * tools/designer * tools/linguist * src/plugins/imageformats/gif * src/plugins/imageformats/ico * src/plugins/imageformats/jpeg * src/plugins/inputmethods tools/qdbus/qdbusviewer src/plugins/imageformats/tiff src/plugins/accessible/widgets' * environment, line 499: Called die * The specific snippet of code: * emake || die "emake failed"; * The die message: * emake 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/x11-libs/qt-gui-4.5.0-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-gui-4.5.0-r2/temp/environment'. * attaching build2.log as well Created attachment 189504 [details]
build log for second attempt
(In reply to comment #4) > (In reply to comment #3) > > Are you using custom-cxx use flag for qt packages? > > no; should i try enabling that? > You could try that, as I dont have anything else to suggest for now :\ I believe I had this exact problem. Segfault in the same spot while emerging 4.4.2-r3. I emerged again and it worked fine. I'm running Gentoo on an old PIII. Please re-open if you still have problems with the latest qt-gui package Thanks |