LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   kdelibs-3.5.6-r8 & qt problem (https://www.linuxquestions.org/questions/linux-general-1/kdelibs-3-5-6-r8-and-qt-problem-554070/)

flamma 05-15-2007 09:57 AM

kdelibs-3.5.6-r8 & qt problem
 
I have used Gentoo only for a week this far, everything went smoothly until I typed "emerge --update --deep world". When emerging kdelibs-3.5.6-r8 I get:

checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

Full config.log here: http://www.flamma.dyns.cx/stuff/config.log

That doesn't tell me very much. I can see lot of variables without value. Have I screwed etc-update somehow? Well I also saved build.log, it's here:

http://www.flamma.dyns.cx/stuff/build.log

x11-libs/qt-4.3.0_rc1 re-emerges fine but when I try to re-emerge x11-libs/qt-3.3.8-r2 I get error. Build log here:

http://www.flamma.dyns.cx/stuff/build2.log

This could belong to bugzilla but I am quite sure I have screwed up somehow. I tried to emerge several programs afterwards and they all emerged successfully. Although I have used other binary based distro's for some time I am true beginner with Gentoo. I would appreciate any help.

puntjuh 05-15-2007 12:29 PM

Well, concerning the: check if QT has been build with thread support.

I'd say do:

equery uses qt

(if you get an error saying it can't find the equery command, be sure to have installed the gentoolkit (=emerge -av gentoolkit)).


If it says you haven't compiled QT with thread support, i'd do a recompile for QT, doing the following:

add the following too package.use: x11-libs/qt +thread

Then do: emerge -newuse qt

it'll rebuild qt with thread support.

Perhaps this will solve your trouble.

flamma 05-16-2007 01:51 PM

Yep, that did it. Thanks.


All times are GMT -5. The time now is 04:29 PM.