Package: openscenegraph
Version: 3.0.1-1
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 12:02:08 (CET), Source Builder wrote:

> sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on sandy
>
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ openscenegraph 3.0.1-1+b1 (amd64)                          02 Jan 2012 
> 11:49 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
>
> Package: openscenegraph
> Version: 3.0.1-1+b1
> Source Version: 3.0.1-1
> Distribution: unstable
> Architecture: amd64
>

[...]


> /usr/bin/make -f src/osgPlugins/svg/CMakeFiles/osgdb_svg.dir/build.make 
> src/osgPlugins/svg/CMakeFiles/osgdb_svg.dir/build
> make[3]: Entering directory `/«PKGBUILDDIR»/build/osgstatic'
> /usr/bin/cmake -E cmake_progress_report 
> /«PKGBUILDDIR»/build/osgstatic/CMakeFiles 
> In file included from 
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:2:0:
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp: In 
> member function 'void osgFFmpeg::FormatContextPtr::cleanup()':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:50:17: 
> warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
> at /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:50:41: 
> warning: 'void av_close_input_file(AVFormatContext*)' is deprecated (declared 
> at /usr/include/libavformat/avformat.h:1581) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp: In 
> member function 'double osgFFmpeg::FFmpegDecoder::creation_time() const':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:154:50: 
> warning: 'AVFormatContext::timestamp' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:915) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp:154:50: 
> warning: 'AVFormatContext::timestamp' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:915) [-Wdeprecated-declarations]
> [ 59%] Building CXX object 
> src/osgPlugins/svg/CMakeFiles/osgdb_svg.dir/ReaderWriterSVG.o
> cd /«PKGBUILDDIR»/build/osgstatic/src/osgPlugins/svg && /usr/bin/c++   
> -DOSG_LIBRARY_STATIC -Wall -Wparentheses -Wno-long-long -Wno-import -pedantic 
> -Wreturn-type -Wmissing-braces -Wunknown-pragmas -Wunused -fpermissive -O3 
> -DNDEBUG -I/«PKGBUILDDIR»/OpenSceneGraph/include 
> -I/«PKGBUILDDIR»/build/osgstatic/include -I/usr/include/librsvg-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/cairo    -o 
> CMakeFiles/osgdb_svg.dir/ReaderWriterSVG.o -c 
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/svg/ReaderWriterSVG.cpp
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: In 
> member function 'bool osgFFmpeg::FFmpegDecoder::open(const string&, 
> osgFFmpeg::FFmpegParameters*)':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:71:26: 
> warning: 'AVFormatParameters::channel' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:356) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:71:26: 
> warning: 'AVFormatParameters::channel' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:356) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:72:26: 
> warning: 'AVFormatParameters::standard' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:357) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:72:26: 
> warning: 'AVFormatParameters::standard' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:357) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:74:26: 
> warning: 'AVFormatParameters::width' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:74:26: 
> warning: 'AVFormatParameters::width' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:353) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:75:26: 
> warning: 'AVFormatParameters::height' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:75:26: 
> warning: 'AVFormatParameters::height' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:354) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:80:26: 
> warning: 'AVFormatParameters::time_base' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:80:26: 
> warning: 'AVFormatParameters::time_base' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:81:26: 
> warning: 'AVFormatParameters::time_base' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:81:26: 
> warning: 'AVFormatParameters::time_base' is deprecated (declared at 
> /usr/include/libavformat/avformat.h:350) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:95:25: 
> 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»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:95:106: 
> 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»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:120:17: 
> 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»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:120:96: 
> 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»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:127:13: 
> warning: 'int av_find_stream_info(AVFormatContext*)' is deprecated (declared 
> at /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:127:49: 
> warning: 'int av_find_stream_info(AVFormatContext*)' is deprecated (declared 
> at /usr/include/libavformat/avformat.h:1413) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:137:9: 
> warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is 
> deprecated (declared at /usr/include/libavformat/avformat.h:1894) 
> [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:137:65: 
> warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is 
> deprecated (declared at /usr/include/libavformat/avformat.h:1894) 
> [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: In 
> member function 'bool osgFFmpeg::FFmpegDecoder::readNextPacketNormal()':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:295:17: 
> warning: 'int url_ferror(AVIOContext*)' is deprecated (declared at 
> /usr/include/libavformat/avio.h:338) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:295:48: 
> warning: 'int url_ferror(AVIOContext*)' is deprecated (declared at 
> /usr/include/libavformat/avio.h:338) [-Wdeprecated-declarations]
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: In 
> member function 'void osgFFmpeg::FFmpegDecoder::rewindButDontFlushQueues()':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:382:89: 
> error: 'av_rescale_q' was not declared in this scope
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp: In 
> member function 'void 
> osgFFmpeg::FFmpegDecoder::seekButDontFlushQueues(double)':
> /«PKGBUILDDIR»/OpenSceneGraph/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp:406:89: 
> error: 'av_rescale_q' was not declared in this scope
> make[3]: *** 
> [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.o] Error 1
> make[3]: Leaving directory `/«PKGBUILDDIR»/build/osgstatic'
> make[2]: *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/all] Error 2
> make[2]: *** Waiting for unfinished jobs....

[...]


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

Reply via email to