Bug#739323: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Mon Feb 17 17:40:31 UTC 2014


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


 debian/rules build
dh build
   dh_auto_build
make[1]: Entering directory `/home/jmm/av10/guvcview-1.7.1'
make  all-recursive
make[2]: Entering directory `/home/jmm/av10/guvcview-1.7.1'
Making all in src
make[3]: Entering directory `/home/jmm/av10/guvcview-1.7.1/src'
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/SDL   -D_REENTRANT     -D_FORTIFY_SOURCE=2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c avilib.c
avilib.c: In function 'avi_close':
avilib.c:965:41: error: 'CODEC_ID_MP2' undeclared (first use in this function)
                 if (stream->codec_id == CODEC_ID_MP2 || stream->codec_id == CODEC_ID_MP3)
                                         ^
avilib.c:965:41: note: each undeclared identifier is reported only once for each function it appears in
avilib.c:965:77: error: 'CODEC_ID_MP3' undeclared (first use in this function)
                 if (stream->codec_id == CODEC_ID_MP2 || stream->codec_id == CODEC_ID_MP3)
                                                                             ^
make[3]: *** [avilib.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/guvcview-1.7.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/guvcview-1.7.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/guvcview-1.7.1'
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 pkg-multimedia-maintainers mailing list