Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878053 - dev-ruby/llhttp-ffi-0.4.0 fails tests
Summary: dev-ruby/llhttp-ffi-0.4.0 fails tests
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: PullRequest
Depends on:
Blocks:
 
Reported: 2022-10-23 07:59 UTC by Agostino Sarubbo
Modified: 2023-03-22 01:20 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,48.81 KB, text/plain)
2022-10-23 07:59 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 2022-10-23 07:59:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/llhttp-ffi-0.4.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-10-23 07:59:17 UTC
Created attachment 825095 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-10-23 07:59:18 UTC
Error(s) that match a know pattern:


bundler: command not found: rspec
Could not find gem 'rspec' in locally installed gems.
Comment 3 Larry the Git Cow gentoo-dev 2023-03-22 01:20:25 UTC
The bug has been closed via the following commit(s):

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

commit 247d7a3d079139d72a004a0b1a64350a2ebc4853
Author:     Matoro Mahri <matoro@users.noreply.github.com>
AuthorDate: 2023-03-20 14:45:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-22 01:18:28 +0000

    dev-ruby/llhttp-ffi: add explicit rspec test dep
    
    Needs to be a test dep, but should NOT have RUBY_FAKEGEM_RECIPE_TEST set
    as it needs to be called via rake.
    
    Closes: https://bugs.gentoo.org/878053
    Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
    Closes: https://github.com/gentoo/gentoo/pull/30261
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)