Your message dated Tue, 30 Jun 2026 16:34:50 +0000
with message-id <[email protected]>
and subject line Bug#1075461: fixed in ruby-gd 0.8.0-9
has caused the Debian Bug report #1075461,
regarding ruby-gd: 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 [email protected]
immediately.)


-- 
1075461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075461
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-gd
Version: 0.8.0-8
Severity: important
Tags: sid trixie
User: [email protected]
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/ruby-gd_0.8.0-8_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

[...]
conftest.c:14:57: note: each undeclared identifier is reported only once for 
each function it appears in
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 
((*)()))gdImageAlphaBlending; return !p; }
/* 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.1.0 
-I/usr/include/ruby-3.1.0/ruby/backward -I/usr/include/ruby-3.1.0 -I. 
-I/usr/X11R6/include -I/usr/local/include -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/usr/X11R6/lib -L/usr/local/lib -L. -Wl,-z,relro 
-Wl,-z,now -fstack-protector-strong -rdynamic -Wl,-export-dynamic 
-Wl,--no-as-needed    -lm -lgd -lpng -lz -lfreetype -lXpm -lX11 -ljpeg  
-lruby-3.1 -lm -lgd -lpng -lz -lfreetype -lXpm -lX11 -ljpeg  -lm  -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: extern void gdImageAlphaBlending();
15: int t(void) { gdImageAlphaBlending(); return 0; }
/* 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>> 
debian/ruby-gd (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>'
dh_auto_install: error: dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-gd 
returned exit code 1
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ruby-gd
Source-Version: 0.8.0-9
Done: Simon Quigley <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-gd, 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.
Simon Quigley <[email protected]> (supplier of updated ruby-gd 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, 30 Jun 2026 11:17:09 -0500
Source: ruby-gd
Architecture: source
Version: 0.8.0-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Simon Quigley <[email protected]>
Closes: 1075461
Changes:
 ruby-gd (0.8.0-9) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.2, no changes needed.
 .
   [ Lucas Nussbaum ]
   * debian/gbp.conf: Add for DEP-14
   * debian/.gitattributes: remove
   * debian/salsa-ci.yml: use team-specific include
 .
   [ Simon Quigley ]
   * Add port-to-ruby3.3.patch to fix FTBFS (Closes: #1075461).
   * Upgrade the watch file to version 5.
   * Refresh the rules file.
   * Drop {XS,XB}-Ruby-Versions from control.
   * Update Standards-Version to 4.7.4.
   * Bump debhelper-compat to 14, dropping ${misc:Depends},
     ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies.
   * libfreetype6-dev -> libfreetype-dev.
Checksums-Sha1:
 dee4e726329b08085f31afc5c95ed213341e7e4f 1990 ruby-gd_0.8.0-9.dsc
 f6d0296758b6c487c47816ff882698b896b24677 12224 ruby-gd_0.8.0-9.debian.tar.xz
 7e17fb435ad6a8459ce4f120f4870b2a69509e5e 9963 ruby-gd_0.8.0-9_source.buildinfo
Checksums-Sha256:
 702ee5f2a592490064fd1a241b71a6c179cee31f2a737d69ac91497104951c61 1990 
ruby-gd_0.8.0-9.dsc
 476f14bec64faf81ffe68b68fff35f204e33f8bd30f98d4acd270d0a8bedb3a4 12224 
ruby-gd_0.8.0-9.debian.tar.xz
 cce0893f41eb539822406c0b458ac75e11e5b2eac0f5729c9a1308fb28e37b46 9963 
ruby-gd_0.8.0-9_source.buildinfo
Files:
 04bb744a92bd9c990b04fc7688d957f7 1990 ruby optional ruby-gd_0.8.0-9.dsc
 6616e533b94d7a528ce1c2be16d2dca2 12224 ruby optional 
ruby-gd_0.8.0-9.debian.tar.xz
 5fc112773acf9f70a1fe42961ce40491 9963 ruby optional 
ruby-gd_0.8.0-9_source.buildinfo

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

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmpD7DYACgkQ4n8s+EWM
L6SD2Q//YlAb2emsc+jlGbf+BIJX7U+CDOfSfW91Z1oi2NMli9O59r9iQK15MxOP
0ArSVb/YxkanpA/O1D2V3lVKWY3L5oBanPNi+/buh1dtOSftnA7aSMxwwHackdH4
zioJOUUWSKpvyutWvy67nQyI0r0DqakNU5CNJGMxtTSxv47i6EwjzIZ3pcQqIysy
m70SRYGrlt35rNN+RWpc5WI0XNW/lWjarau77eOO8grrH7/Oh76rp2Je4OHHRLgZ
9SBVcR1mUzfO5PuiXh1zWpK9cOGxxg7L5aUJ4iQqZcKVNBzZvRgFAieb5v7vJcUm
ydVisfui0ZWw/5ZwE/OGuSWJZNPjDOj0S7OfE6ggZul1vMrf59XuruK9dlvFbEEm
cdp7dOzIXJXWMC//cJAnUz2DPLZdSgZbMYgH7QlSpHJwPTSCw4uNtW4E2pVx3zAo
6TLD8RggRebQ576N8p3FBIT7Xw/ctyMaAIMGVvudIfM41N6r7PTpHeMTi9tB9Ivy
CWh74WyVHlFAJisVv6BN6zh8xHhKVMOOt4fTno2q3YlkGXTcJAWVmH9Wfhu/2822
QCcSZjRZydcPK8guXKJRFDsJKvWk/p1IBNYyis7ivkbP124nKtm2CsPLdkjA3E6N
z81rjr1FcRommsGa+KKOkyBWqKp/MUVzECXgxP+6UIHECu4hixY=
=6kvE
-----END PGP SIGNATURE-----

Attachment: pgpHUUAdgjBV6.pgp
Description: PGP signature


--- End Message ---

Reply via email to