Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416845 - dev-libs/libdbusmenu-qt-0.9.2 fails compiling without x11-libs/qt-test installed
Summary: dev-libs/libdbusmenu-qt-0.9.2 fails compiling without x11-libs/qt-test installed
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:
 
Reported: 2012-05-21 05:56 UTC by Franz Trischberger
Modified: 2012-05-22 16:38 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 Franz Trischberger 2012-05-21 05:56:20 UTC
v0.9.2 removed the option BUILD_TESTS. The CMakeLists.txt just contains
add_subdirectory(src)
add_subdirectory(tests)
add_subdirectory(tools)

If qt-test is missing, cmake will throw an error.
For a build log look here:
http://forums.gentoo.org/viewtopic-p-7043050.html#7043050

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-05-22 16:38:45 UTC
Thank-you for the report and investigation. This is now fixed in CVS, and a bug report has been opened upstream.

+  22 May 2012; Michael Palimaka <kensington@gentoo.org>
+  +files/libdbusmenu-qt-0.9.2-optionaltests.patch, libdbusmenu-qt-0.9.2.ebuild:
+  Fix optional building of tests, wrt bug #416845 by Franz Fellner
+  <alpine.art.de@googlemail.com>.