This being other ebuilds'es fix for generating a specfile. Upon new install of gentoo linux this fix has not been applied yet. ;;;;;;;;;;The Error: * ERROR: dev-ruby/net-smtp-0.5.0::gentoo failed (install phase): * Unable to generate gemspec file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;:Fix Proposed: diff --git a/dev-ruby/x25519/x25519-1.0.8.ebuild b/dev-ruby/x25519/x25519-1.0.8.ebuild index bdc8cd16bb92..69c7f1699078 100644 --- a/dev-ruby/x25519/x25519-1.0.8.ebuild +++ b/dev-ruby/x25519/x25519-1.0.8.ebuild @@ -24,6 +24,8 @@ IUSE="" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#: ; /coverall/I s:^:#:' spec/spec_helper.rb || die + + sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die } each_ruby_configure() { ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Im seeing if Installing Bundler is the issue.....
would also say doesnt that line say GIT needs to be installed?...
Yep! bundler and git it was <- install those 2 and then can fix whatevers not by emerge --ask --emptytree --deep --with-bdeps=y @system @world and it should run through without any issues...
emerge --info, build.log? this seems more like stream of consciousness than a bug report?
x25519-1.0.8.ebuild does not exist in the gentoo repo. Please run emerge --sync before attempting to install things.