Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936923 - dev-ruby/gettext_i18n_rails-1.13.0 fails tests: Could not find rails (~> 7.0.0) - did find: [rails-7.1.3.4]
Summary: dev-ruby/gettext_i18n_rails-1.13.0 fails tests: Could not find rails (~> 7.0....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-07-30 07:42 UTC by Agostino Sarubbo
Modified: 2024-07-31 08:29 UTC (History)
0 users

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


Attachments
build.log (build.log,68.75 KB, text/plain)
2024-07-30 07:42 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-30 07:42:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/gettext_i18n_rails-1.13.0 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-30 07:42:27 UTC
Created attachment 898622 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-30 07:42:28 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Could not find 'rails' (~> 7.0.0) - did find: [rails-7.1.3.4]
Failure/Error: gem "rails", "~>7.0.0"
Gem::MissingSpecVersionError:
Comment 3 Larry the Git Cow gentoo-dev 2024-07-31 08:29:33 UTC
The bug has been closed via the following commit(s):

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

commit c2ecddfc1b05a20a243eabbc50282d63571b2d97
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-07-31 08:28:25 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-07-31 08:29:25 +0000

    dev-ruby/gettext_i18n_rails: fix test dependencies
    
    Revert test dependencies to Rails 7.0. The Rails 7.1 dependency was used
    for compatibility testing and not properly reverted before committing.
    
    Closes: https://bugs.gentoo.org/936923
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.13.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)