Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543408 - media-video/libav-11.3: tests are utterly broken
Summary: media-video/libav-11.3: tests are utterly broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 541664
  Show dependency tree
 
Reported: 2015-03-15 13:48 UTC by Nikoli
Modified: 2015-03-18 06:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for libav-11.3.ebuild (0001-libav-fix-tests.patch,3.53 KB, patch)
2015-03-15 13:48 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2015-03-15 13:48:52 UTC
Created attachment 398974 [details, diff]
patch for libav-11.3.ebuild

Attached patch fixes 3 major problems with src_test:
1) Without '-k' make option testing stops after first failed test.
2) Without --samples="${WORKDIR}/fate" configure option samples are not found and only 361 instead of 1847 tests are executed.
3) Obsolete LD_LIBRARY_PATH was used, so 1612 tests failed, detect correct LD_LIBRARY_PATH during build.

P.S. In libav-11.2.ebuild are disabled completely.
Comment 1 Nikoli 2015-03-17 20:26:45 UTC
Fixed in libav-11.3.ebuild,v 1.4