Source: tupi 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 g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQT_WEBKIT -DHAVE_QUAZIP -DHAVE_THEORA -DHAVE_FFMPEG -DHAVE_ZLIB -DVERSION=\"0.2\" -DCODE_NAME=\"Ajuba\" -DREVISION=\"git02\" -DK_DEBUG -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SVG_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../../../framework -I../../../framework/tcore -I../../../framework/tgui -I../../../store -I../../../libtupi -I../../../libbase -I/usr/include/quazip -I/usr/include/ffmpeg/ -I/usr/X11R6/include -I.moc -o .obj/tffmpegmoviegenerator.o tffmpegmoviegenerator.cpp tffmpegmoviegenerator.cpp: In function 'AVStream* addVideoStream(AVFormatContext*, AVCodec**, AVCodecID, const QString&, int, int, int, const char*)': tffmpegmoviegenerator.cpp:124:24: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope if (c->codec_id == CODEC_ID_MPEG2VIDEO) { ^ tffmpegmoviegenerator.cpp:129:24: error: 'CODEC_ID_MPEG1VIDEO' was not declared in this scope if (c->codec_id == CODEC_ID_MPEG1VIDEO) { ^ tffmpegmoviegenerator.cpp: In member function 'bool TFFMpegMovieGenerator::Private::openVideo(AVCodec*, AVStream*)': tffmpegmoviegenerator.cpp:194:13: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations] frame = avcodec_alloc_frame(); ^ tffmpegmoviegenerator.cpp:194:33: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations] frame = avcodec_alloc_frame(); ^ tffmpegmoviegenerator.cpp: In member function 'virtual bool TFFMpegMovieGenerator::begin()': tffmpegmoviegenerator.cpp:385:32: error: 'CODEC_ID_NONE' was not declared in this scope if (k->fmt->video_codec != CODEC_ID_NONE) { ^ make[6]: *** [.obj/tffmpegmoviegenerator.o] Error 1 make[6]: Leaving directory `/home/jmm/av10/tupi-0.2+git02/src/plugins/export/ffmpegplugin' make[5]: *** [sub-ffmpegplugin-make_default-ordered] Error 2 make[5]: Leaving directory `/home/jmm/av10/tupi-0.2+git02/src/plugins/export' make[4]: *** [sub-export-make_default-ordered] Error 2 make[4]: Leaving directory `/home/jmm/av10/tupi-0.2+git02/src/plugins' make[3]: *** [sub-plugins-make_default-ordered] Error 2 make[3]: Leaving directory `/home/jmm/av10/tupi-0.2+git02/src' make[2]: *** [sub-src-make_default-ordered] Error 2 make[2]: Leaving directory `/home/jmm/av10/tupi-0.2+git02' dh_auto_build: make -j1 returned exit code 2 make[1]: *** [override_dh_auto_build] Error 25 make[1]: Leaving directory `/home/jmm/av10/tupi-0.2+git02' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org