Your message dated Fri, 24 Jan 2025 16:08:32 +0000
with message-id <[email protected]>
and subject line Bug#1075468: fixed in ruby-nfc 3.1.2-3
has caused the Debian Bug report #1075468,
regarding ruby-nfc: 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.)
--
1075468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-nfc
Version: 3.1.2-2
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-nfc_3.1.2-2_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
[...]
/* 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 ((*)()))nfc_init; 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
-lruby-3.1 -lnfc -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 nfc_init();
15: int t(void) { nfc_init(); 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-nfc (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-nfc
returned exit code 1
make[1]: *** [debian/rules:18: override_dh_auto_install] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: ruby-nfc
Source-Version: 3.1.2-3
Done: Nobuhiro Iwamatsu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-nfc, 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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated ruby-nfc 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: Sat, 25 Jan 2025 00:18:36 +0900
Source: ruby-nfc
Architecture: source
Version: 3.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Closes: 1075468
Changes:
ruby-nfc (3.1.2-3) unstable; urgency=medium
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on libnfc-dev.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
.
[ Nobuhiro Iwamatsu ]
* d/patches
+ Fix FTBFS with GCC-14 (Closes: #1075468).
+ Remove unnecessary patch.
* d/control
+ Bump Standards-Version to 4.7.0.
+ Add 'Rules-Requires-Root: no'.
+ Remove ruby-interpreter from ruby-nfc's Depends.
* d/copyright
+ Update copyright year to 2025.
* d/watch
+ Update to new URL.
Checksums-Sha1:
9ba99acaec8be75ccdca9adf0c3405afbc2b4603 1964 ruby-nfc_3.1.2-3.dsc
045f4a8c11bd0e3f65648b2812ab00d322e48945 2984 ruby-nfc_3.1.2-3.debian.tar.xz
9c55c79a51e44212fefc84a3f2ca225be406f31a 9700 ruby-nfc_3.1.2-3_amd64.buildinfo
Checksums-Sha256:
8a09182bd5cc89cc15f44d42fe2e6996d2a89c213122db763862458a8825c68c 1964
ruby-nfc_3.1.2-3.dsc
c4a43f843d8c9ef1b78dc6e7e489b01f3d71d59061e630cd3d34dbadd275ae53 2984
ruby-nfc_3.1.2-3.debian.tar.xz
cf0d979f6c9fcac01cf0e59d051fbd407d4ff90639457e56cfc7bb3213cf12d8 9700
ruby-nfc_3.1.2-3_amd64.buildinfo
Files:
9d8cb861e6e12bbea21b40890cfc80ba 1964 ruby optional ruby-nfc_3.1.2-3.dsc
9c9146c65569f288fe9aa19714de9741 2984 ruby optional
ruby-nfc_3.1.2-3.debian.tar.xz
e3aa5dec40238aeb57afad74d2dc0ddf 9700 ruby optional
ruby-nfc_3.1.2-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAmeTthEACgkQMiR/u0Ct
H6ZKfQ/+OG+nw5143Z4PfseICXbpWy8ky9mT29FLDG6c/FkzNkU0CUJZ/DIPAvlO
ocA3LF0irplpEdDwgXajZJVOCPASjL/3GLULwjY2bTU8PZY9PXxE3MkHEiIAOw/o
KXQFNZKoLU3Ja1pX7J3stv7vnsgduK/uR+m+2dswhVnig2fMNloPPF6WpJHYMaZO
uiHGc+elTrhW/CVzf1sqwG+bTwXdf1fOqHHIgbBvoVnDRm5xxvwjeiIrgPMQyOl/
ManPg5k+niyFBFjgMkaLIQI0datT1KvIG5qUu4j8LNO6gB2+X/qPSjNvY+gMlrkt
tNvEQux9J63CWBa7BU+yStLiO9if5qjzYyJ2bbJc6qU0p+QpAG2+wQhowwwj+Ryd
K//YxXnf8GoaCHXM4GCqfhUYfmGslipkUTtF3BQ9fUQIH9LcI8vzenmfy/Lnb6ou
GmK9x4cNkbgGR0sRh2TcN1poaf/8fTx4IQqWmdWcIAvilgRspszySEW5jm9+EgF8
gYDq1Ejv7m318wNiI8UbEjirTNYv+6uq4Dw0DmklbrWzXL/5Da31m8ddSGpMRmhB
oH29FR+e82de2oAjGOXpCvDDE+A5CYhjDjYaLo/D9QjXxKpI5C0Dcvi5qVhIaymV
EB4HIAfTSv62MUm7xtO7ZPw1x0xjUSHKGlux8niQIbZwBnwLNgk=
=HQ0R
-----END PGP SIGNATURE-----
pgpNID_d0fA6Q.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers