From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 15:36:58 2015 Return-Path: Delivered-To: svn-ports-head@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 7BB584B7; Tue, 28 Apr 2015 15:36:58 +0000 (UTC) Received: from mailrelay105.isp.belgacom.be (mailrelay105.isp.belgacom.be [195.238.20.132]) by mx1.freebsd.org (Postfix) with ESMTP id 9654D1DC8; Tue, 28 Apr 2015 15:36:57 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=KjSUzZxnmGSQ+6+vr4Kd0OSSUs/Ia9ciENKrYVIfwLU= c=1 sm=2 a=kj9zAlcOel0A:10 a=8ggJXkvBAAAA:8 a=DGyPIT0ExJXuWDO8r8gA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AeBwDWpj9V/wu/8VFcgwxTXMhyhgACgTVNAQEBAQEBgQuEIAEBAQMBOhwjBQsLDgoJJQ8qHgYTiCMMAQjHVQEBAQEBAQQBAQEBAR2LOIUFB4QtAQSVaYY6gSQ9kDyDUCODdjwxAYJEAQEB Received: from 11.191-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.191.11]) by relay.skynet.be with ESMTP; 28 Apr 2015 17:36:57 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t3SFasBK008458; Tue, 28 Apr 2015 17:36:55 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 28 Apr 2015 17:36:54 +0200 From: Tijl Coosemans To: John Marino 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 Message-ID: <20150428173654.2baa2951@kalimero.tijl.coosemans.org> In-Reply-To: <553FA574.3010503@marino.st> References: <201504281216.t3SCGYSp044760@svn.freebsd.org> <20150428165407.1bb95495@kalimero.tijl.coosemans.org> <553FA06F.8000602@marino.st> <20150428171258.4668b0ab@kalimero.tijl.coosemans.org> <553FA574.3010503@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 15:36:58 -0000 On Tue, 28 Apr 2015 17:21:24 +0200 John Marino wrote: > 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? Yes, the CPPFLAGS you left only affects the first configure script and that script doesn't pass CPPFLAGS/LIBS to the Makefile it creates. That Makefile then runs multiple other configure scripts during build phase. The only way I found to pass CPPFLAGS/LIBS to these other configure scripts was *_configargs. > From your answer, I infer it wasn't linking with libiconv before your > commit? It was when libiconv happened to be installed, but with my commit libiconv is always installed as a build dependency on FreeBSD 10 (because the iconv.h header on FreeBSD 10 is broken). >> 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 Hmm, can you do a build with only 1 make job?