Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780900 - dev-ruby/i18n-1.8.11 fails tests (requires minitest-5.14)
Summary: dev-ruby/i18n-1.8.11 fails tests (requires minitest-5.14)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on: 860858
Blocks:
  Show dependency tree
 
Reported: 2021-04-07 23:30 UTC by Jonathan Lovelace
Modified: 2022-08-01 05:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-ruby:i18n-1.8.9:20210407-224004.log (dev-ruby:i18n-1.8.9:20210407-224004.log,2.02 KB, text/plain)
2021-04-07 23:30 UTC, Jonathan Lovelace
Details
emerge-info.txt (emerge-info.txt,7.94 KB, text/plain)
2021-04-07 23:30 UTC, Jonathan Lovelace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lovelace 2021-04-07 23:30:31 UTC
Created attachment 698325 [details]
dev-ruby:i18n-1.8.9:20210407-224004.log

=dev-ruby/i18n-1.8.9 fails its test phase with "Could not find gem 'minitest (~> 5.14)' in any of the gem sources listed in your Gemfile." Full build log and emerge --info for both i18n and minitest attached.
Comment 1 Jonathan Lovelace 2021-04-07 23:30:48 UTC
Created attachment 698328 [details]
emerge-info.txt
Comment 2 Mateusz Matejuk 2021-04-27 12:11:25 UTC
related:
https://bugs.gentoo.org/705346#c5
Comment 3 Jonathan Lovelace 2022-07-24 13:40:50 UTC
As one would expect, version 1.8.11 also claims to require minitest-5.14, causing it to fail its tests on systems where dev-ruby/minitest is at its current stable version of 5.13.0.
Comment 4 Larry the Git Cow gentoo-dev 2022-07-25 06:53:40 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f33a0674bcdf86fcbd82de9964f1fa1e28b6f

commit b37f33a0674bcdf86fcbd82de9964f1fa1e28b6f
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-07-25 06:51:07 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-07-25 06:53:36 +0000

    dev-ruby/i18n: add missing minitest dep
    
    Bug: https://bugs.gentoo.org/780900
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/i18n/i18n-1.11.0.ebuild | 1 +
 dev-ruby/i18n/i18n-1.12.0.ebuild | 1 +
 2 files changed, 2 insertions(+)
Comment 5 Larry the Git Cow gentoo-dev 2022-08-01 05:41:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd56325530195447ce8b208dbfeb488dabcbf1a

commit 8cd56325530195447ce8b208dbfeb488dabcbf1a
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2022-07-31 09:33:09 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2022-08-01 05:38:57 +0000

    dev-ruby/i18n: add missing test dep
    
    Closes: https://bugs.gentoo.org/780900
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/i18n/i18n-1.8.11.ebuild | 1 +
 dev-ruby/i18n/i18n-1.8.9.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)