Staging issue with staging of net-im/libpurple (libtool?)
Tijl Coosemans
tijl at FreeBSD.org
Tue May 20 12:09:56 UTC 2014
On Tue, 20 May 2014 10:55:44 +0200 Albert Shih wrote:
> Le 18/05/2014 à 21:11:16-0700, Kevin Oberman a écrit
>> I have a problem installing net-im/libpurple. I get the following error:
>> ===> Registering installation for libpurple-2.10.9_2
>> pkg-static:
>> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/libjabber.so.0):
>> No such file or directory
>> pkg-static:
>> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/liboscar.so.0):
>> No such file or directory
>> pkg-static:
>> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/purple-2/libymsg.so.0):
>> No such file or directory
>> pkg-static:
>> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/libpurple-client.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
>>
>> Stop.
>>
>> Wherethis gets really weird is that on another system it installed
>> correctly. I wanted to look at the stage directory content, so deinstalled
>> and reinstalled. Now it won't install there, either. Same error. Why did it
>> only install once?
>
> Exact same problem for me. I got two PC, one laptop, another desktop, both
> with FreeBSD 10-stable, both using portupgrade.
>
> On one everything work (the desktop), on the laptop I have exact same
> message.
The last command in the port Makefile is this:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
Try removing that line.
More information about the freebsd-ports
mailing list