Your message dated Sun, 12 Oct 2025 08:34:44 +0000
with message-id <[email protected]>
and subject line Bug#1097819: fixed in ruby-ncurses 1.4.13-0.1
has caused the Debian Bug report #1097819,
regarding ruby-ncurses: 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.)


-- 
1097819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097819
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-ncurses
Version: 1.4.11-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-ncurses_1.4.11-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

[...]
13: }
14: int t(void) { void ((*volatile p)()); p = (void 
((*)()))rb_thread_fd_select; return !p; }
/* end */

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

have_func: checking for clock_gettime()... -------------------- 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. 
-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 -Wformat 
-Werror=format-security -Waddress -DHAVE_FORM_DRIVER_W 
-DHAVE_RB_THREAD_FD_SELECT -DNCURSES_OPAQUE=0 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    
-lmenu -lformw -lformw -lpanelw -lncursesw  -lruby-3.3 -lmenu -lformw -lformw 
-lpanelw -lncursesw  -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 ((*)()))clock_gettime; 
return !p; }
/* end */

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

have_header: checking for sys/time.h... -------------------- yes

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. 
-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 -Wformat 
-Werror=format-security -Waddress -DHAVE_FORM_DRIVER_W 
-DHAVE_RB_THREAD_FD_SELECT -DNCURSES_OPAQUE=0 -DHAVE_CLOCK_GETTIME   -c 
conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <sys/time.h>
/* 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-ncurses-1.4.11 debian/ruby-ncurses 
(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-ncurses-1.4.11/debian/ruby-ncurses 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-ncurses
Source-Version: 1.4.13-0.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-ncurses, 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-ncurses 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, 05 Oct 2025 20:59:14 +0300
Source: ruby-ncurses
Architecture: source
Version: 1.4.13-0.1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097819
Changes:
 ruby-ncurses (1.4.13-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release.
     - Fixes FTBFS with GCC 15. (Closes: #1097819)
Checksums-Sha1:
 216dcffc6db53e54f82d687e5fc96843f4decba6 2056 ruby-ncurses_1.4.13-0.1.dsc
 10ec76fac97d7494d57dc0a1fd3f1e280f3546e6 66730 ruby-ncurses_1.4.13.orig.tar.gz
 bd2b37fc20be5865e2a3a54f26891e8858acaf32 6668 
ruby-ncurses_1.4.13-0.1.debian.tar.xz
Checksums-Sha256:
 fec5b08fcbcd908905db1c0c76d4c3f6b2406f08b96afc5f751b6e2ca212bbbc 2056 
ruby-ncurses_1.4.13-0.1.dsc
 774fa7f39bb174a63799f03a2aedd3543e867e6bb84a1a29d55d2d9d5b7d4480 66730 
ruby-ncurses_1.4.13.orig.tar.gz
 a387dc1e090dd8e841833fd914f50baf83a6b3e2719f70dbff975893bbf6abb9 6668 
ruby-ncurses_1.4.13-0.1.debian.tar.xz
Files:
 f6c6815afab535cded3d8527319d7ddb 2056 ruby optional ruby-ncurses_1.4.13-0.1.dsc
 7f47cabdf380baa7c4281735457f8541 66730 ruby optional 
ruby-ncurses_1.4.13.orig.tar.gz
 899929fbc9acc4c3c7cfcabf5b66272a 6668 ruby optional 
ruby-ncurses_1.4.13-0.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjis+gACgkQiNJCh6LY
mLH0vw/+NXNFaigyh/2TJHqqKXXeJZJjD0OKYHxMLrCGRyMIm6096gyNFYZlyoyM
rhgjFdUcYQw0meVzZjh9Ftfkguz795tDMoukvjZhMzOpVbDtBGh5wC3DM04NizZE
HzrMCSR7ybwnEJ8+TpUJG3DiTY/gmyU27SdV8imfOu9vQLz5dUXUbZr5b7sarVTj
AtgoXicJcQYpADPzHQIASMzb/FJFUfIbBxEHcD9g7SrRLhs7SzV6GXitGHzG/0TZ
IjXHOlIPWi8Ppm8GxifZlM+yCmeT/dxjGNw67Q1zkL++shlu+1UuaRjbTFLWnsD2
Y/2Fu9iDJVeyeCl9VcRw2Js9aCF4/HZ3GhyZJ9vrmeUByulm+GVs5+eqtYE745uG
M/L6FIGT7UO18HMiV8K6fyeucAE7EGnxRd2eSaopgfiuGKvZ2J1Umk0CYyEjEGtZ
K0R1KyBkCE5twJviNdl4wmeXTG0/EdRyZNr62dNi+o3e4SCIxwYwlQ3VOqLDvsLq
8ofKZo+M4NQtQC0BN8lCQZXTkeSwuY4WiCZQkVPpJH78mEi8X8XxQsRkmS9Q3uQq
W23x9yYDOvVP9SHAwlPI9rQqowIaaxPWGt8yAeAUBi/s5pK9BbvKmfnSZRxQ8iM9
h6mYfIzQn1CVQbe54G8qmqkf9XO5hn6cP8ZKL4XBrv01quupQPE=
=twNb
-----END PGP SIGNATURE-----

Attachment: pgplAgXthgEE1.pgp
Description: PGP signature


--- End Message ---

Reply via email to