Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 416445

Summary: x11-misc/andromeda-0.2.1 depends on qt-test, but ebuild doesn't honor it
Product: Gentoo Linux Reporter: Claudio Roberto França Pereira <spideybr>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Claudio Roberto França Pereira 2012-05-18 03:19:53 UTC
x11-misc/andromeda needs qt-test to build, but the ebuild doesn't pull it.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2012-05-18 12:36:29 UTC
I suspect this is only needed when FEATURES=test is set.

Otherwise we need build log and emerge --info.
Comment 2 Claudio Roberto França Pereira 2012-05-18 13:10:38 UTC
No, not really. Luckily, I did post a build.log at the forums: https://paste.lugons.org/show/1113/

And my emerge --info will be attached.
Comment 3 Claudio Roberto França Pereira 2012-05-18 13:11:11 UTC
Created attachment 312187 [details]
emerge --info
Comment 4 Claudio Roberto França Pereira 2012-05-18 13:12:01 UTC
My post at the forums, for reference: http://forums.gentoo.org/viewtopic-p-7040362.html#7040362
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2012-05-18 13:18:18 UTC
Looks like the unit tests are built even without FEATURES=test.
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2012-05-18 14:33:18 UTC
Ah yes, they are enabled by default in the CMakeLists.txt. I'll see if I can hide that behind a USE=test.
Comment 7 Ben de Groot (RETIRED) gentoo-dev 2012-05-19 03:44:06 UTC
I've committed a fix to CVS. Please sync in a couple of hours and let me know if there is still any problem.

No revbump as the installed files don't change, and this is basically a compile fix.