From owner-freebsd-ports@FreeBSD.ORG Sat Aug 9 09:58:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2DAC894 for ; Sat, 9 Aug 2014 09:58:01 +0000 (UTC) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B83A8273E for ; Sat, 9 Aug 2014 09:58:01 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id ey11so8597291pad.10 for ; Sat, 09 Aug 2014 02:57:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=pBZYLUsBbuncGPcK2ePApbONEn6sgQfPOODLvC2tMZI=; b=hGCFIA4ia4LPqspk+79VUDYJqriDmMJA0Yow8Ekl+7qujnemBh2Gf09osznsiYYJG4 K+mqqmB/bRbJOExATAJP6/AnI5EQ0MPZlRnAnqz8Mvj4eaiV5irwnl9MAyNjzZxXlVBn iUu9R9qnyFD1jwzBZw4Or4tGS6Lq//3KZ2/CsmKrDvtF2kHme8n0AJ3Yo9Tv/NQup34w Tw3iLjSP/RUEF204t2dqJmzlsO4+vGAKCe3Egt6l9aHHaqWvkFfRfK4R7Ngh5fAVPjWx FHgcbNbVtyH/LWLNSlylQTDQXiZjiGqPbZinyaVgUBv/wvG0T7AL/r8Yyg0pA61WZ2uB zpTg== X-Gm-Message-State: ALoCoQn4A8In6GxwaFs3BkzMXBTfog9jdocRl33g32B0toQIh/V2cTcPRX0UNd5PUzIH5dJ4sAOJ X-Received: by 10.66.100.200 with SMTP id fa8mr29299548pab.23.1407578274987; Sat, 09 Aug 2014 02:57:54 -0700 (PDT) Received: from blackbox.krakensys.lokal ([120.28.251.233]) by mx.google.com with ESMTPSA id oy12sm5480340pbb.27.2014.08.09.02.57.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Aug 2014 02:57:54 -0700 (PDT) Message-ID: <53E5F0A0.2030007@anarchy.in.the.ph> Date: Sat, 09 Aug 2014 17:57:52 +0800 From: "Mars G. Miro" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cpm@fbsd.es, freebsd-ports@freebsd.org Subject: Re: sysutils/tmux is broken? References: <53E5CA6D.1020603@anarchy.in.the.ph> In-Reply-To: <53E5CA6D.1020603@anarchy.in.the.ph> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 09:58:02 -0000 On 08/09/14 15:14, Mars G. Miro wrote: > Installing tmux via ports gives > > root@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) > 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) > 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) > 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) > 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) > 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@turkb2:~# uname -a > FreeBSD turkb2.XXX 9.3-RELEASE FreeBSD 9.3-RELEASE #0: Wed Aug 6 > 17:45:13 PHT 2014 root@turk.XXX:/usr/obj/usr/src/sys/TURK amd64 > > > Thanks. > > >>See date entry 20140723 in /usr/ports/UPDATING. It's a fresh jail. There are no previous libevent versions installed. -- Uh-oh -- I've let the cat out of the bag. Let me, then, straightforwardly state the thesis I shall now elaborate: Making variations on a theme is really the crux of creativity. -- Douglas R. Hofstadter, "Metamagical Themas"