Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237654 - kde-misc/yakuake-2.8 - conftest.cpp:2:21: error: qglobal.h: No such file or directory
Summary: kde-misc/yakuake-2.8 - conftest.cpp:2:21: error: qglobal.h: No such file or d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Marcus D. Hanwell (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-14 18:35 UTC by Sebastian Pipping
Modified: 2008-09-21 20:51 UTC (History)
1 user (show)

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


Attachments
configure log (config.log,98.20 KB, text/plain)
2008-09-14 23:02 UTC, Sebastian Pipping
Details
emerge --info (emerge_info.txt,3.81 KB, text/plain)
2008-09-14 23:50 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2008-09-14 18:35:59 UTC
$ 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"
Comment 1 Sebastian Pipping gentoo-dev 2008-09-14 23:02:23 UTC
Created attachment 165432 [details]
configure log
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2008-09-14 23:45:12 UTC
Can you provide emerge--info? Are you using gcc-4.3?
Comment 3 Sebastian Pipping gentoo-dev 2008-09-14 23:50:01 UTC
Created attachment 165436 [details]
emerge --info

$ gcc -dumpversion
4.1.2
Comment 4 Sebastian Pipping gentoo-dev 2008-09-21 20:43:50 UTC
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