Staging issue with staging of net-im/libpurple (libtool?)

Tijl Coosemans tijl at FreeBSD.org
Tue May 20 12:56:09 UTC 2014


On Tue, 20 May 2014 14:14:49 +0200 Albert Shih wrote:
>  Le 20/05/2014 à 14:09:45+0200, Tijl Coosemans a écrit
> > 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.
> 
> Change  nothing. 
> 
> Still get the same error
> 
>   ===>  Checking if net-im/libpurple already installed
>   ===>   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
> 
> with
> 
>   [root at io libpurple]# tail Makefile 
>                           ${WRKSRC}/libpurple/purple-send-async
>           @${REINPLACE_CMD} -e 's|/python|/env python|' \
>                           ${WRKSRC}/libpurple/purple-remote \
>                           ${WRKSRC}/libpurple/purple-url-handler
>   .if defined(PIDGIN_SLAVE)
>           @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
>                   's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
>   .endif
>   
>   .include <bsd.port.post.mk>
>   [root at io libpurple]# 

Silly question perhaps, but did you run "make clean" before rebuilding?


More information about the freebsd-ports mailing list