Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2014 15:45:09 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: Staging issue with staging of net-im/libpurple (libtool?)
Message-ID:  <20140519154509.2cfb4029@kalimero.tijl.coosemans.org>
In-Reply-To: <CAN6yY1to8mZ9aw_cikEDJH42EVLMuBbEVZZ19SpOcGUQjDTZkA@mail.gmail.com>
References:  <CAN6yY1to8mZ9aw_cikEDJH42EVLMuBbEVZZ19SpOcGUQjDTZkA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--MP_//lB+rB5jDUpxYXVemZMiQP7
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Sun, 18 May 2014 21:11:16 -0700 Kevin Oberman wrote:
> 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?

Can you send the full build log with the attached patch applied?  The
patch enables more verbose output.
--MP_//lB+rB5jDUpxYXVemZMiQP7
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=libpurple.patch

Index: net-im/libpurple/Makefile
===================================================================
--- net-im/libpurple/Makefile	(revision 354496)
+++ net-im/libpurple/Makefile	(working copy)
@@ -19,7 +19,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \
 		--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
 		--enable-static \
-		--disable-nm
+		--disable-nm --disable-silent-rules
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 		PTHREAD_LIB="${PTHREAD_LIBS}"
 CFLAGS+=	-D_XOPEN_SOURCE_EXTENDED
@@ -333,6 +333,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/python|/env python|' \
 	    		${WRKSRC}/libpurple/purple-remote \
 			${WRKSRC}/libpurple/purple-url-handler
+	@${REINPLACE_CMD} '/LIBTOOL/s/--silent//' ${WRKSRC}/configure
 .if defined(PIDGIN_SLAVE)
 	@${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
 		's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'

--MP_//lB+rB5jDUpxYXVemZMiQP7--



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