Your message dated Tue, 16 Aug 2022 12:35:10 +0000
with message-id <e1onvmo-003eua...@fasolo.debian.org>
and subject line Bug#1004801: fixed in cloudcompare 2.11.3-6
has caused the Debian Bug report #1004801,
regarding cloudcompare: 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.)


-- 
1004801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004801
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cloudcompare
Version: 2.11.3-4
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

cloudcompare FTBFS with ffmpeg 5.0 in experimental:

cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CC && /usr/lib/ccache/c++ 
-DCC_CORE_LIB_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB 
-DQT_NO_DEBUG -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DSCALAR_TYPE_FLOAT 
-DUSE_QT -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CC -I/<<PKGBUILDDIR>>/CC 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CC/CC_CORE_LIB_autogen/include 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
-I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
-I/<<PKGBUILDDIR>>/CC/include -isystem /usr/include/x86_64-linux-gnu/qt5 
-isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt5/QtConcurrent -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fPIC 
-std=c++11 -fPIC -fopenmp -O3 -DNDEBUG -fPIC -fvisibility=hidden 
-fvisibility-inlines-hidden -fPIC -MD -MT 
CC/CMakeFiles/CC_CORE_LIB.dir/src/ChamferDistanceTransform.cpp.o -MF 
CMakeFiles/CC_CORE_LIB.dir/src/ChamferDistanceTransform.cpp.o.d -o 
CMakeFiles/CC_CORE_LIB.dir/src/ChamferDistanceTransform.cpp.o -c 
/<<PKGBUILDDIR>>/CC/src/ChamferDistanceTransform.cpp
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:
 In member function ‘bool QVideoEncoder::open(QString*)’:
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:120:9:
 error: ‘av_register_all’ was not declared in this scope
  120 |         av_register_all();
      |         ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:142:47:
 error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive]
  142 |         AVCodec *pCodec = avcodec_find_encoder(codec_id);
      |                           ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
      |                                               |
      |                                               const AVCodec*
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:194:28:
 error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  194 |         m_ff->videoStream->codec = m_ff->codecContext;
      |                            ^~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:
 In member function ‘virtual bool QVideoEncoder::close()’:
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:270:31:
 warning: ‘void av_init_packet(AVPacket*)’ is deprecated 
[-Wdeprecated-declarations]
  270 |                 av_init_packet(&pkt);
      |                 ~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from 
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:6:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:273:27:
 error: ‘avcodec_encode_video2’ was not declared in this scope; did you mean 
‘avcodec_encode_subtitle’?
  273 |                 int ret = avcodec_encode_video2(m_ff->codecContext, 
&pkt, 0, &got_packet);
      |                           ^~~~~~~~~~~~~~~~~~~~~
      |                           avcodec_encode_subtitle
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:287:42:
 error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  287 |         avcodec_close(m_ff->videoStream->codec);
      |                                          ^~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:293:60:
 error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  293 |                 av_freep(&m_ff->formatContext->streams[i]->codec);
      |                                                            ^~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:
 In member function ‘virtual bool QVideoEncoder::encodeImage(const QImage&, 
int, QString*)’:
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:325:23:
 warning: ‘void av_init_packet(AVPacket*)’ is deprecated 
[-Wdeprecated-declarations]
  325 |         av_init_packet(&pkt);
      |         ~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from 
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:6:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:334:27:
 error: ‘avcodec_encode_video2’ was not declared in this scope; did you mean 
‘avcodec_encode_subtitle’?
  334 |                 int ret = avcodec_encode_video2(m_ff->codecContext, 
&pkt, m_ff->frame, &got_packet);
      |                           ^~~~~~~~~~~~~~~~~~~~~
      |                           avcodec_encode_subtitle
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:
 In member function ‘bool QVideoEncoder::convertImage_sws(const QImage&, 
QString*)’:
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:404:41:
 warning: ‘int QImage::byteCount() const’ is deprecated: Use sizeInBytes 
[-Wdeprecated-declarations]
  404 |         if (num_bytes != image.byteCount())
      |                          ~~~~~~~~~~~~~~~^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/QImage:1,
                 from 
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.h:6,
                 from 
/<<PKGBUILDDIR>>/plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/QVideoEncoder.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:221:44: note: declared here
  221 |     QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
      |                                            ^~~~~~~~~
make[3]: *** 
[plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/CMakeFiles/QTFFMPEG_LIB.dir/build.make:93:
 
plugins/core/Standard/qAnimation/src/QTFFmpegWrapper/CMakeFiles/QTFFMPEG_LIB.dir/QVideoEncoder.cpp.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: cloudcompare
Source-Version: 2.11.3-6
Done: Gürkan Myczko <t...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cloudcompare, 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.
Gürkan Myczko <t...@debian.org> (supplier of updated cloudcompare 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: SHA256

Format: 1.8
Date: Tue, 16 Aug 2022 11:59:26 +0200
Source: cloudcompare
Architecture: source
Version: 2.11.3-6
Distribution: unstable
Urgency: medium
Maintainer: Gürkan Myczko <t...@debian.org>
Changed-By: Gürkan Myczko <t...@debian.org>
Closes: 1004801
Changes:
 cloudcompare (2.11.3-6) unstable; urgency=medium
 .
   * debian/patches/ffmpeg-5.0.patch: compatibility with ffmpeg 5.0.
     (Closes: #1004801), thanks Steve Langasek for the patch.
Checksums-Sha1:
 39db0b3095b110bb67bc6d97b1797d3064aee2de 2088 cloudcompare_2.11.3-6.dsc
 2466a291cf7fbd3bbbdaea93b4ff875cfa85c0e3 11980 
cloudcompare_2.11.3-6.debian.tar.xz
 8864b429fa738b4ef585baf7d5d0afc5cf53595b 25899 
cloudcompare_2.11.3-6_source.buildinfo
Checksums-Sha256:
 c96015e8e89c85f99283096d7786e974da0bf974f7b7445b2473407d9b677c28 2088 
cloudcompare_2.11.3-6.dsc
 d560349caa308a2156bb28d72ff5dd92bade0ed5de265292e1f729eeeb9872bc 11980 
cloudcompare_2.11.3-6.debian.tar.xz
 79dbf483581597978f04468777f176f08272ee22f8d91928f14e4436ac864ec3 25899 
cloudcompare_2.11.3-6_source.buildinfo
Files:
 ed65fba5a59c949e18097267f50d61da 2088 graphics optional 
cloudcompare_2.11.3-6.dsc
 a56da8ff1655b522e9a67d9c7fc162b2 11980 graphics optional 
cloudcompare_2.11.3-6.debian.tar.xz
 3823aa230519b68a6b1ead546eebd90d 25899 graphics optional 
cloudcompare_2.11.3-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmL7fkgACgkQEWhSvN91
FcBHnA/9GgGRGuCuUVxGbdsuaY6oMeFmICro2p7yMNXJW1d55z3RzmcBAKP5GpVd
K5q0Mw59FugfnKmaJguzbImFD4lfkqRRJ7WUeqH8jh//odPaJXxArTsqhpHkCMSU
3agcO54lkzJeF0SwTvbffJ1Xm2O+ogS+L/TRZXBczRYIB7o1hqpaVobFyng83syO
rao1jyPxyz3Io1qzBk8/wMWQZeTrHl3q3jTU0WC9UMVpzy5NRAETqFYSblLWacZJ
rEi9q1q6NVCabEidcKLyC1GY6R3yx1AhlAHCZ19kV7jdefOt5Ot9gqgPST7kGw54
j5dOfD7/gI2Jgsfik650AxZXJIJJzIpwNBGWb+lhnReFVOENl8+WxhnRFxhefsjM
4JY/kMNXldLlZJjkYsoJgVna5h9Uvo9WAxHib5HsJ8ZGpS6N5tbrQ48bn9BeHov1
WBRVmpMTd5OwSw9i0xj1dLTBai0MHe6czh/7QoiSjAuDXOweN4owF23o28QhJcOP
EbROyTMGpr5hjXqmafHIop2yUMuq81kb7zUod0/S9nD7dQbewfCwPS6d1sjPub8M
thT8HpXsfwIJgMeN3JorexMrqNRdMimuZL4dKTqqLkffBBkiDr3+Uod0o709/ooL
WjsWtA0Rrt7UOopA0sCcch6PgxdQON0QlWOh/FNWc9XwHN3hhrI=
=BwD1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to