Package Details: tmuxinator 3.3.3-2

Git Clone URL: https://aur.archlinux.org/tmuxinator.git (read-only, click to copy)
Package Base: tmuxinator
Description: Manage complex tmux sessions easily
Upstream URL: https://github.com/aziz/tmuxinator
Licenses: MIT
Submitter: lucacesari
Maintainer: fryfrog (flipee)
Last Packager: fryfrog
Votes: 76
Popularity: 0.005308
First Submitted: 2013-06-26 07:49 (UTC)
Last Updated: 2024-12-02 20:56 (UTC)

Dependencies (6)

Required by (1)

Sources (2)

Pinned Comments

FrederickZh commented on 2021-04-15 13:37 (UTC)

@lewiji You need to rebuild AUR ruby gems after major ruby upgrades: paru -Qqo /usr/lib/ruby/gems/2.7.0 | paru -S -- -

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

iorbitearth commented on 2018-01-12 02:11 (UTC)

Already flagged out-of-date, but just noting the failure I see -- package builds/installs fine, but startup error occurs:

$ tmuxinator
Traceback (most recent call last):
    2: from /bin/tmuxinator:23:in `<main>'
    1: from /usr/lib/ruby/2.5.0/rubygems.rb:308:in `activate_bin_path'
/usr/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem tmuxinator (>= 0.a) with executable tmuxinator (Gem::GemNotFoundException)

Versions:

pacman -Q | grep tmuxinator
tmuxinator 0.10.0-2
pacman -Q | grep ruby
ruby 2.5.0-1
ruby-diff-lcs 1.3-2
ruby-erubis 2.7.0-1
ruby-paint 2.0.1-2
ruby-rainbow 3.0.0-2
ruby-rspec 3.7.0-2
ruby-rspec-core 3.7.0-2
ruby-rspec-expectations 3.7.0-2
ruby-rspec-mocks 3.7.0-2
ruby-rspec-support 3.7.0-2
ruby-term-ansicolor 1.4.0-3
ruby-thor 0.20.0-2
ruby-tins 1.13.0-3
ruby-trollop 2.1.2-5
ruby-trollop1 1.16.2-1
ruby-xdg 2.2.3-1

szymon commented on 2018-01-11 09:39 (UTC)

Same here as @deatsbreed

Preparing...

Building ruby-erubis...
(...)

==> Starting package()...
Traceback (most recent call last):
    1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- ubygems (LoadError)
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory @ dir_s_mkdir - /tmp/pamac-build-szymon/ruby-erubis/pkg/ruby-erubis/usr/bin
==> ERROR: A failure occurred in package().
    Aborting...

obedmr commented on 2018-01-08 15:53 (UTC)

Same issue here as @deatsbreed

deathsbreed commented on 2018-01-08 13:44 (UTC)

I recently upgraded this package and ran across an error, someone on #ruby pointed out that there's a typo here. Instead of: local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" it should be: local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"

Otherwise it tries looking for a file called ubygems instead of rubygems. This is at least what happens with ruby 2.5.0 for me.

slav commented on 2017-11-19 17:40 (UTC)

Thank you for quick fix. Greetings

slav commented on 2017-11-19 17:39 (UTC)

Thank you for quick fix. Greetings

lucacesari commented on 2017-11-19 17:27 (UTC)

Dependencies line fixed. Thank you @sqfreak.

sqfreak commented on 2017-11-19 15:52 (UTC)

There's a comma after "ruby-thor" in the dependencies line that's making the build fail. If you remove that, it seems to work fine.

slav commented on 2017-11-19 15:47 (UTC)

Unfortunately missing dependencies to complete installation... ==> Making package: tmuxinator 0.10.0-1 (Sun 19 Nov 16:46:39 CET 2017) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: ruby-thor, ==> ERROR: 'pacman' failed to install missing dependencies.