Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-04 Thread Brandon Falk
On 3/3/2012 9:29 PM, Brandon Falk wrote: On 3/3/2012 9:13 PM, Joshua Isom wrote: On 3/3/2012 6:30 PM, Dimitry Andric wrote: Huh, that's weird. I see no reason that it wouldn't install cc during the cross-tools stage, unless you have WITHOUT_GCC in your src.conf (and aren't using WITH_CLANG_

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-04 Thread Pegasus Mc Cleaft
On Sunday 04 March 2012 02:29:08 Brandon Falk wrote: > > If you define WITHOUT_GCC, a cc isn't created in > > /usr/obj/usr/src/tmp/usr/bin but if you go into the directory and do a > > symbolic link from clang, and restart make with -DNO_CLEAN it'll work > > and complete. One of the programs hardc

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Brandon Falk
On 3/3/2012 9:13 PM, Joshua Isom wrote: On 3/3/2012 6:30 PM, Dimitry Andric wrote: Huh, that's weird. I see no reason that it wouldn't install cc during the cross-tools stage, unless you have WITHOUT_GCC in your src.conf (and aren't using WITH_CLANG_IS_CC at the same time). Can you post your

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Joshua Isom
On 3/3/2012 6:30 PM, Dimitry Andric wrote: Huh, that's weird. I see no reason that it wouldn't install cc during the cross-tools stage, unless you have WITHOUT_GCC in your src.conf (and aren't using WITH_CLANG_IS_CC at the same time). Can you post your src.conf file, please? I've had this ha

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Brandon Falk
On 3/3/2012 7:30 PM, Dimitry Andric wrote: On 2012-03-04 00:52, Brandon Falk wrote: ... I was trying to navigate the log in `edit`. Now that I'm in vim I quickly found the error. lint: cannot exec /usr/obj/root/src/tmp/usr/bin/cc: No such file or directory *** [llib-lposix.ln] Error code 1 Huh

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Dimitry Andric
On 2012-03-04 00:52, Brandon Falk wrote: ... > I was trying to navigate the log in `edit`. Now that I'm in vim I > quickly found the error. > > lint: cannot exec /usr/obj/root/src/tmp/usr/bin/cc: No such file or > directory > *** [llib-lposix.ln] Error code 1 Huh, that's weird. I see no reason

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Dan Nelson
In the last episode (Mar 03), Brandon Falk said: > I'm trying to build r232474 with clang (build environment is 10.0-CURRENT > r231589 amd64 with clang), and I fail on `make -j16 buildworld`. I've > tried with and without threads. I've built so many builds of clang that I > can't even count, so I

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Brandon Falk
On 3/3/2012 6:49 PM, Brandon Falk wrote: On 3/3/2012 6:40 PM, Dan Nelson wrote: In the last episode (Mar 03), Brandon Falk said: I'm trying to build r232474 with clang (build environment is 10.0-CURRENT r231589 amd64 with clang), and I fail on `make -j16 buildworld`. I've tried with and witho

Re: [clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Brandon Falk
On 3/3/2012 6:40 PM, Dan Nelson wrote: In the last episode (Mar 03), Brandon Falk said: I'm trying to build r232474 with clang (build environment is 10.0-CURRENT r231589 amd64 with clang), and I fail on `make -j16 buildworld`. I've tried with and without threads. I've built so many builds of c

[clang] Build error on r232474 (and a few before, don't know exactly which)

2012-03-03 Thread Brandon Falk
I'm trying to build r232474 with clang (build environment is 10.0-CURRENT r231589 amd64 with clang), and I fail on `make -j16 buildworld`. I've tried with and without threads. I've built so many builds of clang that I can't even count, so I'm confident my environment is set up properly. I'm bui