seattlerb / hoe

Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, deployment, and announcement.

Home Page:http://www.zenspider.com/projects/hoe.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packaging error

oberon-manjaro opened this issue · comments

Trying to update the AUR package to v3.16.2 packageing fails with:

==> Starting package()...
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- ubygems (LoadError)
	from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
Successfully installed hoe-3.16.2
Parsing documentation for hoe-3.16.2
Installing ri documentation for hoe-3.16.2
Done installing documentation for hoe after 0 seconds
1 gem installed
rm: cannot remove '/logdest/logpipe.rnuMP5tf': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

ubygems sic! really? Is this maybe just a typo in the test?

I was able to fix this in the PKGBUILD, thanks :)