Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214223 - x11-libs/qt-4.3.4 fails w/gcc-4.3.0
Summary: x11-libs/qt-4.3.4 fails w/gcc-4.3.0
Status: RESOLVED DUPLICATE of bug 213411
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://lists.trolltech.com/qt-interes...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-22 05:36 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-03-22 06:47 UTC (History)
0 users

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


Attachments
qt-x11-opensource-src-4.3.4-aliasing.patch (qt-x11-opensource-src-4.3.4-aliasing.patch,789 bytes, patch)
2008-03-22 05:38 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-03-22 05:36:10 UTC
g++ -o "/var/tmp/portage/x11-libs/qt-4.3.4/work/qt-x11-opensource-src-4.3.4/bin/qmake" project.o property.o main.o makefile.o unixmake2.o unixmake.o mingw_make.o option.o winmakefile.o projectgenerator.o meta.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o borland_bmake.o msvc_dsp.o msvc_vcproj.o msvc_nmake.o msvc_objectmodel.o qstring.o qtextstream.o qiodevice.o qglobal.o qbytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlistdata.o qfile.o qfsfileengine_unix.o qfsfileengine_iterator_unix.o qfsfileengine.o qfsfileengine_iterator.o qregexp.o qvector.o qbitarray.o qdir.o qdiriterator.o quuid.o qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o qmap.o qmetatype.o qsettings.o qlibraryinfo.o qvariant.o qvsnprintf.o qlocale.o qlinkedlist.o qurl.o qnumeric.o qcryptographichash.o qscriptasm.o qscriptast.o qscriptastvisitor.o qscriptcompiler.o qscriptecmaarray.o qscriptecmaboolean.o qscriptecmacore.o qscriptecmadate.o qscriptecmafunction.o qscriptecmaglobal.o qscriptecmamath.o qscriptecmanumber.o qscriptecmaobject.o qscriptecmaregexp.o qscriptecmastring.o qscriptecmaerror.o qscriptcontext_p.o qscriptengine.o qscriptengine_p.o qscriptextenumeration.o qscriptextvariant.o qscriptcontext.o qscriptfunction.o qscriptgrammar.o qscriptlexer.o qscriptclassdata.o qscriptparser.o qscriptprettypretty.o qscriptsyntaxchecker.o qscriptvalue.o qscriptvalueimpl.o qscriptvalueiterator.o
floatmath auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
floatmath disabled.
mmx auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
mmx disabled.
3dnow auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
3dnow disabled.
sse auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
sse disabled.
sse2 auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
sse2 disabled.
Cups auto-detection... ()
Segmentation fault
make: *** No targets specified and no makefile found.  Stop.
Cups disabled.
Cups support cannot be enabled due to functionality tests!
 Turn on verbose messaging (-v) to ./configure to see the final report.
 If you believe this message is in error you may use the continue
 switch (-continue) to ./configure to continue.


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-03-22 05:38:14 UTC
Created attachment 146835 [details, diff]
qt-x11-opensource-src-4.3.4-aliasing.patch

Fixes the problem. Snatched from Fedora:
http://cvs.fedoraproject.org/viewcvs/*checkout*/devel/qt/qt-x11-opensource-src-4.3.4-aliasing.patch?rev=1.1
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-03-22 06:47:32 UTC
Are you sure this is the correct fix? The reporter on bug 213411 says this doesn't really work. Anyway, this should be tracked on one bug and not multiple ones.


*** This bug has been marked as a duplicate of bug 213411 ***