Bug 468

Summary: avbin failed the mass rebuild
Product: Fedora Reporter: Julian Sikorski <belegdol>
Component: avbinAssignee: Orcan Ogetbil <oget.fedora>
Status: RESOLVED FIXED    
Severity: normal CC: dominik
Priority: P5    
Version: 14   
Hardware: All   
OS: GNU/Linux   
namespace:
Attachments: Full build log

Description Julian Sikorski 2009-03-29 21:20:17 CEST
Created attachment 133 [details]
Full build log

This seems to be related to how ffmpeg introduces itself:
gcc -c -DAVBIN_VERSION=7 -DFFMPEG_REVISION=0.5-rpmfusion -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -I include -I /usr/include/ffmpeg -o build/avbin.o src/avbin.c
src/avbin.c: In function 'avbin_get_ffmpeg_revision':
src/avbin.c:79: error: 'rpmfusion' undeclared (first use in this function)
src/avbin.c:79: error: (Each undeclared identifier is reported only once
src/avbin.c:79: error: for each function it appears in.)
src/avbin.c:219:5: error: floating constant in preprocessor expression
src/avbin.c: In function 'avbin_stream_info':
src/avbin.c:220: error: 'SAMPLE_FMT_S24' undeclared (first use in this function)
src/avbin.c:209: warning: enumeration value 'SAMPLE_FMT_NONE' not handled in switch
src/avbin.c:209: warning: enumeration value 'SAMPLE_FMT_DBL' not handled in switch
src/avbin.c:209: warning: enumeration value 'SAMPLE_FMT_NB' not handled in switch
make: *** [build/avbin.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.XnZB7H (%build)
Comment 1 Orcan Ogetbil 2009-04-01 05:55:47 CEST
It failed because "ffmpeg -version" does not give the revision number anymore.

Worked around and built in rawhide. Closing.