Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 21:51:40 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        markk@knigma.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Error build the port devel/glib20
Message-ID:  <20140211215140.0e382097@kalimero.tijl.coosemans.org>
In-Reply-To: <52FA82F2.4040609@knigma.org>
References:  <1391818627.885938616.ruy8upl9@frv35.fwdcdn.com> <21237.34424.821674.97195@gromit.timing.com> <52F5E52E.6080508@FreeBSD.org> <21239.2377.677399.720444@gromit.timing.com> <52F795C9.1010506@knigma.org> <20140211202120.3147ab66@kalimero.tijl.coosemans.org> <52FA82F2.4040609@knigma.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



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