Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 12:47:17 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc:        svn-ports-head@freebsd.org, Emanuel Haupt <ehaupt@critical.ch>, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r366484 - head/deskutils/xfce4-notification-daemon
Message-ID:  <20140919124717.70fdc970@kalimero.tijl.coosemans.org>
In-Reply-To: <20140919092434.GA44306@hades.panopticon>
References:  <201408290948.s7T9mUX7048672@svn.freebsd.org> <20140829175836.6ec44bed85b75049970d4479@critical.ch> <20140918195422.GT55025@hades.panopticon> <20140919100733.99ff8374aa159d40b68a6553@critical.ch> <20140919092434.GA44306@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Sep 2014 13:24:34 +0400 Dmitry Marakasov <amdmi3@amdmi3.ru> wrote:
> Emanuel Haupt (ehaupt@critical.ch) wrote:
>>> Here this happens on 10.0-RELEASE and HEAD (basically, on builds which
>>> use clang):
>>> 
>>> http://people.freebsd.org/~amdmi3/10-amd64.log
>>> http://people.freebsd.org/~amdmi3/head-amd64.log
>> 
>> Cannot confirm, see my build log. There is something wrong with your
>> build environment.
> 
> That's clean poudriere, what can possibly be wrong with it?
> 
> I'll try to investigate more thoroughly.
> 
> And yes, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193120 should
> just fix this.

I suspect you're seeing it because of ccache.  The configure script
first saves the warnings produced by the compiler with a normal
invocation.  In later tests these warnings are filtered out and
ignored.  If, because of ccache, the warning about the unused -L
flag isn't produced at first, but does appear in the -fPIC test then
the -fPIC test fails.



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