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

Bug 385881

Summary: media-video/ffmpeg-0.7.6 fails test phase
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: [OLD] UnspecifiedAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: naota
Priority: Normal    
Version: 10.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: my emerge --info
the build log

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.