| Summary: | media-libs/libtxc_dxtn fails with FEATURES=test | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marien Zwart (RETIRED) <marienz> |
| Component: | [OLD] Library | Assignee: | 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: | --- | |
Same problem, any progress? This bug seems trivial. There isn't even a test suite for this package. Fixed with a no-op src_test function. Thanks for the report! :) |
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.