Thanks for the quick fix 3.3.5-2 ;-)
Search Criteria
Package Details: tmuxinator 3.3.5-2
Package Actions
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: | 78 |
Popularity: | 1.62 |
First Submitted: | 2013-06-26 07:49 (UTC) |
Last Updated: | 2025-08-02 18:00 (UTC) |
Dependencies (7)
- ruby
- ruby-erb
- ruby-erubi
- ruby-thor
- ruby-xdgAUR
- ruby-bundler (make)
- zsh-completions (zsh-completions-gitAUR) (optional) – for ZSH completion
Required by (1)
- tdrop-git (optional)
Sources (1)
draptik commented on 2025-08-02 21:16 (UTC)
Dominiquini commented on 2025-08-02 17:29 (UTC) (edited on 2025-08-02 17:30 (UTC) by Dominiquini)
...
patching file lib/tmuxinator/config.rb
Hunk #1 FAILED at 29.
1 out of 1 hunk FAILED -- saving rejects to file lib/tmuxinator/config.rb.rej
patching file spec/lib/tmuxinator/config_spec.rb
Hunk #1 FAILED at 53.
Hunk #2 FAILED at 134.
2 out of 2 hunks FAILED -- saving rejects to file spec/lib/tmuxinator/config_spec.rb.rej
patching file tmuxinator.gemspec
Hunk #1 FAILED at 41.
1 out of 1 hunk FAILED -- saving rejects to file tmuxinator.gemspec.rej
==> ERROR: A failure occurred in prepare().
...
psi-jack commented on 2025-03-24 20:40 (UTC) (edited on 2025-03-24 20:41 (UTC) by psi-jack)
I'm having an issue that without ruby-erb installed, this happens:
<internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require': cannot load such file -- erb (LoadError)
Did you mean? drb
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from /usr/lib/ruby/gems/3.3.0/gems/thor-1.3.2/lib/thor/actions/file_manipulation.rb:1:in `<top (required)>'
from /usr/lib/ruby/gems/3.3.0/gems/thor-1.3.2/lib/thor/actions.rb:5:in `require_relative'
from /usr/lib/ruby/gems/3.3.0/gems/thor-1.3.2/lib/thor/actions.rb:5:in `<top (required)>'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from /usr/lib/ruby/gems/3.3.0/gems/tmuxinator-3.3.4/lib/tmuxinator/util.rb:5:in `<module:Util>'
from /usr/lib/ruby/gems/3.3.0/gems/tmuxinator-3.3.4/lib/tmuxinator/util.rb:4:in `<module:Tmuxinator>'
from /usr/lib/ruby/gems/3.3.0/gems/tmuxinator-3.3.4/lib/tmuxinator/util.rb:3:in `<top (required)>'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from /usr/lib/ruby/gems/3.3.0/gems/tmuxinator-3.3.4/lib/tmuxinator.rb:15:in `<top (required)>'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from <internal:/usr/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
from /usr/lib/ruby/gems/3.3.0/gems/tmuxinator-3.3.4/bin/tmuxinator:7:in `<top (required)>'
from /usr/bin/tmuxinator:25:in `load'
from /usr/bin/tmuxinator:25:in `<main>'
With ruby-erb installed, it works fine. I noticed that ruby-erb isn't part of the dependencies. I had something that pulled in ruby-erb and it got removed a an orphan.
pan-mroku commented on 2024-12-02 12:35 (UTC) (edited on 2024-12-02 12:37 (UTC) by pan-mroku)
I think ruby-xdg5 dependency should be changed to ruby-xdg. I had issues with xdg5
/usr/lib/ruby/3.3.0/rubygems/specification.rb:1417:in `rescue in block in activate_dependencies': Could not find 'xdg' (>= 4.3.0) among 90 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/pan-mroku/.local/share/gem/ruby/3.3.0:/usr/lib/ruby/gems/3.3.0' at: /usr/lib/ruby/gems/3.3.0/specifications/tmuxinator-3.3.3.gemspec, execute `gem env` for more information
because xdg5 installs in 3.2.0. I changed it in PKBUILD and the package built, installed and seems to be running fine now
parmesan-grimace commented on 2024-10-05 13:47 (UTC)
depends on ruby-erb as well
fryfrog commented on 2024-04-19 15:37 (UTC)
Updated depends, thanks @Yonsy.
Yonsy commented on 2024-04-19 15:26 (UTC) (edited on 2024-04-19 15:27 (UTC) by Yonsy)
https://github.com/tmuxinator/tmuxinator/pull/793
https://github.com/tmuxinator/tmuxinator/commit/6e7917b35e1b32daecb07190a245d7a5b6e0e5d4
tmuxinator pass to use erubi (a small/simplified ERB implementation) instead of erubis.
we need to change the depends
in the PKGBUILD
from erubis to erubi, i installed manually ruby-erubi
and it works again.
FrederickZh commented on 2024-01-09 04:41 (UTC)
The xdg.patch
needs to be refreshed for 3.1.0. It doesn't seem to apply.
patrick96 commented on 2023-12-28 13:30 (UTC)
ruby-thor has updated to 1.3.0, breaking the ~>1.2.1
dependency of tmuxinator:
/usr/lib/ruby/3.0.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'thor' (~> 1.2.1) - did find: [thor-1.3.0] (Gem::MissingSpecVersionError)
I have simply updated the gemspec file to ~>1.3.0
for ruby-thor and that seems to work so far
Segaja commented on 2022-02-17 19:37 (UTC)
https://archlinux.org/packages/community/any/ruby-thor/ << has been updated to 1.2.1
This means the latest version of tmuxinator works again
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 -- -