Your message dated Tue, 31 Jan 2023 16:20:12 +0000
with message-id <e1pmtmi-002ciz...@fasolo.debian.org>
and subject line Bug#915837: fixed in camping 2.3-1
has caused the Debian Bug report #915837,
regarding camping: FTBFS with rails 5.2
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.)
--
915837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: camping
Version: 2.1.580-1.1
Severity: important
Dear Maintainer,
I'm help to push rails 5.2 transition for Debian Buster. I tested this
package is FTBFS with rails 5.2 with following error:
```
┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby2.5 from debian/ruby-tests.rb │
└──────────────────────────────────────────────────────────────────────────────┘
RUBYLIB=/build/camping-2.1.580/debian/camping/usr/lib/ruby/vendor_ruby:.
GEM_PATH=debian/camping/usr/share/rubygems-integration/all:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all
ruby2.5 debian/ruby-tests.rb
/build/camping-2.1.580/test/app_partials.rb:42: warning: already initialized
constant TiltPartials::Controllers::I
<main>:611: warning: previous definition of I was here
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:528:in `inherited':
Directly inheriting from ActiveRecord::Migration is not supported. Please
specify the Rails release the migration was written for: (StandardError)
class #<Class:0x000055a07c01a898> < ActiveRecord::Migration[4.2]
from (eval):25:in `initialize'
from (eval):25:in `new'
from (eval):25:in `V'
from /build/camping-2.1.580/test/apps/migrations.rb:8:in
`<module:Models>'
from /build/camping-2.1.580/test/apps/migrations.rb:6:in
`<module:Migrations>'
from /build/camping-2.1.580/test/apps/migrations.rb:5:in `<top
(required)>'
from /build/camping-2.1.580/test/app_migrations.rb:4:in `load'
from /build/camping-2.1.580/test/app_migrations.rb:4:in `<top
(required)>'
from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
`require'
from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
`require'
from debian/ruby-tests.rb:6:in `block in <main>'
from debian/ruby-tests.rb:6:in `each'
from debian/ruby-tests.rb:6:in `<main>'
ERROR: Test "ruby2.5" failed. Exiting.
dh_auto_install: dh_ruby --install /build/camping-2.1.580/debian/camping
returned exit code 1
make: *** [debian/rules:15: binary] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
```
I also checked the upstream url. It seems it has been dead for years.
Package has been marked as `Upstream does not support rails 5.2 yet` on:
https://salsa.debian.org/ruby-team/rails/wikis/Transition-to-Rails-5.2-for-Debian-Buster
Best regards,
-Andrew
--- End Message ---
--- Begin Message ---
Source: camping
Source-Version: 2.3-1
Done: Daniel Leidert <dleid...@debian.org>
We believe that the bug you reported is fixed in the latest version of
camping, 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 915...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Leidert <dleid...@debian.org> (supplier of updated camping 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: Tue, 31 Jan 2023 16:26:42 +0100
Source: camping
Architecture: source
Version: 2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 915837
Changes:
camping (2.3-1) unstable; urgency=medium
.
* Team upload.
* New upstream release.
* Supports ActiveRecord 6.1 interface (closes: #915837).
.
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Run wrap-and-sort on packaging files
.
[ Utkarsh Gupta ]
* Add salsa-ci.yml
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Use secure URI in debian/watch.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Fix field name typos in debian/copyright.
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
* Update watch file format version to 4.
* Bump debhelper from old 12 to 13.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on ruby-mab.
+ camping: Drop versioned constraint on ruby-mab and ruby-sqlite3 in
Recommends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
.
[ Daniel Leidert ]
* d/camping.gemspec: Add file. The upstream files don't work.
* d/control: Add Testsuite and Rules-Requires-Root fields.
(Build-Depends): Add ruby-minitest-reporters.
(Homepage): Update URL.
(Depends): Remove ruby-interpreter and use ${ruby:Depends}.
* d/gemspec: Add link to d/camping.gemspec.
* d/ruby-tests.rake: Add basic tests.
* d/ruby-tests.rb: Drop old test file.
* d/rules: Use gem installation layout and set gemspec.
* d/watch: Get sources from github.
* d/patches/Disable-flaky-test.patch: Add patch.
- Disable a failing test. Examine that later.
* d/patches/series: Enable new patch.
Checksums-Sha1:
aaa23fc4700ca50f6e2acf9b1e64336ca8f94836 2059 camping_2.3-1.dsc
aa6243e2c08bd16cc4e2ec5088ef2f512e7d6426 403943 camping_2.3.orig.tar.gz
931a17a308503c8bb8dadb2d25bb7a6e63560220 35324 camping_2.3-1.debian.tar.xz
cfb687d11c52d84280757178cdfc41ed404317a9 9875 camping_2.3-1_amd64.buildinfo
Checksums-Sha256:
46b7f638e047b31d6d4df995d7513da20da7cbdb20a94fbe0c55924491c127a6 2059
camping_2.3-1.dsc
de5683732bd5b68a4e19ce67b711242e3f6fe6e7e9775bd054f01e0139d66395 403943
camping_2.3.orig.tar.gz
588990fac0d52267d5cd90d2e4d6847da886c4d1459a8456cc98c945f930dc84 35324
camping_2.3-1.debian.tar.xz
821b3132f70879501d46e2ea0a3905ebbf4154d76dc5fba41d073f02aa56a36a 9875
camping_2.3-1_amd64.buildinfo
Files:
1caebb03c4e9789b8b065ba26b670fa3 2059 web optional camping_2.3-1.dsc
b89ab946c1ef17056314aa468e7e1331 403943 web optional camping_2.3.orig.tar.gz
7fd72935659d6165008b813b2e42b5c5 35324 web optional camping_2.3-1.debian.tar.xz
afb9f97eca51edb3f3792b3fe9750c46 9875 web optional
camping_2.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmPZNGwACgkQS80FZ8KW
0F3tiA//USnoOxQ0Zwy9X/1sT7e73tY/tYNPwaTQU0cNZi9OzqrrLZtd9tJER2Cr
b7vLpq7mq8j3xFTXdOycLmaK0ZT/pIezDwQQIMulG0hEdnfpfpsnON5pfDpbyOac
aNDGU8ZfL/BKhDEU2rLWKVRVWpPkLKkvL1S1IQqkMUHrOui1r2FrLTnD5l04AmEh
Rtm3JI49iz3sj7ljZeMTy670/g4wjkM6hB6k8j2MVJ2yNI4XCpwtAVIHdznAg6b4
krCWhUbIjV2BCK0pmDfPcV/Sox07K3mE3RyrcxnrwoM0agha8bCYhYswdff2qiv9
sOQcmirgtO1oIWyvVeNVwb4qYXsSHgluGSfPWIlVx1j4OP3xpsGFYU5ViCmAN0LW
L1FbkzIihnYSVi2Heq6sYe7Nrxy9CCiO+wy7cPO42LNAjdkpa+mUvD2G4NY+p9Vk
h5bfEyfvY4btnCmZvbEqGHzlE2kJ/6CwkRtevYoIBlMAYaHeSgu4groqb+TSMl2d
Q+kFwjujDTGTijO/Kk4Arb5GDRALw7M16UidJubjhaJ9wOc83HBFq1fDWWFC/sMg
4k6i4hLV1nnX6CtyzoKy2gxZuY1y58WdT4WF/XpafhFhmmssFwAB1iklJdLlkhoG
wzIwH5cuIGKpiLkKX1XrXJUDhunGqb6CP1U7dc5i6X8rFlm3VAM=
=NJ8c
-----END PGP SIGNATURE-----
--- End Message ---