Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385881 - media-video/ffmpeg-0.7.6 fails test phase
Summary: media-video/ffmpeg-0.7.6 fails test phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 17:12 UTC by Ian Delaney (RETIRED)
Modified: 2011-12-16 21:11 UTC (History)
1 user (show)

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


Attachments
my emerge --info (emerge.info,4.58 KB, text/plain)
2011-10-06 17:17 UTC, Ian Delaney (RETIRED)
Details
the build log (build.log,179.29 KB, text/plain)
2011-10-06 17:17 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2011-10-06 17:12:42 UTC
Testing ffmpeg for a scurity bug.  Package fails test phase


Reproducible: Always

Steps to Reproduce:
1. Set FEATURES=test, emerge
2.
3.
Actual Results:  
libavfilter/libavfilter.so: undefined reference to `dlopen'
libavfilter/libavfilter.so: undefined reference to `dlclose'
libavfilter/libavfilter.so: undefined reference to `dlsym'
collect2: ld returned 1 exit status
make: *** [tools/lavfi-showfiltfmts] Error 1


Expected Results:  
pass test phase

Appears to be lacking adequate include statements to system headers.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-10-06 17:17:05 UTC
Created attachment 289001 [details]
my emerge --info
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-10-06 17:17:59 UTC
Created attachment 289003 [details]
the build log
Comment 3 Naohiro Aota gentoo-dev 2011-10-07 01:03:18 UTC
Seems like bug 317763 ?
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2011-10-07 14:53:38 UTC
Looks like different issue reported here.
Comment 5 Alexis Ballier gentoo-dev 2011-12-16 21:11:02 UTC
with 0.9 and USE=frei0r (only case whare libdl should be needed), libavfilter.so is linked to libdl here. fixed.

if this still fails, i'll need a build log with V=1 so that we can see linking commands.