reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Current version doesn't work on ArchLinux #117

Closed kayb94 closed 5 years ago

kayb94 commented 5 years ago

Hi,

when I clone the latest version, it does not work on Arch Linux:

$ ./ltx2any 
Traceback (most recent call last):
    2: from ./ltx2any.rb:37:in `<main>'
    1: from /usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundler (LoadError)

"ltx2any 0.9a" works (commit 76f69b32f12fd0449d75233aa6b9942fac0f515e, 24. February 2018). I can't say, at what particular commit it stopped working.

Regards

reitzig commented 5 years ago

I think running gem install bundler should solve this. Proceed installing any other gems that may be missing.

NB: The tool will be deployed as gem in the future, getting rid of such issues. Sadly, time and motivation is rather limited. :/

reitzig commented 5 years ago

No reponse, so the issue apparently resolved itself one way or another.