Your message dated Sat, 29 Jun 2024 12:22:22 +0000 with message-id <E1sNX5y-008ANK-QH@fasolo.debian.org> and subject line Bug#1072459: fixed in wxsvg 2:1.5.25+dfsg-1 has caused the Debian Bug report #1072459, regarding wxsvg: FTBFS with ffmpeg 7.0: mediadec_ffmpeg.cpp:168:75: error: ‘AVCodecParameters’ {aka ‘struct AVCodecParameters’} has no member named ‘channels’ 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.) -- 1072459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072459 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: wxsvg: FTBFS with ffmpeg 7.0: mediadec_ffmpeg.cpp:168:75: error: ‘AVCodecParameters’ {aka ‘struct AVCodecParameters’} has no member named ‘channels’
- From: Sebastian Ramacher <sramacher@debian.org>
- Date: Sun, 2 Jun 2024 15:27:58 +0200
- Message-id: <[🔎] ZlxzXiOrKuF5Upab@ramacher.at>
Source: wxsvg Version: 2:1.5.24+dfsg-2.1 Severity: important Tags: trixie sid ftbfs Usertags: ffmpeg-7.0 Hi, during a rebuild of the reverse dependencies for the transition to ffmpeg 7.0, your package failed to build Relevant part (hopefully): > /bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.24\" -DPACKAGE_STRING=\"wxsvg\ 1.5.24\" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.24\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -I../include/wxSVG -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I/usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/aarch64-linux-gnu -c -o mediadec_ffmpeg.lo mediadec_ffmpeg.cpp > libtool: compile: g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.24\" "-DPACKAGE_STRING=\"wxsvg 1.5.24\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.24\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I../include -I../include/wxSVG -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I/usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/aarch64-linux-gnu -c mediadec_ffmpeg.cpp -fPIC -DPIC -o .libs/mediadec_ffmpeg.o > mediadec_ffmpeg.cpp: In member function ‘int wxFfmpegMediaDecoder::GetChannelNumber(unsigned int)’: > mediadec_ffmpeg.cpp:168:75: error: ‘AVCodecParameters’ {aka ‘struct AVCodecParameters’} has no member named ‘channels’ > 168 | return m_formatCtx ? m_formatCtx->streams[streamIndex]->codecpar->channels : -1; > | ^~~~~~~~ > mediadec_ffmpeg.cpp: In member function ‘void wxFfmpegMediaDecoder::CloseVideoDecoder()’: > mediadec_ffmpeg.cpp:217:22: warning: ‘int avcodec_close(AVCodecContext*)’ is deprecated [-Wdeprecated-declarations] > 217 | avcodec_close(m_codecCtx); // close the codec > | ~~~~~~~~~~~~~^~~~~~~~~~~~ > In file included from mediadec_ffmpeg.cpp:23: > /usr/include/aarch64-linux-gnu/libavcodec/avcodec.h:2387:5: note: declared here > 2387 | int avcodec_close(AVCodecContext *avctx); > | ^~~~~~~~~~~~~ > mediadec_ffmpeg.cpp: In member function ‘virtual bool wxFfmpegMediaDecoder::BeginDecode(int, int)’: > mediadec_ffmpeg.cpp:237:22: warning: ‘int avcodec_close(AVCodecContext*)’ is deprecated [-Wdeprecated-declarations] > 237 | avcodec_close(m_codecCtx); > | ~~~~~~~~~~~~~^~~~~~~~~~~~ > /usr/include/aarch64-linux-gnu/libavcodec/avcodec.h:2387:5: note: declared here > 2387 | int avcodec_close(AVCodecContext *avctx); > | ^~~~~~~~~~~~~ > make[3]: *** [Makefile:673: mediadec_ffmpeg.lo] Error 1 The full build log is available from: https://people.debian.org/~sramacher/ffmpeg-7.0/wxsvg_arm64.build ffmpeg 7.0 is available in experimental. Cheers -- Sebastian Ramacher
--- End Message ---
--- Begin Message ---
- To: 1072459-close@bugs.debian.org
- Subject: Bug#1072459: fixed in wxsvg 2:1.5.25+dfsg-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 29 Jun 2024 12:22:22 +0000
- Message-id: <E1sNX5y-008ANK-QH@fasolo.debian.org>
- Reply-to: Alec Leamas <leamas.alec@gmail.com>
Source: wxsvg Source-Version: 2:1.5.25+dfsg-1 Done: Alec Leamas <leamas.alec@gmail.com> We believe that the bug you reported is fixed in the latest version of wxsvg, 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 1072459@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Alec Leamas <leamas.alec@gmail.com> (supplier of updated wxsvg 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: SHA256 Format: 1.8 Date: Sat, 29 Jun 2024 12:56:47 +0200 Source: wxsvg Architecture: source Version: 2:1.5.25+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Alec Leamas <leamas.alec@gmail.com> Closes: 1072459 Changes: wxsvg (2:1.5.25+dfsg-1) unstable; urgency=medium . * New upstream release * Closes: #1072459 Checksums-Sha1: 481ce0d1c11b6d724f6e53023bf00d94483b7cfb 2214 wxsvg_1.5.25+dfsg-1.dsc 203b66cf71a190f94354e967379bad31b36edce5 163476 wxsvg_1.5.25+dfsg.orig.tar.xz 5fab198d3ff42146cbba155a6227b4c33e65b1ef 6000 wxsvg_1.5.25+dfsg-1.debian.tar.xz 6ea0846c6b81b03100533ca6f34367a2ff7bef9a 16308 wxsvg_1.5.25+dfsg-1_source.buildinfo Checksums-Sha256: 57c7482aa1042fab2758654d1949bf599b92649842d7dd22f848a07e6905e6b5 2214 wxsvg_1.5.25+dfsg-1.dsc 9130f883ead94f9f0f9539756f6ceb4926a46516d86549be9080eaeeee634437 163476 wxsvg_1.5.25+dfsg.orig.tar.xz cbe2662780fbbb28cbc765cc830f94a747e51acbc6b2f4a34ee84b85a8c078ba 6000 wxsvg_1.5.25+dfsg-1.debian.tar.xz 362d0ef555a7524af1f77321619a6fc3bd920e3fdcf4df3dc2e27687049d2bab 16308 wxsvg_1.5.25+dfsg-1_source.buildinfo Files: edcd30127906ef143c0d0a9a9e3a185f 2214 libs optional wxsvg_1.5.25+dfsg-1.dsc d50cfdcdf02702834f497a4ab1017542 163476 libs optional wxsvg_1.5.25+dfsg.orig.tar.xz b7e798e181e9c694f36db4b8dfa650d2 6000 libs optional wxsvg_1.5.25+dfsg-1.debian.tar.xz 43ee9eceeea81415933db527a8e94f8a 16308 libs optional wxsvg_1.5.25+dfsg-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE4upB3OL4qZrReh5GOmfV2WbRXFwFAmZ/85IACgkQOmfV2WbR XFyvKQ//RS8paUBMmJPffjCSTnNMJ1n6wXtzNY5qxHpj79tnDDVLOekpZra+EV1m hNqluE/MiEFAo9bRzscwLe6USwWGEq6FLHblfjZ0HP53RobBjQ2F1LEnniiKHgtY uJS01aPP5LXM/smu0Uk78ZaoubsMoVDj/k402enuEkK29mx9IKlNxnHhk+6tVnKH bR5YeudWanATLtmBhWQum7ECUrxwj6VPbU89QecbaHi0JIPLYSZ5/3JV4/loGdwJ UVE3jBKpKBni15VDKKDJ9YUI68Ze8jGk2rFsBbiygOYajoSAZaDwPJX59rhn1B3u LXJeF5mpYVpOKCtzy3eyjYJdgOkVZsS38/blEDp91Zpb++nFWQ6cBlEtJTb4c6Ch AVzTyyYoJKD2n3DJ4pl4NvlbA9sXooVMzHpejO35zxTnT39ZnzAYk4LuqL2fMo3B 1y40sz6lxymiMT5nc46sLCk1BbZeJ8EPLDEBh1H0LxxVCr8aDdSgzuOlQgytREvp jH7pZcx1VjUNsBCN+FjDGr7XKcMQgaxU0AAVfmger4Y3Ofbc2+8ddz2Io4BKrvHM WdWM+6fyyKhy9yFpQp8NCON0yq7BLwR2Tfozk1roeG0LLE/BhPRU1rgM1BueaPV1 uHLvL8M0QviHOD34WZGm/0/OXMTLtQbwQm9CelDiZUvrsdy4LW0= =kXwx -----END PGP SIGNATURE-----Attachment: pgp0mwHufvNST.pgp
Description: PGP signature
--- End Message ---