Your message dated Sat, 10 Aug 2024 02:41:11 +0000 with message-id <E1scc2Z-0079bi-GE@fasolo.debian.org> and subject line Bug#1075427: fixed in qdbm 1.8.78-13 has caused the Debian Bug report #1075427, regarding qdbm: 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.) -- 1075427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075427 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: qdbm: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:41:30 +0000
- Message-id: <E1sOzIg-0043Nb-1i@paradis.debian.org>
Package: src:qdbm Version: 1.8.78-12.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/qdbm_1.8.78-12.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 [...] 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: extern void main(); 15: int t(void) { main(); return 0; } /* end */ -------------------- have_library: checking for main() in -lqdbm... -------------------- yes LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-3.1.0 -I/usr/include/ruby-3.1.0/ruby/backward -I/usr/include/ruby-3.1.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I../.. -I/nonexistent/include -I/usr/local/include conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L../.. -L/nonexistent/lib -L/usr/local/lib -lz -lpthread -lc -lruby-3.1 -lqdbm -lz -lpthread -lc -L../.. -L/nonexistent/lib -L/usr/local/lib" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: int t(void) { void ((*volatile p)()); p = (void ((*)()))main; return !p; } /* end */ -------------------- /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:119:in `run': make failed, exit code 2 (Gem::InstallError) from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:53:in `block in make' from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:45:in `each' from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:45:in `make' from /usr/lib/ruby/vendor_ruby/rubygems/ext/ext_conf_builder.rb:42:in `build' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:81:in `block in build_and_install' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:71:in `chdir' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:71:in `build_and_install' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:115:in `block in build_all_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:112:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:112:in `build_all_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:128:in `<main>' ~~~~~~~~~~~~~~~~~~~~~ ↑ mkmf.log ~~~~~~~~~~~~~~~~~~~~~ /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.1 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb /<<PKGBUILDDIR>>/ruby debian/ruby-qdbm (Gem2Deb::CommandFailed) from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby' from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild' from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:57:in `block in install_files_and_build_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:54:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:54:in `install_files_and_build_extensions' from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `build' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:54:in `block in install' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `each' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `install' from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install' from /usr/bin/dh_ruby:89:in `<main>' make: *** [debian/rules:151: install-ruby-stamp] Error 1 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075427-close@bugs.debian.org
- Subject: Bug#1075427: fixed in qdbm 1.8.78-13
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 10 Aug 2024 02:41:11 +0000
- Message-id: <E1scc2Z-0079bi-GE@fasolo.debian.org>
- Reply-to: gregor herrmann <gregoa@debian.org>
Source: qdbm Source-Version: 1.8.78-13 Done: gregor herrmann <gregoa@debian.org> We believe that the bug you reported is fixed in the latest version of qdbm, 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 1075427@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. gregor herrmann <gregoa@debian.org> (supplier of updated qdbm 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: Sat, 10 Aug 2024 03:53:56 CEST Source: qdbm Binary: Architecture: source Version: 1.8.78-13 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: gregor herrmann <gregoa@debian.org> Description: Closes: 1075427 Changes: qdbm (1.8.78-13) unstable; urgency=medium . * Fix "ftbfs with GCC-14": add patch from ntyni to mark Ruby init functions as void (Closes: #1075427) Checksums-Sha256: 1da80d9eba50656304a3a9328a1e4ed03afaea4d8436d38ff75a83814dc1676b 2701 qdbm_1.8.78-13.dsc b87790421e949502667b4f9dd98c738fa77bfa14d071af83fa5e2e54973eb6df 18628 qdbm_1.8.78-13.debian.tar.xz d02d94286b641f35f9ba90cabf586d13e8f680b2372bfec9b9a62dc10ab230bf 18424 qdbm_1.8.78-13_sourceonly.buildinfo Checksums-Sha1: 50f82448d5675e30ccfc1697e3efaf9a8ad4fe72 2701 qdbm_1.8.78-13.dsc 6216f30a89e4c0817d4055d0cd37ce5cda9b1269 18628 qdbm_1.8.78-13.debian.tar.xz f8f60ea09f5506fafa92256082b0d3f80f6b9a6f 18424 qdbm_1.8.78-13_sourceonly.buildinfo Files: 8ca9e7fc0ac1f706662995618811fa40 2701 libs optional qdbm_1.8.78-13.dsc 24e6b33ba51d13b90648e3a97113b740 18628 libs optional qdbm_1.8.78-13.debian.tar.xz a85f06e34df416c524b411ee60a9e0ec 18424 - - qdbm_1.8.78-13_sourceonly.buildinfo -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAma2yDRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgbaGRAApoww6uNcmXPieCIJKaYFkk3ZPBpLWMFqQ05C2f9VZ2Uu0m3mDPue7n8d 8Lbr872DEU/xPfa4IPftbLsbZJKZ4DyIbmUnj+zHV6z0D1D+26ItZyZ1v4EbWdP6 YTC7lw05UtO/+izFi/YXKvPbfQnkzEMOhwZx//9o0GFVvNdwmDdNDAwH+5QaUwOA tP+Kf/FZrLuxoLaOVl2uzWLcYd2OX8guSkEa5PptKSn5/hbFBY+U3VPhLyTY5oyO c8YU8kn9GLKXw1jLZQ8pEjq97u3JMs4nKWBG88LGIQ7APsmjBNa56QOer1lmUL7C f6h38kTzAjEGeYwK+rI11qvJC2w5c3EA0XHsUFVkzgAXfq10QAKJF95aLqCI6PbU +0NeuYhFCrUoziFmQLS60PxUXZ2gNhucWgibm+zh87e9xfTOTnbmc4+pIA1qLrCZ bwHnFj+NngFc7jHM22bez9CgH52tPI6bXYwJE1sm+4lst/gOXiBP01uCXUX/zbqk fx0WdeOQgqrY8fvHupU0wOWnk7dsJIqv5Vb4JmzygTtA42350Ye/u/PqaHAn/0jz KQV0GnnOY1mFngB/UIMClgqUhUp85i3/64kfy4LMfV2o95JSHYIiEVBzTE9wzRry rro+i0Ug68iwbtS0v+6H5yHdMj04c1kesUAZ6vEn/oZy5ehUELw= =wGfy -----END PGP SIGNATURE-----Attachment: pgpnZEPAzfUdS.pgp
Description: PGP signature
--- End Message ---