Bug#739461: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Tue Feb 18 21:30:03 UTC 2014


Package: zoneminder
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[1]: Entering directory `/home/jmm/av10/zoneminder-1.26.5'
make  all-recursive
make[2]: Entering directory `/home/jmm/av10/zoneminder-1.26.5'
Making all in src
make[3]: Entering directory `/home/jmm/av10/zoneminder-1.26.5/src'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I/usr/include -D__STDC_CONSTANT_MACROS -Wall -finline-functions -fomit-frame-pointer -I/usr/include -D__STDC_CONSTANT_MACROS -D_FORTIFY_SOURCE=2 -D__STDC_CONSTANT_MACROS -D__STDC_CONSTANT_MACROS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -DZM_FFMPEG_CVS -DHAVE_LIBCRYPTO -MT zm_mpeg.o -MD -MP -MF .deps/zm_mpeg.Tpo -c -o zm_mpeg.o zm_mpeg.cpp
zm_mpeg.cpp: In member function 'void VideoStream::SetupCodec(int, int, int, int, int, double)':
zm_mpeg.cpp:136:25: error: 'CODEC_ID_NONE' was not declared in this scope
  if (of->video_codec != CODEC_ID_NONE)
                         ^
zm_mpeg.cpp: In member function 'void VideoStream::OpenStream()':
zm_mpeg.cpp:255:14: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   opicture = avcodec_alloc_frame();
              ^
zm_mpeg.cpp:255:34: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   opicture = avcodec_alloc_frame();
                                  ^
zm_mpeg.cpp:275:19: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
    tmp_opicture = avcodec_alloc_frame();
                   ^
zm_mpeg.cpp:275:39: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
    tmp_opicture = avcodec_alloc_frame();
                                       ^
make[3]: *** [zm_mpeg.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/zoneminder-1.26.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/zoneminder-1.26.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/zoneminder-1.26.5'
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