Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385835 - x11-libs/qt-qt3support-4.7.4 : add dev-util/pkgconfig in DEPEND
Summary: x11-libs/qt-qt3support-4.7.4 : add dev-util/pkgconfig in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autodep
  Show dependency tree
 
Reported: 2011-10-06 07:23 UTC by bay
Modified: 2011-11-19 20:53 UTC (History)
0 users

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


Attachments
Build log (qt-qt3support.txt,26.10 KB, text/plain)
2011-10-06 07:23 UTC, bay
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bay 2011-10-06 07:23:42 UTC
Created attachment 288937 [details]
Build log

Package x11-libs/qt-qt3support doesn't builds without dev-util/pkgconfig.
The error is:
x86_64-pc-linux-gnu-g++ -c -pipe -Wall -W  -I../../../mkspecs/linux-g++ -I. -o glib.o glib.cpp
glib.cpp:44:18: fatal error: glib.h: No such file or directory
compilation terminated.
gmake: *** [glib.o] Error 1
Glib disabled.
Phonon support cannot be enabled due to functionality tests!

Please, add dev-util/pkgconfig as a dependency of x11-libs/qt-qt3support, possibly only with phonon use flag enabled
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2011-10-09 12:48:11 UTC
The dep should probably be added to each x11-libs/qt-* ebuild, or inside qt4-build.eclass, since the configure script is the same for all of them.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2011-11-19 20:53:36 UTC
Dep added to qt4-build.eclass. Thanks for reporting!