Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread Dimitry Andric
On 2012-03-05 00:40, O. Hartmann wrote: ... > All right, my /etc/src.conf looks like this now (as it does before): > > WITH_CLANG= YES > WITH_CLANG_EXTRAS= YES > # > WITH_BIND_LIBS= YES > WITH_BIND_SIGCHASE= YES > WITH_BIND_LARGE_FILE= YES > # > WITH_IDEA=

Re: Which tree for Powerbook G4?

2012-03-04 Thread Justin Hibbits
On Sun, 04 Mar 2012 21:46:40 -0600 Ron McDowell wrote: > Hi -current. > > I have a 12" Mac Powerbook G4 [1.5GHz] notebook that I want to put > 9.0 on. Do I want releases/powerpc/powerpc/ or > releases/powerpc/powerpc64 [or will both of them work]? Thanks! > You want powerpc/powerpc, the G4

Re: Which tree for Powerbook G4?

2012-03-04 Thread Ron McDowell
On 3/4/12 9:47 PM, Garrett Cooper wrote: On Sun, Mar 4, 2012 at 7:46 PM, Ron McDowell wrote: Hi -current. I have a 12" Mac Powerbook G4 [1.5GHz] notebook that I want to put 9.0 on. Do I want releases/powerpc/powerpc/ or releases/powerpc/powerpc64 [or will both of them work]? Thanks!

Re: Which tree for Powerbook G4?

2012-03-04 Thread Garrett Cooper
On Sun, Mar 4, 2012 at 7:46 PM, Ron McDowell wrote: > Hi -current. > >  I have a 12" Mac Powerbook G4 [1.5GHz] notebook that I want to put 9.0 on. >  Do I want releases/powerpc/powerpc/ or releases/powerpc/powerpc64 [or will > both of them work]?  Thanks! The G4 is a 32-bit proc IIRC. Cheers,

Which tree for Powerbook G4?

2012-03-04 Thread Ron McDowell
Hi -current. I have a 12" Mac Powerbook G4 [1.5GHz] notebook that I want to put 9.0 on. Do I want releases/powerpc/powerpc/ or releases/powerpc/powerpc64 [or will both of them work]? Thanks! -- Ron McDowell San Antonio TX ___ freebsd-current@fre

undefined reference to `_ThreadRuneLocale': make buildkernel and make buildworld broken

2012-03-04 Thread O. Hartmann
This is what I get when trying to build a kernel from sources at revision 232526 and system at revision: 10.0-CURRENT #0 r232497: Sun Mar 4 16:35:35 CET 2012. It is impossible to do even a simple make installincludes this breaks with: ===> kerberos5 (installincludes) ===> kerberos5/doc (insta

Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread O. Hartmann
On 03/04/12 22:46, Dimitry Andric wrote: > On 2012-03-04 21:34, O. Hartmann wrote: > ... >> Where are those new "WITH_CLANG_" tags documented? > > In src.conf(5), where all the WITH_ and WITHOUT_ settings are > documented. > > I should probably have sent a heads up to this list, to announce t

Re: skype-2.1.0.81,1 && problem in child proc

2012-03-04 Thread Juergen Lock
In article <20120302075153.GA1349@tiny> you write: >El día Thursday, March 01, 2012 a las 10:13:14PM +0100, Juergen Lock escribió: > >> I haven't really looked into this in detail but my guess is this is >> the Linux v4l2convert.so that is LD_PRELOAD'ed into skype for the >> benefit of cameras not

Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread Dimitry Andric
On 2012-03-04 21:34, O. Hartmann wrote: ... > Where are those new "WITH_CLANG_" tags documented? In src.conf(5), where all the WITH_ and WITHOUT_ settings are documented. I should probably have sent a heads up to this list, to announce this new setting, which installs clang as /usr/bin/cc, /u

buildworld/buildkernel broken: undefined reference to `_ThreadRuneLocale'

2012-03-04 Thread O. Hartmann
While trying to build world or even build kernel, FreeBSD 10.0-CURRENT/amd64 built with CLANG and going to be build with CLANG starts failing. Attached you'll find my src.conf. /etc/make.conf contains the "traditional" CLANG stuff, nothing chaged in make.conf since the last successful build: ### #

Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread O. Hartmann
On 03/04/12 18:51, Pegasus Mc Cleaft wrote: > On Sunday 04 March 2012 16:27:56 Manfred Antar wrote: >> At 05:25 AM 3/4/2012, O. Hartmann wrote: >>> Buildworld of FBSD 10.o-CUR/amd64 fails with the below shown error >>> messages since this weekend: >>> >>> >>> clang -O2 -pipe -O2 -fno-strict-aliasin

Re: flowtable usable or not

2012-03-04 Thread Adrian Chadd
2012/3/3 Doug Barton : > On 03/02/2012 16:05, Adrian Chadd wrote: >> Try breaking that cycle. > > ... one of the things I've been asking for years. :) > > Julian's right though, I think PC-BSD will help, but I still think that > committers should run -current. I've asked privately for our committer

Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread Pegasus Mc Cleaft
On Sunday 04 March 2012 16:27:56 Manfred Antar wrote: > At 05:25 AM 3/4/2012, O. Hartmann wrote: > >Buildworld of FBSD 10.o-CUR/amd64 fails with the below shown error > >messages since this weekend: > > > > > >clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 > >-fno-strict-aliasing -march=n

Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread Manfred Antar
At 05:25 AM 3/4/2012, O. Hartmann wrote: >Buildworld of FBSD 10.o-CUR/amd64 fails with the below shown error >messages since this weekend: > > >clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 >-fno-strict-aliasing -march=native >-I/usr/src/usr.bin/xlint/xlint/../lint1 -DPREFIX=\"\" >-I/usr

CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory

2012-03-04 Thread O. Hartmann
Buildworld of FBSD 10.o-CUR/amd64 fails with the below shown error messages since this weekend: clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 -fno-strict-aliasing -march=native -I/usr/src/usr.bin/xlint/xlint/../lint1 -DPREFIX=\"\" -I/usr/src/usr.bin/xlint/xlint/../arch/amd64 -I/usr/src

[head tinderbox] failure on arm/arm

2012-03-04 Thread FreeBSD Tinderbox
TB --- 2012-03-04 10:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-03-04 10:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-03-04 10:20:00 - cleaning the object tree TB --- 2012-03-04 10:20:00 - cvsupping the source tree TB --- 2012-03-04 10:20:00 - /usr/bin/csu