Re: My problems with stability on -current

2011-05-11 Thread Alexander Motin

On 11.05.2011 08:17, Doug Barton wrote:

I had an interesting result doing nothing but switching from HPET to
LAPIC ... no crash. Still on the same version of -current (r221566) the
only thing I've done is to add kern.eventtimer.timer=LAPIC to
/boot/loader.conf, and so far I haven't been able to get it to crash no
matter how much I compile, or how much other stuff I do in the
background. I _can_ get the system heavily loaded enough so that the
mouse can drag across the screen, windows take visible time to repaint,
etc. That happens with a load average of 4+ on this core 2 duo. But
other than that (which is not altogether unreasonable) the system has
been very stable for a couple of days now.

Does that suggest a next step in terms of what to test?


The fact that LAPIC is working fine can mean that problem is either HPET 
specific or non-per-CPU timers specific. To check that you could try to 
use i8254 timer in one-shot mode:

hint.attimer.0.timecounter=0
kern.eventtimer.timer=i8254

, or use HPET in per-CPU mode:
hint.atrtc.0.clock=0
hint.attimer.0.clock=0
hint.hpet.X.legacy_route=1

But the most informative would be to see what's going on with HPET 
interrupts during the freezes. With HPET hardware it is very easy to 
loose interrupt. And the lost interrupt means problem for many things. 
There are some workarounds made for that, but I can't be sure. For that 
case you could experiment with  this patch:

--- acpi_hpet.c.prev2010-12-25 11:28:45.0 +0200
+++ acpi_hpet.c 2011-05-11 14:30:59.0 +0300
@@ -190,7 +190,7 @@ restart:
bus_write_4(sc-mem_res, HPET_TIMER_COMPARATOR(t-num),
t-next);
}
-   if (fdiv  5000) {
+   if (1 || fdiv  5000) {
bus_read_4(sc-mem_res, HPET_TIMER_COMPARATOR(t-num));
now = bus_read_4(sc-mem_res, HPET_MAIN_COUNTER);

--
Alexander Motin
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-11 22:42:28 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-11 22:42:28 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-05-11 22:42:28 - cleaning the object tree
TB --- 2011-05-11 22:42:46 - cvsupping the source tree
TB --- 2011-05-11 22:42:46 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-05-11 22:43:03 - building world
TB --- 2011-05-11 22:43:03 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-11 22:43:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-11 22:43:03 - TARGET=sparc64
TB --- 2011-05-11 22:43:03 - TARGET_ARCH=sparc64
TB --- 2011-05-11 22:43:03 - TZ=UTC
TB --- 2011-05-11 22:43:03 - __MAKE_CONF=/dev/null
TB --- 2011-05-11 22:43:03 - cd /src
TB --- 2011-05-11 22:43:03 - /usr/bin/make -B buildworld
 World build started on Wed May 11 22:43:03 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Wed May 11 23:45:29 UTC 2011
TB --- 2011-05-11 23:45:30 - generating LINT kernel config
TB --- 2011-05-11 23:45:30 - cd /src/sys/sparc64/conf
TB --- 2011-05-11 23:45:30 - /usr/bin/make -B LINT
TB --- 2011-05-11 23:45:30 - building LINT kernel
TB --- 2011-05-11 23:45:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-11 23:45:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-11 23:45:30 - TARGET=sparc64
TB --- 2011-05-11 23:45:30 - TARGET_ARCH=sparc64
TB --- 2011-05-11 23:45:30 - TZ=UTC
TB --- 2011-05-11 23:45:30 - __MAKE_CONF=/dev/null
TB --- 2011-05-11 23:45:30 - cd /src
TB --- 2011-05-11 23:45:30 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed May 11 23:45:30 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/emu10kx-pcm.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/emu10kx-midi.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/envy24.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/envy24ht.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding 

[head tinderbox] failure on powerpc64/powerpc

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-11 22:28:48 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-11 22:28:48 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-05-11 22:28:48 - cleaning the object tree
TB --- 2011-05-11 22:29:02 - cvsupping the source tree
TB --- 2011-05-11 22:29:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-05-11 22:29:25 - building world
TB --- 2011-05-11 22:29:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-11 22:29:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-11 22:29:25 - TARGET=powerpc
TB --- 2011-05-11 22:29:25 - TARGET_ARCH=powerpc64
TB --- 2011-05-11 22:29:25 - TZ=UTC
TB --- 2011-05-11 22:29:25 - __MAKE_CONF=/dev/null
TB --- 2011-05-11 22:29:25 - cd /src
TB --- 2011-05-11 22:29:25 - /usr/bin/make -B buildworld
 World build started on Wed May 11 22:29:25 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Thu May 12 00:03:16 UTC 2011
TB --- 2011-05-12 00:03:16 - generating LINT kernel config
TB --- 2011-05-12 00:03:16 - cd /src/sys/powerpc/conf
TB --- 2011-05-12 00:03:16 - /usr/bin/make -B LINT
TB --- 2011-05-12 00:03:17 - building LINT kernel
TB --- 2011-05-12 00:03:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:03:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:03:17 - TARGET=powerpc
TB --- 2011-05-12 00:03:17 - TARGET_ARCH=powerpc64
TB --- 2011-05-12 00:03:17 - TZ=UTC
TB --- 2011-05-12 00:03:17 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:03:17 - cd /src
TB --- 2011-05-12 00:03:17 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 00:03:17 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/solo.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/spicds.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/t4dwave.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/via8233.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef 

[head tinderbox] failure on powerpc/powerpc

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-11 22:23:25 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-11 22:23:25 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-05-11 22:23:25 - cleaning the object tree
TB --- 2011-05-11 22:23:39 - cvsupping the source tree
TB --- 2011-05-11 22:23:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-05-11 22:24:25 - building world
TB --- 2011-05-11 22:24:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-11 22:24:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-11 22:24:25 - TARGET=powerpc
TB --- 2011-05-11 22:24:25 - TARGET_ARCH=powerpc
TB --- 2011-05-11 22:24:25 - TZ=UTC
TB --- 2011-05-11 22:24:25 - __MAKE_CONF=/dev/null
TB --- 2011-05-11 22:24:25 - cd /src
TB --- 2011-05-11 22:24:25 - /usr/bin/make -B buildworld
 World build started on Wed May 11 22:24:25 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu May 12 00:09:51 UTC 2011
TB --- 2011-05-12 00:09:52 - generating LINT kernel config
TB --- 2011-05-12 00:09:52 - cd /src/sys/powerpc/conf
TB --- 2011-05-12 00:09:52 - /usr/bin/make -B LINT
TB --- 2011-05-12 00:09:52 - building LINT kernel
TB --- 2011-05-12 00:09:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:09:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:09:52 - TARGET=powerpc
TB --- 2011-05-12 00:09:52 - TARGET_ARCH=powerpc
TB --- 2011-05-12 00:09:52 - TZ=UTC
TB --- 2011-05-12 00:09:52 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:09:52 - cd /src
TB --- 2011-05-12 00:09:52 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 00:09:52 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/solo.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/spicds.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/t4dwave.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/dev/sound/pci/via8233.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 

[head tinderbox] failure on sparc64/sun4v

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-11 23:11:39 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-11 23:11:39 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-05-11 23:11:39 - cleaning the object tree
TB --- 2011-05-11 23:11:51 - cvsupping the source tree
TB --- 2011-05-11 23:11:51 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-05-11 23:12:06 - building world
TB --- 2011-05-11 23:12:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-11 23:12:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-11 23:12:06 - TARGET=sun4v
TB --- 2011-05-11 23:12:06 - TARGET_ARCH=sparc64
TB --- 2011-05-11 23:12:06 - TZ=UTC
TB --- 2011-05-11 23:12:06 - __MAKE_CONF=/dev/null
TB --- 2011-05-11 23:12:06 - cd /src
TB --- 2011-05-11 23:12:06 - /usr/bin/make -B buildworld
 World build started on Wed May 11 23:12:06 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu May 12 00:12:28 UTC 2011
TB --- 2011-05-12 00:12:28 - generating LINT kernel config
TB --- 2011-05-12 00:12:28 - cd /src/sys/sun4v/conf
TB --- 2011-05-12 00:12:28 - /usr/bin/make -B LINT
TB --- 2011-05-12 00:12:28 - building LINT kernel
TB --- 2011-05-12 00:12:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:12:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:12:28 - TARGET=sun4v
TB --- 2011-05-12 00:12:28 - TARGET_ARCH=sparc64
TB --- 2011-05-12 00:12:28 - TZ=UTC
TB --- 2011-05-12 00:12:28 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:12:28 - cd /src
TB --- 2011-05-12 00:12:28 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 00:12:28 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/isa/sndbuf_dma.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/atiixp.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/envy24.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/dev/sound/pci/envy24ht.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  

[head tinderbox] failure on i386/pc98

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-12 00:20:01 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-12 00:20:01 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-05-12 00:20:01 - cleaning the object tree
TB --- 2011-05-12 00:20:22 - cvsupping the source tree
TB --- 2011-05-12 00:20:22 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-05-12 00:20:58 - building world
TB --- 2011-05-12 00:20:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:20:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:20:58 - TARGET=pc98
TB --- 2011-05-12 00:20:58 - TARGET_ARCH=i386
TB --- 2011-05-12 00:20:58 - TZ=UTC
TB --- 2011-05-12 00:20:58 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:20:58 - cd /src
TB --- 2011-05-12 00:20:58 - /usr/bin/make -B buildworld
 World build started on Thu May 12 00:20:59 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu May 12 02:15:27 UTC 2011
TB --- 2011-05-12 02:15:28 - generating LINT kernel config
TB --- 2011-05-12 02:15:28 - cd /src/sys/pc98/conf
TB --- 2011-05-12 02:15:28 - /usr/bin/make -B LINT
TB --- 2011-05-12 02:15:28 - building LINT kernel
TB --- 2011-05-12 02:15:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 02:15:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 02:15:28 - TARGET=pc98
TB --- 2011-05-12 02:15:28 - TARGET_ARCH=i386
TB --- 2011-05-12 02:15:28 - TZ=UTC
TB --- 2011-05-12 02:15:28 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 02:15:28 - cd /src
TB --- 2011-05-12 02:15:28 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 02:15:28 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/sound/pci/solo.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue 
/src/sys/dev/sound/pci/spicds.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue 
/src/sys/dev/sound/pci/t4dwave.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector 

[head tinderbox] failure on i386/i386

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-12 00:20:01 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-12 00:20:01 - starting HEAD tinderbox run for i386/i386
TB --- 2011-05-12 00:20:01 - cleaning the object tree
TB --- 2011-05-12 00:20:26 - cvsupping the source tree
TB --- 2011-05-12 00:20:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-05-12 00:20:58 - building world
TB --- 2011-05-12 00:20:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:20:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:20:58 - TARGET=i386
TB --- 2011-05-12 00:20:58 - TARGET_ARCH=i386
TB --- 2011-05-12 00:20:58 - TZ=UTC
TB --- 2011-05-12 00:20:58 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:20:58 - cd /src
TB --- 2011-05-12 00:20:58 - /usr/bin/make -B buildworld
 World build started on Thu May 12 00:20:59 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Thu May 12 02:15:45 UTC 2011
TB --- 2011-05-12 02:15:46 - generating LINT kernel config
TB --- 2011-05-12 02:15:46 - cd /src/sys/i386/conf
TB --- 2011-05-12 02:15:46 - /usr/bin/make -B LINT
TB --- 2011-05-12 02:15:46 - building LINT kernel
TB --- 2011-05-12 02:15:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 02:15:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 02:15:46 - TARGET=i386
TB --- 2011-05-12 02:15:46 - TARGET_ARCH=i386
TB --- 2011-05-12 02:15:46 - TZ=UTC
TB --- 2011-05-12 02:15:46 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 02:15:46 - cd /src
TB --- 2011-05-12 02:15:46 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 02:15:46 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/sound/pci/solo.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue 
/src/sys/dev/sound/pci/spicds.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue 
/src/sys/dev/sound/pci/t4dwave.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding 
-fstack-protector 

[head tinderbox] failure on amd64/amd64

2011-05-11 Thread FreeBSD Tinderbox
TB --- 2011-05-12 00:20:01 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-05-12 00:20:01 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-05-12 00:20:01 - cleaning the object tree
TB --- 2011-05-12 00:20:26 - cvsupping the source tree
TB --- 2011-05-12 00:20:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-05-12 00:26:02 - building world
TB --- 2011-05-12 00:26:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 00:26:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 00:26:02 - TARGET=amd64
TB --- 2011-05-12 00:26:02 - TARGET_ARCH=amd64
TB --- 2011-05-12 00:26:02 - TZ=UTC
TB --- 2011-05-12 00:26:02 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 00:26:02 - cd /src
TB --- 2011-05-12 00:26:02 - /usr/bin/make -B buildworld
 World build started on Thu May 12 00:26:02 UTC 2011
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Thu May 12 02:50:42 UTC 2011
TB --- 2011-05-12 02:50:42 - generating LINT kernel config
TB --- 2011-05-12 02:50:42 - cd /src/sys/amd64/conf
TB --- 2011-05-12 02:50:42 - /usr/bin/make -B LINT
TB --- 2011-05-12 02:50:42 - building LINT kernel
TB --- 2011-05-12 02:50:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-05-12 02:50:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-05-12 02:50:42 - TARGET=amd64
TB --- 2011-05-12 02:50:42 - TARGET_ARCH=amd64
TB --- 2011-05-12 02:50:42 - TZ=UTC
TB --- 2011-05-12 02:50:42 - __MAKE_CONF=/dev/null
TB --- 2011-05-12 02:50:42 - cd /src
TB --- 2011-05-12 02:50:42 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Thu May 12 02:50:42 UTC 2011
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 
-DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/sound/pci/solo.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 
-DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/sound/pci/spicds.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 
-DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  
-mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/dev/sound/pci/t4dwave.c
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000