Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 17:12:58 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        John Marino <freebsd.contact@marino.st>
Cc:        John Marino <marino@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r384894 - head/lang/gcc5-aux
Message-ID:  <20150428171258.4668b0ab@kalimero.tijl.coosemans.org>
In-Reply-To: <553FA06F.8000602@marino.st>
References:  <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Apr 2015 16:59:59 +0200 John Marino <freebsd.contact@marino.st> wrote:
> On 4/28/2015 16:54, Tijl Coosemans wrote:
>> On Tue, 28 Apr 2015 12:16:34 +0000 (UTC) John Marino <marino@FreeBSD.org> wrote:
>>> Author: marino
>>> Date: Tue Apr 28 12:16:33 2015
>>> New Revision: 384894
>>> URL: https://svnweb.freebsd.org/changeset/ports/384894 [snip]
>> 
>> On FreeBSD 10 it will link to libiconv without these instead of using
>> libc iconv.  I believe it will also try to use an internal libintl instead
>> of using libintl from gettext-runtime.  
> 
> I don't fully understand what was being accomplished.  I do know that it
> still builds on FreeBSD 8,9, and 10 after this change and now it again
> builds on DragonFly which it didn't before (it couldn't find -lintl
> during the build)
> 
> This isn't an issue for lang/gcc* ports because they disable NLS
> unconditionally.  the gcc*-aux ports are the only ones that offer NLS
> option.  I honestly don't know what the "pre" problem with iconv was
> (because I don't need NLS myself)

The problem is that it links with libiconv now because it ignores
CPPFLAGS (which includes -DLIBICONV_PLUG).  You can check with
"pkg query %B gcc5-aux" on FreeBSD 10.

Can you provide a poudriere build log on Dragonfly that shows the
error about libintl?



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