Your message dated Thu, 08 Aug 2024 23:51:38 +0000
with message-id <[email protected]>
and subject line Bug#1075456: fixed in ruby-cool.io 1.8.1-1
has caused the Debian Bug report #1075456,
regarding ruby-cool.io: 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.)


-- 
1075456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075456
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-cool.io
Version: 1.7.1-1
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-cool.io_1.7.1-1_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:3:10: fatal error: sys/event.h: No such file or directory
    3 | #include <sys/event.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <sys/event.h>
/* end */

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

have_header: checking for port.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.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"
conftest.c:3:10: fatal error: port.h: No such file or directory
    3 | #include <port.h>
      |          ^~~~~~~~
compilation terminated.
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: #include <port.h>
/* end */

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

have_header: checking for sys/resource.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.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 <sys/resource.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-cool.io (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-cool.io 
returned exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ruby-cool.io
Source-Version: 1.8.1-1
Done: Lucas Kanashiro <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-cool.io, 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.
Lucas Kanashiro <[email protected]> (supplier of updated ruby-cool.io 
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: SHA256

Format: 1.8
Date: Thu, 08 Aug 2024 20:23:33 -0300
Source: ruby-cool.io
Architecture: source
Version: 1.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Lucas Kanashiro <[email protected]>
Closes: 1075456
Changes:
 ruby-cool.io (1.8.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #1075456).
   * Refresh patches
   * Declare compliance with Debian Policy version 4.7.0.
   * d/control: depend on ${ruby:Depends} instead of the ruby interpreter.
Checksums-Sha1:
 6d4cddce6d8d32db9450385fc8f417b396d6ed31 2101 ruby-cool.io_1.8.1-1.dsc
 95aca697f4f7434a0e334e0d071986be1821d78b 111479 ruby-cool.io_1.8.1.orig.tar.gz
 2830e582724b5b44918ef7ad18d38b887f7f3be7 4788 
ruby-cool.io_1.8.1-1.debian.tar.xz
Checksums-Sha256:
 7cd3c4fe8fcd2ca47ea289bb30f57cc48f0408c31ad81ab12957fc4f7e12d833 2101 
ruby-cool.io_1.8.1-1.dsc
 0849b63ba68f9da23f9c2e840b8c261dd91597dc58e83c21894f57db48ff2212 111479 
ruby-cool.io_1.8.1.orig.tar.gz
 c022ea126e933ee62125068b9f6b96e4948fb2a59972a286f826fdcee31e9b96 4788 
ruby-cool.io_1.8.1-1.debian.tar.xz
Files:
 b60bc817553df22b185ca4d00dd22b7c 2101 ruby optional ruby-cool.io_1.8.1-1.dsc
 13ef1a4adf076fee7026fa96e776f556 111479 ruby optional 
ruby-cool.io_1.8.1.orig.tar.gz
 73153817cc71c3d29052b1e71fd5612f 4788 ruby optional 
ruby-cool.io_1.8.1-1.debian.tar.xz

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

iQJJBAEBCAAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAma1VZ8VHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8oPcP/07YdkPH8D4eNhfEPGTO7pR4cC75
Aa1Od6Lim/Zt0bRsIfO+XSfilwWW8/QgAs0bpufebUDuUzZvN9s4KxdUDCNH80FY
PucxVYv9NWbgyhGZKI5f1xoHePJzEczt6Z1bskeNShEW64Ah7WQVsZhc36gUdKMs
4AhB//N7SlLvMH41Rs3O7mb0NjoT4BHZlTr19db0BCuRfCYAfC6dTGho22gkh690
AHCOp1lNobosSHGqyQFcW+HPSATkUaSA1SpX4NF6BVsYZrH6lqEe/zz3UHMe67I6
K/UYwzHC0LH2sPZnQ+dk4yLjF0LnrLH0+SnqrMXbS2UECgfl/rE13dY3/BHfQPYN
QtILswKdE4gvefaCp8FH1WrzWrsI24fMxzEq6Wr9TEiblAzxAr0QqtquZe6Puamt
YdkqCn/m1vbn/fW1pfYDIgeFUC3ty4+5BjreR68D1WgtlsLrJ8R7U5DXGld0I7rV
QrxOwMGS6CeZWuArUYLbrnAeh9uoS9SWhOKlHoqpIS2AHDmB7fkcDu1s/cOMhE/l
PXj3OhQxWc2itQMJQw3cXw725s9rQ98BOuErj7r0hiXSfaxMuIOPjFLeh3m7TH17
/2kAXk8B88Afpk+TV+UIdGmn6TKZ8PZd0wKqJs2G+rm7rWkrx9E4QOjFWMxHGURS
I6snBaDLm7LZ/CxR
=BW6H
-----END PGP SIGNATURE-----

Attachment: pgphtxLNQpqW3.pgp
Description: PGP signature


--- End Message ---

Reply via email to