From owner-freebsd-ports@FreeBSD.ORG Tue May 20 13:06:44 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 5B20B76F; Tue, 20 May 2014 13:06:44 +0000 (UTC) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id D8DD6235E; Tue, 20 May 2014 13:06:43 +0000 (UTC) Received: from AprilRyan.norad (iz-aix-213a.HS-Karlsruhe.DE [193.196.64.213]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 83B2E7E8CB; Tue, 20 May 2014 15:06:40 +0200 (CEST) Message-ID: <537B5363.4090902@bsdforen.de> Date: Tue, 20 May 2014 15:06:43 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans , Albert Shih Subject: Re: Staging issue with staging of net-im/libpurple (libtool?) References: <20140520085544.GB69382@pcjas.obspm.fr> <20140520140945.1383e5e2@kalimero.tijl.coosemans.org> <20140520121449.GA70272@pcjas.obspm.fr> <20140520145559.4aed52a5@kalimero.tijl.coosemans.org> In-Reply-To: <20140520145559.4aed52a5@kalimero.tijl.coosemans.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 13:06:44 -0000 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 à 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@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 >> [root@io libpurple]# > > Silly question perhaps, but did you run "make clean" before rebuilding? 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. Then I turned MYSPACE back on and got the error again. Looks like a timing issue to me. I'd say turn MAKE_JOBS off. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?