Cannot install tmux-plugin-manager
while using this package as it says provides=('tmux')
while tmux-plugin-manager has depends=('tmux>=1.9' 'bash')
.
change to provides=('tmux=3.4')
will solve it.
regards.
Git Clone URL: | https://aur.archlinux.org/tmux-git.git (read-only, click to copy) |
---|---|
Package Base: | tmux-git |
Description: | A terminal multiplexer |
Upstream URL: | https://github.com/tmux/tmux/wiki |
Licenses: | ISC, BSD-3-Clause, BSD-2-Clause |
Conflicts: | tmux |
Provides: | tmux |
Submitter: | None |
Maintainer: | WorMzy |
Last Packager: | WorMzy |
Votes: | 51 |
Popularity: | 0.001237 |
First Submitted: | 2010-03-18 21:59 (UTC) |
Last Updated: | 2024-05-11 23:10 (UTC) |
Cannot install tmux-plugin-manager
while using this package as it says provides=('tmux')
while tmux-plugin-manager has depends=('tmux>=1.9' 'bash')
.
change to provides=('tmux=3.4')
will solve it.
regards.
bison
is a build dependency btw.
checking for yacc... no
configure: error: "yacc not found"
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'tmux-git-10201_3.4.r33.g3823fa2c-1':
error: packages failed to build: tmux-git-10201_3.4.r33.g3823fa2c-1
Might want to add libsixel as an optional dependency, now that --enable-sixel
can be used to compile tmux with sixel support.
sethkush: Done.
This works on aarch64. Would you mind adding that to the PGKBUILD?
is anybody seeing crashes in tmux? i was running the package variant of tmux (3.3_a-2) and seeing occasional (not reproducible, at least not easily) crashes. on the tmux web pages, issues, i saw some crashes in that version (3.3a, i think), so switched to the AUR -git version a few days ago. but, today i again have a crash.
journalctl shows some bits, which i'm not capable of parsing. but, maybe this points in a direction i should explore?
Feb 02 10:50:25 archlinux kernel: tmux: server[2303696]: segfault at 74 ip 00007f643b30d93c sp 00007ffd87a92088 error 4 in libc.so.6[7f643b1c7000+15b000]
i'm guessing i should report upstream, but i thought i should check here first.
cheers, Greg
Yes, confirmed for that! And maybe I uninstalled it by accident. So sorry!
Last I checked, autoconf was still a member of base-devel.
https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
autoconf should be add as autom4te is need on prepare.
Pinned Comments
WorMzy commented on 2017-05-12 08:23 (UTC)