Re: ichwd0: unable to reserve GCS registers

2011-07-19 Thread John Baldwin
On Monday, July 18, 2011 6:22:20 pm Doug Barton wrote:
 On 07/18/2011 10:08, John Baldwin wrote:
  On Monday, July 18, 2011 4:26:49 am Doug Barton wrote:
  I'm getting this with recent HEAD:
 
  isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer
  ichwd0: Intel ICH7M watchdog timer at port 0x1030-0x1037,0x1060-0x107f
  on isa0
  isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer
  pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0
  pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0
  ichwd0: unable to reserve GCS registers
  device_attach: ichwd0 attach returned 6
  pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1
  
  Can you get devinfo -r output while booting with 
  'debug.acpi.disabled=hostres'?
 
 I escaped to the loader prompt and type 'set debug..' and then booted.
 The devinfo output is attached.
 
 Doing the kldload with debug.bootverbose I now get this:
 
 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer
 ichwd0: detached
 ichwd0 failed to probe at port 0x1030-0x1037,0x1060-0x107f on isa0
 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer
 ichwd0: Intel ICH7M watchdog timer at port 0x1030-0x1037,0x1060-0x107f
 on isa0
 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer
 ichwd0: Intel ICH7M watchdog timer (ICH7 or equivalent)
 ichwd0: timer disabled
 ichwd0: timer enabled
 ichwd0: timeout set to 28 ticks
 ichwd0: timer reloaded
 (repeats infinitely)

Hmm, can you get devinfo -r output from a working kernel with ichwd loaded?  
You might be able to just build the kernel with 'nooptions NEW_PCIB'.

-- 
John Baldwin
___
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


FreeBSD 9.0 CURRENT: /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: error: use of undeclared identifier 'vap'

2011-07-19 Thread Hartmann, O.
FreeBSD 9.0-CURRENT/amd64 stopps building kernel with the following 
error in module wlan:




clang -O3 -mtune=native -fno-strict-aliasing -pipe -march=native 
-D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include 
/usr/obj/usr/src/sys/THOR/opt_global.h -I. -I@ -I@/contrib/altq 
-fno-common  -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/THOR  
-mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float  
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
-std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option -c 
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
error: use of undeclared identifier 'vap'

TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
  ^
@/sys/queue.h:521:8: note: expanded from:
for ((var) = TAILQ_FIRST((head));   \
  ^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
error: use of undeclared identifier 'vap'

TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
  ^
@/sys/queue.h:522:7: note: expanded from:
(var);  \
 ^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
error: use of undeclared identifier 'vap'

TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
  ^
@/sys/queue.h:523:7: note: expanded from:
(var) = TAILQ_NEXT((var), field))
 ^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
error: use of undeclared identifier 'vap'

TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
  ^
@/sys/queue.h:523:26: note: expanded from:
(var) = TAILQ_NEXT((var), field))
^
@/sys/queue.h:597:34: note: expanded from:
#define TAILQ_NEXT(elm, field) ((elm)-field.tqe_next)
 ^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1542:7: 
error: use of undeclared identifier 'vap'

if (vap-iv_state == IEEE80211_S_CSA)
^
/usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1543:4: 
error: use of undeclared identifier 'vap'

vap-iv_bss-ni_chan = ic-ic_curchan;
^
6 errors generated.
*** Error code 1

Stop in /usr/src/sys/modules/wlan.



Regards,
Oliver

___
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 ia64/ia64

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 18:11:29 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 18:11:29 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-07-19 18:11:29 - cleaning the object tree
TB --- 2011-07-19 18:11:51 - cvsupping the source tree
TB --- 2011-07-19 18:11:51 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-07-19 18:12:06 - building world
TB --- 2011-07-19 18:12:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 18:12:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 18:12:06 - TARGET=ia64
TB --- 2011-07-19 18:12:06 - TARGET_ARCH=ia64
TB --- 2011-07-19 18:12:06 - TZ=UTC
TB --- 2011-07-19 18:12:06 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 18:12:06 - cd /src
TB --- 2011-07-19 18:12:06 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 18: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 Tue Jul 19 19:39:23 UTC 2011
TB --- 2011-07-19 19:39:23 - generating LINT kernel config
TB --- 2011-07-19 19:39:23 - cd /src/sys/ia64/conf
TB --- 2011-07-19 19:39:23 - /usr/bin/make -B LINT
TB --- 2011-07-19 19:39:23 - building LINT kernel
TB --- 2011-07-19 19:39:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 19:39:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 19:39:23 - TARGET=ia64
TB --- 2011-07-19 19:39:23 - TARGET_ARCH=ia64
TB --- 2011-07-19 19:39:23 - TZ=UTC
TB --- 2011-07-19 19:39:23 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 19:39:23 - cd /src
TB --- 2011-07-19 19:39:23 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 19:39:23 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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in 
this function)
/src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is 

[head tinderbox] failure on sparc64/sparc64

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 19:57:47 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 19:57:47 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-07-19 19:57:47 - cleaning the object tree
TB --- 2011-07-19 19:58:02 - cvsupping the source tree
TB --- 2011-07-19 19:58:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-07-19 19:58:15 - building world
TB --- 2011-07-19 19:58:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 19:58:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 19:58:15 - TARGET=sparc64
TB --- 2011-07-19 19:58:15 - TARGET_ARCH=sparc64
TB --- 2011-07-19 19:58:15 - TZ=UTC
TB --- 2011-07-19 19:58:15 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 19:58:15 - cd /src
TB --- 2011-07-19 19:58:15 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 19:58:15 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 Tue Jul 19 20:56:33 UTC 2011
TB --- 2011-07-19 20:56:33 - generating LINT kernel config
TB --- 2011-07-19 20:56:33 - cd /src/sys/sparc64/conf
TB --- 2011-07-19 20:56:33 - /usr/bin/make -B LINT
TB --- 2011-07-19 20:56:33 - building LINT kernel
TB --- 2011-07-19 20:56:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 20:56:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 20:56:33 - TARGET=sparc64
TB --- 2011-07-19 20:56:33 - TARGET_ARCH=sparc64
TB --- 2011-07-19 20:56:33 - TZ=UTC
TB --- 2011-07-19 20:56:33 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 20:56:33 - cd /src
TB --- 2011-07-19 20:56:33 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 20:56:33 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 -fdiagnostics-show-option -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/net80211/ieee80211_output.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 -fdiagnostics-show-option -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/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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/net80211/ieee80211_power.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 -fdiagnostics-show-option -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/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in 
this function)
/src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is 
reported only once
/src/sys/net80211/ieee80211_proto.c:1541: error: for each function it appears 
in.)
*** Error code 1

Stop in 

[head tinderbox] failure on powerpc64/powerpc

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 19:55:30 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 19:55:30 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-07-19 19:55:30 - cleaning the object tree
TB --- 2011-07-19 19:55:50 - cvsupping the source tree
TB --- 2011-07-19 19:55:50 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-07-19 19:56:03 - building world
TB --- 2011-07-19 19:56:03 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 19:56:03 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 19:56:03 - TARGET=powerpc
TB --- 2011-07-19 19:56:03 - TARGET_ARCH=powerpc64
TB --- 2011-07-19 19:56:03 - TZ=UTC
TB --- 2011-07-19 19:56:03 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 19:56:03 - cd /src
TB --- 2011-07-19 19:56:03 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 19:56: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
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Jul 19 21:24:15 UTC 2011
TB --- 2011-07-19 21:24:15 - generating LINT kernel config
TB --- 2011-07-19 21:24:15 - cd /src/sys/powerpc/conf
TB --- 2011-07-19 21:24:15 - /usr/bin/make -B LINT
TB --- 2011-07-19 21:24:15 - building LINT kernel
TB --- 2011-07-19 21:24:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:24:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:24:15 - TARGET=powerpc
TB --- 2011-07-19 21:24:15 - TARGET_ARCH=powerpc64
TB --- 2011-07-19 21:24:15 - TZ=UTC
TB --- 2011-07-19 21:24:15 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:24:15 - cd /src
TB --- 2011-07-19 21:24:15 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 21:24:15 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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_proto.c

[head tinderbox] failure on powerpc/powerpc

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 19:50:53 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 19:50:53 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-07-19 19:50:53 - cleaning the object tree
TB --- 2011-07-19 19:51:10 - cvsupping the source tree
TB --- 2011-07-19 19:51:10 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-07-19 19:51:23 - building world
TB --- 2011-07-19 19:51:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 19:51:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 19:51:23 - TARGET=powerpc
TB --- 2011-07-19 19:51:23 - TARGET_ARCH=powerpc
TB --- 2011-07-19 19:51:23 - TZ=UTC
TB --- 2011-07-19 19:51:23 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 19:51:23 - cd /src
TB --- 2011-07-19 19:51:23 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 19:51:24 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 Tue Jul 19 21:34:50 UTC 2011
TB --- 2011-07-19 21:34:50 - generating LINT kernel config
TB --- 2011-07-19 21:34:50 - cd /src/sys/powerpc/conf
TB --- 2011-07-19 21:34:50 - /usr/bin/make -B LINT
TB --- 2011-07-19 21:34:50 - building LINT kernel
TB --- 2011-07-19 21:34:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:34:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:34:50 - TARGET=powerpc
TB --- 2011-07-19 21:34:50 - TARGET_ARCH=powerpc
TB --- 2011-07-19 21:34:50 - TZ=UTC
TB --- 2011-07-19 21:34:50 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:34:50 - cd /src
TB --- 2011-07-19 21:34:50 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 21:34:50 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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 

Re: FreeBSD 9.0 CURRENT: /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: error: use of undeclared identifier 'vap'

2011-07-19 Thread fidaj
   --- Оригінальне повідомлення ---
   Від кого: Hartmann, O. ohart...@zedat.fu-berlin.de
   Кому: FreeBSD Current freebsd-current@freebsd.org
   Дата: 19 липня 2011, 22:00:20
   Тема: Re: FreeBSD 9.0 CURRENT:
   /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
   error: use of undeclared identifier 'vap'



 FreeBSD 9.0-CURRENT/amd64 stopps building kernel with the following 
 error in module wlan:
 
 
 
 clang -O3 -mtune=native -fno-strict-aliasing -pipe -march=native 
 -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include 
 /usr/obj/usr/src/sys/THOR/opt_global.h -I. -I@ -I@/contrib/altq 
 -fno-common  -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/THOR  
 -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float  
 -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector 
 -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls 
 -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
 -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option -c 
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
 error: use of undeclared identifier 'vap'
  TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
^
 @/sys/queue.h:521:8: note: expanded from:
  for ((var) = TAILQ_FIRST((head));   \
^
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
 error: use of undeclared identifier 'vap'
  TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
^
 @/sys/queue.h:522:7: note: expanded from:
  (var);  \
   ^
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
 error: use of undeclared identifier 'vap'
  TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
^
 @/sys/queue.h:523:7: note: expanded from:
  (var) = TAILQ_NEXT((var), field))
   ^
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: 
 error: use of undeclared identifier 'vap'
  TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
^
 @/sys/queue.h:523:26: note: expanded from:
  (var) = TAILQ_NEXT((var), field))
  ^
 @/sys/queue.h:597:34: note: expanded from:
 #define TAILQ_NEXT(elm, field) ((elm)-field.tqe_next)
   ^
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1542:7: 
 error: use of undeclared identifier 'vap'
  if (vap-iv_state == IEEE80211_S_CSA)
  ^
 /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1543:4: 
 error: use of undeclared identifier 'vap'
  vap-iv_bss-ni_chan = ic-ic_curchan;
  ^
 6 errors generated.
 *** Error code 1
 
 Stop in /usr/src/sys/modules/wlan.
 
 
 
 Regards,
 Oliver
 
 ___ 
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 
   


   --- ieee80211_proto.c.orig2011-07-20 01:06:17.0 +0300
   +++ ieee80211_proto.c2011-07-20 01:10:54.0 +0300
   @@ -1533,6 +1533,8 @@
void
ieee80211_csa_completeswitch(struct ieee80211com *ic)
{
   +struct ieee80211vap *vap;
   +   
   IEEE80211_LOCK_ASSERT(ic);

   KASSERT(ic-ic_flags  IEEE80211_F_CSAPENDING, (csa not pending));
___
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 arm/arm

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 21:50:00 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 21:50:00 - starting HEAD tinderbox run for arm/arm
TB --- 2011-07-19 21:50:00 - cleaning the object tree
TB --- 2011-07-19 21:50:37 - cvsupping the source tree
TB --- 2011-07-19 21:50:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2011-07-19 21:50:58 - building world
TB --- 2011-07-19 21:50:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:50:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:50:58 - TARGET=arm
TB --- 2011-07-19 21:50:58 - TARGET_ARCH=arm
TB --- 2011-07-19 21:50:58 - TZ=UTC
TB --- 2011-07-19 21:50:58 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:50:58 - cd /src
TB --- 2011-07-19 21:50:58 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 21:50: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 Tue Jul 19 22:45:33 UTC 2011
TB --- 2011-07-19 22:45:33 - WARNING: no kernel config for LINT
TB --- 2011-07-19 22:45:33 - cd /src/sys/arm/conf
TB --- 2011-07-19 22:45:33 - /usr/sbin/config -m AVILA
TB --- 2011-07-19 22:45:33 - building AVILA kernel
TB --- 2011-07-19 22:45:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 22:45:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 22:45:33 - TARGET=arm
TB --- 2011-07-19 22:45:33 - TARGET_ARCH=arm
TB --- 2011-07-19 22:45:33 - TZ=UTC
TB --- 2011-07-19 22:45:33 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 22:45:33 - cd /src
TB --- 2011-07-19 22:45:33 - /usr/bin/make -B buildkernel KERNCONF=AVILA
 Kernel build for AVILA started on Tue Jul 19 22:45:33 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 -mbig-endian -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option -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=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -mcpu=xscale -ffreestanding -Werror  
/src/sys/net80211/ieee80211_output.c
cc -mbig-endian -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option -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=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -mcpu=xscale -ffreestanding -Werror  
/src/sys/net80211/ieee80211_phy.c
cc -mbig-endian -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option -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=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -mcpu=xscale -ffreestanding -Werror  
/src/sys/net80211/ieee80211_power.c
cc -mbig-endian -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option -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=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -mcpu=xscale -ffreestanding -Werror  
/src/sys/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in 
this function)
/src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is 
reported only once
/src/sys/net80211/ieee80211_proto.c:1541: error: for each function it appears 
in.)
*** Error code 1

Stop in /obj/arm.arm/src/sys/AVILA.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-07-19 22:47:34 - WARNING: /usr/bin/make returned exit code  1 

[head tinderbox] failure on i386/pc98

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 21:50:00 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 21:50:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-07-19 21:50:00 - cleaning the object tree
TB --- 2011-07-19 21:50:40 - cvsupping the source tree
TB --- 2011-07-19 21:50:40 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-07-19 21:50:58 - building world
TB --- 2011-07-19 21:50:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:50:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:50:58 - TARGET=pc98
TB --- 2011-07-19 21:50:58 - TARGET_ARCH=i386
TB --- 2011-07-19 21:50:58 - TZ=UTC
TB --- 2011-07-19 21:50:58 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:50:58 - cd /src
TB --- 2011-07-19 21:50:58 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 21:50: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 Tue Jul 19 23:52:01 UTC 2011
TB --- 2011-07-19 23:52:02 - generating LINT kernel config
TB --- 2011-07-19 23:52:02 - cd /src/sys/pc98/conf
TB --- 2011-07-19 23:52:02 - /usr/bin/make -B LINT
TB --- 2011-07-19 23:52:02 - building LINT kernel
TB --- 2011-07-19 23:52:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 23:52:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 23:52:02 - TARGET=pc98
TB --- 2011-07-19 23:52:02 - TARGET_ARCH=i386
TB --- 2011-07-19 23:52:02 - TZ=UTC
TB --- 2011-07-19 23:52:02 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 23:52:02 - cd /src
TB --- 2011-07-19 23:52:02 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 23:52:02 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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror 

[head tinderbox] failure on i386/i386

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 21:50:00 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 21:50:00 - starting HEAD tinderbox run for i386/i386
TB --- 2011-07-19 21:50:00 - cleaning the object tree
TB --- 2011-07-19 21:50:49 - cvsupping the source tree
TB --- 2011-07-19 21:50:49 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-07-19 21:56:14 - building world
TB --- 2011-07-19 21:56:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:56:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:56:14 - TARGET=i386
TB --- 2011-07-19 21:56:14 - TARGET_ARCH=i386
TB --- 2011-07-19 21:56:14 - TZ=UTC
TB --- 2011-07-19 21:56:14 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:56:14 - cd /src
TB --- 2011-07-19 21:56:14 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 21:56:14 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 Tue Jul 19 23:58:10 UTC 2011
TB --- 2011-07-19 23:58:10 - generating LINT kernel config
TB --- 2011-07-19 23:58:10 - cd /src/sys/i386/conf
TB --- 2011-07-19 23:58:10 - /usr/bin/make -B LINT
TB --- 2011-07-19 23:58:11 - building LINT kernel
TB --- 2011-07-19 23:58:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 23:58:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 23:58:11 - TARGET=i386
TB --- 2011-07-19 23:58:11 - TARGET_ARCH=i386
TB --- 2011-07-19 23:58:11 - TZ=UTC
TB --- 2011-07-19 23:58:11 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 23:58:11 - cd /src
TB --- 2011-07-19 23:58:11 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Jul 19 23:58:11 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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -Werror 

[head tinderbox] failure on ia64/ia64

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 22:47:35 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 22:47:35 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-07-19 22:47:35 - cleaning the object tree
TB --- 2011-07-19 22:47:48 - cvsupping the source tree
TB --- 2011-07-19 22:47:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-07-19 22:48:00 - building world
TB --- 2011-07-19 22:48:00 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 22:48:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 22:48:00 - TARGET=ia64
TB --- 2011-07-19 22:48:00 - TARGET_ARCH=ia64
TB --- 2011-07-19 22:48:00 - TZ=UTC
TB --- 2011-07-19 22:48:00 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 22:48:00 - cd /src
TB --- 2011-07-19 22:48:00 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 22:48:01 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 Jul 20 00:14:17 UTC 2011
TB --- 2011-07-20 00:14:17 - generating LINT kernel config
TB --- 2011-07-20 00:14:17 - cd /src/sys/ia64/conf
TB --- 2011-07-20 00:14:17 - /usr/bin/make -B LINT
TB --- 2011-07-20 00:14:17 - building LINT kernel
TB --- 2011-07-20 00:14:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 00:14:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 00:14:17 - TARGET=ia64
TB --- 2011-07-20 00:14:17 - TARGET_ARCH=ia64
TB --- 2011-07-20 00:14:17 - TZ=UTC
TB --- 2011-07-20 00:14:17 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 00:14:17 - cd /src
TB --- 2011-07-20 00:14:17 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Jul 20 00:14: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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
/src/sys/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in 
this function)
/src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is 

[head tinderbox] failure on amd64/amd64

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-19 21:50:00 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-19 21:50:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-07-19 21:50:00 - cleaning the object tree
TB --- 2011-07-19 21:50:48 - cvsupping the source tree
TB --- 2011-07-19 21:50:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-07-19 21:51:01 - building world
TB --- 2011-07-19 21:51:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-19 21:51:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-19 21:51:01 - TARGET=amd64
TB --- 2011-07-19 21:51:01 - TARGET_ARCH=amd64
TB --- 2011-07-19 21:51:01 - TZ=UTC
TB --- 2011-07-19 21:51:01 - __MAKE_CONF=/dev/null
TB --- 2011-07-19 21:51:01 - cd /src
TB --- 2011-07-19 21:51:01 - /usr/bin/make -B buildworld
 World build started on Tue Jul 19 21:51: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 Wed Jul 20 00:23:10 UTC 2011
TB --- 2011-07-20 00:23:10 - generating LINT kernel config
TB --- 2011-07-20 00:23:10 - cd /src/sys/amd64/conf
TB --- 2011-07-20 00:23:10 - /usr/bin/make -B LINT
TB --- 2011-07-20 00:23:10 - building LINT kernel
TB --- 2011-07-20 00:23:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 00:23:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 00:23:10 - TARGET=amd64
TB --- 2011-07-20 00:23:10 - TARGET_ARCH=amd64
TB --- 2011-07-20 00:23:10 - TZ=UTC
TB --- 2011-07-20 00:23:10 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 00:23:10 - cd /src
TB --- 2011-07-20 00:23:10 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Jul 20 00:23:10 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 -fdiagnostics-show-option -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 
-mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float  
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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 
-mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float  
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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 
-mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float  
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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 

Re: FreeBSD 9.0 CURRENT: /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16: error: use of undeclared identifier 'vap'

2011-07-19 Thread Adrian Chadd
just committed that.

Sorry, I thought that version of the patch had compiled right. Sorry ;(


adrian

2011/7/20 fidaj fi...@ukr.net:
   --- Оригінальне повідомлення ---
   Від кого: Hartmann, O. ohart...@zedat.fu-berlin.de
   Кому: FreeBSD Current freebsd-current@freebsd.org
   Дата: 19 липня 2011, 22:00:20
   Тема: Re: FreeBSD 9.0 CURRENT:
   /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
   error: use of undeclared identifier 'vap'



     FreeBSD 9.0-CURRENT/amd64 stopps building kernel with the following
     error in module wlan:



     clang -O3 -mtune=native -fno-strict-aliasing -pipe -march=native
     -D_KERNEL -DKLD_MODULE -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
     /usr/obj/usr/src/sys/THOR/opt_global.h -I. -I@ -I@/contrib/altq
     -fno-common  -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/THOR
     -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float
     -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
     -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls
     -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
     -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
     -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option -c
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
     error: use of undeclared identifier 'vap'
              TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
                            ^
     @/sys/queue.h:521:8: note: expanded from:
              for ((var) = TAILQ_FIRST((head));                               \
                    ^
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
     error: use of undeclared identifier 'vap'
              TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
                            ^
     @/sys/queue.h:522:7: note: expanded from:
                  (var);                                                      \
                   ^
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
     error: use of undeclared identifier 'vap'
              TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
                            ^
     @/sys/queue.h:523:7: note: expanded from:
                  (var) = TAILQ_NEXT((var), field))
                   ^
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1541:16:
     error: use of undeclared identifier 'vap'
              TAILQ_FOREACH(vap, ic-ic_vaps, iv_next)
                            ^
     @/sys/queue.h:523:26: note: expanded from:
                  (var) = TAILQ_NEXT((var), field))
                                      ^
     @/sys/queue.h:597:34: note: expanded from:
     #define TAILQ_NEXT(elm, field) ((elm)-field.tqe_next)
                                       ^
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1542:7:
     error: use of undeclared identifier 'vap'
                      if (vap-iv_state == IEEE80211_S_CSA)
                          ^
     /usr/src/sys/modules/wlan/../../net80211/ieee80211_proto.c:1543:4:
     error: use of undeclared identifier 'vap'
                              vap-iv_bss-ni_chan = ic-ic_curchan;
                              ^
     6 errors generated.
     *** Error code 1

     Stop in /usr/src/sys/modules/wlan.



     Regards,
     Oliver

     ___     
 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     



   --- ieee80211_proto.c.orig    2011-07-20 01:06:17.0 +0300
   +++ ieee80211_proto.c    2011-07-20 01:10:54.0 +0300
   @@ -1533,6 +1533,8 @@
    void
    ieee80211_csa_completeswitch(struct ieee80211com *ic)
    {
   +    struct ieee80211vap *vap;
   +
   IEEE80211_LOCK_ASSERT(ic);

   KASSERT(ic-ic_flags  IEEE80211_F_CSAPENDING, (csa not pending));
 ___
 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

___
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-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-20 00:35:52 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-20 00:35:52 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-07-20 00:35:52 - cleaning the object tree
TB --- 2011-07-20 00:36:04 - cvsupping the source tree
TB --- 2011-07-20 00:36:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-07-20 00:36:18 - building world
TB --- 2011-07-20 00:36:18 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 00:36:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 00:36:18 - TARGET=sparc64
TB --- 2011-07-20 00:36:18 - TARGET_ARCH=sparc64
TB --- 2011-07-20 00:36:18 - TZ=UTC
TB --- 2011-07-20 00:36:18 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 00:36:18 - cd /src
TB --- 2011-07-20 00:36:18 - /usr/bin/make -B buildworld
 World build started on Wed Jul 20 00:36:19 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 Jul 20 01:36:25 UTC 2011
TB --- 2011-07-20 01:36:25 - generating LINT kernel config
TB --- 2011-07-20 01:36:25 - cd /src/sys/sparc64/conf
TB --- 2011-07-20 01:36:25 - /usr/bin/make -B LINT
TB --- 2011-07-20 01:36:25 - building LINT kernel
TB --- 2011-07-20 01:36:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 01:36:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 01:36:25 - TARGET=sparc64
TB --- 2011-07-20 01:36:25 - TARGET_ARCH=sparc64
TB --- 2011-07-20 01:36:25 - TZ=UTC
TB --- 2011-07-20 01:36:25 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 01:36:25 - cd /src
TB --- 2011-07-20 01:36:25 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Jul 20 01:36:25 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 -fdiagnostics-show-option -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/net80211/ieee80211_output.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 -fdiagnostics-show-option -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/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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/net80211/ieee80211_power.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 -fdiagnostics-show-option -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/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in 
this function)
/src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is 
reported only once
/src/sys/net80211/ieee80211_proto.c:1541: error: for each function it appears 
in.)
*** Error code 1

Stop in 

[head tinderbox] failure on powerpc/powerpc

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-20 00:11:58 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-20 00:11:58 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-07-20 00:11:58 - cleaning the object tree
TB --- 2011-07-20 00:12:11 - cvsupping the source tree
TB --- 2011-07-20 00:12:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-07-20 00:12:23 - building world
TB --- 2011-07-20 00:12:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 00:12:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 00:12:23 - TARGET=powerpc
TB --- 2011-07-20 00:12:23 - TARGET_ARCH=powerpc
TB --- 2011-07-20 00:12:23 - TZ=UTC
TB --- 2011-07-20 00:12:23 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 00:12:23 - cd /src
TB --- 2011-07-20 00:12:23 - /usr/bin/make -B buildworld
 World build started on Wed Jul 20 00:12:24 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 Jul 20 01:59:34 UTC 2011
TB --- 2011-07-20 01:59:34 - generating LINT kernel config
TB --- 2011-07-20 01:59:34 - cd /src/sys/powerpc/conf
TB --- 2011-07-20 01:59:34 - /usr/bin/make -B LINT
TB --- 2011-07-20 01:59:34 - building LINT kernel
TB --- 2011-07-20 01:59:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 01:59:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 01:59:34 - TARGET=powerpc
TB --- 2011-07-20 01:59:34 - TARGET_ARCH=powerpc
TB --- 2011-07-20 01:59:34 - TZ=UTC
TB --- 2011-07-20 01:59:34 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 01:59:34 - cd /src
TB --- 2011-07-20 01:59:34 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Jul 20 01:59:34 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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_proto.c
/src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch':
/src/sys/net80211/ieee80211_proto.c:1541: error: 

[head tinderbox] failure on powerpc64/powerpc

2011-07-19 Thread FreeBSD Tinderbox
TB --- 2011-07-20 00:30:11 - tinderbox 2.7 running on freebsd-current.sentex.ca
TB --- 2011-07-20 00:30:11 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-07-20 00:30:11 - cleaning the object tree
TB --- 2011-07-20 00:30:29 - cvsupping the source tree
TB --- 2011-07-20 00:30:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-07-20 00:30:42 - building world
TB --- 2011-07-20 00:30:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 00:30:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 00:30:42 - TARGET=powerpc
TB --- 2011-07-20 00:30:42 - TARGET_ARCH=powerpc64
TB --- 2011-07-20 00:30:42 - TZ=UTC
TB --- 2011-07-20 00:30:42 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 00:30:42 - cd /src
TB --- 2011-07-20 00:30:42 - /usr/bin/make -B buildworld
 World build started on Wed Jul 20 00:30:43 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 Wed Jul 20 02:01:06 UTC 2011
TB --- 2011-07-20 02:01:06 - generating LINT kernel config
TB --- 2011-07-20 02:01:06 - cd /src/sys/powerpc/conf
TB --- 2011-07-20 02:01:06 - /usr/bin/make -B LINT
TB --- 2011-07-20 02:01:06 - building LINT kernel
TB --- 2011-07-20 02:01:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-07-20 02:01:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-07-20 02:01:06 - TARGET=powerpc
TB --- 2011-07-20 02:01:06 - TARGET_ARCH=powerpc64
TB --- 2011-07-20 02:01:06 - TZ=UTC
TB --- 2011-07-20 02:01:06 - __MAKE_CONF=/dev/null
TB --- 2011-07-20 02:01:06 - cd /src
TB --- 2011-07-20 02:01:06 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Jul 20 02:01:06 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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_output.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_phy.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_power.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 -fdiagnostics-show-option -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 -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/net80211/ieee80211_proto.c

Re: Jails: Setting different times in jails

2011-07-19 Thread grarpamp
 Why on earth would you want this?

Hi. Since your quote of my note was not to the original,
I'll repost it here. Kurt Lidl also posted useful situations
on these lists. Also, being able to have time tick backwards
in jails could be interesting fuzzing too :-) Enjoy.


Would be nice to be able to set different times in different jails.
All jails would tick in step with the system.
But each jail could have it's birthtime set specifically via jail(8),
jail(2), etc. Either by specification of a specific time, or an offset
from the current true system time. ie:

jail(8): -t [-|+]seconds

Child jails would offset from their parent, not the system.

Internally, gettimeofday, filesystem timestamps, and any other
userland interfaces would be hooked and adjusted by referencing
a table of jail ID's and their offsets. Similar to how setting TZ or
/etc/localtime effects a timezone offset. But transparent and
undetectable to the jail unless set as visible by the invoker.

Useful for creating alternate histories, testing time dependant
protocols and applications, forensics, pen testing, etc.
___
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


em problem in virtualbox since the weekend

2011-07-19 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

While testing some other things, I found -CURRENT from yesterday doesn't
work with the em0 in my VirtualBox 4.0.8 (a little out of date
admittedly). It worked Friday or Saturday I think. Anyone else seen this
or should I open a PR? Has the code changed or am I perhaps
misremembering dates? The error reported is:

em0: Unable to allocate bus resource: memory
em0: Allocation of PCI resources failed

Thanks,
Steve
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (FreeBSD)

iQEcBAEBAgAGBQJOJj7+AAoJEPXPYrMgexuhA0gIAIOevO4y79y+hvWkO/4ZvKJ2
bAMsaNbmp68vXkStLxm2nBa8UFUhjDtYu2qPh1Dj4PK/sx96swENkt4uJsyeBl12
5L6nLNR/A9LyWRhVKJE3QTcDOYKSCV93mjtm1sRTqrxYaZL05oE3isyRRj99c8AU
105wz+pO22h4CrJiNJQGb6G2CE4e4ghs6W5ToqxCdN5whZA6sjoeStzUnmnSKceS
05WzbGdoApbT4UknmDM9G4m8udHbCN2Lsk5rERug55F3eG6mrniJMd4EnrHC5FzW
wRFvx3PWNbDkSYNh1uy/EVic9sJ4IoAzKLWtlaHpqS56LxKPYsTkv1X0u3s2mfA=
=m0D7
-END PGP SIGNATURE-
___
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