Your message dated Mon, 15 Nov 2021 20:54:47 +0000
with message-id <e1mmj03-0002sn...@fasolo.debian.org>
and subject line Bug#998497: fixed in gem2deb 1.7
has caused the Debian Bug report #998497,
regarding gem2deb-test-runner: Remove Gemfile.lock files before running the
tests
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.)
--
998497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-voight-kampff
Version: 1.1.3-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cannot load such file -- combustion
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:324:in
> `block in require'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:291:in
> `load_dependency'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:324:in
> `require'
> # ./spec/spec_helper.rb:1:in `<top (required)>'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:324:in
> `block in require'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:291:in
> `load_dependency'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:324:in
> `require'
> # ./spec/lib/voight_kampff_spec.rb:1:in `<top (required)>'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:318:in
> `load'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:318:in
> `block in load'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:291:in
> `load_dependency'
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:318:in
> `load'
> # ------------------
> # --- Caused by: ---
> # LoadError:
> # cannot load such file -- combustion
> #
> /usr/share/rubygems-integration/all/gems/activesupport-6.0.3.7/lib/active_support/dependencies.rb:324:in
> `block in require'
> No examples found.
>
> Finished in 0.00006 seconds (files took 0.68629 seconds to load)
> 0 examples, 0 failures, 4 errors occurred outside of examples
>
> /usr/bin/ruby3.0
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.3/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/lib
> /usr/share/rubygems-integration/all/gems/rspec-core-3.9.2/exe/rspec
> --pattern ./spec/\*\*/\*_spec.rb --format documentation failed
> ERROR: Test "ruby3.0" failed:
The full build log is available from:
http://qa-logs.debian.net/2021/11/04/ruby-voight-kampff_1.1.3-4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: gem2deb
Source-Version: 1.7
Done: Antonio Terceiro <terce...@debian.org>
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 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 15 Nov 2021 17:23:21 -0300
Source: gem2deb
Architecture: source
Version: 1.7
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 998497
Changes:
gem2deb (1.7) unstable; urgency=medium
.
[ Antonio Terceiro ]
* debian/changelog: add missing entry to the 1.5 release
* gem2deb-test-runner: remove --check-dependencies-only option
* Gem2Deb::TestRunner: fix printing of RUBYLIB
* dh_ruby(1): fix mention of DH_RUBY_GEM_INSTALL_EXCLUDE
* gem2deb-test-runner: modularize moving files away
* gem2deb-test-runner: move Gemfile.lock away during the build.
This used to done only under autopkgtest, but it turns out that having
Gemfile.lock around when 2 interpreters are supported will usually
create bogus test failures on the interpreter that runs second, because
Gemfile.lock will freeze on versions of stuff only available to the
first interpreter (e.g. the default gems, provided by the interpreter
packages). (Closes: #998497)
* gem2deb-test-runner: move away Gemfile.lock in any directories
* Document version requirement for DH_RUBY_GEM_INSTALL_(INCLUDE|EXCLUDE)
.
[ Daniel Leidert ]
* Fix assignment
Checksums-Sha1:
79f1bcae8691ee9ca9bdcc47f254f86a7eeeb8fa 2283 gem2deb_1.7.dsc
04209690c04e9a1fe86a637b53bf74de9bc6ac4c 71788 gem2deb_1.7.tar.xz
223658c7e78118e85f476f8d5882f1a98c917f0a 9599 gem2deb_1.7_amd64.buildinfo
Checksums-Sha256:
19626f356b79c03663853ab00a19fdb9955228112fc8693c6a370022e2ca7032 2283
gem2deb_1.7.dsc
92d5369b9e75391d0b2b717256d01642d9dec60f63868714445fd5340394d899 71788
gem2deb_1.7.tar.xz
ef0a2f77165e6f30c3f5de3b0f7526cc8ed4eae69b578ec97b81e36a81352b87 9599
gem2deb_1.7_amd64.buildinfo
Files:
ac9920a5e6395a6e8c8c97f65e5197a8 2283 ruby optional gem2deb_1.7.dsc
21b012ef45913e47277d339de0a8335c 71788 ruby optional gem2deb_1.7.tar.xz
13b922de2ae96369a25f1088c3f52636 9599 ruby optional gem2deb_1.7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmGSw2oACgkQ/A2xu81G
C97hDhAAqY19hZlCPfXfUhoFFlYOvnY7wv71VAPg1iV2AQUXR8bfWI+mtMWSC/BQ
ZUPFgqivGlNvFDQB2MuapvX14YPfUqQkHf9LMFcMfh4K/zn1gugvh4ChZttfjP5e
2uPpEpC5pt7YRfJLWBETVN1YGyxbzyz/QxII5yOjiI0MdUYKPGFupihsyDYGAcQN
LsyxGm404v2DB32D6E/6pLIMnfk70KZcW3+jYb5IXWz+vzWp0SnRY+E0Le7B3DVS
maWbtJZLV1B3TTT24zedKRR2i87RaL6eGPEIafgPItB6oeH1zEXBOntfXKIsenKk
XYTLKYIie+lwB6Yb61uh2AtldsH8VQfV0Rrgg0vMK0fNICCzyckleumooxRLg+ZS
nrYmQ7l+Y8D3N5ZcsrKE4NvaMP9yU6squbG2VRXKWlR0+qhuOAPipojzmiTGAaId
S3PqFYz266TrcFOQEtKNKqF8kzFeZVm+0GheuJM4WQ1by99qCxwwMoSB5ZkugPXl
S0desX2L96UAfMbJ25OXZ0zWbeA+6noEQWndaaW1BLMaNepE1nWiyp8kThPPBEiL
VNj3cAEWZZZUMfxGJSum/iTmiA6zZvNE1C3V2n+wFmkCIMqD/5zOmdoU/pcAvCuT
mmhQc8l4oZqP9Vwxn4QSkulW05zG70kvcWqAeTHSZJMsiqcqJm0=
=qtYe
-----END PGP SIGNATURE-----
--- End Message ---