Package: k9copy Version: 2.3.7-3 Severity: important User: [email protected] Usertags: ftbfs-libav0.8
A local rebuild of your package reveals a build failure against libav 0.8, which can be found in debian/experimental. Find the buildlog further below: It to seems that your package needs to #include <libavutil/mathematics.h> in addition to only "libavcodec/avcodec.h". Please tell me if you require further assistance with fixing this issue. Cheers, Reinhard On Mo, Jan 02, 2012 at 11:44:34 (CET), Source Builder wrote: > sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on sandy > > ╔══════════════════════════════════════════════════════════════════════════════╗ > ║ k9copy 2.3.7-3+b1 (amd64) 02 Jan 2012 > 11:43 ║ > ╚══════════════════════════════════════════════════════════════════════════════╝ > > Package: k9copy > Version: 2.3.7-3+b1 > Source Version: 2.3.7-3 > Distribution: unstable > Architecture: amd64 > [...] > [ 74%] Building CXX object CMakeFiles/k9copy.dir/src/import/k9lvitemimport.o > /usr/bin/c++ -D_BSD_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS > -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align > -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions > -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Werror=return-type > -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden > -fvisibility-inlines-hidden -g -O2 -fno-reorder-blocks -fno-schedule-insns > -fno-inline -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR» > -I/«PKGBUILDDIR»/src/dvdnav -I/«PKGBUILDDIR»/src/devices > -I/«PKGBUILDDIR»/src/core -I/«PKGBUILDDIR»/src/vamps > -I/«PKGBUILDDIR»/src/backup -I/«PKGBUILDDIR»/src/mpeg2 > -I/«PKGBUILDDIR»/src/main -I/«PKGBUILDDIR»/src/mplayer > -I/«PKGBUILDDIR»/src/assistant -I/«PKGBUILDDIR»/src/import > -I/«PKGBUILDDIR»/src/player -I/«PKGBUILDDIR»/src/subtitles > -I/«PKGBUILDDIR»/src/dvdread -I/«PKGBUILDDIR»/src/batch -I/usr/include/KDE > -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns > -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtUiTools > -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql > -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript > -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp > -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative > -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support > -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt > -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include/libswscale > -o CMakeFiles/k9copy.dir/src/import/k9lvitemimport.o -c > /«PKGBUILDDIR»/src/import/k9lvitemimport.cpp > /«PKGBUILDDIR»/src/import/k9avidecode.cpp: In member function 'bool > k9AviDecode::open(const QString&)': > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:58:9: warning: 'int > av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, > AVFormatParameters*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:58:75: warning: 'int > av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, > AVFormatParameters*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1369) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:63:9: warning: 'int > av_find_stream_info(AVFormatContext*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:63:40: warning: 'int > av_find_stream_info(AVFormatContext*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:92:9: warning: 'int > avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at > /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:92:41: warning: 'int > avcodec_open(AVCodecContext*, AVCodec*)' is deprecated (declared at > /usr/include/libavcodec/avcodec.h:3996) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp: In member function 'void > k9AviDecode::seek(double)': > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:148:57: error: 'av_rescale_q' was > not declared in this scope > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:149:9: warning: unused variable 'i' > [-Wunused-variable] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp: In member function 'void > k9AviDecode::readFrame(double)': > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:156:57: error: 'av_rescale_q' was > not declared in this scope > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:157:9: warning: unused variable > 'res' [-Wunused-variable] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp: In member function 'void > k9AviDecode::close()': > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:233:9: warning: 'void > av_close_input_file(AVFormatContext*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations] > /«PKGBUILDDIR»/src/import/k9avidecode.cpp:233:40: warning: 'void > av_close_input_file(AVFormatContext*)' is deprecated (declared at > /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations] > make[3]: *** [CMakeFiles/k9copy.dir/src/import/k9avidecode.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > /«PKGBUILDDIR»/src/import/k9import.cpp:351:6: warning: unused parameter > '_state' [-Wunused-parameter] > make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu' > make[2]: *** [CMakeFiles/k9copy.dir/all] Error 2 > make[2]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu' > dh_auto_build: make -j4 returned exit code 2 > make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > ──────────────────────────────────────────────────────────────────────────────── -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4

