Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943273 - dev-ruby/multi_json-1.15.0-r1 fails tests: Error: require pure
Summary: dev-ruby/multi_json-1.15.0-r1 fails tests: Error: require pure
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-11-11 14:49 UTC by Agostino Sarubbo
Modified: 2024-11-12 14:55 UTC (History)
0 users

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


Attachments
build.log (build.log,57.83 KB, text/plain)
2024-11-11 14:49 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-11-11 14:49:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/multi_json-1.15.0-r1 fails tests.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-11 14:49:55 UTC
Created attachment 908470 [details]
build.log

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


  cannot load such file -- json/pure
Failure/Error: require 'json/pure'
LoadError:
Comment 3 Hans de Graaff gentoo-dev Security 2024-11-12 14:54:22 UTC
json/pure stopped being a thing a long time ago, but it looks like dev-ruby/json-2.8.x now dropped it completely.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-12 14:55:28 UTC
The bug has been closed via the following commit(s):

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

commit 0af3cacb3a39d116c7f64c1a2362122408cd2d5d
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-11-12 14:54:34 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-11-12 14:55:19 +0000

    dev-ruby/multi_json: fix json/pure tests
    
    Closes: https://bugs.gentoo.org/943273
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)