Re: Does anyone regularly build HEAD with clang?

2012-02-14 Thread Jordan K. Hubbard
On Feb 13, 2012, at 9:09 AM, Niclas Zeising wrote: The ML ate the attachments. Either attach them as text/plain or post them online somewhere. Well, Brandon Falk actually appears to have nailed the root cause. I followed older instructions on http://wiki.freebsd.org/BuildingFreeBSDWithClang

Does anyone regularly build HEAD with clang?

2012-02-13 Thread Jordan K. Hubbard
I've noticed that it's been broken for about a week as a result of: --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig2012-02-12 22:42:29.0 -0800 +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12 22:41:27.0 -0800 @@ -66,7 +66,7 @@

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Roman Divacky
Yes, we do have a buildbots, ie.: http://llvm-amd64.freebsd.your.org:8010/builders/freebsd-clang-amd64/ On Sun, Feb 12, 2012 at 09:42:47PM -0800, Jordan K. Hubbard wrote: I've noticed that it's been broken for about a week as a result of: ---

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Dimitry Andric
On 2012-02-13 06:42, Jordan K. Hubbard wrote: I've noticed that it's been broken for about a week as a result of: --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig 2012-02-12 22:42:29.0 -0800 +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Jordan K. Hubbard
On Feb 13, 2012, at 5:59 AM, Dimitry Andric wrote: I build it very regularly, and there are several buildbots that also build it continously (though they currently don't spam the mailing lists). For me, and the buildbots, head builds just fine with clang, though. What was the exact error

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Niclas Zeising
On 2012-02-13 17:56, Jordan K. Hubbard wrote: On Feb 13, 2012, at 5:59 AM, Dimitry Andric wrote: I build it very regularly, and there are several buildbots that also build it continously (though they currently don't spam the mailing lists). For me, and the buildbots, head builds just fine

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Brandon Falk
I was having the exact same issue. The fix? 'CPP=clang-cpp' instead of 'CPP=clang -E' in your make.conf. -Brandon ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Does anyone regularly build HEAD with clang?

2012-02-13 Thread Dimitry Andric
On 2012-02-13 20:10, Brandon Falk wrote: I was having the exact same issue. The fix? 'CPP=clang-cpp' instead of 'CPP=clang -E' in your make.conf. Yes, you should indeed use clang-cpp instead of clang -E. Similarly, never use CPP=gcc -E. This is because in cpp mode, both gcc and clang behave a