Date: Tue, 20 May 2014 14:55:59 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Albert Shih <Albert.Shih@obspm.fr> Cc: Kevin Oberman <rkoberman@gmail.com>, FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: Staging issue with staging of net-im/libpurple (libtool?) Message-ID: <20140520145559.4aed52a5@kalimero.tijl.coosemans.org> In-Reply-To: <20140520121449.GA70272@pcjas.obspm.fr> References: <CAN6yY1to8mZ9aw_cikEDJH42EVLMuBbEVZZ19SpOcGUQjDTZkA@mail.gmail.com> <20140520085544.GB69382@pcjas.obspm.fr> <20140520140945.1383e5e2@kalimero.tijl.coosemans.org> <20140520121449.GA70272@pcjas.obspm.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 May 2014 14:14:49 +0200 Albert Shih wrote: > Le 20/05/2014 =E0 14:09:45+0200, Tijl Coosemans a =E9crit > > 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 er= ror: > > >> =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/= 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 > > >>=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 deins= talled > > >> 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 > >=20 > > The last command in the port Makefile is this: > > @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} > >=20 > > Try removing that line. >=20 > Change nothing.=20 >=20 > Still get the same error >=20 > =3D=3D=3D> Checking if net-im/libpurple already installed > =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/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 >=20 > with >=20 > [root@io libpurple]# tail Makefile=20 > ${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} ${REINPLA= CE_CMD} -e \ > 's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|' > .endif > =20 > .include <bsd.port.post.mk> > [root@io libpurple]#=20 Silly question perhaps, but did you run "make clean" before rebuilding?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140520145559.4aed52a5>