Your message dated Wed, 03 Jul 2024 16:49:15 +0000
with message-id <[email protected]>
and subject line Bug#1074986: fixed in gem2deb 2.2.4
has caused the Debian Bug report #1074986,
regarding gem2deb: 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.)
--
1074986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074986
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gem2deb
Version: 2.2.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/gem2deb_2.2.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
[...]
test: with gemspec should obtain gem name from gemspec. : .: (0.000532)
test: with gemspec should obtain gem version from gemspec. :.: (0.000574)
test: with gemspec should obtain homepage from gemspec. : .: (0.000914)
test: with gemspec should obtain long detect from gemspec. :.: (0.000602)
test: with gemspec should obtain short description from gemspec. : .:
(0.000545)
test: with gemspec should obtain test files list from gemspec. : .:
(0.002486)
test: with gemspec should resist bindir being false. : .: (0.000574)
test: with gemspec should use whatever directory gemspec says as bindir. :
.: (0.000847)
test: with gemspec should use whatever programs the gemspec says. : .:
(0.001829)
test: without gemspec should have no dependencies. :.: (0.000366)
test: without gemspec should have no homepage. : .: (0.000572)
test: without gemspec should have no long description. : .: (0.000211)
test: without gemspec should have no short description. : .: (0.000183)
test: without gemspec should have no test files. : .: (0.000202)
test: without gemspec should provide a fallback version number. : .:
(0.000280)
test: without gemspec should provide a gem name from source dir. : .:
(0.000200)
test: without gemspec should read version number from source dir name when
available. : .: (0.000513)
test: without gemspec should use all programs under bin/. : .: (0.001131)
test: without gemspec should use bin/ as bindir. : .: (0.000211)
PackageNameMappingTest:
test: PackageNameMapping should strip architecture qualifier off package
names. : .: (0.051144)
test: converting gem name to package name without a cache should convert
foo to ruby-foo. : .: (0.000718)
test: converting gem name to package name without a cache should convert
foo-bar_baz to ruby-foo-bar-baz. : .: (0.000865)
test: using data from installed packages should have data for mocha. :
.: (0.070716)
SecureCodeTest:
test: SecureCode should not interpolate variables into shell commands. :
.: (0.004061)
SourceTest:
test: determining debhelper compat level should always be a number. :
.: (0.000904)
test: determining debhelper compat level should detect from Build-Depends
with multiple lines. : .: (0.000299)
test: determining debhelper compat level should detect from Build-Depends.
:.: (0.000401)
test: determining debhelper compat level should detect from DH_COMPAT. :
.: (0.001510)
test: determining debhelper compat level should detect from debian/compat.
:.: (0.000498)
test: selecting package layout should default to single-binary. : .:
(0.000394)
test: selecting package layout should detect multibinary. : .: (0.000590)
test: selecting package layout should ignore packages without X-DhRuby-Root
when one of them has it. : .: (0.000398)
TestRunnerTest:
test: TestRunner should detect a test runner for
test/sample/ruby-autopkgtest-example. : .: (0.002291)
test: TestRunner should detect a test runner for
test/sample/test_runner/no_tests. :.: (0.000589)
test: TestRunner should detect a test runner for
test/sample/test_runner/rake/fail. : .: (0.000304)
test: TestRunner should detect a test runner for
test/sample/test_runner/rake/pass. : .: (0.000661)
test: TestRunner should detect a test runner for
test/sample/test_runner/rake/with_rakelib. : .: (0.000365)
test: TestRunner should detect a test runner for
test/sample/test_runner/rb/fail. : .: (0.000213)
test: TestRunner should detect a test runner for
test/sample/test_runner/rb/pass. : .: (0.000611)
test: TestRunner should detect a test runner for
test/sample/test_runner/yaml/fail. : .: (0.000657)
test: TestRunner should detect a test runner for
test/sample/test_runner/yaml/pass. : .: (0.000300)
test: TestRunner should exit 0 when testing
test/sample/ruby-autopkgtest-example. : .: (0.092041)
test: TestRunner should exit 0 when testing
test/sample/test_runner/rake/pass. : .: (0.325655)
test: TestRunner should exit 0 when testing
test/sample/test_runner/rake/with_rakelib. : .: (0.399146)
test: TestRunner should exit 0 when testing
test/sample/test_runner/rb/pass. : .: (0.088941)
test: TestRunner should exit 0 when testing
test/sample/test_runner/yaml/pass. : .: (0.233170)
test: TestRunner should exit 1 when testing
test/sample/test_runner/rake/fail. : .: (0.392056)
test: TestRunner should exit 1 when testing
test/sample/test_runner/rb/fail. : .: (0.096430)
test: TestRunner should exit 1 when testing
test/sample/test_runner/yaml/fail. : .: (0.201462)
test: TestRunner should exit 77 when testing
test/sample/test_runner/no_tests. : .: (0.000856)
Finished in 39.633643102 seconds.
-------------------------------------------------------------------------------
191 tests, 186 assertions, 0 failures, 18 errors, 0 pendings, 0 omissions, 0
notifications
90.5759% passed
-------------------------------------------------------------------------------
4.82 tests/s, 4.69 assertions/s
rake aborted!
Command failed with status (1): [ruby -w -I"lib:test"
/usr/share/rubygems-integration/all/gems/rake-13.2.1/lib/rake/rake_test_loader.rb
"test/unit/dh_make_ruby_test.rb" "test/unit/dh_ruby_test.rb"
"test/unit/extension_builder_test.rb" "test/unit/gem2deb_test.rb"
"test/unit/gem2tgz_test.rb" "test/unit/gem_installer_test.rb"
"test/unit/installer_test.rb" "test/unit/metadata_test.rb"
"test/unit/package_name_mapping_test.rb" "test/unit/secure_code_test.rb"
"test/unit/source_test.rb" "test/unit/test_runner_test.rb"
"test/unit/yaml_test.rb" -v]
/usr/share/rubygems-integration/all/gems/rake-13.2.1/exe/rake:27:in `<top
(required)>'
Tasks: TOP => test:unit
(See full trace by running task with --trace)
make[1]: *** [debian/rules:22: ruby3.1] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gem2deb
Source-Version: 2.2.4
Done: Antonio Terceiro <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gem2deb, 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.
Antonio Terceiro <[email protected]> (supplier of updated gem2deb 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: Wed, 03 Jul 2024 12:37:46 -0300
Source: gem2deb
Architecture: source
Version: 2.2.4
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<[email protected]>
Changed-By: Antonio Terceiro <[email protected]>
Closes: 1074986
Changes:
gem2deb (2.2.4) unstable; urgency=medium
.
* test: fix module function C implementation (Closes: #1074986)
Checksums-Sha1:
a0718f63d88126c6ea7a6651b3fb7f44eadf275c 2317 gem2deb_2.2.4.dsc
de440cf76b26408490e674a9be0a5010d838ae0b 80056 gem2deb_2.2.4.tar.xz
880f56fa888273d0981797d9f4804f613f13bc0f 13603 gem2deb_2.2.4_source.buildinfo
Checksums-Sha256:
22208113020f9003efbf19d6a1d9d6e98c413c21d47814cd31bf639b8f11ae59 2317
gem2deb_2.2.4.dsc
16574e519ab70710fa8512a2d23cd105db1bfd9a52fdf185657c907a38b27bb8 80056
gem2deb_2.2.4.tar.xz
6fb3704a24a3fbfcef79ef1403f911a6d0845b99b77efb7d3829ba04f988d60a 13603
gem2deb_2.2.4_source.buildinfo
Files:
5f431efc0f957d1a17454095db5501d8 2317 ruby optional gem2deb_2.2.4.dsc
5bb600338d0d6d1bafcc31a527b0e36d 80056 ruby optional gem2deb_2.2.4.tar.xz
4a2151bf9dcaf7507f4df222160b2cd1 13603 ruby optional
gem2deb_2.2.4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmaFfbMACgkQ/A2xu81G
C9730BAAuFQhVbGMMAHO/sQy5PB8iqD1xPb996wDpyo3m6xAzQ/wBFdTUvUSUkRX
OkLZrsRy7L23Dati34dC1NVF/haeBV/55dX73zWlXMdjlFlPYSvd+vFlHwBAnYlj
mQJWXYSsHOgCr/9OnWSmTffbQmgfFdfwI34pjBs6Ggh+bSy4k4nkoUtkLZnsZ09H
WdxrKniH5cK0ySNSOSrS4qZAcUpU6qMicWaRM/PGrP0JHrvbTyph2AwLvN0DtVGE
1E5eUTGAlBKKMF6ZGmbwQLesm78zW7mQJv3MSdMM56M5N/B3rSTaX86WmMH8eJyN
b81MBrqBIIeB02M7Ibhu5lPEyiKLll13EauNbm0usG2O8pJu9lnyL6RgIU+YgGPf
GODbgr/X9Bup5+vyoPYdd21Nzs1tTxbI1At5FRZADykOlO2fMuGtDXm0S0mGRbkb
l8fkyUrnu0BNLyBU3WMoen3vx01j8s2sAF1GWw+VtLmKc4w2l7Zabf+6DmI8I+Yt
GVYc6zu9814JqPqJUY2wU+YgCMGDgkf0LQ7YktnzIfU7QSuCG69wFjSnh4Lj1hG5
yDpHvW/szvRo2LZq9eoXvbeLm1kjJ/Tto9wB5XVllyhqayiH4v7YRS7jd+ieT+0p
oFO62GB03fPKgLaj2YvvEsY4yDU1jtei0raMaNTbpDfZqjlQhD8=
=5kXq
-----END PGP SIGNATURE-----
pgpUypW4v6EXo.pgp
Description: PGP signature
--- End Message ---