Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294022 - sci-libs/liborigin:2 needs x11-libs/qt-gui as dependency -- ../x86_64-pc-linux-gnu/bin/ld: cannot find -lQtGui
Summary: sci-libs/liborigin:2 needs x11-libs/qt-gui as dependency -- ../x86_64-pc-linu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 08:52 UTC by Justin Lecher (RETIRED)
Modified: 2009-11-23 02:03 UTC (History)
0 users

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


Attachments
/tmp/emerge.info (emerge.info,16.92 KB, text/plain)
2009-11-22 08:53 UTC, Justin Lecher (RETIRED)
Details
/tmp/build.log (build.log,20.84 KB, text/plain)
2009-11-22 08:56 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-11-22 08:52:55 UTC
It tries to link against -lQTGui, so either check wether this is really needed or add it as dep.

86_64-pc-linux-gnu-g++ -Wl,-O1,--hash-style=gnu,--sort-common,--as-needed -Wl,-rpath,/usr/lib64/qt4 -shared -Wl,-soname,liborigin2.so.1 -o liborigin2.so.1.0.0 tmp/OriginFile.o tmp/OriginParser.o tmp/OriginDefaultParser.o tmp/Origin750Parser.o   -L/usr/lib64/qt4 -lboost_date_time -lboost_thread -lQtGui -lQtCore -L/usr/lib64 -L/usr/lib64/qt4 -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lQtGui
collect2: ld returned 1 exit status
make: *** [liborigin2.so.1.0.0] Error 1
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-11-22 08:53:19 UTC
Created attachment 210854 [details]
/tmp/emerge.info

emerge --info
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-11-22 08:56:47 UTC
Created attachment 210856 [details]
/tmp/build.log

build.log
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-11-23 02:03:04 UTC
Fixed for now, although I don't understand why upstream chosed qmake as a build system since it does not depend at all on Qt libraries.