Your message dated Fri, 04 Oct 2024 21:24:06 +0000 with message-id <E1swpmQ-002LmX-M0@fasolo.debian.org> and subject line Bug#1075294: fixed in mplayer 2:1.5+svn38638-1 has caused the Debian Bug report #1075294, regarding mplayer: ftbfs with GCC-14 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.) -- 1075294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075294 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: mplayer: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:37:11 +0000
- Message-id: <E1sOzEV-0042gL-MU@paradis.debian.org>
Package: src:mplayer Version: 2:1.5+svn38542-1 Severity: important Tags: sid trixie User: debian-gcc@lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/mplayer_1.5+svn38542-1_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] | ~~~~~~~~~^~~~~~~ libvo/vo_mpegpes.c:79:54: warning: unused parameter 'width' [-Wunused-parameter] 79 | config(uint32_t s_width, uint32_t s_height, uint32_t width, uint32_t height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~ libvo/vo_mpegpes.c:79:70: warning: unused parameter 'height' [-Wunused-parameter] 79 | config(uint32_t s_width, uint32_t s_height, uint32_t width, uint32_t height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~~ libvo/vo_mpegpes.c:79:87: warning: unused parameter 'flags' [-Wunused-parameter] 79 | config(uint32_t s_width, uint32_t s_height, uint32_t width, uint32_t height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~ libvo/vo_mpegpes.c:79:100: warning: unused parameter 'title' [-Wunused-parameter] 79 | config(uint32_t s_width, uint32_t s_height, uint32_t width, uint32_t height, uint32_t flags, char *title, uint32_t format) | ~~~~~~^~~~~ libvo/vo_mpegpes.c:79:116: warning: unused parameter 'format' [-Wunused-parameter] 79 | config(uint32_t s_width, uint32_t s_height, uint32_t width, uint32_t height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~~ sub/spuenc.c: In function 'encode_do_control': sub/spuenc.c:41:23: warning: unused parameter 'x' [-Wunused-parameter] 41 | encode_do_control(int x,int y, encodedata* ed, pixbuf* pb) { | ~~~~^ make[2]: *** [Makefile:729: mplayer.o] Error 1 sub/spuenc.c:41:29: warning: unused parameter 'y' [-Wunused-parameter] 41 | encode_do_control(int x,int y, encodedata* ed, pixbuf* pb) { | ~~~~^ make[2]: *** Waiting for unfinished jobs.... sub/spuenc.c: In function 'pixbuf_encode_rle': sub/spuenc.c:217:65: warning: unused parameter 'stride' [-Wunused-parameter] 217 | pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride,encodedata *ed){ | ~~~~^~~~~~ libvo/vo_null.c: In function 'draw_slice': libvo/vo_null.c:47:32: warning: unused parameter 'image' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~~~~~~^~~~~~~ libvo/vo_null.c:47:45: warning: unused parameter 'stride' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~^~~~~~~~ libvo/vo_null.c:47:59: warning: unused parameter 'w' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~^ libvo/vo_null.c:47:65: warning: unused parameter 'h' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~^ libvo/vo_null.c:47:71: warning: unused parameter 'x' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~^ libvo/vo_null.c:47:77: warning: unused parameter 'y' [-Wunused-parameter] 47 | static int draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y) | ~~~~^ libvo/vo_null.c: In function 'config': libvo/vo_null.c:71:50: warning: unused parameter 'd_width' [-Wunused-parameter] 71 | config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~~~ libvo/vo_null.c:71:68: warning: unused parameter 'd_height' [-Wunused-parameter] 71 | config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~~~~ libvo/vo_null.c:71:87: warning: unused parameter 'flags' [-Wunused-parameter] 71 | config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~ libvo/vo_null.c:71:100: warning: unused parameter 'title' [-Wunused-parameter] 71 | config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) | ~~~~~~^~~~~ libvo/vo_null.c:71:116: warning: unused parameter 'format' [-Wunused-parameter] 71 | config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) | ~~~~~~~~~^~~~~~ make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 mplayer returned exit code 2 make[1]: *** [debian/rules:96: override_dh_auto_build-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:93: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075294-close@bugs.debian.org
- Subject: Bug#1075294: fixed in mplayer 2:1.5+svn38638-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 04 Oct 2024 21:24:06 +0000
- Message-id: <E1swpmQ-002LmX-M0@fasolo.debian.org>
- Reply-to: Lorenzo Puliti <plorenzo@disroot.org>
Source: mplayer Source-Version: 2:1.5+svn38638-1 Done: Lorenzo Puliti <plorenzo@disroot.org> We believe that the bug you reported is fixed in the latest version of mplayer, 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 1075294@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lorenzo Puliti <plorenzo@disroot.org> (supplier of updated mplayer 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: Mon, 30 Sep 2024 22:29:54 +0200 Source: mplayer Architecture: source Version: 2:1.5+svn38638-1 Distribution: experimental Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Lorenzo Puliti <plorenzo@disroot.org> Closes: 1075294 1083029 Changes: mplayer (2:1.5+svn38638-1) experimental; urgency=medium . * New upstream version 1.5+svn38638 * refresh quilt patches * quilt: - test upstream patch for FTBFS with gcc-14 (Closes: #1075294) - upstream fix for security issue #2426 (Closes: #1083029) - more patches to fix gcc-14 failures on i386 * update d/copyright * bump Standards-Version to 4.7.0 * gitignore: ignore quilt's .pc Checksums-Sha1: a236f85caefc09a5543250b7091510af2010498f 3111 mplayer_1.5+svn38638-1.dsc 107a78c9bfabf09eacc6b7b95a38cd6fe7ee81ef 5278480 mplayer_1.5+svn38638.orig.tar.xz 5d1778e38fefb124a42adbfbbeb6181f76d8ad86 45184 mplayer_1.5+svn38638-1.debian.tar.xz 23e8f96cce84f11f206456975dc01d4790b92d59 18848 mplayer_1.5+svn38638-1_source.buildinfo Checksums-Sha256: 2e5633600ccee97a4cacbe11fc2c9128e82c68a9c83adcc2f43a332b27870329 3111 mplayer_1.5+svn38638-1.dsc 28f297e2bda95d6f4f7f81ff87fac2057f5db2c68c30c697c881b2c786a9fceb 5278480 mplayer_1.5+svn38638.orig.tar.xz e0502bceeca334953af35f76ad4156154ce62048a88fcbbd5ee4c1f832d67332 45184 mplayer_1.5+svn38638-1.debian.tar.xz cfbbf34effc2651e1e545679ca9fb56742b8e46925579df60ee6ec94476262e9 18848 mplayer_1.5+svn38638-1_source.buildinfo Files: ba642cc50c845f1d8dc482dbf28d9af9 3111 video optional mplayer_1.5+svn38638-1.dsc 3edc7db8723f3b05d8a0aeea67aec6a4 5278480 video optional mplayer_1.5+svn38638.orig.tar.xz bfe92dec4fc1e80006a7b76667425f8f 45184 video optional mplayer_1.5+svn38638-1.debian.tar.xz defdbc7b8f8395602a11f4b921ba5099 18848 video optional mplayer_1.5+svn38638-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmcAV0oQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFDS/DACHTMOWIHiI+yYl3eXtNmXBc3YJitBIGk9d ZFUxz9Hpuy+SY0yVCGA0O9Gd3orbvEbLHT+2iFrdwqIDR5Co1m7wGqMRJAQ9wiL/ GYLDD9Z0Dov/TY+hhvPHexbLEKWW9pnKVMeyY9dwY8Ip8FhlL+r0BDdjvuqxL/YF v0xGFH/D72udNnHgdSuYBaf04S3XtroDLIRYT4b8MiWn+/1QvcIsLp/tjreAsiP9 GzG6E0UO6bQJIow9lkk7cr2WjTqpOxcDNOe7UQIBGRDmgbywAqrs+oN4AGYFJEkF K/APwRUGjI7A94ZQiy39QbsIcTG7YsXJa1xPL1S7XhMZ9TA6+XLdoCm1FiDWU/1D 1dPqHk/oauKPKlZF9/8a+PxpB5E8ma6ry7S6eshduc9oPhRFubDPp61HIv/eG5Q0 8TiGVQBgXjZr5cVKqA8wcRqGWoszO14FxcqI1nQKkI6az6IAzlArpfiSatBonuKO 1xXQphJEMlPxzy+7NlpCup6485HKm3Q= =se8g -----END PGP SIGNATURE-----Attachment: pgpuWfkxICyyK.pgp
Description: PGP signature
--- End Message ---