[Debian-med-packaging] Bug#739211: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Sun Feb 16 18:35:29 UTC 2014


Package: amide
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

bmdc_interface.c
gcc -DHAVE_CONFIG_H -I. -I.. -DAMIDE_PREFIX=\""/usr"\" -DAMIDE_SYSCONFDIR=\""/etc"\" -DAMIDE_DATADIR=\""/usr/share"\" -DAMIDE_LIBDIR=\""/usr/lib/x86_64-linux-gnu"\"                      -D_FORTIFY_SOURCE=2 -I/usr/include  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/libxml2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0   -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gnome-vfs-2.0 -I/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include    -I/usr/include/dcmtk/dcmdata -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -DG_DISABLE_DEPRECATED -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O3 -c -o mpeg_encode.o mpeg_encode.c
mpeg_encode.c: In function 'mpeg_encode_setup':
mpeg_encode.c:237:18: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
     codec_type = CODEC_ID_MPEG4;
                  ^
mpeg_encode.c:237:18: note: each undeclared identifier is reported only once for each function it appears in
mpeg_encode.c:241:16: error: 'CODEC_ID_MPEG1VIDEO' undeclared (first use in this function)
     codec_type=CODEC_ID_MPEG1VIDEO;
                ^
mpeg_encode.c:271:3: warning: 'avcodec_alloc_frame' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   encode->picture= avcodec_alloc_frame();
   ^
make[3]: *** [mpeg_encode.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/amide-1.0.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/amide-1.0.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/amide-1.0.4'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the Debian-med-packaging mailing list