From owner-svn-ports-all@FreeBSD.ORG Tue Apr 28 15:21:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E98CE80; Tue, 28 Apr 2015 15:21:31 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8CD31C41; Tue, 28 Apr 2015 15:21:30 +0000 (UTC) Received: from [192.168.1.22] (140.Red-83-60-172.dynamicIP.rima-tde.net [83.60.172.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 72B6B43BC9; Tue, 28 Apr 2015 10:21:27 -0500 (CDT) Message-ID: <553FA574.3010503@marino.st> Date: Tue, 28 Apr 2015 17:21:24 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tijl Coosemans CC: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384894 - head/lang/gcc5-aux References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> In-Reply-To: <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:21:31 -0000 On 4/28/2015 17:12, Tijl Coosemans wrote: > On Tue, 28 Apr 2015 16:59:59 +0200 John Marino wrote: > > 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. I didn't revert the entire commit, it's passing CPPFLAGS now. Unless you are talking about overriding configure with those *_configargs settings? >From your answer, I infer it wasn't linking with libiconv before your commit? > > Can you provide a poudriere build log on Dragonfly that shows the > error about libintl? > sure, I still have it: http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20150426_074600/logs/errors/gcc5-aux-20150422.log John