Re: clang buildworld broken

2012-03-25 Thread James
Fixed now in stable/9. r233468 | marius | 2012-03-25 11:24:42 -0500 (Sun, 25 Mar 2012) | 6 lines MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/9 in

clang buildworld broken

2012-03-24 Thread Dennis Glatting
I csup RELENG_9 last night and compiled /usr/src and clang is erroring out: clang -Os -fno-guess-branch-probability -fomit-frame-pointer -fno-unit-at-a-time -mno-align-long-strings -mrtd -mregparm=3 -DUSE_XREAD -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600

Re: clang buildworld broken

2012-03-24 Thread James
On Sat, Mar 24, 2012 at 10:17 AM, Dennis Glatting free...@pki2.com wrote: I csup RELENG_9 last night and compiled /usr/src and clang is erroring out: Hi Dennis. I get the same error and am testing a correction right now. The problem is related to improvements to boot2 in r233374

Re: clang buildworld broken

2012-03-24 Thread James
Success! boot2 btx linked with 3 bytes available, rather than being 29 bytes too large. kernel: ver=1.02 size=690 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=156d text=0 data=0 bss=0 entry=0 output: fmt=bin size=1dfd text=200 data=1bfd org=0 entry=0 3 bytes available -- James.