Your message dated Wed, 20 Apr 2016 19:21:49 +0000
with message-id <e1asxh7-0002yh...@franck.debian.org>
and subject line Bug#821419: fixed in paraview 5.0.1+dfsg1-5
has caused the Debian Bug report #821419,
regarding paraview: FTBFS against ffmpeg 3.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
821419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: paraview
Source-Version: 5.0.1+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
paraview, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 821...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated paraview package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 20 Apr 2016 21:11:49 +0200
Source: paraview
Binary: paraview paraview-dev paraview-doc paraview-python
Architecture: source
Version: 5.0.1+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 paraview   - Parallel Visualization Application
 paraview-dev - Parallel Visualization Application. Development header files
 paraview-doc - Parallel Visualization Application. Comprehensive documentation
 paraview-python - Parallel Visualization Application. python-support
Closes: 821419
Changes:
 paraview (5.0.1+dfsg1-5) unstable; urgency=medium
 .
   * [ad5f3f0] Fix FTBFS against ffmpeg_3.0. (Closes: #821419)
Checksums-Sha1:
 fdf7a4340ac0b3e5fa4e24dcbab732935fe4e9c4 2927 paraview_5.0.1+dfsg1-5.dsc
 6c99f64421f6cfda10cffba57f266d2e86e62012 34908 
paraview_5.0.1+dfsg1-5.debian.tar.xz
Checksums-Sha256:
 6e66832b0b028abc54a96065ec74d257713660a45d993ed4fd4b0b4520b165bc 2927 
paraview_5.0.1+dfsg1-5.dsc
 8d36be22c8e141b646dcabf36102aa45dffeabad638bbcf1fb914ec6ced067f2 34908 
paraview_5.0.1+dfsg1-5.debian.tar.xz
Files:
 1c3e0322bfba181718a28a53b2394e2c 2927 science extra paraview_5.0.1+dfsg1-5.dsc
 e760c226c390f7b90238a43e19151623 34908 science extra 
paraview_5.0.1+dfsg1-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXF9T8AAoJENPhc4PPp/8GJQQP/jnPXbTTJUeaHGzATnHJHns9
YgNBrgBnczqGLwPYan+xRb/nRsbpMiScdZbCfeP0RzbSVA4g48Da36QSx8btTcQt
OWSLQwmWv+zAb82EVPpLMyfl+vyk0PCe/YjD0X+YTe1mDSGpK7RgTzdC6uKlqZf8
vGswuNnqrGpTLpSL3YGyTFhGjwJNPOjS75ZTFUBA2/gDBMWZMvqYkE7KyCvcs2fA
DjK8kIXRLijQHEszmnBxALiCmH3ElYRpZ7ry7kPHjEkB6gUNyPkJLhnOrKfG8q79
N/KeZQ7uW7n5YglxaRsVPHG6Dhw8hwPy380G+E1xV2d1/arfy9kXccruIe8hyiq6
kRphKRu+ld5PhvCOfsxVL2mg8GdrRn5sRBOZ1c7kSJw6bIHAkxSvg+a2H9hkJdVd
xDpR3toJQ5L5L5tUtNK9sj8i1DRNsHfDLA5HCYkmlMs52B+c2h2C92Z+Ip9/ZGSx
ZUpYcTsRBHiGCC9esDe+BAqdmvlSXBTRjhLBJYdbgin3nW10pFZXreWzVWWku9cr
PKX/B7lpxG+8bBDQh4wG2MWfxdhEH2q7PIcw8E09os9cG9LfH0hoUOOhiw0mS11I
Ui6uHYVWt+uk46JK/9WGDQYDj13lLep+o4y2aGzvQEcW4qTEEHzFoqppR6FXDUVg
PKyBG6wxd71WcFnJj5Jj
=0w8L
-----END PGP SIGNATURE-----

--- End Message ---
-- 
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