Package Details: tmuxinator 3.3.3-1

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.012749
First Submitted: 2013-06-26 07:49 (UTC)
Last Updated: 2024-11-19 17:33 (UTC)

Dependencies (7)

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 »

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.

nycko123 commented on 2017-10-30 13:29 (UTC)

have you thought about updating to 0.10.0 even if it's not marked as latest release? https://github.com/tmuxinator/tmuxinator/releases/tag/v0.10.0 https://github.com/tmuxinator/tmuxinator/releases