Bug#739462: FTBFS with libav10

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


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



[ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkXMLWriter.cxx.o
[ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkXMLWriterC.cxx.o
[ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkXYZMolReader.cxx.o
[ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkZLibDataCompressor.cxx.o
[ 48%] Building CXX object IO/CMakeFiles/vtkIO.dir/vtkFFMPEGWriter.cxx.o
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx: In member function 'int vtkFFMPEGWriterInternal::Start()':
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:138:39: error: 'CODEC_ID_MJPEG' was not declared in this scope
   this->avOutputFormat->video_codec = CODEC_ID_MJPEG;
                                       ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:160:18: error: 'CodecID' was not declared in this scope
   c->codec_id = (CodecID)this->avOutputFormat->video_codec;
                  ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:160:26: error: expected ';' before 'this'
   c->codec_id = (CodecID)this->avOutputFormat->video_codec;
                          ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:242:20: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->rgbInput = avcodec_alloc_frame();
                    ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:242:40: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->rgbInput = avcodec_alloc_frame();
                                        ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:259:21: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->yuvOutput = avcodec_alloc_frame();
                     ^
/home/jmm/av10/vtk-5.8.0/IO/vtkFFMPEGWriter.cxx:259:41: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   this->yuvOutput = avcodec_alloc_frame();
                                         ^
make[3]: *** [IO/CMakeFiles/vtkIO.dir/vtkFFMPEGWriter.cxx.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/vtk-5.8.0/Build'
make[2]: *** [IO/CMakeFiles/vtkIO.dir/all] Error 2
make[2]: Leaving directory `/home/jmm/av10/vtk-5.8.0/Build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/vtk-5.8.0/Build'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the debian-science-maintainers mailing list