Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936203 - dev-ruby/omniauth-2.1.2 fails tests: # cannot load such file rack-protection
Summary: dev-ruby/omniauth-2.1.2 fails tests: # cannot load such file rack-protection
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-17 07:37 UTC by Agostino Sarubbo
Modified: 2024-07-18 06:05 UTC (History)
0 users

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


Attachments
build.log (build.log,57.94 KB, text/plain)
2024-07-17 07:37 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-17 07:37:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/omniauth-2.1.2 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

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

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


#   cannot load such file -- rack-protection
# LoadError:
Failure/Error: require 'rack-protection'
Gem::ConflictError:
Comment 3 Larry the Git Cow gentoo-dev 2024-07-18 06:05:22 UTC
The bug has been closed via the following commit(s):

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

commit 5e1f85e8a8632c691c4d2ab6ded271e3edeb3b83
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-07-17 18:29:41 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-07-18 06:05:03 +0000

    dev-ruby/omniauth: use compatible rack-protection slot
    
    Only rack-protection:3 is compatible with the version of rack that we
    require here.
    
    Closes: https://bugs.gentoo.org/936203
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/omniauth/omniauth-2.1.2.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)