Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416365 - dev-lang/rubinius does not work with ruby-fakegem binwrap
Summary: dev-lang/rubinius does not work with ruby-fakegem binwrap
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard: Pending removal: 2018-04-17
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2012-05-17 11:13 UTC by Hans de Graaff
Modified: 2018-04-29 17:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2012-05-17 11:13:49 UTC
An exception occurred running /usr/bin/rake
    no such file to load -- /usr/lib64/rubinius/1.2/gems/1.8/gems/rake-0.9.2.2/bin/rake (LoadError)

Backtrace:
       Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:345
  Rubinius::CodeLoader#resolve_load_path at kernel/common/codeloader.rb:228
             Rubinius::CodeLoader#load at kernel/common/codeloader.rb:50
                   Kernel(Object)#load at kernel/common/kernel.rb:730
                     Object#__script__ at /usr/bin/rake:8
      Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:65
      Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:90
               Rubinius::Loader#script at kernel/loader.rb:618
                 Rubinius::Loader#main at kernel/loader.rb:762


The problem here is that we install in the wrong directory. ruby-fakegem.eclass expects to use sitelibdir and substitute site_ruby, but rubinius uses site instead (without _ruby), so our stuff ends up in the wrong place.
Comment 1 Pacho Ramos gentoo-dev 2018-04-29 17:44:51 UTC
removed