[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004785: marked as done (chromaprint: FTBFS with ffmpeg 5.0)



Your message dated Wed, 16 Feb 2022 22:18:49 +0000
with message-id <E1nKSdN-000E8M-WC@fasolo.debian.org>
and subject line Bug#1004785: fixed in chromaprint 1.5.1-2
has caused the Debian Bug report #1004785,
regarding chromaprint: 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 owner@bugs.debian.org
immediately.)


-- 
1004785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004785
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: chromaprint
Version: 1.5.1-1
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: ftbfs sid bookworm
Usertags: ffmpeg5.0
Control: forwarded -1 https://github.com/acoustid/chromaprint/pull/108

chromaprint FTBFS with ffmpeg 5.0:

cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/cmd && /usr/lib/ccache/c++ -DHAVE_CONFIG_H -D_SCL_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++11 -MD -MT src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o -MF CMakeFiles/fpcalc.dir/fpcalc.cpp.o.d -o CMakeFiles/fpcalc.dir/fpcalc.cpp.o -c /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h: In constructor ‘chromaprint::FFmpegAudioReader::FFmpegAudioReader()’:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:102:23: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  102 |         av_init_packet(&m_packet);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:18,
                 from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h: In member function ‘bool chromaprint::FFmpegAudioReader::SetInputFormat(const char*)’:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:117:43: error: invalid conversion from ‘const AVInputFormat*’ to ‘AVInputFormat*’ [-fpermissive]
  117 |         m_input_fmt = av_find_input_format(name);
      |                       ~~~~~~~~~~~~~~~~~~~~^~~~~~
      |                                           |
      |                                           const AVInputFormat*
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h: In member function ‘bool chromaprint::FFmpegAudioReader::Open(const string&)’:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:138:19: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  138 |     av_init_packet(&m_packet);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:18,
                 from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:157:77: error: invalid conversion from ‘AVCodec**’ to ‘const AVCodec**’ [-fpermissive]
  157 |         ret = av_find_best_stream(m_format_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &codec, 0);
      |                                                                             ^~~~~~
      |                                                                             |
      |                                                                             AVCodec**
In file included from /<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:19,
                 from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:2161:41: note:   initializing argument 5 of ‘int av_find_best_stream(AVFormatContext*, AVMediaType, int, int, const AVCodec**, int)’
 2161 |                         const AVCodec **decoder_ret,
      |                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:164:62: error: ‘AVStream’ {aka ‘struct AVStream’} has no member named ‘codec’
  164 |         m_codec_ctx = m_format_ctx->streams[m_stream_index]->codec;
      |                                                              ^~~~~
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h: In member function ‘bool chromaprint::FFmpegAudioReader::Read(const int16_t**, size_t*)’:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:259:39: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  259 |                         av_init_packet(&m_packet);
      |                         ~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:18,
                 from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/cmd/fpcalc.cpp:7:
/<<PKGBUILDDIR>>/src/audio/ffmpeg_audio_reader.h:281:23: error: ‘avcodec_decode_audio4’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
  281 |                 ret = avcodec_decode_audio4(m_codec_ctx, m_frame, &m_got_frame, &m_packet);
      |                       ^~~~~~~~~~~~~~~~~~~~~
      |                       avcodec_decode_subtitle2
make[3]: *** [src/cmd/CMakeFiles/fpcalc.dir/build.make:79: src/cmd/CMakeFiles/fpcalc.dir/fpcalc.cpp.o] Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: chromaprint
Source-Version: 1.5.1-2
Done: Sebastian Ramacher <sramacher@debian.org>

We believe that the bug you reported is fixed in the latest version of
chromaprint, 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 1004785@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated chromaprint 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 16 Feb 2022 23:02:01 +0100
Source: chromaprint
Architecture: source
Version: 1.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 1004785
Changes:
 chromaprint (1.5.1-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster
 .
   [ Sebastian Ramacher ]
   * debian/patches: Apply fix for ffmpeg 5.0 (Closes: #1004785)
Checksums-Sha1:
 fa689b5899b2a019467c08a6ebde14e72d3e4652 2253 chromaprint_1.5.1-2.dsc
 f7a0f590fc78dd0308c8cc656dabb0b2aa7f14e8 7388 chromaprint_1.5.1-2.debian.tar.xz
Checksums-Sha256:
 15ee875e806b949a39d9c2d4881bd1446dfdd34a27f82a7b39ea3d6b58a31740 2253 chromaprint_1.5.1-2.dsc
 e8fb8f5b309ce59a18b8d754f1ad8ada6a2246bbc8acbef47e5355c3b4fa3a1e 7388 chromaprint_1.5.1-2.debian.tar.xz
Files:
 ca8f2098b6cd6be3e3b18eeff1f5ff94 2253 libs optional chromaprint_1.5.1-2.dsc
 f5d86eb9caba311aca8a8623b3c652c6 7388 libs optional chromaprint_1.5.1-2.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmINdH0ACgkQafL8UW6n
GZMgAxAAgF8ZtbVJlfPV3IZWsSNBrvXiHnSBY87NAySsazNwI0+efAmnyMHw3lXg
jcLIFmGrLFOP7OhJdPFvH0gooZiOHgUfstYijuj1Oq4V2tELj28F/NgLqhb+1RgI
JMcIBMSGOv0t5uxg5WFg2AyAF1qRZi0gJJamud3q4wdM6XvqBMHgacZxLkxfBHr7
ZSBr7BMyRqFOzyK+UoKY8YiFm6BEa67uoPPXVgOFsNDb5QOCzltYKb7xxal724NX
QOVEUtipwaN/aso4fNz/0gtK1Cc/vvNW/CaEPsFtQbeyIUXzLT8hJ1os05s+nbCs
Z0mri8EkEmQ9bjYe+0cVf5iHRWY/88RWzMXkMa8SVVmTwEYeogpuD3/ogAVXj+4Y
vgSHNWtTVsxx2X4F8iN5txBSvYoGVw/asAjRnqmOHSDX4YOMNvGzf4K1VQvDk06x
ifkfnWmxwP9rTZ9+cxWsmlisulxiibTc8+ZZUR1uhq/FIWH0Iq3bSv1W7vHuqDgk
rUrPMSNtOL/cY+nyJcQ4BF+5Yk1KbklCWJyljmrZt4CZS7DchT2IlUEqQBPkNs2H
FXQ29NUeszVVpAMgL4pNFwHqGIh8JQ6ccojCgP2htQKbln58VCfMcbxDjF+KN7Fv
94lFQBidX9/QlRRp3eaarTZbfXWNYLLBbVxIGHnqvmvt++AzzlI=
=JfkH
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: