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

Bug 418357

Summary: media-libs/libtxc_dxtn fails with FEATURES=test
Product: Gentoo Linux Reporter: Marien Zwart (RETIRED) <marienz>
Component: [OLD] LibraryAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: nikoli, x11
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marien Zwart (RETIRED) gentoo-dev 2012-05-31 11:56:37 UTC
libtxc_dxtn runs the autotools-utils phase functions through its foreachabi helper to build for multiple ABIs, but forgets to do so for src_test:

>>> Source compiled.
>>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/libtxc_dxtn-1.0.1/work/libtxc_dxtn-1.0.1_build"
/var/tmp/portage/media-libs/libtxc_dxtn-1.0.1/temp/environment: line 550: pushd: /var/tmp/portage/media-libs/libtxc_dxtn-1.0.1/work/libtxc_dxtn-1.0.1_build: No such file or directory

It should probably just include a src_test() { foreachabi autotools-utils_src_test } or RESTRICT test.
Comment 1 Nikoli 2012-06-03 18:01:02 UTC
Same problem, any progress? This bug seems trivial.
Comment 2 Matt Turner gentoo-dev 2012-06-03 19:11:53 UTC
There isn't even a test suite for this package.
Comment 3 Matt Turner gentoo-dev 2012-06-03 19:20:34 UTC
Fixed with a no-op src_test function. Thanks for the report! :)