Your message dated Mon, 12 Jan 2026 20:21:06 +0000
with message-id <[email protected]>
and subject line Bug#1097815: fixed in ruby-gnome 4.3.4-1.0
has caused the Debian Bug report #1097815,
regarding ruby-gnome: 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.)


-- 
1097815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097815
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-gnome
Version: 4.2.2-2
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-gnome_4.2.2-2_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

[...]
13:   }
14: 
15:   return !!argv[argc];
16: }
17: int t(void) { const volatile void *volatile p; p = &(&curr_thread)[0]; 
return !p; }
/* end */

--------------------

have_var: checking for rb_curr_thread in ruby.h,node.h... -------------------- 
no

LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu "x86_64-linux-gnu-gcc 
-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/lib/x86_64-linux-gnu/ruby/vendor_ruby/3.3.0  -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -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 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/ruby-gnome-4.2.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wcast-align -Wextra -Wformat=2 
-Winit-self -Wlarger-than-65500 -Wmissing-declarations 
-Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noretur
 n -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked 
-Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wundef -Wunsafe-loop-optimizations 
-Wwrite-strings -pthread -pthread -pthread   -c conftest.c"
conftest.c:4:10: fatal error: node.h: No such file or directory
    4 | #include <node.h>
      |          ^~~~~~~~
compilation terminated.
checked program was:
/* begin */
 1: #include "ruby.h"
 2: 
 3: #include <ruby.h>
 4: #include <node.h>
 5: 
 6: /*top*/
 7: extern int t(void);
 8: int main(int argc, char **argv)
 9: {
10:   if (argc > 1000000) {
11:     int (* volatile tp)(void)=(int (*)(void))&t;
12:     printf("%d", (*tp)());
13:   }
14: 
15:   return !!argv[argc];
16: }
17: int t(void) { const volatile void *volatile p; p = &(&rb_curr_thread)[0]; 
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-gnome-4.2.2/glib2 debian/ruby-glib2 
(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-gnome-4.2.2/debian/tmp returned exit code 1
make[1]: *** [debian/rules:31: override_dh_auto_install] Error 25
make[1]: Leaving directory '/build/reproducible-path/ruby-gnome-4.2.2'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ruby-gnome
Source-Version: 4.3.4-1.0
Done: Georges Khaznadar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-gnome, 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.
Georges Khaznadar <[email protected]> (supplier of updated ruby-gnome 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: Sun, 28 Dec 2025 18:52:00 +0100
Source: ruby-gnome
Architecture: source
Version: 4.3.4-1.0
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1097815
Changes:
 ruby-gnome (4.3.4-1.0) unstable; urgency=medium
 .
   [ Lucas Nussbaum ]
   * debian/gbp.conf: Add for DEP-14
   * debian/.gitattributes: remove
   * debian/salsa-ci.yml: use team-specific include
 .
   [ Georges Khaznadar ]
   * Non-maintainer upload (Closes: #1097815)
   * New upstream version 4.3.4
   * Bumped Standards-Version: 4.7.2
   * Updated debian patches
   * removed the obsolete line "XS-Ruby-Versions: all" from d/control
   * removed debian/ruby-gnome-dev.lintian-override
Checksums-Sha1:
 730268cc7e8865aa50cc42abc44cff2e5fd2d8ae 3429 ruby-gnome_4.3.4-1.0.dsc
 cf68cafea3ef8985acb2e87585477b8fd9cd6745 2052539 ruby-gnome_4.3.4.orig.tar.gz
 66555131fa6de4491182953e256ac027b78c7ba4 20284 
ruby-gnome_4.3.4-1.0.debian.tar.xz
 32d2b1829a17116c62e22b1d8e9303222b46ab93 24851 
ruby-gnome_4.3.4-1.0_amd64.buildinfo
Checksums-Sha256:
 7f4938452777b3d00bfd561753f2510e48cf1cadac4e94fac54b2727eaaa3645 3429 
ruby-gnome_4.3.4-1.0.dsc
 2c5f5a487397f5ef23bc923d3772c5e0cd453702af49319b781efab6fe09c88e 2052539 
ruby-gnome_4.3.4.orig.tar.gz
 248b4db07d5c601fda726583eeca0ddad243add07059d7a597f2d92127d02fa5 20284 
ruby-gnome_4.3.4-1.0.debian.tar.xz
 2d6a0ff1ba43fad2befd3a61591fda42a0c2f8cfad44f0e0f9a568a3927af7c5 24851 
ruby-gnome_4.3.4-1.0_amd64.buildinfo
Files:
 52111828889e980972b5c41f2b5da1d5 3429 ruby optional ruby-gnome_4.3.4-1.0.dsc
 1e882cec7553402200ac6c5225b2e447 2052539 ruby optional 
ruby-gnome_4.3.4.orig.tar.gz
 872bd82815bdbbf2418dddb47ffba85f 20284 ruby optional 
ruby-gnome_4.3.4-1.0.debian.tar.xz
 58246bb307369564f06419b08d316487 24851 ruby optional 
ruby-gnome_4.3.4-1.0_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmlRfMcUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjlDfRAAq1Q5gT74lrPVoVF+/YJAYXmfcyak
c2ybh3tN9YBQKyrCISaC5Rn05gdkjIqvTzup5K9Dn+Ri8bBWu1wz0PrtTYpFiqER
l/2ej0Mawn1/8xstwBQXq6z7+g6Zbij5RO7z0zXLbFdYqRqkCdmK769gk6SOAqJN
5P6/3f9grF4Al3Pp71/n0H0c+4/imNeRIv47szrs3aQSK0Ih2NULQ+o2xN7+0PYr
m+39rlyFu5IQbw7TZPKymAEINdHPU4Ld7UpXVv9+lmXN1nfo3OTFCpJ/1TyauVVr
cwGDUDwis1PzpNe0PtXvqB5yYM0J4N+zecTniweJo8iol+ubLynvdqPDo9ECv43b
VN9P7IZqr0jD/dPV9XYoL1zHBTIUCrr/bkWsVGAjxl/i/bSXA5blTIBssmtWpmiL
ehsVtjUCa9L6Ro7qPgTpW1uD1UReohLO5kB7jXdv4aPBp8SQtvyWcd8kanG/Wv+Z
WRJoYfCAJXQOS2u+016641itOhGe+CBRe15cs1vRhkLliGIuaQG0RDRsNEYuFqhA
jWc6yb/AS46EQo0mv8H9P2oSokK+VNPOedax0qVbgWtEeTlDmk7YSSVFS2qtK2Lq
0Nf9BEED6fiw1UL/aoy7A3Y71i7kOb1iIsngqiWAuHbsTSXB9rIaucBaZ848+3oW
MfFVvkEOyKHa+es=
=tPmx
-----END PGP SIGNATURE-----

Attachment: pgpEI0A_FnN4W.pgp
Description: PGP signature


--- End Message ---

Reply via email to