Your message dated Fri, 26 Nov 2021 01:08:40 +0000
with message-id <e1mqpje-0006fv...@fasolo.debian.org>
and subject line Bug#996295: fixed in ruby-i18n-inflector-rails 1.0.7-5
has caused the Debian Bug report #996295,
regarding ruby-i18n-inflector-rails: FTBFS with ruby3.0: ERROR: Test "ruby3.0" 
failed:       ArgumentError:
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.)


-- 
996295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-i18n-inflector-rails
Version: 1.0.7-4.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-r...@lists.debian.org
Usertags: ruby3.0

Hi,

We are about to enable building against ruby3.0 on unstable. During a test
rebuild, ruby-i18n-inflector-rails was found to fail to build in that situation.

To reproduce this locally, you need to install ruby-all-dev from experimental
on an unstable system or build chroot.

Relevant part (hopefully):
>       ArgumentError:
>         wrong number of arguments (given 2, expected 1)
>       # 
> /usr/share/rubygems-integration/all/gems/actionpack-6.0.3.7/lib/abstract_controller/translation.rb:13:in
>  `translate'
>       # ./lib/i18n-inflector-rails/inflector.rb:322:in `translate'
>       # ./spec/inflector_spec.rb:215:in `t_male'
>       # ./spec/inflector_spec.rb:327:in `block (4 levels) in <top (required)>'
> 
> Finished in 2.06 seconds (files took 3.09 seconds to load)
> 33 examples, 11 failures
> 
> Failed examples:
> 
> rspec ./spec/inflector_spec.rb:272 # ApplicationController controller 
> instance methods #translate should translate using inflection patterns and 
> pick up the right value
> rspec ./spec/inflector_spec.rb:278 # ApplicationController controller 
> instance methods #translate should make use of a block passed to inflection 
> method
> rspec ./spec/inflector_spec.rb:282 # ApplicationController controller 
> instance methods #translate should make use of inherited inflection method 
> assignments
> rspec ./spec/inflector_spec.rb:286 # ApplicationController controller 
> instance methods #translate should make use of overriden inflection method 
> assignments
> rspec ./spec/inflector_spec.rb:290 # ApplicationController controller 
> instance methods #translate should prioritize strict kinds when both 
> inflection options are passed
> rspec ./spec/inflector_spec.rb:295 # ApplicationController controller 
> instance methods #translate should use regular kind option when strict kind 
> option is missing
> rspec ./spec/inflector_spec.rb:300 # ApplicationController controller 
> instance methods #translate should make use of disabled inflection method 
> assignments
> rspec ./spec/inflector_spec.rb:308 # ApplicationController controller 
> instance methods #translate should not raise when method does not exists and 
> verify_methods is enabled
> rspec ./spec/inflector_spec.rb:314 # ApplicationController controller 
> instance methods #translate should translate with the :inflector_lazy_methods 
> switch turned off
> rspec ./spec/inflector_spec.rb:318 # ApplicationController controller 
> instance methods #translate should omit pattern interpolation when locale is 
> not inflected
> rspec ./spec/inflector_spec.rb:326 # ApplicationController controller 
> instance methods #t should call translate
> 
> /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 failed
> ERROR: Test "ruby3.0" failed: 


The full build log is available at
https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-i18n-inflector-rails/ruby-i18n-inflector-rails_1.0.7-4.1+rebuild1633383189_amd64.build.txt

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ruby-i18n-inflector-rails
Source-Version: 1.0.7-5
Done: Daniel Leidert <dleid...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ruby-i18n-inflector-rails, 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 996...@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 
ruby-i18n-inflector-rails 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: Fri, 26 Nov 2021 01:11:44 +0100
Source: ruby-i18n-inflector-rails
Architecture: source
Version: 1.0.7-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Daniel Leidert <dleid...@debian.org>
Closes: 996295
Changes:
 ruby-i18n-inflector-rails (1.0.7-5) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * debian/copyright: use spaces rather than tabs to start continuation
     lines.
   * Bump debhelper from old 11 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on ruby-actionpack and
       ruby-railties.
     + ruby-i18n-inflector-rails: Drop versioned constraint on ruby-actionpack
       and ruby-railties in Depends.
 .
   [ Daniel Leidert ]
   * d/control: Add Rules-Requires-Root field.
     (Build-Depends): Bump debhelper to version 13.
     (Standards-Version): Bump to 4.6.0.
     (Homepage): Update URL.
     (Depends): Remove interpreters and use ${ruby:Depends}.
   * d/copyright: Add Upstream-Contact field.
     (Source): Update URL.
     (Copyright): Add team.
   * d/rules: Use gem installation layout and install upstream changelog. Don't
     install docs.
   * d/patches/fix-for-ruby3-and-rails6.patch: Add patch.
     - Fix errors with Ruby 3.0 and Rails 6 (closes: #996295).
   * d/patches/series: Enable new patch.
   * d/upstream/metadata: Add metadata.
Checksums-Sha1:
 e92e4bdc11e5558eb520d67162974f9207feffcf 2265 
ruby-i18n-inflector-rails_1.0.7-5.dsc
 e362bc7bc59e9b38d40aebfa7ba3fa595cbeb3c0 6672 
ruby-i18n-inflector-rails_1.0.7-5.debian.tar.xz
 bf7e1e6c276cd4a6f8cafe6f2575f68a08e3877a 10177 
ruby-i18n-inflector-rails_1.0.7-5_amd64.buildinfo
Checksums-Sha256:
 50dbfbb6304fa4ce22c775c5ec8dd9cc4a61f11403a701085fe118000a5edfe9 2265 
ruby-i18n-inflector-rails_1.0.7-5.dsc
 1e3fab8568ffafd75060c4ed1b89b5f2e329c9f4229466aae1c11b998ba0ce3a 6672 
ruby-i18n-inflector-rails_1.0.7-5.debian.tar.xz
 9b85c94389ff215c00624defb0c52ae7442269765dde28f87bdcaeff7ad1eec0 10177 
ruby-i18n-inflector-rails_1.0.7-5_amd64.buildinfo
Files:
 746eed1dfb3c9f7f128b2678ecd31a41 2265 ruby optional 
ruby-i18n-inflector-rails_1.0.7-5.dsc
 705dba96ae2ca404de5a028785630870 6672 ruby optional 
ruby-i18n-inflector-rails_1.0.7-5.debian.tar.xz
 ba2c1f0e180aa38a73cf4af1e24c7993 10177 ruby optional 
ruby-i18n-inflector-rails_1.0.7-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAmGgLLEACgkQS80FZ8KW
0F1sOg/+NAyBYZj+Z/rVt5B2TxX7ClfJQkWkI6uEqhPDfBqs2ToePUOxcAOeww+r
G17+R0vnu11SnUktppett2Ewz2Elg45ak7vAh2haegoPJESeckvDoFOBmDUgPmE0
DPfM3xsZAbLqWIGrqaYkxcsAQ69adx0ouxUuUoApgnHyXfXxnYGOClHdpIx5EijR
4iM80luW2FaxrLJteSADJrVF0wLV3ZY9EYwLsmoLar47AZayubIzVJiJdpAGowpC
f+JuIn5Nj5nwEV7rGGj8eAymLJtjG7JF2fLXPaaBpSZGHcRywVVdjnfc95F0DRfR
oty5m1ctYxsMTFvr5ucyOyGxJRo3clu+0od+F1udT3qvukH4FEHjeBM+OwnziBCm
CLsjHi8LIw2gdso+E6H4VbhOcVFTlFjsxO+1Qj92Potgm7+Ejw9yHs8Ud6cf4toW
zArwML2RP6CQ1zHuBkbU8o4r2un6ob+lT4KSBjf0Tj+WQd2Xak3CkCrcu/CCSG4x
2XeG/uugr+zjQV/C8FuEXWc+I5/rjpxR7icQjLN3gAOeBr3IpnHXKaP/oJYwrtdj
/dweo2qO2VcFifAwlE9oUiVEdvZPPmGqoa5T7NFfRoBp6CLbP/vh6LiLpqj41i7H
szg7yTS8iTSHNgYQqur4Av+Kj22lZ1YxFevi2QzyCjNjYYvwI2g=
=eYeg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to