Your message dated Wed, 29 Jun 2022 14:47:51 +0000 with message-id <e1o6yyt-000ipr...@fasolo.debian.org> and subject line Bug#1004817: fixed in paraview 5.10.1-2 has caused the Debian Bug report #1004817, regarding paraview: FTBFS with ffmpeg 5.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.) -- 1004817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004817 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: paraview Version: 5.10.0~rc1-1 Severity: important X-Debbugs-Cc: sramac...@debian.org Tags: sid bookworm ftbfs Usertags: ffmpeg5.0 paraview FTBFS with ffmpeg 5.0 in experimental: [ 30%] Building CXX object VTK/IO/Image/CMakeFiles/IOImage.dir/vtkJSONImageWriter.cxx.o cd "/<<PKGBUILDDIR>>/build.python3.10/VTK/IO/Image" && /usr/lib/ccache/c++ -DIOImage_EXPORTS -Dkiss_fft_scalar=double -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/IO/Image" -I"/<<PKGBUILDDIR>>/VTK/IO/Image" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Imaging/Core" -I"/<<PKGBUILDDIR>>/VTK/Imaging/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/System" -I"/<<PKGBUILDDIR>>/VTK/Common/System" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/DICOMParser" -I"/<<PKGBUILDDIR>>/VTK/Utilities/DICOMParser" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/MetaIO/vtkmetaio" -I"/<<PKGBUILDDIR>>/VTK/Utilities/MetaIO/vtkmetaio" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/pugixml/vtkpugixml" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/pugixml/vtkpugixml" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/jpeg" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/jpeg" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/MetaIO" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/MetaIO" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/png" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/png" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/pugixml" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/pugixml" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/tiff" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/tiff" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/zlib" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/zlib" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11 -MD -MT VTK/IO/Image/CMakeFiles/IOImage.dir/vtkJSONImageWriter.cxx.o -MF CMakeFiles/IOImage.dir/vtkJSONImageWriter.cxx.o.d -o CMakeFiles/IOImage.dir/vtkJSONImageWriter.cxx.o -c "/<<PKGBUILDDIR>>/VTK/IO/Image/vtkJSONImageWriter.cxx" /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ‘int vtkFFMPEGWriterInternal::Start()’: /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:111:41: error: invalid conversion from ‘const AVOutputFormat*’ to ‘AVOutputFormat*’ [-fpermissive] 111 | this->avOutputFormat = av_guess_format("avi", nullptr, nullptr); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const AVOutputFormat* /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:137:37: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive] 137 | if (!(codec = avcodec_find_encoder(this->avOutputFormat->video_codec))) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const AVCodec* /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:152:32: error: ‘avcodec_alloc_context3’ was not declared in this scope; did you mean ‘avio_alloc_context’? 152 | if (!(this->avCodecContext = avcodec_alloc_context3(codec))) | ^~~~~~~~~~~~~~~~~~~~~~ | avio_alloc_context /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:195:3: error: ‘avcodec_parameters_to_context’ was not declared in this scope; did you mean ‘avcodec_parameters_copy’? 195 | avcodec_parameters_to_context(this->avCodecContext, this->avStream->codecpar); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | avcodec_parameters_copy /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:196:23: error: invalid use of incomplete type ‘struct AVCodecContext’ 196 | this->avCodecContext->time_base.den = this->FrameRate; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:197:23: error: invalid use of incomplete type ‘struct AVCodecContext’ 197 | this->avCodecContext->time_base.num = 1; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:200:23: error: invalid use of incomplete type ‘struct AVCodecContext’ 200 | this->avCodecContext->gop_size = this->FrameRate; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:203:25: error: invalid use of incomplete type ‘struct AVCodecContext’ 203 | this->avCodecContext->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:203:36: error: ‘AV_CODEC_FLAG_GLOBAL_HEADER’ was not declared in this scope 203 | this->avCodecContext->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:207:25: error: invalid use of incomplete type ‘struct AVCodecContext’ 207 | this->avCodecContext->bit_rate_tolerance = | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:208:27: error: invalid use of incomplete type ‘struct AVCodecContext’ 208 | this->avCodecContext->bit_rate; // ffmpeg won't create a codec if brt<br | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:212:25: error: invalid use of incomplete type ‘struct AVCodecContext’ 212 | this->avCodecContext->bit_rate_tolerance = this->Writer->GetBitRateTolerance(); | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:214:3: error: ‘avcodec_parameters_from_context’ was not declared in this scope; did you mean ‘avcodec_parameters_free’? 214 | avcodec_parameters_from_context(this->avStream->codecpar, this->avCodecContext); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | avcodec_parameters_free /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:216:7: error: ‘avcodec_open2’ was not declared in this scope; did you mean ‘avio_open2’? 216 | if (avcodec_open2(this->avCodecContext, codec, nullptr) < 0) | ^~~~~~~~~~~~~ | avio_open2 /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:230:47: error: invalid use of incomplete type ‘struct AVCodecContext’ 230 | this->rgbInput->width = this->avCodecContext->width; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:231:48: error: invalid use of incomplete type ‘struct AVCodecContext’ 231 | this->rgbInput->height = this->avCodecContext->height; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:241:49: error: invalid use of incomplete type ‘struct AVCodecContext’ 241 | this->yuvOutput->format = this->avCodecContext->pix_fmt; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:242:48: error: invalid use of incomplete type ‘struct AVCodecContext’ 242 | this->yuvOutput->width = this->avCodecContext->width; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:243:49: error: invalid use of incomplete type ‘struct AVCodecContext’ 243 | this->yuvOutput->height = this->avCodecContext->height; | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ‘int vtkFFMPEGWriterInternal::Write(vtkImageData*)’: /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:274:43: error: invalid use of incomplete type ‘struct AVCodecContext’ 274 | for (int y = 0; y < this->avCodecContext->height; y++) | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:276:38: error: invalid use of incomplete type ‘struct AVCodecContext’ 276 | src = rgb + (this->avCodecContext->height - y - 1) * this->avCodecContext->width * 3; // flip Y | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:276:78: error: invalid use of incomplete type ‘struct AVCodecContext’ 276 | src = rgb + (this->avCodecContext->height - y - 1) * this->avCodecContext->width * 3; // flip Y | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:278:57: error: invalid use of incomplete type ‘struct AVCodecContext’ 278 | memcpy((void*)dest, (void*)src, this->avCodecContext->width * 3); | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:283:40: error: invalid use of incomplete type ‘struct AVCodecContext’ 283 | sws_getContext(this->avCodecContext->width, this->avCodecContext->height, AV_PIX_FMT_RGB24, | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:283:69: error: invalid use of incomplete type ‘struct AVCodecContext’ 283 | sws_getContext(this->avCodecContext->width, this->avCodecContext->height, AV_PIX_FMT_RGB24, | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:284:27: error: invalid use of incomplete type ‘struct AVCodecContext’ 284 | this->avCodecContext->width, this->avCodecContext->height, this->avCodecContext->pix_fmt, | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:284:56: error: invalid use of incomplete type ‘struct AVCodecContext’ 284 | this->avCodecContext->width, this->avCodecContext->height, this->avCodecContext->pix_fmt, | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:284:86: error: invalid use of incomplete type ‘struct AVCodecContext’ 284 | this->avCodecContext->width, this->avCodecContext->height, this->avCodecContext->pix_fmt, | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:294:25: error: invalid use of incomplete type ‘struct AVCodecContext’ 294 | this->avCodecContext->height, this->yuvOutput->data, this->yuvOutput->linesize); | ^~ In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:313, from /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:24: /usr/include/x86_64-linux-gnu/libavcodec/codec.h:195:8: note: forward declaration of ‘struct AVCodecContext’ 195 | struct AVCodecContext; | ^~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:304:13: error: ‘avcodec_send_frame’ was not declared in this scope; did you mean ‘avcodec_get_name’? 304 | int ret = avcodec_send_frame(this->avCodecContext, this->yuvOutput); | ^~~~~~~~~~~~~~~~~~ | avcodec_get_name /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:320:11: error: ‘avcodec_receive_packet’ was not declared in this scope 320 | ret = avcodec_receive_packet(this->avCodecContext, pkt); | ^~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx: In member function ‘void vtkFFMPEGWriterInternal::End()’: /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:375:5: error: ‘avcodec_close’ was not declared in this scope; did you mean ‘avio_close’? 375 | avcodec_close(this->avCodecContext); | ^~~~~~~~~~~~~ | avio_close /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx:376:5: error: ‘avcodec_free_context’ was not declared in this scope; did you mean ‘avformat_free_context’? 376 | avcodec_free_context(&this->avCodecContext); | ^~~~~~~~~~~~~~~~~~~~ | avformat_free_context make[4]: *** [VTK/IO/FFMPEG/CMakeFiles/IOFFMPEG.dir/build.make:79: VTK/IO/FFMPEG/CMakeFiles/IOFFMPEG.dir/vtkFFMPEGWriter.cxx.o] Error 1 make[4]: *** Waiting for unfinished jobs.... [ 30%] Building CXX object VTK/IO/Image/CMakeFiles/IOImage.dir/vtkMedicalImageProperties.cxx.o cd "/<<PKGBUILDDIR>>/build.python3.10/VTK/IO/Image" && /usr/lib/ccache/c++ -DIOImage_EXPORTS -Dkiss_fft_scalar=double -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/IO/Image" -I"/<<PKGBUILDDIR>>/VTK/IO/Image" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Imaging/Core" -I"/<<PKGBUILDDIR>>/VTK/Imaging/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/System" -I"/<<PKGBUILDDIR>>/VTK/Common/System" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/DICOMParser" -I"/<<PKGBUILDDIR>>/VTK/Utilities/DICOMParser" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/MetaIO/vtkmetaio" -I"/<<PKGBUILDDIR>>/VTK/Utilities/MetaIO/vtkmetaio" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/pugixml/vtkpugixml" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/pugixml/vtkpugixml" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/jpeg" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/jpeg" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/MetaIO" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/MetaIO" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/png" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/png" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/pugixml" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/pugixml" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/tiff" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/tiff" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/zlib" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/zlib" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11 -MD -MT VTK/IO/Image/CMakeFiles/IOImage.dir/vtkMedicalImageProperties.cxx.o -MF CMakeFiles/IOImage.dir/vtkMedicalImageProperties.cxx.o.d -o CMakeFiles/IOImage.dir/vtkMedicalImageProperties.cxx.o -c "/<<PKGBUILDDIR>>/VTK/IO/Image/vtkMedicalImageProperties.cxx" [ 30%] Building CXX object VTK/Filters/General/CMakeFiles/FiltersGeneral.dir/vtkGraphWeightFilter.cxx.o cd "/<<PKGBUILDDIR>>/build.python3.10/VTK/Filters/General" && /usr/lib/ccache/c++ -DFMT_SHARED -DFiltersGeneral_EXPORTS -Dkiss_fft_scalar=double -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Filters/General" -I"/<<PKGBUILDDIR>>/VTK/Filters/General" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/VTK/Common/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/VTK/Common/DataModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/VTK/Common/Math" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft/vtkkissfft" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/VTK/Common/Transforms" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/VTK/Common/ExecutionModel" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/VTK/Common/Misc" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Filters/Core" -I"/<<PKGBUILDDIR>>/VTK/Filters/Core" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/ComputationalGeometry" -I"/<<PKGBUILDDIR>>/VTK/Common/ComputationalGeometry" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/Common/System" -I"/<<PKGBUILDDIR>>/VTK/Common/System" -I"/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/fmt/vtkfmt" -I"/<<PKGBUILDDIR>>/VTK/ThirdParty/fmt/vtkfmt" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWIML" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/VTK/Utilities/KWSys" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/kissfft" -isystem "/<<PKGBUILDDIR>>/build.python3.10/VTK/ThirdParty/fmt" -isystem "/<<PKGBUILDDIR>>/VTK/ThirdParty/fmt" -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=c++11 -MD -MT VTK/Filters/General/CMakeFiles/FiltersGeneral.dir/vtkGraphWeightFilter.cxx.o -MF CMakeFiles/FiltersGeneral.dir/vtkGraphWeightFilter.cxx.o.d -o CMakeFiles/FiltersGeneral.dir/vtkGraphWeightFilter.cxx.o -c "/<<PKGBUILDDIR>>/VTK/Filters/General/vtkGraphWeightFilter.cxx" /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGVideoSource.cxx: In member function ‘virtual void vtkFFMPEGVideoSource::Initialize()’: /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGVideoSource.cxx:209:38: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive] 209 | AVCodec* dec = avcodec_find_decoder(this->Internal->VideoStream->codecpar->codec_id); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const AVCodec* /<<PKGBUILDDIR>>/VTK/IO/FFMPEG/vtkFFMPEGVideoSource.cxx:275:41: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive] 275 | AVCodec* adec = avcodec_find_decoder(this->Internal->AudioStream->codecpar->codec_id); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const AVCodec* make[4]: *** [VTK/IO/FFMPEG/CMakeFiles/IOFFMPEG.dir/build.make:93: VTK/IO/FFMPEG/CMakeFiles/IOFFMPEG.dir/vtkFFMPEGVideoSource.cxx.o] Error 1 Cheers -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: paraview Source-Version: 5.10.1-2 Done: Anton Gladky <gl...@debian.org> 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 1004...@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: SHA512 Format: 1.8 Date: Wed, 29 Jun 2022 06:28:23 +0200 Source: paraview Architecture: source Version: 5.10.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Anton Gladky <gl...@debian.org> Closes: 1004817 1012663 Changes: paraview (5.10.1-2) unstable; urgency=medium . * Team upload. * [385aa69] Fix FTBFS against new NETCDF. (Closes: #1012663) * [9ea37d0] Fix FTBFS against new ffmpeg. (Closes: #1004817) Checksums-Sha1: 2e6cfb2a892155fd4d94408bf5f79ab0ad17aaf5 3139 paraview_5.10.1-2.dsc 50533e88cf4ab33743812edb4374e489207ab5b3 34112 paraview_5.10.1-2.debian.tar.xz fd99025229a1573c322a1b4a9a3f19fcaf83ce88 29823 paraview_5.10.1-2_source.buildinfo Checksums-Sha256: f525acb58503cc333b187861c64b67f2cda761e45bcc19d976da48b9a8165c42 3139 paraview_5.10.1-2.dsc 5b3a91e38ad7c2045523e58e21a9868498c5746916b920fa10cad9b95a12df89 34112 paraview_5.10.1-2.debian.tar.xz 27303f682576574e1f68dbb28904a751439a1aae6023fc0d2128a0f44a3fba12 29823 paraview_5.10.1-2_source.buildinfo Files: 61bbdc5d505e8a50e85b40347993aa7c 3139 science optional paraview_5.10.1-2.dsc 63ccd8c586e344014f9a40d0d79189c2 34112 science optional paraview_5.10.1-2.debian.tar.xz 0d8153a7bb0762c4799ccde74dbbfc28 29823 science optional paraview_5.10.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmK8YHgRHGdsYWRrQGRl Ymlhbi5vcmcACgkQ0+Fzg8+n/wbq9A//e1a16X9brOQPrigEIbcc78DGBoqByu0U QqYp8oNI4MjBEmG521xfg2LEzUtNf4yv1SDX6yvqslS2TA9k+v18vVV5Cr4bWKYy gpQKm8hw0MxWbX9e78kUNCrdGR9WjeSYZl6vtfsG/SbcmmJVRh36OdW40nGO2W1u fD3uWP5Kb1/HGn0oOavt5mcT5QqSXRtXAlCT3+0zB+juehKPS+oVr4C5NH4eWrni w+G/FWTuR0gFX1ROso+GxTQjgAI8IpVZ6iAtsLI7NDnWowRC4V0hH1vd7KL5Gp4A dttxPm9TdHGMzAG5ZowZLQ4HyavZhbxZgHgsQGjSHNboDgjpmV0GdFzvKW7uZ+M8 /ByUXrq861cvSaxf5zpZKD42NFntXVKpTc2O4gWO/UoTIq8pUCDos9l+uNc99j2D fR0eIjs6X44nNADN/3C6J8qJ2FlfoMqoi41z/PoFJt55OAYUFmIkWeg+xeMoZy+U MQ6tvkJzhsKNGaK28EUq01mvnkSt3/VTcTRc6QipVUpE5wtjWIZMxcd6FhuNWbKy swTT+mtGAC+/qTYhAsw/QEgh9XwC9f5xr6SoYGjx2A16bneY9DVMIzMNjDz2vCrY 8lbBcqAoHhb+vp5ZEyoJHzZIoQlwxfL8FYNWDN0E3MScwqyP/CXgWJ/MIbQjccEE ENx/Ap2vfRY= =dBpl -----END PGP SIGNATURE-----
--- End Message ---