Bug#739325: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Mon Feb 17 17:48:43 UTC 2014


Source: libquicktime
Severity: important

Hi,
your package fails to build from source against libav 10 (currently
packaged in experimental). This bug will become release-critical
at some point when the libav10 transition starts.

Migration documentation can be found at
https://wiki.libav.org/Migration/10

Cheers,
        Moritz


make[4]: Entering directory `/home/jmm/av10/libquicktime-1.2.4/plugins/ffmpeg'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -D_FORTIFY_SOURCE=2  -DLOCALE_DIR=\"/usr/share/locale\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o lqt_ffmpeg.lo lqt_ffmpeg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -D_FORTIFY_SOURCE=2 -DLOCALE_DIR=\"/usr/share/locale\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c lqt_ffmpeg.c  -fPIC -DPIC -o .libs/lqt_ffmpeg.o
lqt_ffmpeg.c:389:13: error: 'CODEC_ID_MPEG1VIDEO' undeclared here (not in a function)
       .id = CODEC_ID_MPEG1VIDEO,
             ^
lqt_ffmpeg.c:400:13: error: 'CODEC_ID_MPEG4' undeclared here (not in a function)
       .id = CODEC_ID_MPEG4,
             ^
lqt_ffmpeg.c:418:13: error: 'CODEC_ID_MSMPEG4V1' undeclared here (not in a function)
       .id = CODEC_ID_MSMPEG4V1,
             ^
lqt_ffmpeg.c:429:13: error: 'CODEC_ID_MSMPEG4V2' undeclared here (not in a function)
       .id = CODEC_ID_MSMPEG4V2,
             ^
lqt_ffmpeg.c:440:13: error: 'CODEC_ID_MSMPEG4V3' undeclared here (not in a function)
       .id = CODEC_ID_MSMPEG4V3,
             ^
lqt_ffmpeg.c:484:13: error: 'CODEC_ID_H263' undeclared here (not in a function)
       .id = CODEC_ID_H263,
             ^
lqt_ffmpeg.c:511:13: error: 'CODEC_ID_H264' undeclared here (not in a function)
       .id = CODEC_ID_H264,
             ^
lqt_ffmpeg.c:522:13: error: 'CODEC_ID_H263P' undeclared here (not in a function)
       .id = CODEC_ID_H263P,
             ^
lqt_ffmpeg.c:536:13: error: 'CODEC_ID_H263I' undeclared here (not in a function)
       .id = CODEC_ID_H263I,
             ^
lqt_ffmpeg.c:547:13: error: 'CODEC_ID_SVQ1' undeclared here (not in a function)
       .id = CODEC_ID_SVQ1,
             ^
lqt_ffmpeg.c:558:13: error: 'CODEC_ID_SVQ3' undeclared here (not in a function)
       .id = CODEC_ID_SVQ3,
             ^
lqt_ffmpeg.c:569:13: error: 'CODEC_ID_MJPEG' undeclared here (not in a function)
       .id = CODEC_ID_MJPEG,
             ^
lqt_ffmpeg.c:583:13: error: 'CODEC_ID_MJPEGB' undeclared here (not in a function)
       .id = CODEC_ID_MJPEGB,
             ^
lqt_ffmpeg.c:597:13: error: 'CODEC_ID_TARGA' undeclared here (not in a function)
       .id = CODEC_ID_TARGA,
             ^
lqt_ffmpeg.c:609:13: error: 'CODEC_ID_TIFF' undeclared here (not in a function)
       .id = CODEC_ID_TIFF,
             ^
lqt_ffmpeg.c:620:13: error: 'CODEC_ID_8BPS' undeclared here (not in a function)
       .id = CODEC_ID_8BPS,
             ^
lqt_ffmpeg.c:630:13: error: 'CODEC_ID_INDEO3' undeclared here (not in a function)
       .id = CODEC_ID_INDEO3,
             ^
lqt_ffmpeg.c:641:13: error: 'CODEC_ID_RPZA' undeclared here (not in a function)
       .id = CODEC_ID_RPZA,
             ^
lqt_ffmpeg.c:651:13: error: 'CODEC_ID_SMC' undeclared here (not in a function)
       .id = CODEC_ID_SMC,
             ^
lqt_ffmpeg.c:661:13: error: 'CODEC_ID_CINEPAK' undeclared here (not in a function)
       .id = CODEC_ID_CINEPAK,
             ^
lqt_ffmpeg.c:672:13: error: 'CODEC_ID_CYUV' undeclared here (not in a function)
       .id = CODEC_ID_CYUV,
             ^
lqt_ffmpeg.c:683:13: error: 'CODEC_ID_QTRLE' undeclared here (not in a function)
       .id = CODEC_ID_QTRLE,
             ^
lqt_ffmpeg.c:696:13: error: 'CODEC_ID_MSRLE' undeclared here (not in a function)
       .id = CODEC_ID_MSRLE,
             ^
lqt_ffmpeg.c:706:13: error: 'CODEC_ID_DVVIDEO' undeclared here (not in a function)
       .id = CODEC_ID_DVVIDEO,
             ^
lqt_ffmpeg.c:775:13: error: 'CODEC_ID_FFVHUFF' undeclared here (not in a function)
       .id = CODEC_ID_FFVHUFF,
             ^
lqt_ffmpeg.c:788:13: error: 'CODEC_ID_FFV1' undeclared here (not in a function)
       .id = CODEC_ID_FFV1,
             ^
lqt_ffmpeg.c:804:13: error: 'CODEC_ID_DNXHD' undeclared here (not in a function)
       .id = CODEC_ID_DNXHD,
             ^
lqt_ffmpeg.c:820:13: error: 'CODEC_ID_MPEG2VIDEO' undeclared here (not in a function)
       .id = CODEC_ID_MPEG2VIDEO,
             ^
lqt_ffmpeg.c:842:13: error: 'CODEC_ID_MP3' undeclared here (not in a function)
       .id = CODEC_ID_MP3,
             ^
lqt_ffmpeg.c:842:7: error: initializer element is not constant
       .id = CODEC_ID_MP3,
       ^
lqt_ffmpeg.c:842:7: error: (near initialization for 'codecidmap_a[0].id')
lqt_ffmpeg.c:854:13: error: 'CODEC_ID_MP2' undeclared here (not in a function)
       .id = CODEC_ID_MP2,
             ^
lqt_ffmpeg.c:854:7: error: initializer element is not constant
       .id = CODEC_ID_MP2,
       ^
lqt_ffmpeg.c:854:7: error: (near initialization for 'codecidmap_a[1].id')
lqt_ffmpeg.c:869:13: error: 'CODEC_ID_AC3' undeclared here (not in a function)
       .id = CODEC_ID_AC3,
             ^
lqt_ffmpeg.c:869:7: error: initializer element is not constant
       .id = CODEC_ID_AC3,
       ^
lqt_ffmpeg.c:869:7: error: (near initialization for 'codecidmap_a[2].id')
lqt_ffmpeg.c:884:13: error: 'CODEC_ID_QDM2' undeclared here (not in a function)
       .id = CODEC_ID_QDM2,
             ^
lqt_ffmpeg.c:884:7: error: initializer element is not constant
       .id = CODEC_ID_QDM2,
       ^
lqt_ffmpeg.c:884:7: error: (near initialization for 'codecidmap_a[3].id')
lqt_ffmpeg.c:899:13: error: 'CODEC_ID_ALAC' undeclared here (not in a function)
       .id = CODEC_ID_ALAC,
             ^
lqt_ffmpeg.c:899:7: error: initializer element is not constant
       .id = CODEC_ID_ALAC,
       ^
lqt_ffmpeg.c:899:7: error: (near initialization for 'codecidmap_a[4].id')
lqt_ffmpeg.c:912:13: error: 'CODEC_ID_ADPCM_MS' undeclared here (not in a function)
       .id = CODEC_ID_ADPCM_MS,
             ^
lqt_ffmpeg.c:912:7: error: initializer element is not constant
       .id = CODEC_ID_ADPCM_MS,
       ^
lqt_ffmpeg.c:912:7: error: (near initialization for 'codecidmap_a[5].id')
lqt_ffmpeg.c:925:13: error: 'CODEC_ID_ADPCM_IMA_WAV' undeclared here (not in a function)
       .id = CODEC_ID_ADPCM_IMA_WAV,
             ^
lqt_ffmpeg.c:925:7: error: initializer element is not constant
       .id = CODEC_ID_ADPCM_IMA_WAV,
       ^
lqt_ffmpeg.c:925:7: error: (near initialization for 'codecidmap_a[6].id')
make[4]: *** [lqt_ffmpeg.lo] Error 1
make[4]: Leaving directory `/home/jmm/av10/libquicktime-1.2.4/plugins/ffmpeg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jmm/av10/libquicktime-1.2.4/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/libquicktime-1.2.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/libquicktime-1.2.4'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the pkg-multimedia-maintainers mailing list