Your message dated Sun, 26 Oct 2025 22:20:08 +0000
with message-id <[email protected]>
and subject line Bug#1097824: fixed in ruby-sequel-pg 1.14.0-1.1
has caused the Debian Bug report #1097824,
regarding ruby-sequel-pg: ftbfs with GCC-15
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 [email protected]
immediately.)
--
1097824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097824
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-sequel-pg
Version: 1.14.0-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/ruby-sequel-pg_1.14.0-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
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 PQsetSingleRowMode();
15: int t(void) { PQsetSingleRowMode(); return 0; }
/* end */
--------------------
have_func: checking for timegm()... -------------------- 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.3.0
-I/usr/include/ruby-3.3.0/ruby/backward -I/usr/include/ruby-3.3.0 -I.
-I/usr/include/postgresql -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -fPIC -Drb_tainted_str_new=rb_str_new
-DNO_TAINT -Wall conftest.c -L. -L/usr/lib/x86_64-linux-gnu
-L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now
-fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
-lpq -lruby-3.3 -lpq -lm -lpthread -lc"
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 ((*)()))timegm; return !p; }
/* end */
--------------------
/usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:126:in `run': make failed,
exit code 2 (Gem::InstallError)
from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:52:in `block in
make'
from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:44:in `each'
from /usr/lib/ruby/vendor_ruby/rubygems/ext/builder.rb:44:in `make'
from /usr/lib/ruby/vendor_ruby/rubygems/ext/ext_conf_builder.rb:44: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.3
/usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb
/build/reproducible-path/ruby-sequel-pg-1.14.0 debian/ruby-sequel-pg
(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:62:in `block in
install_files_and_build_extensions'
from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:59:in `each'
from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:59: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>'
dh_auto_install: error: dh_ruby --install
/build/reproducible-path/ruby-sequel-pg-1.14.0/debian/ruby-sequel-pg returned
exit code 1
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ruby-sequel-pg
Source-Version: 1.14.0-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-sequel-pg, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated ruby-sequel-pg 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 24 Oct 2025 21:54:43 +0300
Source: ruby-sequel-pg
Architecture: source
Version: 1.14.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097824
Changes:
ruby-sequel-pg (1.14.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport upstream fix for FTBFS with GCC 15. (Closes: #1097824)
Checksums-Sha1:
9931bf5a0f767decebae2b2208b39601305afbc2 2084 ruby-sequel-pg_1.14.0-1.1.dsc
b6e54adbb417ca9912dd309819f4d502aeeac19a 3880
ruby-sequel-pg_1.14.0-1.1.debian.tar.xz
Checksums-Sha256:
0426f884e4f910ce2d3cfd2f4b0ddd7ab1a1638f6dc18dec553c87c73f6fe1cb 2084
ruby-sequel-pg_1.14.0-1.1.dsc
5b7bca405d21d6118e46797a99f380c1145f48f6efb1c1f4ab8fb1b6120ca363 3880
ruby-sequel-pg_1.14.0-1.1.debian.tar.xz
Files:
06ece98d252d2726a2eb035102d9b3af 2084 ruby optional
ruby-sequel-pg_1.14.0-1.1.dsc
303c009a8955f934516868b9c7ba3430 3880 ruby optional
ruby-sequel-pg_1.14.0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj79fAACgkQiNJCh6LY
mLECoRAAoCmyi9o9uy2eqze+Lx6QQOb2EcdQjWBdTJDJ4ZuEVen29IYchRcydQeK
6gFUWkGKa4YI340R7kiDYsXL+q4npvfdEXAFmLiXZmEB5ddxIgRqFct46tAHuCYH
KxiT393HRW6pcHCw7HBKPxBLh3hBlyZFkpnTypS41dOpq6e8tnn0Wi15PmJrtkYw
qkfGjDxyPalf9K/4Vd2qgt7FFpf00xAtEy/PvA4WfxDamFFEVklaKL6VXkl+MDuM
sRbrvuDuucrr7D9NY5LL/ogH/C8EK6dxRnhGaS++wuMASRQjiFMb3iyzWxhtfkNs
Kn0+MuQ07ESJ/aFOOWxQMpKF/BddOXqcK1Ac4XbS8jkHjr3egNEEjLSJKiTOcVF4
vJfeZcLb2Hmgz2BvYKaZaRA+94Gvfq60iwln/9pldSn7V13sf+2YV9VmizCZ1/O0
ntPuyWXmpSpbBqjhmMRYEqUm259CPxoe1rcfil562ekTuXOnbznEJtpUqb0E76De
qbOPH/V/5Ij99Rg+Rvxr5Chh5e8nJDw8peQ946JTWfQWYDHBwoZaU2s659LlQE7Q
GzYGSlQpC9ihQTvaACzNM65tndP8kI0xNYkpxszdE6aAEbiVzEyD6T4SKl/ejN/F
vng8DKHIXOqJVIqAokuF4CSp1hAlLwTb9UUlYXsQOQ7GZStKAWA=
=k88L
-----END PGP SIGNATURE-----
pgpVyQChhDSAf.pgp
Description: PGP signature
--- End Message ---