From owner-freebsd-ports@FreeBSD.ORG Tue May 20 12:09:56 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 53F96798 for ; Tue, 20 May 2014 12:09:56 +0000 (UTC) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id E58D32E2F for ; Tue, 20 May 2014 12:09:55 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmoGAJtFe1NbsJoN/2dsb2JhbABZgwbCKoMRAYEZF3SCJQEBBVYeBRALGAklDyoeBohYAdJ2F44bMweEQAEDmV+THoM6Ow Received: from 13.154-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.154.13]) by relay.skynet.be with ESMTP; 20 May 2014 14:09:47 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s4KC9kt1002394; Tue, 20 May 2014 14:09:46 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 20 May 2014 14:09:45 +0200 From: Tijl Coosemans To: Albert Shih Subject: Re: Staging issue with staging of net-im/libpurple (libtool?) Message-ID: <20140520140945.1383e5e2@kalimero.tijl.coosemans.org> In-Reply-To: <20140520085544.GB69382@pcjas.obspm.fr> References: <20140520085544.GB69382@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Kevin Oberman , FreeBSD Ports ML 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: Tue, 20 May 2014 12:09:56 -0000 On Tue, 20 May 2014 10:55:44 +0200 Albert Shih wrote: > Le 18/05/2014 =E0 21:11:16-0700, Kevin Oberman a =E9crit >> I have a problem installing net-im/libpurple. I get the following error: >> =3D=3D=3D> Registering installation for libpurple-2.10.9_2 >> pkg-static: >> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/libj= abber.so.0): >> No such file or directory >> pkg-static: >> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/libo= scar.so.0): >> No such file or directory >> pkg-static: >> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/liby= msg.so.0): >> No such file or directory >> pkg-static: >> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/libpurple-cli= ent.so.0): >> No such file or directory >> pkg-static: >> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/libpurple.so.= 0): >> No such file or directory >> *** Error code 74 >>=20 >> Stop. >>=20 >> Wherethis gets really weird is that on another system it installed >> correctly. I wanted to look at the stage directory content, so deinstall= ed >> and reinstalled. Now it won't install there, either. Same error. Why did= it >> only install once? >=20 > Exact same problem for me. I got two PC, one laptop, another desktop, both > with FreeBSD 10-stable, both using portupgrade.=20 >=20 > On one everything work (the desktop), on the laptop I have exact same > message.=20 The last command in the port Makefile is this: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} Try removing that line.