Your message dated Tue, 11 Nov 2025 08:55:16 +0000
with message-id <[email protected]>
and subject line Bug#1097820: fixed in ruby-narray 0.6.1.2-7
has caused the Debian Bug report #1097820,
regarding ruby-narray: 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.)


-- 
1097820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097820
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-narray
Version: 0.6.1.2-6
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-narray_0.6.1.2-6_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

[...]
1: #include "ruby.h"
2: 
3: #include <ruby.h>
4: #include <stdint.h>
5:   int main() { return 0; }
6:   int t() { int16_t a; return 0; }
/* end */

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. 
-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 conftest.c  -L. 
-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     
-lruby-3.3  -lm -lpthread  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <ruby.h>
4: #include <stdint.h>
5:   int main() { return 0; }
6:   int t() { int32_t a; return 0; }
/* end */

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. 
-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 conftest.c  -L. 
-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     
-lruby-3.3  -lm -lpthread  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <ruby.h>
4: #include <stdint.h>
5:   int main() { return 0; }
6:   int t() { u_int32_t a; return 0; }
/* end */

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. 
-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 conftest.c  -L. 
-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     
-lruby-3.3  -lm -lpthread  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <ruby.h>
4: #include <stdint.h>
5:   int main() { return 0; }
6:   int t() { uint32_t a; return 0; }
/* 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-narray-0.6.1.2 debian/ruby-narray 
(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-narray-0.6.1.2/debian/ruby-narray returned exit 
code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ruby-narray
Source-Version: 0.6.1.2-7
Done: Youhei SASAKI <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-narray, 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.
Youhei SASAKI <[email protected]> (supplier of updated ruby-narray 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: Tue, 11 Nov 2025 15:59:26 +0900
Source: ruby-narray
Architecture: source
Version: 0.6.1.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Youhei SASAKI <[email protected]>
Closes: 1097820
Changes:
 ruby-narray (0.6.1.2-7) unstable; urgency=medium
 .
   [ Lucas Nussbaum ]
   * debian/gbp.conf: Add for DEP-14
   * debian/.gitattributes: remove
   * debian/salsa-ci.yml: use team-specific include
 .
   [ Youhei SASAKI ]
   * Refresh patch
   * Add patch: Fix FTBFS for GCC-15 (Closes: #1097820)
   * d/control: remove redundant rules-requires-root
   * Bump Standards-Version to 4.7.2 (no changes needed)
Checksums-Sha1:
 f06bd5dd2f45c1759552627aab16ff0cc6c093c6 1969 ruby-narray_0.6.1.2-7.dsc
 abfd8b3b2f04fa25b7622d9a30244b9e482a6609 11448 
ruby-narray_0.6.1.2-7.debian.tar.xz
 9cff5f6cff83ac21cf30e3043d86d49beaa0021b 8615 
ruby-narray_0.6.1.2-7_amd64.buildinfo
Checksums-Sha256:
 5590c562b78ddbeea5c867059fb6bdbd7fcc2df94c89ba6951d2b010d99171ab 1969 
ruby-narray_0.6.1.2-7.dsc
 236aaa4aeade17426f45d68bff358c09be01cbea275672e2e2e93cd8d401fc95 11448 
ruby-narray_0.6.1.2-7.debian.tar.xz
 093cda8f7e2529da8dca40bf16129e204ce332b107fec88a66ea46bc4b2ecef9 8615 
ruby-narray_0.6.1.2-7_amd64.buildinfo
Files:
 ca369c5dc2ebb8360112edf59f673971 1969 ruby optional ruby-narray_0.6.1.2-7.dsc
 ce9edf776476ba61e5398a088e5ab7f2 11448 ruby optional 
ruby-narray_0.6.1.2-7.debian.tar.xz
 9bc3761983d97c67b7c1b30e8f57123c 8615 ruby optional 
ruby-narray_0.6.1.2-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEZqTqcE/iQFWNasLmk5TzVIkdfgcFAmkS6G0ACgkQk5TzVIkd
fgc2hQ//cEAKnW9knNQT+2H6ytiEgWKzM151a37ebe22RKDi7KWaGHcuNDwc/3JW
vlDTZz8G+TEnvkHMvT46Ca/a8/smicVEST+3lNdZkqNVH/FHFgqlQzOpyo4EP0E+
AlYdDXibnHPS3eAt1IiFg3srNv2/Bi2YxkouAOaxUvb0yVWGbtnhv3ebEppLMp0z
g2cQqP/lfm43eElrilrmEHQsgCPS2iKhqeUZBWFhGQpAR7eRsFDkMuqaMz9V3nCB
t7I/yQD3BrV5VbqgdI6JPzBeOkLO9CxUVj82aHDl2dNyub32POhJyIZrSDYt7tcD
g7w1WJYRG4FsCapj6ULquQd3pzIlWsAv8oub44ADx3423UwH3DZYo6iWhvO15kRx
kSe4VKLXfq1VQx3CyFsV0EaVdsC4FzwC4o3AVk4D5d/ZEI5aUx/4kxuUNT49Ehyr
Fc3ME8kzEw/vlYzS/feMWLrCzsruWwkZJpKj6SQKxNHmlCPL4F8p1F1X2Y3n3EFZ
f9hoIS2jZxSzac1UXwYaFSB75KgALccSk9KSA/NBuDKxO8UZHnDEpibeDWQipXV3
quENks220XGKbbSQN2+iPcsmnRS9RAK6U48A/hLq2BSLcIbQAIyDsOPx6GxBDO/H
926lGcjn6TFXVsgsYVwz9s46dNbgdt9saAtuABpRm5J7L54QPC8=
=Z+La
-----END PGP SIGNATURE-----

Attachment: pgpZ_Rbrweqoe.pgp
Description: PGP signature


--- End Message ---

Reply via email to