$ emerge yakuake gives me a configure error. Reproducible: Always Steps to Reproduce: 1. emerge --sync 2. emerge yakuake Actual Results: checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/kde-misc/yakuake-2.8/work/yakuake-2.8/config.log * * ERROR: kde-misc/yakuake-2.8 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 4043: Called kde_src_compile * environment, line 2882: Called kde_src_compile 'src_compile' * environment, line 3007: Called kde_src_compile 'src_compile' 'all' 'myconf' * environment, line 2994: Called econf 'configure' 'make' '--with-x' '--enable-mitshm' '--without-xinerama' '--with-qt-dir=/home/sping/qt-copy' '--enable-mt' '--with-qt-libraries=/home/sping/qt-copy/lib' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' * ebuild.sh, line 513: Called die * The specific snippet of code: * die "econf failed"
Created attachment 165432 [details] configure log
Can you provide emerge--info? Are you using gcc-4.3?
Created attachment 165436 [details] emerge --info $ gcc -dumpversion 4.1.2
I think it's my machine setup. I commented out these lines export QTDIR=$HOME/qt-copy prepend PATH $QTDIR/bin prepend LD_LIBRARY_PATH $QTDIR/lib prepend PKG_CONFIG_PATH $QTDIR/lib/pkgconfig in my ~/.bashrc_kde4 from [1] and now emerge yakuake works. emerge konversion gave me the same error and that made me start wondering... Sorry for the noise. Sebastian [1] http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc