Source: paraview
Version: 5.0.1+dfsg1-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: sid stretch
Control: block 820731 by -1

paraview FTBFS against ffmpeg 3.0:
| [ 28%] Building CXX object 
VTK/Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkFieldDataSerializer.cxx.o
| cd /«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Parallel/Core && 
/usr/bin/c++   -DMPICH_IGNORE_CXX_SEEK -DVTK_IN_VTK -DvtkParallelCore_EXPORTS 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/Core 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/Core 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Utilities/KWIML 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Utilities/KWIML 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Utilities/KWSys 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Utilities/KWSys 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/IO/Legacy 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/Legacy 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/DataModel 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/DataModel 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/Math 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/Math 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/Misc 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/Misc 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/System 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/System 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/Transforms 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/Transforms 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/IO/Core 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/Core 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Common/ExecutionModel
 -I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Common/ExecutionModel 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/ThirdParty/zlib 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/ThirdParty/zlib 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Utilities/HashSource
 -I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Utilities/HashSource 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/obj-x86_64-linux-gnu/VTK/Parallel/Core 
-I/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Parallel/Core  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC   
-fvisibility=hidden -fvisibility-inlines-hidden -o 
CMakeFiles/vtkParallelCore.dir/vtkFieldDataSerializer.cxx.o -c 
/«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/Parallel/Core/vtkFieldDataSerializer.cxx
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member 
function 'int vtkFFMPEGWriterInternal::Start()':
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:194:18: 
error: 'PIX_FMT_YUVJ422P' was not declared in this scope
|      c->pix_fmt = PIX_FMT_YUVJ422P;
|                   ^
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:198:18: 
error: 'PIX_FMT_BGR24' was not declared in this scope
|      c->pix_fmt = PIX_FMT_BGR24;
|                   ^
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:277:40: 
error: 'avcodec_alloc_frame' was not declared in this scope
|    this->rgbInput = avcodec_alloc_frame();
|                                         ^
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:283:36: 
error: 'PIX_FMT_RGB24' was not declared in this scope
|    int RGBsize = avpicture_get_size(PIX_FMT_RGB24, c->width, c->height);
|                                     ^
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member 
function 'int vtkFFMPEGWriterInternal::Write(vtkImageData*)':
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:357:28: 
error: 'PIX_FMT_RGB24' was not declared in this scope
|      cc->width, cc->height, PIX_FMT_RGB24,
|                             ^
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member 
function 'int vtkFFMPEGWriterInternal::Start()':
| /«BUILDDIR»/paraview-5.0.1+dfsg1/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:326:53: 
warning: ignoring return value of 'int avformat_write_header(AVFormatContext*, 
AVDictionary**)', declared with attribute warn_unused_result [-Wunused-result]
|    avformat_write_header(this->avFormatContext, NULL);
|                                                      ^
| VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/build.make:74: recipe for target 
'VTK/IO/FFMPEG/CMakeFiles/vtkIOFFMPEG.dir/vtkFFMPEGWriter.cxx.o' failed

For a full build log please see
https://buildd.debian.org/status/fetch.php?pkg=paraview&arch=amd64&ver=5.0.1+dfsg1-4+b1&stamp=1460986309.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to