svn commit: r366484 - head/deskutils/xfce4-notification-daemon

Tijl Coosemans tijl at FreeBSD.org
Fri Sep 19 10:47:22 UTC 2014


On Fri, 19 Sep 2014 13:24:34 +0400 Dmitry Marakasov <amdmi3 at amdmi3.ru> wrote:
> Emanuel Haupt (ehaupt at 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.


More information about the svn-ports-head mailing list