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.
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|'
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to