Date: Tue, 28 Apr 2015 17:36:54 +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: <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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Apr 2015 17:21:24 +0200 John Marino <freebsd.contact@marino.st> wrote: > On 4/28/2015 17:12, Tijl Coosemans wrote: >> On Tue, 28 Apr 2015 16:59:59 +0200 John Marino <freebsd.contact@marino.st> 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150428173654.2baa2951>