Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418357 - media-libs/libtxc_dxtn fails with FEATURES=test
Summary: media-libs/libtxc_dxtn fails with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 11:56 UTC by Marien Zwart (RETIRED)
Modified: 2012-06-03 19:20 UTC (History)
2 users (show)

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 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! :)