sysutils/tmux is broken?

Mars G. Miro spry at anarchy.in.the.ph
Sat Aug 9 07:14:57 UTC 2014


Installing tmux via ports gives

root at turkb2:~# tmux
Shared object "libevent-2.0.so.5" not found, required by "tmux"

Because it looks for libevent in the wrong places

 46173 tmux     RET   close 0
 46173 tmux     CALL  access(0x800679800,0<F_OK>)
 46173 tmux     NAMI  "/lib/libevent-2.0.so.5"
 46173 tmux     RET   access -1 errno 2 No such file or directory
 46173 tmux     CALL  access(0x800679800,0<F_OK>)
 46173 tmux     NAMI  "/usr/lib/libevent-2.0.so.5"
 46173 tmux     RET   access -1 errno 2 No such file or directory
 46173 tmux     CALL  access(0x800679800,0<F_OK>)
 46173 tmux     NAMI  "/usr/lib/compat/libevent-2.0.so.5"
 46173 tmux     RET   access -1 errno 2 No such file or directory
 46173 tmux     CALL  access(0x800679800,0<F_OK>)
 46173 tmux     NAMI  "/lib/libevent-2.0.so.5"
 46173 tmux     RET   access -1 errno 2 No such file or directory
 46173 tmux     CALL  access(0x800679800,0<F_OK>)
 46173 tmux     NAMI  "/usr/lib/libevent-2.0.so.5"
 46173 tmux     RET   access -1 errno 2 No such file or directory
 46173 tmux     CALL  write(0x2,0x800874b20,0x3f)
 46173 tmux     GIO   fd 2 wrote 63 bytes
       "Shared object "libevent-2.0.so.5" not found, required by "tmux""
 46173 tmux     RET   write 63/0x3f
 46173 tmux     CALL  write(0x2,0x7fffffffe2f7,0x1)
 46173 tmux     GIO   fd 2 wrote 1 byte
       "
       "
 46173 tmux     RET   write 1
 46173 tmux     CALL  exit(0x1)

It should be looking for it in /usr/local/lib.


This is on

root at turkb2:~# uname -a
FreeBSD turkb2.XXX 9.3-RELEASE FreeBSD 9.3-RELEASE #0: Wed Aug  6
17:45:13 PHT 2014     root at turk.XXX:/usr/obj/usr/src/sys/TURK  amd64


Thanks.


-- 
Why are programmers non-productive?
Because their time is wasted in meetings.

Why are programmers rebellious?
Because the management interferes too much.

Why are the programmers resigning one by one?
Because they are burnt out.

Having worked for poor management, they no longer value their jobs.
		-- Geoffrey James, "The Tao of Programming"


More information about the freebsd-ports mailing list