Your message dated Sat, 19 Apr 2025 13:35:17 +0000
with message-id <e1u68ll-00agks...@fasolo.debian.org>
and subject line Bug#1075457: fixed in ruby-eb 2.6-4.1
has caused the Debian Bug report #1075457,
regarding ruby-eb: 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 ow...@bugs.debian.org
immediately.)
--
1075457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ruby-eb
Version: 2.6-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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-eb_2.6-4_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
[...]
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))eb_pthread_enabled;
return !p; }
/* 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 -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
-leb -lz -lruby-3.1 -leb -lz -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 eb_pthread_enabled();
15: int t(void) { eb_pthread_enabled(); return 0; }
/* 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 -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
-leb -lz -lruby-3.1 -lm -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <eb/eb.h>
4:
5: int main()
6: {
7: printf("eb_pthread_enabled() => %d\n", eb_pthread_enabled());
8: return eb_pthread_enabled() ? 0 : 1;
9: }
/* end */
LD_LIBRARY_PATH=.:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot
./conftest
eb_pthread_enabled() => 0
/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-eb (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-eb
returned exit code 1
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: ruby-eb
Source-Version: 2.6-4.1
Done: Chris Hofstaedtler <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-eb, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Hofstaedtler <z...@debian.org> (supplier of updated ruby-eb 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 19 Apr 2025 15:25:59 +0200
Source: ruby-eb
Architecture: source
Version: 2.6-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 1075457
Changes:
ruby-eb (2.6-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply patch from TODOROKI Shin-ichi to fix FTBFS. (Closes: #1075457)
Checksums-Sha1:
bdba4ab97e7e7bf4f51651c17c3ed65000144cd1 1966 ruby-eb_2.6-4.1.dsc
71f7bc62b5cea0c820b814844c62d3295cedf994 9108 ruby-eb_2.6-4.1.debian.tar.xz
21ae5a6e828dc70003b000f30b8ad381760cc6f2 8453 ruby-eb_2.6-4.1_arm64.buildinfo
Checksums-Sha256:
fb7a19eb2b9effbbde3668b7e12fc6b66a8a2605a3dd2cfcda063c8e8a9d5247 1966
ruby-eb_2.6-4.1.dsc
11f68a384e8eeccfe849c527a288937a5bdbdb3f44caa61a74f7031e8c462b6e 9108
ruby-eb_2.6-4.1.debian.tar.xz
e6c5dd47b0251ddce678cac979e963fbfec5620515e265981423ec881b857374 8453
ruby-eb_2.6-4.1_arm64.buildinfo
Files:
35166fbd456d0e6df326dbadb7217983 1966 ruby optional ruby-eb_2.6-4.1.dsc
ce89786af700568fd925f0df312ea8e3 9108 ruby optional
ruby-eb_2.6-4.1.debian.tar.xz
3d676d20ad02d8418766dd68e1b55463 8453 ruby optional
ruby-eb_2.6-4.1_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmgDpMYACgkQXBPW25MF
LgMB8w/+JYDh7BNXnzAonNZVslgjZHpnfn4KSCvX/iJQ/xnZHAyy9TNMKesimSjQ
L1DPGom6EbXtj24Cj/Fvnj/jGWz9Ha8F3fIGI1FRS3EYBNTuGSfk/+mMzweUy35f
ozDH7tsTMS3c3tg3lbGe6RzoRpLq7SpzyWpGMGx2gz0CxjYFuR1oJFhOZFMoKj/A
2lYR4ULh7ObScnqAxFoGt8wAr+1AbfkixEmyHtiCbekX6x6YRtlcTQBZIbAuNTxf
cQcPuxGDy2+Q2MDz8bc7VLqHPOuQYHjUw/fxa/EZ6+n23vzITG5aTzBBVemp4/50
TPmytQDU207n2ofU50oi+cp35QeyQE1aVnVaEm00Q1DuaWwgyoenGkw3guVnlz0W
za9XRyO4dN2ZWaWuZAIUWbJklHvrVG77g7jPnpxl4Ctc5vvCBnprZRvuFCNMqxig
6V476NDxgDYfBX+k1rJmkMpJVrMhHuRiMG3+rx4Xbp20YZeI90LpuScxipHXT1PG
O82hYyfi7BahWOU/zyw1hr3UnarKtpZF/DJz1HTB5piS8DrDhzVocPX0q4T9EM3l
21LhUbtEB+D9sUANB1tdjxB6VWUjHfYw7BoBFTjZhLmRFRPFVwad/g6rWFo6f9j1
6PAKyxtkUWCCeP79djKrA8lVRWSBRw8HlNci7jneaLbbAQzUSs0=
=0Ly4
-----END PGP SIGNATURE-----
pgp0lJ9USkQSI.pgp
Description: PGP signature
--- End Message ---