Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947179 - dev-ruby/prism: dev-ruby/prism-1.3.0 fails to build with ruby34: cannot load rdoc/task
Summary: dev-ruby/prism: dev-ruby/prism-1.3.0 fails to build with ruby34: cannot load ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal blocker
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-29 17:39 UTC by Piper McCorkle
Modified: 2025-02-23 02:01 UTC (History)
4 users (show)

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


Attachments
build.log (dev-ruby-prism-1.3.0-build.log,2.63 KB, text/x-log)
2024-12-29 17:39 UTC, Piper McCorkle
Details
emerge --info '=dev-ruby/prism-1.3.0::gentoo' (dev-ruby-prism-1.3.0-emerge-info.txt,8.51 KB, text/plain)
2024-12-29 17:40 UTC, Piper McCorkle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piper McCorkle 2024-12-29 17:39:21 UTC
Created attachment 915489 [details]
build.log

Build fails due to:

LoadError: cannot load such file -- rdoc/task (LoadError)
<internal:/usr/lib64/ruby/site_ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require'
<internal:/usr/lib64/ruby/site_ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require'
/var/tmp/portage/dev-ruby/prism-1.3.0/work/ruby34/prism-1.3.0/rakelib/rdoc.rake:3:in '<top (required)>'
(See full trace by running task with --trace)

I can't include the output of emerge --info because I have a new account and that command includes a URL in its output.

$ emerge -pqv '=dev-ruby/prism-1.3.0::gentoo'
[ebuild   R   ] dev-ruby/prism-1.3.0  USE="-test" RUBY_TARGETS="ruby33 ruby34%* -ruby31 -ruby32"
Comment 1 Piper McCorkle 2024-12-29 17:40:29 UTC
Created attachment 915490 [details]
emerge --info '=dev-ruby/prism-1.3.0::gentoo'

Looks like I can just attach the emerge --info output as a text file!
Comment 2 Piper McCorkle 2024-12-29 18:18:14 UTC
emerging dev-ruby/rdoc seeems to have fixed this issue, maybe it needs to be added as a dependency?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-30 21:49:19 UTC

*** This bug has been marked as a duplicate of bug 947054 ***
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-23 02:01:21 UTC
I think this wasn't really a dupe in the end. The fix was https://bugs.gentoo.org/947054#c3 but the bug I marked it as a dupe of is a separate problem.