Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380611 - kde-misc/kdocker-4.6-r1 : dependency on x11-libs/qt-core and likely more missing
Summary: kde-misc/kdocker-4.6-r1 : dependency on x11-libs/qt-core and likely more missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autodep
  Show dependency tree
 
Reported: 2011-08-25 10:27 UTC by bay
Modified: 2011-08-27 21:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bay 2011-08-25 10:27:41 UTC
Package kde-misc/kdocker uses qmake util during configure phase. This util belongs to x11-libs/qt-core package.

This is a fragment of ebuild:
src_configure() {
        eqmake4
}

The error is:
* Running qmake ...
/var/tmp/portage/kde-misc/kdocker-4.6/temp/environment: line 1292: /usr/bin/qmake: No such file or directory      [ !! ]

 * Running qmake has failed! (see above for details)
 * This shouldn't happen - please send a bug report to http://bugs.gentoo.org/

 * ERROR: kde-misc/kdocker-4.6 failed (configure phase):
 *   eqmake4 failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 2431:  Called eqmake4
 *   environment, line 1298:  Called die
 * The specific snippet of code:
 *           die "eqmake4 failed";


I propose to add x11-libs/qt-core as a dependency of kde-misc/kdocker package.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-08-25 21:39:34 UTC
There's probably more missing.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-08-25 21:40:55 UTC
Sory, mis-clicked...
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-08-27 21:58:41 UTC
Fixed, thanks.