Your message dated Tue, 29 Oct 2024 20:56:31 +0000
with message-id <[email protected]>
and subject line Bug#1075459: fixed in ruby-fast-xs 0.8.0-3.1
has caused the Debian Bug report #1075459,
regarding ruby-fast-xs: 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.)


-- 
1075459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075459
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-fast-xs
Version: 0.8.0-3
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-fast-xs_0.8.0-3_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

[...]
["make", "V=1", "CC=gcc -fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "CXX=g++ 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "DESTDIR=", 
"sitearchdir=./.gem.20240702-2502696-2pn1ip", 
"sitelibdir=./.gem.20240702-2502696-2pn1ip"]
make[1]: Entering directory '/<<PKGBUILDDIR>>/ext/fast_xs'
gcc -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -I. 
-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. 
-DHAVE_ASSERT_H -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=BUILDDIR=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC  -o fast_xs.o -c fast_xs.c
fast_xs.c: In function ‘fast_xs’:
fast_xs.c:144:46: error: passing argument 3 of ‘rb_rescue’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  144 |         array = rb_rescue(unpack_utf8, self, unpack_uchar, self);
      |                                              ^~~~~~~~~~~~
      |                                              |
      |                                              VALUE (*)(VALUE) {aka long 
unsigned int (*)(long unsigned int)}
In file included from /usr/include/ruby-3.1.0/ruby/ruby.h:40,
                 from /usr/include/ruby-3.1.0/ruby.h:38,
                 from fast_xs.c:1:
/usr/include/ruby-3.1.0/ruby/internal/iterator.h:364:62: note: expected ‘VALUE 
(*)(VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long unsigned int,  long 
unsigned int)’} but argument is of type ‘VALUE (*)(VALUE)’ {aka ‘long unsigned 
int (*)(long unsigned int)’}
  364 | VALUE rb_rescue(VALUE (*b_proc)(VALUE), VALUE data1, VALUE 
(*r_proc)(VALUE, VALUE), VALUE data2);
      |                                                      
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:246: fast_xs.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/ext/fast_xs'
~~~~~~~~~~~~~~~~~~~~~ ↓ mkmf.log ~~~~~~~~~~~~~~~~~~~~~
have_header: checking for assert.h... -------------------- yes

LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
 "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. 
-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.1  -lm  -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main(int argc, char **argv)
4: {
5:   return !!argv[argc];
6: }
/* end */

LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
 "x86_64-linux-gnu-gcc -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. 
-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   -c conftest.c"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <assert.h>
/* 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-fast-xs (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-fast-xs 
returned exit code 1
make: *** [debian/rules:15: binary] Error 255
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: ruby-fast-xs
Source-Version: 0.8.0-3.1
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-fast-xs, 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.
Bastian Germann <[email protected]> (supplier of updated ruby-fast-xs 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, 29 Oct 2024 13:05:44 +0100
Source: ruby-fast-xs
Architecture: source
Version: 0.8.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1075459
Changes:
 ruby-fast-xs (0.8.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Lucas Kanashiro ]
   * Update $CFLAGS to fix FTBFS (Closes: #1075459).
Checksums-Sha1:
 50e1b57875deab0e3d1236fd0d045059b3346c8a 1748 ruby-fast-xs_0.8.0-3.1.dsc
 7b5cf9ceb0d8b2ea6ec20316a8ffe3611e1cd569 2556 
ruby-fast-xs_0.8.0-3.1.debian.tar.xz
 483e0243fcf5918c02c1e4e0c7cc62f2a2658451 8659 
ruby-fast-xs_0.8.0-3.1_source.buildinfo
Checksums-Sha256:
 d97a52aded84f24d462c2230786a563d584a48acfb9318abf2100d69e807ba59 1748 
ruby-fast-xs_0.8.0-3.1.dsc
 408d430f7477a6ae9fd02c985e6105acd630dc7aac77a64f1b158dfbf888c990 2556 
ruby-fast-xs_0.8.0-3.1.debian.tar.xz
 da40ef3ce658d09736b183139deb536bd6b424e8458032b8062ac943070604be 8659 
ruby-fast-xs_0.8.0-3.1_source.buildinfo
Files:
 84bbf701aacb839773c6bdeb6904599e 1748 ruby optional ruby-fast-xs_0.8.0-3.1.dsc
 0939e9e85fed73dfe3d561d2eca13b5e 2556 ruby optional 
ruby-fast-xs_0.8.0-3.1.debian.tar.xz
 f74294f819ab48a58c25f34fd51e7f37 8659 ruby optional 
ruby-fast-xs_0.8.0-3.1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmcg4KMQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDUHC/9FaLd9yc50R7pHyuAkCe9Lk1V37PTWSPTI
SPcI8SCTHa55crZmeNrcCxXjsNJCRSllh8UA9WpMVgir4BRWTjuYw3VGZMSIJTeD
v49txbOEv1GfUip2F0HwtPFY0zbPiUm6/HPKs58Xy/6DRhZBPP4lwKueQH/F9A/f
MF4lfu0TWtFMVXzOHu3R7SWPyGGDnVtzYg2RHA4iAcXpfmuDVjO0NM7NBtuRVNrs
JHEE9x4dx6xiGY+S7vWkZw/powVFBLjN/Sj0jyfStGUDqvuJ+096MinXBBpd5Nut
LRxXcYQoPCyViROwiPx2Z9o8rpmvTewOXt8/KCmk3VXDJ8E71uB3QdeHsVsqIEy3
sHnPOIu0dmJ+W4heNhsBqDZXyj7Q8SPhIqylC+VjGwHndGMBkEBdN02Sg4Hpi502
SUNGpEcImHSY3xn+994jWmEj6rMPDwBVchJnfjkr6KZQyED9Uv+GHThnG2h4/sGr
m9vzoTSogl5Exl4/vQbSMsWaCWaRtlA=
=0XDg
-----END PGP SIGNATURE-----

Attachment: pgphrQXWSBeBy.pgp
Description: PGP signature


--- End Message ---

Reply via email to