[DRE-maint] Bug#914771: Re: Bug#914771: bundler: cannot load such file -- bundler-1.16.1/exe/bundle

Antonio Terceiro terceiro at debian.org
Sat Mar 9 02:57:27 GMT 2019


On Sat, Mar 09, 2019 at 01:43:30AM +0100, Daniel Leidert wrote:
> Am Freitag, den 08.03.2019, 16:23 -0300 schrieb Antonio Terceiro:
> > On Fri, Mar 08, 2019 at 07:10:55PM +0100, Daniel Leidert wrote:
> > > Can we maybe change Gem.bin_path to fall back to /usr/bin or even
> > > $path?
> > 
> > Not at this point in the release cycle.
> 
> That's a suboptimal situation. It seems, there are more reports about
> this issue, like https://bugs.debian.org/710814.

It is suboptimal. Anyway, I will give it another shot. I think I found
the problem.

> However: If I apply your suggested fix (hardcode '/usr/bin/bundle') to
> jekyll, the result is:
> 
> > jekyll new --force test
> > Running bundle install in /tmp/test... 
> > 
> > 
> > Your user account isn't allowed to install to the system RubyGems.
> >   You can cancel this installation and run:
> > 
> >       bundle install --path vendor/bundle
> > 
> >   to install the gems into ./vendor/bundle/, or you can enter your password
> >   and install the bundled gems to RubyGems using sudo.
> > 
> >   Password: 
> > 
> 
> So jekyll would need another fix to not try to install into the systems
> gems location but fall back to './vendor/bundle' too. IMHO jekyll is
> currently broken with ruby-bundler.

This would happen anyway, because jekyll is calling out to bundler to
install stuff. This needs to be fixed in jekyll. rails also tries to
install stuff with bundler when creating a new app, and that's patched
out in Debian, i.e. a call to `bundle` is replaced by a call to `bundle
--local`, which will only *check* if everything in the Gemfile is
installed (and this should work if all of the packages taht rails
Recommends: were installed), but won't try to install anything.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20190308/b350c436/attachment.sig>


More information about the Pkg-ruby-extras-maintainers mailing list