Your message dated Tue, 08 Oct 2024 13:07:51 +0000 with message-id <E1sy9wN-004rjo-1y@fasolo.debian.org> and subject line Bug#1075691: fixed in xvier 1.0-11 has caused the Debian Bug report #1075691, regarding xvier: 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.) -- 1075691: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075691 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: xvier: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:49:33 +0000
- Message-id: <E1sOzQT-0045qY-Si@paradis.debian.org>
Package: src:xvier Version: 1.0-10 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/xvier_1.0-10_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 [...] 455 | switch (pid = fork()) { | ^~~~ xvier.c:458:5: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 458 | exit(1); | ^~~~ xvier.c:458:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:460:9: error: implicit declaration of function ‘dup2’ [-Wimplicit-function-declaration] 460 | if (dup2(pipeo[0], 0) < 0 || dup2(pipei[1], 1) < 0) { | ^~~~ xvier.c:471:14: error: implicit declaration of function ‘getdtablesize’ [-Wimplicit-function-declaration] 471 | for (i = getdtablesize(); i > 2; i--) | ^~~~~~~~~~~~~ xvier.c:473:7: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 473 | close(i); | ^~~~~ | pclose xvier.c:482:5: error: implicit declaration of function ‘execvp’ [-Wimplicit-function-declaration] 482 | execvp(progname, av); | ^~~~~~ xvier.c:504:9: error: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 504 | if (read(pipei[0], &text[i], 1) < 1) { | ^~~~ | fread xvier.c:506:7: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 506 | exit(1); | ^~~~ xvier.c:506:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:517:5: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 517 | exit(1); | ^~~~ xvier.c:517:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:580:11: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 580 | exit(2); | ^~~~ xvier.c:580:11: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:573:10: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] 573 | if (XAllocColor(mydisplay, cmap, &color) == 0) | ^ xvier.c:715:5: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 715 | exit(1); | ^~~~ xvier.c:715:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:806:5: error: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 806 | free(data); | ^~~~ xvier.c:806:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’ xvier.c:806:5: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch] xvier.c:806:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’ xvier.c:851:7: error: implicit declaration of function ‘qsort’ [-Wimplicit-function-declaration] 851 | qsort((char *) fontstructarray, fontnum, sizeof(XFontStruct *), font_cmp); | ^~~~~ xvier.c:922:30: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch] 922 | strlen(playercolor[1 - c_index])); | ^~~~~~ xvier.c:922:30: note: include ‘<string.h>’ or provide a declaration of ‘strlen’ xvier.c:994:18: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] 994 | if (col < columns) | ^ xvier.c:1100:9: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 1100 | exit(1); | ^~~~ xvier.c:1100:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ xvier.c:1178:3: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 1178 | exit(0); | ^~~~ xvier.c:1178:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ make[1]: *** [<builtin>: xvier.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:16: xvier] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075691-close@bugs.debian.org
- Subject: Bug#1075691: fixed in xvier 1.0-11
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 08 Oct 2024 13:07:51 +0000
- Message-id: <E1sy9wN-004rjo-1y@fasolo.debian.org>
- Reply-to: Petter Reinholdtsen <pere@debian.org>
Source: xvier Source-Version: 1.0-11 Done: Petter Reinholdtsen <pere@debian.org> We believe that the bug you reported is fixed in the latest version of xvier, 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 1075691@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <pere@debian.org> (supplier of updated xvier 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: Tue, 08 Oct 2024 14:46:07 +0200 Source: xvier Architecture: source Version: 1.0-11 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Petter Reinholdtsen <pere@debian.org> Closes: 438350 1075691 Changes: xvier (1.0-11) unstable; urgency=medium . * QA upload. . * Added 1010-gcc-14.patch to fix GCC 14 build failures and a few warnings (Closes: #1075691). * Adjusted d/rules to handle nostrip build option (Closes: #438350). * Install man page with correct file name. Thanks lintian. * Started using debhelper methods during build. * Corrected typo in XDG desktop entry comment. Checksums-Sha1: bf071c19cba16409ceb86f01774b05106fb6309f 1775 xvier_1.0-11.dsc 87e11a8747fbe6c20de62a5e66c1e28552fe1278 5260 xvier_1.0-11.debian.tar.xz 4c97af26c717619abe632269ae42181b3ad865b2 6855 xvier_1.0-11_source.buildinfo Checksums-Sha256: 753039cafab1d9001486d80abb435cdb43040c22b7694ae652a87b61409bfaa8 1775 xvier_1.0-11.dsc ac363a224f794da367bbe45552421a200f43e7c1cc90f6c303fb32eb924477e6 5260 xvier_1.0-11.debian.tar.xz 961991cb40de8fedebb733a8031ecf0692d142ca3884e8094fbdc795c4d9c96c 6855 xvier_1.0-11_source.buildinfo Files: c3ff41c0f67d662934ceb4aad22d1809 1775 games optional xvier_1.0-11.dsc 836dfd5be72c8998daa91eaa6c06b41c 5260 games optional xvier_1.0-11.debian.tar.xz 7b70d263dfdb933a5600eaabb9bf3c9b 6855 games optional xvier_1.0-11_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmcFKbcACgkQgSgKoIe6 +w7icRAAkOFBTfvsRtVSbgQSAZWGHxMChX7QIucyK0p+nExUs2qkh8J0DrYDbbrI jG2fZ2+6CAyXab+O1UUGLgM+F1AivTT5QfUOvBaaUA/9kznElndlCnyBykVw9wj1 EsIgGqrnqhRu5NLLe22bvABE01ZSESbEEut6eRIuKL4rx1ycfVwxmcUihnS/jYRQ 07RNCsE+hnRUydU0bFH2603j4wf4eqPvag6yhEJJrtt4dKLYjtP1nsCdZt+ese28 6VO+ioFrkauXvHHcn5mKpzhbPtk7huokWBPx8tilxubDv3LfojgguN8x/qjMqlov DhNTOKamKLyAS1dTkzUy+1vS/H1QQlqi5qeYVtkHXWRPMXRLBTTo3csntM9/ck8p pgTPYKRF/TMjYguuupKeXPR2tC8VFTv5VwH69qhXUQcmHGh55WJiL+568gG808DW qv14cprEW/Cqhb6/xCLkFdaxxjFkg6vn2dZJWgXDlbF7NCVwbWc8nvPBUkg2my9l Zs4rqmf5Q6O7i6qehYIHbI8ObHN5X/eHjNzcv9V0EVa//XJBx+Yi+YOGPByNkEa8 uZtHJM7+7WjdWzT3tfY8wDk5lRfJGYIvKXQBQiKRO2WQR8KBQJw4SAsQtteHaPCn YP0BQpskb5J8de5pVkXnfC3kk+3zSGzAdPfpRhLmgSvByp3sd9A= =jhub -----END PGP SIGNATURE-----Attachment: pgpm81vtUfSXL.pgp
Description: PGP signature
--- End Message ---