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

Bug 226237

Summary: media-libs/libgpod: builds tests with FEATURES=-test
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Olivier Crete (RETIRED) <tester>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 226259    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-06-13 11:14:37 UTC
The package seems to be building tests during "make all" phase even though I don't have FEATURES=test enabled. For details see my blog: http://blog.flameeyes.eu/articles/2008/06/11/please-dont-build-your-examples-by-default .

It would be nice if the tests were disabled by default and only built with FEATURES=test. You can find an example patch usually suitable for upstream on the blog above.

Thanks,
Diego
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2008-06-13 12:55:30 UTC
I don't really see how it hurts. Also, I think your patch is wrong, tests should be compiled on "make check", not be removed from SUBDIRS.