install fails trying to load rubygems_plugin.rb This file is not installed by any package currently in the tree which I could find. the gem_plugin package does install gem_plugin.rb symlinking rubygems_plugin.rb to gem_plugin.rb allows fastthread to install but I don't know if the issue is only the name or if more is involved. Also fastthread now depends on echoe which is not listed in dependencies Reproducible: Always
I noticed the ebuild provides build dependencies on echoe for test and doc use flags but neither was set and build still failed without echoe installed and it was not pulled in.
Thanks, fixed now :)
ebuild is now pulling in echoe as it should but it still fails with: * Running compile phase for ruby18 ... (in /var/tmp/paludis/dev-ruby-fastthread-1.0.7-r1/work/ruby18/fastthread-1.0.7) rake aborted! no such file to load -- rubygems_plugin /var/tmp/paludis/dev-ruby-fastthread-1.0.7-r1/work/ruby18/fastthread-1.0.7/Rakefile:4 (See full trace by running task with --trace) !!! ERROR in dev-ruby/fastthread-1.0.7-r1::gentoo: !!! In each_ruby_compile at line 1252 !!! build failed
Hrm ouch! Now it's to find *which* of the many plugins it's looking for.
I think the problem is that it is looking for rubygems_plugin.rb and gem_plugins provides gem_plugin.rb
Err that's not the problem. It's either looking for rubyforge or gemcutter; likely the latter.
installing gemcutter fixes the problem but gemcutter is only available in layman in the hollow repository.
rubyforge does not provide rubygems_plugin.rb and does not fix the problem
I was afraid of that, guess I'll have to package gemcutter tonight. Thanks for the test.
Fixed in a different way: gemcutter is only loaded (by echoe) if present, and not unconditionally. Reduces the dependency web for fastthread. Thanks for reporting.