Re: Clang cross builds world

2010-09-24 Thread Mark Tinguely
I was inspired by the clang build world topic to try a cross build world of ARM from a i386 computer. I use the build command: make TARGET_ARCH=arm TARGET_CPUTYPE=xscale buildworld (I tried an "TARGET_CPUTYPE=cortex-a8" once also, I got the same errors below). /etc/src.conf is taken fro

Re: current + mpt = panic: Bad link elm 0xffffff80002d6480 next->prev != elm

2010-09-24 Thread Thomas E. Spanjaard
On 09/24/2010 16:42, Marius Strobl wrote: > On Tue, Jul 20, 2010 at 01:55:28PM +0200, Stle Kristoffersen wrote: >> I got the timeouts with STABLE as well, that was the reason for me to >> try out CURRENT. I'm sorry I didn't mention that earlier. >> >> My main concern is to get rid of the timeouts,

Re: current + mpt = panic: Bad link elm 0xffffff80002d6480 next->prev != elm

2010-09-24 Thread Marius Strobl
On Tue, Jul 20, 2010 at 01:55:28PM +0200, Stle Kristoffersen wrote: > On 2010-07-20 at 12:17, Marius Strobl wrote: > > On Mon, Jul 19, 2010 at 07:06:54PM +0200, Stle Kristoffersen wrote: > > > On 2010-07-18 at 14:20, Marius Strobl wrote: > > > > > > Downgrading now... > > > > > > > > > > And it cr

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-24 Thread Dimitry Andric
On 2010-09-24 14:13, Bartosz Stec wrote: Could you please try to rename this make.conf to e.g. make.conf.disable, and retry the world build? Still the same without make.conf. My personal guess is, that clang builded by clang with CPUTYPE=athlon-xp is somehow broken. I don't think CFLAGS=-O2 -pip

Re: sys/conf/files aicasm

2010-09-24 Thread John Baldwin
On Thursday, September 23, 2010 5:41:35 pm m...@freebsd.org wrote: > I can't say I understand much about the syntax of the top part of > sys/conf/files, but this line: > > > aicasmoptional ahc | ahd >\ > dependency "$S/dev/aic7x

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-24 Thread Bartosz Stec
W dniu 2010-09-24 13:47, Dimitry Andric pisze: On 2010-09-24 13:24, Bartosz Stec wrote: make.conf (note that NOCCACHE was defined in environment during all builds so ccache wasn't used): CPUTYPE=athlon-xp # default build settings for ports collection .if ${.CURDIR:M*/ports/*}&&

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-24 Thread Dimitry Andric
On 2010-09-24 13:24, Bartosz Stec wrote: make.conf (note that NOCCACHE was defined in environment during all builds so ccache wasn't used): CPUTYPE=athlon-xp # default build settings for ports collection .if ${.CURDIR:M*/ports/*}&& !defined(NOCCACHE) CFLAGS=-O2 -pipe .

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-24 Thread Bartosz Stec
W dniu 2010-09-23 16:45, Dimitry Andric pisze: On 2010-09-23 13:24, Bartosz Stec wrote: I cannot reproduce this here, running the exact command printed above. What is the output of "/usr/bin/clang++ -v" ? # /usr/bin/clang++ -v FreeBSD clang version 2.8 (branches/release_28 114020) 20100917 Tar

Re: Error message while updating src for FreeBSD 9 current

2010-09-24 Thread Niclas Zeising
Thanks for all the helpful suggestions. csup worked like a charm and solved the problem. I will be rebuilding my ports gradually, starting with the development ports like Perl, gcc, clang etc. I am also experimenting with a custom kernel where I am eliminating drivers and modules for isa, wireles