Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 15:10:41 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Dominic Fandrey <kamikaze@bsdforen.de>
Cc:        Albert Shih <Albert.Shih@obspm.fr>, FreeBSD Ports ML <freebsd-ports@freebsd.org>, Kevin Oberman <rkoberman@gmail.com>
Subject:   Re: Staging issue with staging of net-im/libpurple (libtool?)
Message-ID:  <20140520151041.03fa192c@kalimero.tijl.coosemans.org>
In-Reply-To: <537B5363.4090902@bsdforen.de>
References:  <CAN6yY1to8mZ9aw_cikEDJH42EVLMuBbEVZZ19SpOcGUQjDTZkA@mail.gmail.com> <20140520085544.GB69382@pcjas.obspm.fr> <20140520140945.1383e5e2@kalimero.tijl.coosemans.org> <20140520121449.GA70272@pcjas.obspm.fr> <20140520145559.4aed52a5@kalimero.tijl.coosemans.org> <537B5363.4090902@bsdforen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 May 2014 15:06:43 +0200 Dominic Fandrey wrote:
> On 20/05/2014 14:55, Tijl Coosemans wrote:
> > 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 e=
rror:
> >>>>> =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/libpurpl=
e-client.so.0):
> >>>>> No such file or directory
> >>>>> pkg-static:
> >>>>> lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/lib/libpurpl=
e.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 dein=
stalled
> >>>>> and reinstalled. Now it won't install there, either. Same error. Wh=
y 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.=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.
> >>
> >> Change  nothing.=20
> >>
> >> Still get the same error
> >>
> >>   =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/l=
ib/purple-2/libjabber.so.0): No such file or directory
> >>   pkg-static: lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/l=
ib/purple-2/liboscar.so.0): No such file or directory
> >>   pkg-static: lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/l=
ib/purple-2/libymsg.so.0): No such file or directory
> >>   pkg-static: lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/l=
ib/libpurple-client.so.0): No such file or directory
> >>   pkg-static: lstat(/usr/ports/net-im/libpurple/work/stage/usr/local/l=
ib/libpurple.so.0): No such file or directory
> >>   *** Error code 74
> >>
> >> with
> >>
> >>   [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} ${REIN=
PLACE_CMD} -e \
> >>                   's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
> >>   .endif
> >>  =20
> >>   .include <bsd.port.post.mk>
> >>   [root@io libpurple]#=20
> >=20
> > Silly question perhaps, but did you run "make clean" before rebuilding?
>=20
> I turned MYSPACE support of and reproduced the problem. Then I tried
> with MYSPACE and it works. Afterwards I tried again without MYSPACE
> and it still works.
>=20
> Then I turned MYSPACE back on and got the error again.
>=20
> Looks like a timing issue to me. I'd say turn MAKE_JOBS off.
>=20

Is this with or without that ${FIND} command?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140520151041.03fa192c>