WITHOUT_CLANG_IS_CC: There and back again

2013-02-22 Thread Daniel Eischen
In trying to debug an unrelated problem, I switched CC from Clang back to GCC. I had a -current kernel and world r247050 built and installed with Clang as the system compiler I have nothing special in /etc/make.conf: BATCH=yes WITH_NEW_XORG=true WITH_KMS=true WITH_PKGNG=yes

Re: WITHOUT_CLANG_IS_CC: There and back again

2013-02-22 Thread Dimitry Andric
On 2013-02-22 22:30, Daniel Eischen wrote: In trying to debug an unrelated problem, I switched CC from Clang back to GCC. I had a -current kernel and world r247050 built and installed with Clang as the system compiler I have nothing special in /etc/make.conf: BATCH=yes

Re: WITHOUT_CLANG_IS_CC: There and back again

2013-02-22 Thread Steve Kargl
On Fri, Feb 22, 2013 at 04:30:43PM -0500, Daniel Eischen wrote: At that point my system was completely hosed. Every binary (/bin, /sbin, etc) would sig 11. I had to build a world on another system, then use /rescue to NFS mount the other system and copy over /libexec, /lib, and /usr/lib.

Re: WITHOUT_CLANG_IS_CC: There and back again

2013-02-22 Thread Daniel Eischen
On Fri, 22 Feb 2013, Dimitry Andric wrote: On 2013-02-22 22:30, Daniel Eischen wrote: In trying to debug an unrelated problem, I switched CC from Clang back to GCC. I had a -current kernel and world r247050 built and installed with Clang as the system compiler I have nothing special in