Error build the port devel/glib20

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 11 20:51:44 UTC 2014


On Tue, 11 Feb 2014 20:07:14 +0000 Mark Knight wrote:
> On 11/02/2014 19:21, Tijl Coosemans wrote:
>> glib20 should be ok now.  cups-base I cannot reproduce.  I think you
>> need to rebuild cups-client.  For recode I've submitted a patch to
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=186637
> 
> Thanks for the recode patch. As you say, glib20 is now fixed too.
> 
> Re: cups-base, I just followed your suggestion and tried:
> 
> 	portupgrade -f cups-client     (*)
> 	cd /usr/ports/print/cups-base
> 	make clean deinstall all install
> 
> The failure occurs during the install phase:

> As a quick hack I worked around this with:
> 
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 343717)
> +++ Makefile    (working copy)
> @@ -89,6 +89,9 @@
> 
>  .include <bsd.port.options.mk>
> 
> +USES+=         iconv
> +LDFLAGS+=      ${ICONV_LIB}
> +
>  .if defined(CUPS_CLIENT)
>  COMMENT2=      Library cups
>  INSTALL_WRKSRC=        ${WRKSRC}/cups
> 
> (*) I had previously completed a portupgrade -f -a since upgrading to FreeBSD 10

What is the output of "make -V ICONV_LIB" now in print/cups-base?


More information about the freebsd-ports mailing list