Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946915 - dev-ruby/prism-1.3.0 fails to compile: LoadError: cannot load such file extensiontask
Summary: dev-ruby/prism-1.3.0 fails to compile: LoadError: cannot load such file exten...
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:
Depends on:
Blocks:
 
Reported: 2024-12-25 15:56 UTC by Agostino Sarubbo
Modified: 2024-12-26 09:22 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,56.17 KB, text/plain)
2024-12-25 15:56 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-12-25 15:56:58 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/prism-1.3.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-25 15:56:59 UTC
Created attachment 914866 [details]
build.log

build log and emerge --info
Comment 2 Karl-Johan Karlsson 2024-12-26 08:38:02 UTC
rake/extensiontask is provided by dev-ruby/rake-compiler, which should be added as a dependency.

Manually installing =dev-ruby/rake-compiler-1.2.8 makes =dev-ruby/prism-1.3.0 build for me.
Comment 3 Hans de Graaff gentoo-dev Security 2024-12-26 09:21:52 UTC
(In reply to Karl-Johan Karlsson from comment #2)
> rake/extensiontask is provided by dev-ruby/rake-compiler, which should be
> added as a dependency.
> 
> Manually installing =dev-ruby/rake-compiler-1.2.8 makes
> =dev-ruby/prism-1.3.0 build for me.

Given its place in the dependency tree I'd prefer to avoid the rake-compiler dependency altogether.
Comment 4 Larry the Git Cow gentoo-dev 2024-12-26 09:22:40 UTC
The bug has been closed via the following commit(s):

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

commit 043a2c9257b679678ad2ef2fa2aa77e350b8cdcd
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-12-26 09:22:01 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-12-26 09:22:27 +0000

    dev-ruby/prism: avoid rake-compiler
    
    Closes: https://bugs.gentoo.org/946915
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/prism/prism-1.3.0.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)