Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread PseudoCylon
  
  I urge you to have a closer look at ral(4) and  it's way of handling
  RT2500 and RT2600 specific differences. In it's  simplest form you can
  copy the OpenBSD code 1:1 without any  functional changes, heck, it's
  the source of this driver  anyway.
  
  -- 
  Bernhard
 
 I've look on  difference between RT2[56]00 and RT2860 some time ago, but done 
it again, and  found that we can only place
 RT2860/RT3090 support under same name (ral), but  hardware have too big 
difference. And in case I do this patch for RT3052F  SoC,
 when I placing RT2860 into ral, i get completely different driver  (because 
 SoC 
don't use PCI interface). 

 
 So can You (or someone else) hint  me, how to done this?
 
 switch (what to do) {
 case 'Remake run to  support PCI and SoC interface':
 Much work to make driver  bus independent;
 case 'Port OpenBSD one':
 driver do not  support SoC (SoC device don't have MCU);
 break;
 case  'Place my RT2860 under dev/ral':
 different device in same  driver;
 break;
 }
 

I'd say porting OpenBSD's is smarter move than remaking run(4).

OpenBSD's ral(4) supports RT2800/RT3090,
http://www.openbsd.org/cgi-bin/man.cgi?apropos=0sektion=4query=ralmanpath=OpenBSD+Currentarch=i386format=html

so ported code should nicely fit into FreeBSD's sys/dev/ral/ folder.

It seems pci related code is separated,
http://fxr.watson.org/fxr/source/dev/ral/
driver - pci code might nicely fit SoC code too.

FreeBSD's if_runreg.h is the same as OpenBSD's if_rt2860reg.h. (Though, I have 
been ignoring syncing changes related to RT3090. run(4) doesn't supports it.) 
In 
fact, OpenBSD doesn't have if_runreg.h, instead they share if_rt2860reg.h. We 
can separate, but 90% of them would be identical.

I don't have h/w but I might be able help you out non-SoC portion of code.


AK



___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 04:26:08 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 04:26:08 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-22 04:26:08 - cleaning the object tree
TB --- 2011-03-22 04:26:17 - cvsupping the source tree
TB --- 2011-03-22 04:26:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-22 04:26:53 - building world
TB --- 2011-03-22 04:26:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 04:26:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 04:26:53 - TARGET=ia64
TB --- 2011-03-22 04:26:53 - TARGET_ARCH=ia64
TB --- 2011-03-22 04:26:53 - TZ=UTC
TB --- 2011-03-22 04:26:53 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 04:26:53 - cd /src
TB --- 2011-03-22 04:26:53 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 04:26:53 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 Mar 22 05:52:42 UTC 2011
TB --- 2011-03-22 05:52:43 - generating LINT kernel config
TB --- 2011-03-22 05:52:43 - cd /src/sys/ia64/conf
TB --- 2011-03-22 05:52:43 - /usr/bin/make -B LINT
TB --- 2011-03-22 05:52:43 - building LINT kernel
TB --- 2011-03-22 05:52:43 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 05:52:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 05:52:43 - TARGET=ia64
TB --- 2011-03-22 05:52:43 - TARGET_ARCH=ia64
TB --- 2011-03-22 05:52:43 - TZ=UTC
TB --- 2011-03-22 05:52:43 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 05:52:43 - cd /src
TB --- 2011-03-22 05:52:43 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 05:52:43 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
[...]
 from /src/sys/modules/mlx4/../../ofed/include/linux/sched.h:33,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kthread.h:39,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kernel.h:41,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/runq.h:58: error: conflicting types for '__ffsl'
/src/sys/modules/mlx4/../../ofed/include/linux/bitops.h:53: error: previous 
definition of '__ffsl' was here
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 06:17:17 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 06:17:17 - ERROR: failed to build lint kernel
TB --- 2011-03-22 06:17:17 - 5397.46 user 859.12 system 6668.20 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 06:44:21 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 06:44:21 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-03-22 06:44:21 - cleaning the object tree
TB --- 2011-03-22 06:44:29 - cvsupping the source tree
TB --- 2011-03-22 06:44:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-03-22 06:45:04 - building world
TB --- 2011-03-22 06:45:04 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 06:45:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 06:45:04 - TARGET=sparc64
TB --- 2011-03-22 06:45:04 - TARGET_ARCH=sparc64
TB --- 2011-03-22 06:45:04 - TZ=UTC
TB --- 2011-03-22 06:45:04 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 06:45:04 - cd /src
TB --- 2011-03-22 06:45:04 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 06:45:05 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 Mar 22 07:50:15 UTC 2011
TB --- 2011-03-22 07:50:15 - generating LINT kernel config
TB --- 2011-03-22 07:50:15 - cd /src/sys/sparc64/conf
TB --- 2011-03-22 07:50:15 - /usr/bin/make -B LINT
TB --- 2011-03-22 07:50:15 - building LINT kernel
TB --- 2011-03-22 07:50:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 07:50:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 07:50:15 - TARGET=sparc64
TB --- 2011-03-22 07:50:15 - TARGET_ARCH=sparc64
TB --- 2011-03-22 07:50:15 - TZ=UTC
TB --- 2011-03-22 07:50:15 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 07:50:15 - cd /src
TB --- 2011-03-22 07:50:15 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 07:50: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
[...]
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'mlx4_start_catas_poll':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: 
'VM_MEMATTR_UNCACHED' undeclared (first use in this function)
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: (Each 
undeclared identifier is reported only once
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: for each 
function it appears in.)
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 08:08:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 08:08:39 - ERROR: failed to build lint kernel
TB --- 2011-03-22 08:08:39 - 3865.54 user 761.08 system 5058.07 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
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 powerpc/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 06:17:18 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 06:17:18 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-03-22 06:17:18 - cleaning the object tree
TB --- 2011-03-22 06:17:27 - cvsupping the source tree
TB --- 2011-03-22 06:17:27 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-03-22 06:17:41 - building world
TB --- 2011-03-22 06:17:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 06:17:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 06:17:41 - TARGET=powerpc
TB --- 2011-03-22 06:17:41 - TARGET_ARCH=powerpc
TB --- 2011-03-22 06:17:41 - TZ=UTC
TB --- 2011-03-22 06:17:41 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 06:17:41 - cd /src
TB --- 2011-03-22 06:17:41 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 06:17:41 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 Mar 22 08:02:36 UTC 2011
TB --- 2011-03-22 08:02:37 - generating LINT kernel config
TB --- 2011-03-22 08:02:37 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 08:02:37 - /usr/bin/make -B LINT
TB --- 2011-03-22 08:02:37 - building LINT kernel
TB --- 2011-03-22 08:02:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 08:02:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 08:02:37 - TARGET=powerpc
TB --- 2011-03-22 08:02:37 - TARGET_ARCH=powerpc
TB --- 2011-03-22 08:02:37 - TZ=UTC
TB --- 2011-03-22 08:02:37 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 08:02:37 - cd /src
TB --- 2011-03-22 08:02:37 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 08:02:37 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
[...]
In file included from /src/sys/modules/mlx4/../../ofed/include/asm/atomic.h:35,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/device.h:40,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/dma-mapping.h:32,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:38:
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_set':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:51: warning: passing 
argument 1 of 'atomic_store_rel_32' from incompatible pointer type
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_read':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:57: warning: passing 
argument 1 of 'atomic_load_acq_32' from incompatible pointer type
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 08:18:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 08:18:54 - ERROR: failed to build lint kernel
TB --- 2011-03-22 08:18:54 - 5897.72 user 964.29 system 7296.63 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
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/sun4v

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 07:02:12 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 07:02:12 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-03-22 07:02:12 - cleaning the object tree
TB --- 2011-03-22 07:02:24 - cvsupping the source tree
TB --- 2011-03-22 07:02:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-03-22 07:03:50 - building world
TB --- 2011-03-22 07:03:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 07:03:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 07:03:50 - TARGET=sun4v
TB --- 2011-03-22 07:03:50 - TARGET_ARCH=sparc64
TB --- 2011-03-22 07:03:50 - TZ=UTC
TB --- 2011-03-22 07:03:50 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 07:03:50 - cd /src
TB --- 2011-03-22 07:03:50 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 07:03:50 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 Mar 22 08:09:00 UTC 2011
TB --- 2011-03-22 08:09:00 - generating LINT kernel config
TB --- 2011-03-22 08:09:00 - cd /src/sys/sun4v/conf
TB --- 2011-03-22 08:09:00 - /usr/bin/make -B LINT
TB --- 2011-03-22 08:09:00 - building LINT kernel
TB --- 2011-03-22 08:09:00 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 08:09:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 08:09:00 - TARGET=sun4v
TB --- 2011-03-22 08:09:00 - TARGET_ARCH=sparc64
TB --- 2011-03-22 08:09:00 - TZ=UTC
TB --- 2011-03-22 08:09:00 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 08:09:00 - cd /src
TB --- 2011-03-22 08:09:00 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 08:09:00 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
[...]
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/cpu.h:71:1: error: unlikely redefined
In file included from /src/sys/modules/mlx4/../../ofed/include/linux/types.h:33,
 from /src/sys/modules/mlx4/../../ofed/include/linux/slab.h:36,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:35:
/src/sys/modules/mlx4/../../ofed/include/linux/compiler.h:60:1: error: this is 
the location of the previous definition
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sun4v.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 08:25:11 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 08:25:11 - ERROR: failed to build lint kernel
TB --- 2011-03-22 08:25:11 - 3829.87 user 746.40 system 4979.09 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
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 powerpc64/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 06:31:55 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 06:31:55 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-03-22 06:31:55 - cleaning the object tree
TB --- 2011-03-22 06:32:08 - cvsupping the source tree
TB --- 2011-03-22 06:32:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-03-22 06:32:24 - building world
TB --- 2011-03-22 06:32:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 06:32:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 06:32:24 - TARGET=powerpc
TB --- 2011-03-22 06:32:24 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 06:32:24 - TZ=UTC
TB --- 2011-03-22 06:32:24 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 06:32:24 - cd /src
TB --- 2011-03-22 06:32:24 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 06:32: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 Tue Mar 22 08:09:51 UTC 2011
TB --- 2011-03-22 08:09:51 - generating LINT kernel config
TB --- 2011-03-22 08:09:52 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 08:09:52 - /usr/bin/make -B LINT
TB --- 2011-03-22 08:09:52 - building LINT kernel
TB --- 2011-03-22 08:09:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 08:09:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 08:09:52 - TARGET=powerpc
TB --- 2011-03-22 08:09:52 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 08:09:52 - TZ=UTC
TB --- 2011-03-22 08:09:52 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 08:09:52 - cd /src
TB --- 2011-03-22 08:09:52 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 08: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
[...]
objcopy --strip-debug mlx.ko
=== mlx4 (all)
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 08:26:30 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 08:26:30 - ERROR: failed to build lint kernel
TB --- 2011-03-22 08:26:30 - 5338.42 user 1069.98 system 6874.86 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list

Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread Etienne Robillard
On 22/03/11 01:35 AM, PseudoCylon wrote:

 FreeBSD's if_runreg.h is the same as OpenBSD's if_rt2860reg.h. (Though, I 
 have 
 been ignoring syncing changes related to RT3090. run(4) doesn't supports it.) 
 In 
 fact, OpenBSD doesn't have if_runreg.h, instead they share if_rt2860reg.h. We 
 can separate, but 90% of them would be identical.

 I don't have h/w but I might be able help you out non-SoC portion of code.


 AK

   

I have no objections in Aleksandr's work to port ral(4) from OpenBSD to
FreeBSD unless
it requires a hardware firmware module as in run(4), and unless there's
a way to skip
compiling hardware-assisted modules in FreeBSD using the
WITHOUT_FIRMWARE option.

Likewise, a WITHOUT_OFDM patch for FreeBSD could be ported nicely to
OpenBSD... :)

 Etienne


-- 
Etienne Robillard

Company: Green Tea Hackers Club
Occupation: Software Developer (and CEO)
E-mail: e...@gthcfoundation.org
Work phone: 450-936-2123
Website (Company):  https://gthc.org/
Website (Blog): https://gthc.org/blog/
PGP public key fingerprint:F2A9 32EA 8E7C 460F 1728  A1A7 649C 7F17 A086 
DDEC

During times of universal deceit, telling the truth becomes a revolutionary 
act. -- George Orwell 

If a free society cannot help the many who are poor, it cannot save the few who 
are rich. -- John F. Kennedy

___
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


Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread Etienne Robillard
as far my knowledge goes, radiation from multi-frequency subcarriers in
a multi-path
system such as a wireless network (802.11 a/g/n) or a microwave oven
is something
you definitely want to avoid sitting in while hacking FreeBSD...

https://gthc.org/wiki/Advisories/OFDM_20110315

I may have done technical errors but i do not drink in the morning!! :)




On 22/03/11 06:30 AM, Adrian Chadd wrote:
 So I'm curious - what exactly about OFDM do you have a problem with?




 Adrian

 On 22 March 2011 18:23, Etienne Robillard e...@gthcfoundation.org
 mailto:e...@gthcfoundation.org wrote:

 On 22/03/11 01:35 AM, PseudoCylon wrote:
 
  FreeBSD's if_runreg.h is the same as OpenBSD's if_rt2860reg.h.
 (Though, I have
  been ignoring syncing changes related to RT3090. run(4) doesn't
 supports it.) In
  fact, OpenBSD doesn't have if_runreg.h, instead they share
 if_rt2860reg.h. We
  can separate, but 90% of them would be identical.
 
  I don't have h/w but I might be able help you out non-SoC
 portion of code.
 
 
  AK
 
 

 I have no objections in Aleksandr's work to port ral(4) from
 OpenBSD to
 FreeBSD unless
 it requires a hardware firmware module as in run(4), and unless
 there's
 a way to skip
 compiling hardware-assisted modules in FreeBSD using the
 WITHOUT_FIRMWARE option.

 Likewise, a WITHOUT_OFDM patch for FreeBSD could be ported nicely to
 OpenBSD... :)

  Etienne


 --
 Etienne Robillard

 Company: Green Tea Hackers Club
 Occupation: Software Developer (and CEO)
 E-mail: e...@gthcfoundation.org mailto:e...@gthcfoundation.org
 Work phone: 450-936-2123
 Website (Company):  https://gthc.org/
 Website (Blog): https://gthc.org/blog/
 PGP public key fingerprint:F2A9 32EA 8E7C 460F 1728  A1A7 649C
 7F17 A086 DDEC

 During times of universal deceit, telling the truth becomes a
 revolutionary act. -- George Orwell

 If a free society cannot help the many who are poor, it cannot
 save the few who are rich. -- John F. Kennedy

 ___
 freebsd-current@freebsd.org mailto: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
 mailto:freebsd-current-unsubscr...@freebsd.org




-- 
Etienne Robillard

Company: Green Tea Hackers Club
Occupation: Software Developer (and CEO)
E-mail: e...@gthcfoundation.org
Work phone: 450-936-2123
Website (Company):  https://gthc.org/
Website (Blog): https://gthc.org/blog/
PGP public key fingerprint:F2A9 32EA 8E7C 460F 1728  A1A7 649C 7F17 A086 
DDEC

During times of universal deceit, telling the truth becomes a revolutionary 
act. -- George Orwell 

If a free society cannot help the many who are poor, it cannot save the few who 
are rich. -- John F. Kennedy

___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 09:26:18 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 09:26:18 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-22 09:26:18 - cleaning the object tree
TB --- 2011-03-22 09:26:28 - cvsupping the source tree
TB --- 2011-03-22 09:26:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-22 09:26:47 - building world
TB --- 2011-03-22 09:26:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 09:26:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 09:26:47 - TARGET=ia64
TB --- 2011-03-22 09:26:47 - TARGET_ARCH=ia64
TB --- 2011-03-22 09:26:47 - TZ=UTC
TB --- 2011-03-22 09:26:47 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 09:26:47 - cd /src
TB --- 2011-03-22 09:26:47 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 09:26:48 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 Mar 22 10:52:17 UTC 2011
TB --- 2011-03-22 10:52:17 - generating LINT kernel config
TB --- 2011-03-22 10:52:17 - cd /src/sys/ia64/conf
TB --- 2011-03-22 10:52:17 - /usr/bin/make -B LINT
TB --- 2011-03-22 10:52:17 - building LINT kernel
TB --- 2011-03-22 10:52:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 10:52:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 10:52:17 - TARGET=ia64
TB --- 2011-03-22 10:52:17 - TARGET_ARCH=ia64
TB --- 2011-03-22 10:52:17 - TZ=UTC
TB --- 2011-03-22 10:52:17 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 10:52:17 - cd /src
TB --- 2011-03-22 10:52:17 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 10:52: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
[...]
 from /src/sys/modules/mlx4/../../ofed/include/linux/sched.h:33,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kthread.h:39,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kernel.h:41,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/runq.h:58: error: conflicting types for '__ffsl'
/src/sys/modules/mlx4/../../ofed/include/linux/bitops.h:53: error: previous 
definition of '__ffsl' was here
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 11:17:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 11:17:02 - ERROR: failed to build lint kernel
TB --- 2011-03-22 11:17:02 - 5398.02 user 857.68 system 6643.93 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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


Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread sthaug
 as far my knowledge goes, radiation from multi-frequency subcarriers in
 a multi-path
 system such as a wireless network (802.11 a/g/n) or a microwave oven
 is something
 you definitely want to avoid sitting in while hacking FreeBSD...
 
 https://gthc.org/wiki/Advisories/OFDM_20110315
 
 I may have done technical errors but i do not drink in the morning!! :)

FreeBSD doesn't define the wireless standards - other authorities
(e.g. IEEE) do. Any standards involving RF radiation is tightly
regulated in most countries, and the health authorities are aware of
risks associated with large amounts of RF radiation.

Since 802.11 a/g/n is internationally standardized (and permitted by
the health authorities), we have to assume that the relevant standards
are safe.

I see no reason whatsoever why we should do anything special in FreeBSD
here.

Time for you to stop your anti-OFDM crusade and let FreeBSD developers
work in peace.

Steinar Haug, Nethelp consulting, sth...@nethelp.no
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 11:38:34 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 11:38:34 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-03-22 11:38:34 - cleaning the object tree
TB --- 2011-03-22 11:38:44 - cvsupping the source tree
TB --- 2011-03-22 11:38:44 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-03-22 11:38:57 - building world
TB --- 2011-03-22 11:38:57 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 11:38:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 11:38:57 - TARGET=sparc64
TB --- 2011-03-22 11:38:57 - TARGET_ARCH=sparc64
TB --- 2011-03-22 11:38:57 - TZ=UTC
TB --- 2011-03-22 11:38:57 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 11:38:57 - cd /src
TB --- 2011-03-22 11:38:57 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 11:38:58 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 Mar 22 12:43:45 UTC 2011
TB --- 2011-03-22 12:43:45 - generating LINT kernel config
TB --- 2011-03-22 12:43:45 - cd /src/sys/sparc64/conf
TB --- 2011-03-22 12:43:45 - /usr/bin/make -B LINT
TB --- 2011-03-22 12:43:45 - building LINT kernel
TB --- 2011-03-22 12:43:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 12:43:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 12:43:45 - TARGET=sparc64
TB --- 2011-03-22 12:43:45 - TARGET_ARCH=sparc64
TB --- 2011-03-22 12:43:45 - TZ=UTC
TB --- 2011-03-22 12:43:45 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 12:43:45 - cd /src
TB --- 2011-03-22 12:43:45 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 12:43:45 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
[...]
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'mlx4_start_catas_poll':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: 
'VM_MEMATTR_UNCACHED' undeclared (first use in this function)
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: (Each 
undeclared identifier is reported only once
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: for each 
function it appears in.)
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 13:02:00 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 13:02:00 - ERROR: failed to build lint kernel
TB --- 2011-03-22 13:02:00 - 3868.91 user 759.78 system 5006.52 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
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 powerpc/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 11:17:03 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 11:17:03 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-03-22 11:17:03 - cleaning the object tree
TB --- 2011-03-22 11:17:13 - cvsupping the source tree
TB --- 2011-03-22 11:17:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-03-22 11:17:26 - building world
TB --- 2011-03-22 11:17:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 11:17:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 11:17:26 - TARGET=powerpc
TB --- 2011-03-22 11:17:26 - TARGET_ARCH=powerpc
TB --- 2011-03-22 11:17:26 - TZ=UTC
TB --- 2011-03-22 11:17:26 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 11:17:26 - cd /src
TB --- 2011-03-22 11:17:26 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 11:17:27 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 Mar 22 13:01:50 UTC 2011
TB --- 2011-03-22 13:01:50 - generating LINT kernel config
TB --- 2011-03-22 13:01:50 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 13:01:50 - /usr/bin/make -B LINT
TB --- 2011-03-22 13:01:50 - building LINT kernel
TB --- 2011-03-22 13:01:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 13:01:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 13:01:50 - TARGET=powerpc
TB --- 2011-03-22 13:01:50 - TARGET_ARCH=powerpc
TB --- 2011-03-22 13:01:50 - TZ=UTC
TB --- 2011-03-22 13:01:50 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 13:01:50 - cd /src
TB --- 2011-03-22 13:01:50 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 13:01:51 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
[...]
In file included from /src/sys/modules/mlx4/../../ofed/include/asm/atomic.h:35,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/device.h:40,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/dma-mapping.h:32,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:38:
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_set':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:51: warning: passing 
argument 1 of 'atomic_store_rel_32' from incompatible pointer type
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_read':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:57: warning: passing 
argument 1 of 'atomic_load_acq_32' from incompatible pointer type
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 13:17:44 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 13:17:44 - ERROR: failed to build lint kernel
TB --- 2011-03-22 13:17:45 - 5888.30 user 969.50 system 7241.69 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
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/sun4v

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 12:02:27 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 12:02:27 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-03-22 12:02:27 - cleaning the object tree
TB --- 2011-03-22 12:02:37 - cvsupping the source tree
TB --- 2011-03-22 12:02:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-03-22 12:02:50 - building world
TB --- 2011-03-22 12:02:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 12:02:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 12:02:50 - TARGET=sun4v
TB --- 2011-03-22 12:02:50 - TARGET_ARCH=sparc64
TB --- 2011-03-22 12:02:50 - TZ=UTC
TB --- 2011-03-22 12:02:50 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 12:02:50 - cd /src
TB --- 2011-03-22 12:02:50 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 12:02:51 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 Mar 22 13:07:25 UTC 2011
TB --- 2011-03-22 13:07:25 - generating LINT kernel config
TB --- 2011-03-22 13:07:25 - cd /src/sys/sun4v/conf
TB --- 2011-03-22 13:07:25 - /usr/bin/make -B LINT
TB --- 2011-03-22 13:07:25 - building LINT kernel
TB --- 2011-03-22 13:07:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 13:07:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 13:07:25 - TARGET=sun4v
TB --- 2011-03-22 13:07:25 - TARGET_ARCH=sparc64
TB --- 2011-03-22 13:07:25 - TZ=UTC
TB --- 2011-03-22 13:07:25 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 13:07:25 - cd /src
TB --- 2011-03-22 13:07:25 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 13:07: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
[...]
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/cpu.h:71:1: error: unlikely redefined
In file included from /src/sys/modules/mlx4/../../ofed/include/linux/types.h:33,
 from /src/sys/modules/mlx4/../../ofed/include/linux/slab.h:36,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:35:
/src/sys/modules/mlx4/../../ofed/include/linux/compiler.h:60:1: error: this is 
the location of the previous definition
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sun4v.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 13:23:44 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 13:23:44 - ERROR: failed to build lint kernel
TB --- 2011-03-22 13:23:44 - 3823.95 user 749.45 system 4876.56 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
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 powerpc64/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 11:37:20 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 11:37:20 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-03-22 11:37:20 - cleaning the object tree
TB --- 2011-03-22 11:37:36 - cvsupping the source tree
TB --- 2011-03-22 11:37:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-03-22 11:37:48 - building world
TB --- 2011-03-22 11:37:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 11:37:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 11:37:48 - TARGET=powerpc
TB --- 2011-03-22 11:37:48 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 11:37:48 - TZ=UTC
TB --- 2011-03-22 11:37:48 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 11:37:48 - cd /src
TB --- 2011-03-22 11:37:48 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 11:37:49 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 Mar 22 13:13:49 UTC 2011
TB --- 2011-03-22 13:13:49 - generating LINT kernel config
TB --- 2011-03-22 13:13:49 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 13:13:49 - /usr/bin/make -B LINT
TB --- 2011-03-22 13:13:49 - building LINT kernel
TB --- 2011-03-22 13:13:49 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 13:13:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 13:13:49 - TARGET=powerpc
TB --- 2011-03-22 13:13:49 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 13:13:49 - TZ=UTC
TB --- 2011-03-22 13:13:49 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 13:13:49 - cd /src
TB --- 2011-03-22 13:13:49 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 13:13: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
[...]
objcopy --strip-debug mlx.ko
=== mlx4 (all)
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 13:30:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 13:30:39 - ERROR: failed to build lint kernel
TB --- 2011-03-22 13:30:39 - 5338.66 user 1067.52 system 6799.09 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list

ZFSv28 zfs destroy -r bug.

2011-03-22 Thread Dillon Kass
Hello. I posted this to freebsd-fs yesterday regarding 8.2-R  ZFSv28 patches, 
this morning I confirmed the same behavior on HEAD so I figured I'd also post 
it here (and there's higher volume :-)

I also tested this on Solaris 11 express to make sure it's specific to FreeBSD 
and not some kind of feature in newer ZFS versions..

It used to be the case that if you zfs destroy -r pool@snapshot as long as any 
child dataset had @snapshot the command would destroy it. In other words, 
pool@snapshot didn't need to exist as long as pool/dataset1@snapshot existed. 

Here's how it should work (Solaris 11)

turtle@solaris11vm:~# zfs list -t all -r rpool1/test
NAME USED  AVAIL  REFER  MOUNTPOINT
rpool1/test  127K  6.34G34K  /rpool1/test
rpool1/test/test2 31K  6.34G31K  /rpool1/test/test2
rpool1/test/test2@testsnap  0  -31K  -
rpool1/test/test3 31K  6.34G31K  /rpool1/test/test3
rpool1/test/test3@testsnap  0  -31K  -
rpool1/test/test4 31K  6.34G31K  /rpool1/test/test4
rpool1/test/test4@testsnap  0  -31K  -

turtle@solaris11vm:~# zfs destroy -r rpool1@testsnap

turtle@solaris11vm:~# zfs list -t all -r rpool1/test
NAMEUSED  AVAIL  REFER  MOUNTPOINT
rpool1/test 127K  6.34G34K  /rpool1/test
rpool1/test/test231K  6.34G31K  /rpool1/test/test2
rpool1/test/test331K  6.34G31K  /rpool1/test/test3
rpool1/test/test431K  6.34G31K  /rpool1/test/test4
turtle@solaris11vm:~# 

All snapshots named @testsnap are deleted even though rpool1@testsnap doesn't 
exist. This is normal behavior.

Here's FreeBSD-CURRENT with v28

fbsd9vm# zfs list -t all -r
NAME USED  AVAIL  REFER  MOUNTPOINT
testpool 475K  19.6G21K  /testpool
testpool/test 22K  19.6G22K  /testpool/test
testpool/test@testsnap  0  -22K  -

fbsd9vm# zfs destroy -r testpool@testsnap
cannot destroy 'testpool@testsnap': dataset does not exist
no snapshots destroyed

fbsd9vm# zfs list -t all -r
NAME USED  AVAIL  REFER  MOUNTPOINT
testpool 475K  19.6G21K  /testpool
testpool/test 22K  19.6G22K  /testpool/test
testpool/test@testsnap  0  -22K  -

fbsd9vm# uname -a
FreeBSD fbsd9vm 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r208649M: Mon Mar 21 
22:28:02 EDT 2011 root@:/usr/obj/usr/src/sys/GENERIC  amd64

I noticed this because zfSnap is unable to destroy old snapshots (except for 
ones that are done to the entire pool where pool@snapshot exists)

Cheers,
Dillon___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 14:35:22 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 14:35:22 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-22 14:35:22 - cleaning the object tree
TB --- 2011-03-22 14:35:31 - cvsupping the source tree
TB --- 2011-03-22 14:35:31 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-22 14:35:43 - building world
TB --- 2011-03-22 14:35:43 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 14:35:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 14:35:43 - TARGET=ia64
TB --- 2011-03-22 14:35:43 - TARGET_ARCH=ia64
TB --- 2011-03-22 14:35:43 - TZ=UTC
TB --- 2011-03-22 14:35:43 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 14:35:43 - cd /src
TB --- 2011-03-22 14:35:43 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 14:35:44 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 Mar 22 16:01:05 UTC 2011
TB --- 2011-03-22 16:01:05 - generating LINT kernel config
TB --- 2011-03-22 16:01:05 - cd /src/sys/ia64/conf
TB --- 2011-03-22 16:01:05 - /usr/bin/make -B LINT
TB --- 2011-03-22 16:01:05 - building LINT kernel
TB --- 2011-03-22 16:01:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 16:01:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 16:01:05 - TARGET=ia64
TB --- 2011-03-22 16:01:05 - TARGET_ARCH=ia64
TB --- 2011-03-22 16:01:05 - TZ=UTC
TB --- 2011-03-22 16:01:05 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 16:01:05 - cd /src
TB --- 2011-03-22 16:01:05 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 16:01:05 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
[...]
 from /src/sys/modules/mlx4/../../ofed/include/linux/sched.h:33,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kthread.h:39,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kernel.h:41,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/runq.h:58: error: conflicting types for '__ffsl'
/src/sys/modules/mlx4/../../ofed/include/linux/bitops.h:53: error: previous 
definition of '__ffsl' was here
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 16:25:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 16:25:37 - ERROR: failed to build lint kernel
TB --- 2011-03-22 16:25:37 - 5393.05 user 861.05 system 6614.55 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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


Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread James Phillips
 Date: Tue, 22 Mar 2011 06:46:12 -0400
 From: Etienne Robillard e...@gthcfoundation.org
 Subject: Re: [CFR]RT305xF support, w/o attachment
 To: Adrian Chadd adr...@freebsd.org
 Cc: freebsd-current@freebsd.org
 Message-ID: 4d887df4.6060...@gthcfoundation.org
 Content-Type: text/plain; charset=ISO-8859-1
 
 as far my knowledge goes, radiation from multi-frequency
 subcarriers in
 a multi-path
 system such as a wireless network (802.11 a/g/n) or a
 microwave oven
 is something
 you definitely want to avoid sitting in while hacking
 FreeBSD...
 
 https://gthc.org/wiki/Advisories/OFDM_20110315
 
 I may have done technical errors but i do not drink in the
 morning!! :)
 
 
 
 
 On 22/03/11 06:30 AM, Adrian Chadd wrote:
  So I'm curious - what exactly about OFDM do you have a
 problem with?
 
 
 
 
  Adrian

I have looked at your security advisory and also fail to understand what you 
are complaining about: Problem Description

The OFDM (Orthogonal Frequency Division Multiplexing) modulation scheme as 
implemented in the upper 802.11 protocol for Wireless LAN (WLAN) networking is 
inherently insecure as designed to allow multi-frequency radiation of arbitrary 
Q-I numbers access in the unregulated ISM band/range.

A high-Q signal has a very sharp peak and narrow pass-band. This lets the radio 
get past the noise floor using less transmitter energy.


I am not sure what a Q-I number is. You use the word arbitrary. Are you 
claiming that OFDM allows the radios to exceed emission limits? As the other 
person commented, radio emmisions are regulated, even in the unlicensed 
spectrum.

It would only be a security/safety issue if the radio exceeds legal limits. 
Your bounty suggests you have little/no evidence these limits are actually 
exceeded.

A priviledge escalation exploit reprogramming a software-implemented radio to 
exceed radiation limits would be a concern, but it won't cook nearby users. 
The hardware would overheat before that happens.

I agree excessive RF exposure should be avoided. I keep my wireless Access 
Point at its minimum power setting (1/4 power, 802.11g).

Regards,

James Phillips



___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 16:48:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 16:48:00 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-03-22 16:48:00 - cleaning the object tree
TB --- 2011-03-22 16:48:11 - cvsupping the source tree
TB --- 2011-03-22 16:48:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-03-22 16:48:25 - building world
TB --- 2011-03-22 16:48:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 16:48:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 16:48:25 - TARGET=sparc64
TB --- 2011-03-22 16:48:25 - TARGET_ARCH=sparc64
TB --- 2011-03-22 16:48:25 - TZ=UTC
TB --- 2011-03-22 16:48:25 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 16:48:25 - cd /src
TB --- 2011-03-22 16:48:25 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 16:48:26 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 Mar 22 17:53:11 UTC 2011
TB --- 2011-03-22 17:53:11 - generating LINT kernel config
TB --- 2011-03-22 17:53:11 - cd /src/sys/sparc64/conf
TB --- 2011-03-22 17:53:11 - /usr/bin/make -B LINT
TB --- 2011-03-22 17:53:11 - building LINT kernel
TB --- 2011-03-22 17:53:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 17:53:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 17:53:11 - TARGET=sparc64
TB --- 2011-03-22 17:53:11 - TARGET_ARCH=sparc64
TB --- 2011-03-22 17:53:11 - TZ=UTC
TB --- 2011-03-22 17:53:11 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 17:53:11 - cd /src
TB --- 2011-03-22 17:53:11 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 17:53: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
[...]
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'mlx4_start_catas_poll':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: 
'VM_MEMATTR_UNCACHED' undeclared (first use in this function)
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: (Each 
undeclared identifier is reported only once
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: for each 
function it appears in.)
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 18:11:28 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 18:11:28 - ERROR: failed to build lint kernel
TB --- 2011-03-22 18:11:28 - 3864.47 user 765.65 system 5007.90 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
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 powerpc/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 16:25:38 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 16:25:38 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-03-22 16:25:38 - cleaning the object tree
TB --- 2011-03-22 16:25:47 - cvsupping the source tree
TB --- 2011-03-22 16:25:47 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-03-22 16:25:59 - building world
TB --- 2011-03-22 16:25:59 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 16:25:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 16:25:59 - TARGET=powerpc
TB --- 2011-03-22 16:25:59 - TARGET_ARCH=powerpc
TB --- 2011-03-22 16:25:59 - TZ=UTC
TB --- 2011-03-22 16:25:59 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 16:25:59 - cd /src
TB --- 2011-03-22 16:25:59 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 16:26:00 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 Mar 22 18:10:51 UTC 2011
TB --- 2011-03-22 18:10:51 - generating LINT kernel config
TB --- 2011-03-22 18:10:51 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 18:10:51 - /usr/bin/make -B LINT
TB --- 2011-03-22 18:10:51 - building LINT kernel
TB --- 2011-03-22 18:10:51 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:10:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:10:51 - TARGET=powerpc
TB --- 2011-03-22 18:10:51 - TARGET_ARCH=powerpc
TB --- 2011-03-22 18:10:51 - TZ=UTC
TB --- 2011-03-22 18:10:51 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:10:51 - cd /src
TB --- 2011-03-22 18:10:51 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 18:10:51 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
[...]
In file included from /src/sys/modules/mlx4/../../ofed/include/asm/atomic.h:35,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/device.h:40,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/dma-mapping.h:32,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:38:
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_set':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:51: warning: passing 
argument 1 of 'atomic_store_rel_32' from incompatible pointer type
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_read':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:57: warning: passing 
argument 1 of 'atomic_load_acq_32' from incompatible pointer type
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 18:26:52 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 18:26:52 - ERROR: failed to build lint kernel
TB --- 2011-03-22 18:26:52 - 5898.97 user 960.34 system 7273.73 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
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/sun4v

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 17:12:02 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 17:12:02 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-03-22 17:12:02 - cleaning the object tree
TB --- 2011-03-22 17:12:12 - cvsupping the source tree
TB --- 2011-03-22 17:12:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-03-22 17:12:25 - building world
TB --- 2011-03-22 17:12:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 17:12:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 17:12:25 - TARGET=sun4v
TB --- 2011-03-22 17:12:25 - TARGET_ARCH=sparc64
TB --- 2011-03-22 17:12:25 - TZ=UTC
TB --- 2011-03-22 17:12:25 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 17:12:25 - cd /src
TB --- 2011-03-22 17:12:25 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 17:12: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 Tue Mar 22 18:17:07 UTC 2011
TB --- 2011-03-22 18:17:07 - generating LINT kernel config
TB --- 2011-03-22 18:17:07 - cd /src/sys/sun4v/conf
TB --- 2011-03-22 18:17:07 - /usr/bin/make -B LINT
TB --- 2011-03-22 18:17:07 - building LINT kernel
TB --- 2011-03-22 18:17:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:17:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:17:07 - TARGET=sun4v
TB --- 2011-03-22 18:17:07 - TARGET_ARCH=sparc64
TB --- 2011-03-22 18:17:07 - TZ=UTC
TB --- 2011-03-22 18:17:07 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:17:07 - cd /src
TB --- 2011-03-22 18:17:07 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 18:17:07 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
[...]
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/cpu.h:71:1: error: unlikely redefined
In file included from /src/sys/modules/mlx4/../../ofed/include/linux/types.h:33,
 from /src/sys/modules/mlx4/../../ofed/include/linux/slab.h:36,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:35:
/src/sys/modules/mlx4/../../ofed/include/linux/compiler.h:60:1: error: this is 
the location of the previous definition
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sun4v.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 18:33:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 18:33:25 - ERROR: failed to build lint kernel
TB --- 2011-03-22 18:33:25 - 3819.76 user 756.70 system 4883.73 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
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 powerpc64/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 16:47:24 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 16:47:24 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-03-22 16:47:24 - cleaning the object tree
TB --- 2011-03-22 16:47:41 - cvsupping the source tree
TB --- 2011-03-22 16:47:41 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-03-22 16:48:25 - building world
TB --- 2011-03-22 16:48:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 16:48:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 16:48:25 - TARGET=powerpc
TB --- 2011-03-22 16:48:25 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 16:48:25 - TZ=UTC
TB --- 2011-03-22 16:48:25 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 16:48:25 - cd /src
TB --- 2011-03-22 16:48:25 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 16:48:26 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 Mar 22 18:24:20 UTC 2011
TB --- 2011-03-22 18:24:21 - generating LINT kernel config
TB --- 2011-03-22 18:24:21 - cd /src/sys/powerpc/conf
TB --- 2011-03-22 18:24:21 - /usr/bin/make -B LINT
TB --- 2011-03-22 18:24:21 - building LINT kernel
TB --- 2011-03-22 18:24:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:24:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:24:21 - TARGET=powerpc
TB --- 2011-03-22 18:24:21 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 18:24:21 - TZ=UTC
TB --- 2011-03-22 18:24:21 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:24:21 - cd /src
TB --- 2011-03-22 18:24:21 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Mar 22 18:24:21 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
[...]
objcopy --strip-debug mlx.ko
=== mlx4 (all)
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 18:41:12 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 18:41:12 - ERROR: failed to build lint kernel
TB --- 2011-03-22 18:41:12 - 5334.27 user 1072.88 system 6827.43 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list

[head tinderbox] failure on arm/arm

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 18:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 18:50:00 - starting HEAD tinderbox run for arm/arm
TB --- 2011-03-22 18:50:00 - cleaning the object tree
TB --- 2011-03-22 18:50:13 - cvsupping the source tree
TB --- 2011-03-22 18:50:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2011-03-22 18:50:36 - building world
TB --- 2011-03-22 18:50:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:50:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:50:36 - TARGET=arm
TB --- 2011-03-22 18:50:36 - TARGET_ARCH=arm
TB --- 2011-03-22 18:50:36 - TZ=UTC
TB --- 2011-03-22 18:50:36 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:50:36 - cd /src
TB --- 2011-03-22 18:50:36 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 18:50:36 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
[...]
cc -O -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 19:37:14 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 19:37:14 - ERROR: failed to build world
TB --- 2011-03-22 19:37:14 - 2058.62 user 571.45 system 2833.65 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
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 i386/pc98

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 18:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 18:50:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-03-22 18:50:00 - cleaning the object tree
TB --- 2011-03-22 18:50:22 - cvsupping the source tree
TB --- 2011-03-22 18:50:22 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-03-22 18:50:36 - building world
TB --- 2011-03-22 18:50:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:50:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:50:36 - TARGET=pc98
TB --- 2011-03-22 18:50:36 - TARGET_ARCH=i386
TB --- 2011-03-22 18:50:36 - TZ=UTC
TB --- 2011-03-22 18:50:36 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:50:36 - cd /src
TB --- 2011-03-22 18:50:36 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 18:50:37 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 20:28:43 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 20:28:43 - ERROR: failed to build world
TB --- 2011-03-22 20:28:43 - 4796.82 user 808.30 system 5923.24 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
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 i386/i386

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 18:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 18:50:00 - starting HEAD tinderbox run for i386/i386
TB --- 2011-03-22 18:50:00 - cleaning the object tree
TB --- 2011-03-22 18:50:26 - cvsupping the source tree
TB --- 2011-03-22 18:50:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-03-22 18:50:39 - building world
TB --- 2011-03-22 18:50:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:50:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:50:39 - TARGET=i386
TB --- 2011-03-22 18:50:39 - TARGET_ARCH=i386
TB --- 2011-03-22 18:50:39 - TZ=UTC
TB --- 2011-03-22 18:50:39 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:50:39 - cd /src
TB --- 2011-03-22 18:50:39 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 18:50: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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 20:28:24 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 20:28:25 - ERROR: failed to build world
TB --- 2011-03-22 20:28:25 - 4798.68 user 789.82 system 5904.62 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
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 amd64/amd64

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 18:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 18:50:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-03-22 18:50:00 - cleaning the object tree
TB --- 2011-03-22 18:50:26 - cvsupping the source tree
TB --- 2011-03-22 18:50:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-03-22 18:55:49 - building world
TB --- 2011-03-22 18:55:49 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 18:55:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 18:55:49 - TARGET=amd64
TB --- 2011-03-22 18:55:49 - TARGET_ARCH=amd64
TB --- 2011-03-22 18:55:49 - TZ=UTC
TB --- 2011-03-22 18:55:49 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 18:55:49 - cd /src
TB --- 2011-03-22 18:55:49 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 18:55:50 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 20:34:59 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 20:34:59 - ERROR: failed to build world
TB --- 2011-03-22 20:34:59 - 4841.73 user 789.77 system 6298.82 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 19:37:14 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 19:37:14 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-22 19:37:14 - cleaning the object tree
TB --- 2011-03-22 19:37:23 - cvsupping the source tree
TB --- 2011-03-22 19:37:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-22 19:37:34 - building world
TB --- 2011-03-22 19:37:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 19:37:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 19:37:34 - TARGET=ia64
TB --- 2011-03-22 19:37:34 - TARGET_ARCH=ia64
TB --- 2011-03-22 19:37:34 - TZ=UTC
TB --- 2011-03-22 19:37:34 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 19:37:34 - cd /src
TB --- 2011-03-22 19:37:34 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 19:37:35 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 20:45:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 20:45:01 - ERROR: failed to build world
TB --- 2011-03-22 20:45:01 - 3205.00 user 590.24 system 4066.28 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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 mips/mips

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 20:28:25 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 20:28:25 - starting HEAD tinderbox run for mips/mips
TB --- 2011-03-22 20:28:25 - cleaning the object tree
TB --- 2011-03-22 20:28:33 - cvsupping the source tree
TB --- 2011-03-22 20:28:33 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2011-03-22 20:28:48 - building world
TB --- 2011-03-22 20:28:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 20:28:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 20:28:48 - TARGET=mips
TB --- 2011-03-22 20:28:48 - TARGET_ARCH=mips
TB --- 2011-03-22 20:28:48 - TZ=UTC
TB --- 2011-03-22 20:28:48 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 20:28:48 - cd /src
TB --- 2011-03-22 20:28:48 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 20:28:49 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
[...]
cc -O -pipe -G0  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O -pipe -G0  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 21:18:06 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 21:18:06 - ERROR: failed to build world
TB --- 2011-03-22 21:18:06 - 2180.20 user 545.24 system 2980.52 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
___
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 powerpc64/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 20:34:59 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 20:34:59 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-03-22 20:34:59 - cleaning the object tree
TB --- 2011-03-22 20:35:10 - cvsupping the source tree
TB --- 2011-03-22 20:35:10 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-03-22 20:35:28 - building world
TB --- 2011-03-22 20:35:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 20:35:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 20:35:28 - TARGET=powerpc
TB --- 2011-03-22 20:35:28 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 20:35:28 - TZ=UTC
TB --- 2011-03-22 20:35:28 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 20:35:28 - cd /src
TB --- 2011-03-22 20:35:28 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 20:35:29 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 21:33:17 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 21:33:17 - ERROR: failed to build world
TB --- 2011-03-22 21:33:17 - 2672.21 user 567.12 system 3498.02 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 20:45:01 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 20:45:01 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-03-22 20:45:01 - cleaning the object tree
TB --- 2011-03-22 20:45:10 - cvsupping the source tree
TB --- 2011-03-22 20:45:10 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-03-22 20:45:25 - building world
TB --- 2011-03-22 20:45:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 20:45:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 20:45:25 - TARGET=sparc64
TB --- 2011-03-22 20:45:25 - TARGET_ARCH=sparc64
TB --- 2011-03-22 20:45:25 - TZ=UTC
TB --- 2011-03-22 20:45:25 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 20:45:25 - cd /src
TB --- 2011-03-22 20:45:25 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 20:45: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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 21:39:09 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 21:39:09 - ERROR: failed to build world
TB --- 2011-03-22 21:39:09 - 2467.51 user 544.14 system 3247.74 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
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 powerpc/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 20:28:44 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 20:28:44 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-03-22 20:28:44 - cleaning the object tree
TB --- 2011-03-22 20:28:53 - cvsupping the source tree
TB --- 2011-03-22 20:28:53 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-03-22 20:29:06 - building world
TB --- 2011-03-22 20:29:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 20:29:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 20:29:06 - TARGET=powerpc
TB --- 2011-03-22 20:29:06 - TARGET_ARCH=powerpc
TB --- 2011-03-22 20:29:06 - TZ=UTC
TB --- 2011-03-22 20:29:06 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 20:29:06 - cd /src
TB --- 2011-03-22 20:29:06 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 20:29:07 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 21:57:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 21:57:47 - ERROR: failed to build world
TB --- 2011-03-22 21:57:47 - 4424.35 user 735.17 system 5342.80 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
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/sun4v

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 21:18:06 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 21:18:06 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-03-22 21:18:06 - cleaning the object tree
TB --- 2011-03-22 21:18:15 - cvsupping the source tree
TB --- 2011-03-22 21:18:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-03-22 21:18:28 - building world
TB --- 2011-03-22 21:18:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 21:18:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 21:18:28 - TARGET=sun4v
TB --- 2011-03-22 21:18:28 - TARGET_ARCH=sparc64
TB --- 2011-03-22 21:18:28 - TZ=UTC
TB --- 2011-03-22 21:18:28 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 21:18:28 - cd /src
TB --- 2011-03-22 21:18:28 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 21:18:29 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 22:08:17 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 22:08:17 - ERROR: failed to build world
TB --- 2011-03-22 22:08:17 - 2452.47 user 503.38 system 3010.38 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 22:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 22:10:00 - starting HEAD tinderbox run for arm/arm
TB --- 2011-03-22 22:10:00 - cleaning the object tree
TB --- 2011-03-22 22:10:07 - cvsupping the source tree
TB --- 2011-03-22 22:10:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2011-03-22 22:10:47 - building world
TB --- 2011-03-22 22:10:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 22:10:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 22:10:47 - TARGET=arm
TB --- 2011-03-22 22:10:47 - TARGET_ARCH=arm
TB --- 2011-03-22 22:10:47 - TZ=UTC
TB --- 2011-03-22 22:10:47 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 22:10:47 - cd /src
TB --- 2011-03-22 22:10:47 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 22:10:49 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
[...]
cc -O -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 22:57:13 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 22:57:13 - ERROR: failed to build world
TB --- 2011-03-22 22:57:13 - 2055.55 user 572.19 system 2833.41 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full
___
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 i386/pc98

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 22:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 22:10:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-03-22 22:10:00 - cleaning the object tree
TB --- 2011-03-22 22:10:07 - cvsupping the source tree
TB --- 2011-03-22 22:10:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-03-22 22:10:47 - building world
TB --- 2011-03-22 22:10:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 22:10:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 22:10:47 - TARGET=pc98
TB --- 2011-03-22 22:10:47 - TARGET_ARCH=i386
TB --- 2011-03-22 22:10:47 - TZ=UTC
TB --- 2011-03-22 22:10:47 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 22:10:47 - cd /src
TB --- 2011-03-22 22:10:47 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 22:10:49 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 23:48:46 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 23:48:46 - ERROR: failed to build world
TB --- 2011-03-22 23:48:46 - 4792.12 user 802.23 system 5926.29 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
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 amd64/amd64

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 22:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 22:10:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-03-22 22:10:00 - cleaning the object tree
TB --- 2011-03-22 22:10:07 - cvsupping the source tree
TB --- 2011-03-22 22:10:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-03-22 22:10:47 - building world
TB --- 2011-03-22 22:10:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 22:10:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 22:10:47 - TARGET=amd64
TB --- 2011-03-22 22:10:47 - TARGET_ARCH=amd64
TB --- 2011-03-22 22:10:47 - TZ=UTC
TB --- 2011-03-22 22:10:47 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 22:10:47 - cd /src
TB --- 2011-03-22 22:10:47 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 22:10:49 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 23:49:33 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 23:49:33 - ERROR: failed to build world
TB --- 2011-03-22 23:49:33 - 4834.62 user 792.77 system 5973.26 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
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 i386/i386

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 22:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 22:10:00 - starting HEAD tinderbox run for i386/i386
TB --- 2011-03-22 22:10:00 - cleaning the object tree
TB --- 2011-03-22 22:10:07 - cvsupping the source tree
TB --- 2011-03-22 22:10:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-03-22 22:15:31 - building world
TB --- 2011-03-22 22:15:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 22:15:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 22:15:31 - TARGET=i386
TB --- 2011-03-22 22:15:31 - TARGET_ARCH=i386
TB --- 2011-03-22 22:15:31 - TZ=UTC
TB --- 2011-03-22 22:15:31 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 22:15:31 - cd /src
TB --- 2011-03-22 22:15:31 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 22:15:32 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
[...]
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_common.c
cc -O2 -pipe  -I/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT 
-DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers 
-Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-format -c /src/sbin/hastctl/../hastd/proto_tcp4.c
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_setup_new':
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: (Each undeclared identifier 
is reported only once
/src/sbin/hastctl/../hastd/proto_tcp4.c:188: error: for each function it 
appears in.)
/src/sbin/hastctl/../hastd/proto_tcp4.c: In function 'tcp4_address_match':
/src/sbin/hastctl/../hastd/proto_tcp4.c:513: error: 'PROTO_TCP4_DEFAULT_PORT' 
undeclared (first use in this function)
*** Error code 1

Stop in /src/sbin/hastctl.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-22 23:53:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-22 23:53:58 - ERROR: failed to build world
TB --- 2011-03-22 23:53:58 - 4798.68 user 772.28 system 6238.38 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 22:57:14 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 22:57:14 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-22 22:57:14 - cleaning the object tree
TB --- 2011-03-22 22:57:20 - cvsupping the source tree
TB --- 2011-03-22 22:57:20 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-22 22:58:05 - building world
TB --- 2011-03-22 22:58:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 22:58:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 22:58:05 - TARGET=ia64
TB --- 2011-03-22 22:58:05 - TARGET_ARCH=ia64
TB --- 2011-03-22 22:58:05 - TZ=UTC
TB --- 2011-03-22 22:58:05 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 22:58:05 - cd /src
TB --- 2011-03-22 22:58:05 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 22:58:05 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 Mar 23 00:23:58 UTC 2011
TB --- 2011-03-23 00:23:58 - generating LINT kernel config
TB --- 2011-03-23 00:23:58 - cd /src/sys/ia64/conf
TB --- 2011-03-23 00:23:58 - /usr/bin/make -B LINT
TB --- 2011-03-23 00:23:58 - building LINT kernel
TB --- 2011-03-23 00:23:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 00:23:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 00:23:58 - TARGET=ia64
TB --- 2011-03-23 00:23:58 - TARGET_ARCH=ia64
TB --- 2011-03-23 00:23:58 - TZ=UTC
TB --- 2011-03-23 00:23:58 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 00:23:58 - cd /src
TB --- 2011-03-23 00:23:58 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 00:23:58 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
[...]
 from /src/sys/modules/mlx4/../../ofed/include/linux/sched.h:33,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kthread.h:39,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kernel.h:41,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/runq.h:58: error: conflicting types for '__ffsl'
/src/sys/modules/mlx4/../../ofed/include/linux/bitops.h:53: error: previous 
definition of '__ffsl' was here
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 00:48:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 00:48:47 - ERROR: failed to build lint kernel
TB --- 2011-03-23 00:48:47 - 5408.02 user 863.41 system 6692.86 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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 powerpc64/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 23:53:59 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 23:53:59 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-03-22 23:53:59 - cleaning the object tree
TB --- 2011-03-22 23:54:06 - cvsupping the source tree
TB --- 2011-03-22 23:54:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-03-22 23:54:16 - building world
TB --- 2011-03-22 23:54:16 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 23:54:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 23:54:16 - TARGET=powerpc
TB --- 2011-03-22 23:54:16 - TARGET_ARCH=powerpc64
TB --- 2011-03-22 23:54:16 - TZ=UTC
TB --- 2011-03-22 23:54:16 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 23:54:16 - cd /src
TB --- 2011-03-22 23:54:16 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 23:54:17 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 Mar 23 01:31:36 UTC 2011
TB --- 2011-03-23 01:31:36 - generating LINT kernel config
TB --- 2011-03-23 01:31:36 - cd /src/sys/powerpc/conf
TB --- 2011-03-23 01:31:36 - /usr/bin/make -B LINT
TB --- 2011-03-23 01:31:36 - building LINT kernel
TB --- 2011-03-23 01:31:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 01:31:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 01:31:36 - TARGET=powerpc
TB --- 2011-03-23 01:31:36 - TARGET_ARCH=powerpc64
TB --- 2011-03-23 01:31:36 - TZ=UTC
TB --- 2011-03-23 01:31:36 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 01:31:36 - cd /src
TB --- 2011-03-23 01:31:36 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 01:31:36 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
[...]
objcopy --strip-debug mlx.ko
=== mlx4 (all)
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c
cc -O2 -pipe -DINET6 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc  -I/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4 
-I/src/sys/modules/mlx4/../../ofed/include/ -DHAVE_KERNEL_OPTION_HEADERS 
-include /obj/powerpc.powerpc64/src/sys/LINT/opt_global.h -I. -I@ 
-I@/contrib/altq -finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common  -mlongcall -fno-omit-frame-pointer 
-I/obj/powerpc.powerpc64/src/sys/LINT -fno-builtin -msoft-float -mno-altivec 
-mcall-aixdesc -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 -Wno-cast-qual -Wno-pointer-arith 
-fms-extensions -c /src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 01:49:47 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 01:49:47 - ERROR: failed to build lint kernel
TB --- 2011-03-23 01:49:47 - 5350.59 user 1082.63 system 6947.87 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list

[head tinderbox] failure on powerpc/powerpc

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-22 23:49:34 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-22 23:49:34 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-03-22 23:49:34 - cleaning the object tree
TB --- 2011-03-22 23:49:39 - cvsupping the source tree
TB --- 2011-03-22 23:49:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-03-22 23:49:53 - building world
TB --- 2011-03-22 23:49:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-22 23:49:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-22 23:49:53 - TARGET=powerpc
TB --- 2011-03-22 23:49:53 - TARGET_ARCH=powerpc
TB --- 2011-03-22 23:49:53 - TZ=UTC
TB --- 2011-03-22 23:49:53 - __MAKE_CONF=/dev/null
TB --- 2011-03-22 23:49:53 - cd /src
TB --- 2011-03-22 23:49:53 - /usr/bin/make -B buildworld
 World build started on Tue Mar 22 23:49:53 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 Mar 23 01:34:12 UTC 2011
TB --- 2011-03-23 01:34:12 - generating LINT kernel config
TB --- 2011-03-23 01:34:12 - cd /src/sys/powerpc/conf
TB --- 2011-03-23 01:34:12 - /usr/bin/make -B LINT
TB --- 2011-03-23 01:34:12 - building LINT kernel
TB --- 2011-03-23 01:34:12 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 01:34:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 01:34:12 - TARGET=powerpc
TB --- 2011-03-23 01:34:12 - TARGET_ARCH=powerpc
TB --- 2011-03-23 01:34:12 - TZ=UTC
TB --- 2011-03-23 01:34:12 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 01:34:12 - cd /src
TB --- 2011-03-23 01:34:12 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 01:34:12 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
[...]
In file included from /src/sys/modules/mlx4/../../ofed/include/asm/atomic.h:35,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/device.h:40,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/dma-mapping.h:32,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:38:
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_set':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:51: warning: passing 
argument 1 of 'atomic_store_rel_32' from incompatible pointer type
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h: In function 
'atomic_long_read':
/src/sys/modules/mlx4/../../ofed/include/asm/atomic-long.h:57: warning: passing 
argument 1 of 'atomic_load_acq_32' from incompatible pointer type
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 01:51:06 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 01:51:06 - ERROR: failed to build lint kernel
TB --- 2011-03-23 01:51:06 - 5903.45 user 973.44 system 7292.27 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-23 00:47:48 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-23 00:47:48 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-03-23 00:47:48 - cleaning the object tree
TB --- 2011-03-23 00:47:53 - cvsupping the source tree
TB --- 2011-03-23 00:47:53 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-03-23 00:48:07 - building world
TB --- 2011-03-23 00:48:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 00:48:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 00:48:07 - TARGET=sparc64
TB --- 2011-03-23 00:48:07 - TARGET_ARCH=sparc64
TB --- 2011-03-23 00:48:07 - TZ=UTC
TB --- 2011-03-23 00:48:07 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 00:48:07 - cd /src
TB --- 2011-03-23 00:48:07 - /usr/bin/make -B buildworld
 World build started on Wed Mar 23 00:48:08 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 Mar 23 01:52:19 UTC 2011
TB --- 2011-03-23 01:52:19 - generating LINT kernel config
TB --- 2011-03-23 01:52:19 - cd /src/sys/sparc64/conf
TB --- 2011-03-23 01:52:19 - /usr/bin/make -B LINT
TB --- 2011-03-23 01:52:19 - building LINT kernel
TB --- 2011-03-23 01:52:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 01:52:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 01:52:19 - TARGET=sparc64
TB --- 2011-03-23 01:52:19 - TARGET_ARCH=sparc64
TB --- 2011-03-23 01:52:19 - TZ=UTC
TB --- 2011-03-23 01:52:19 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 01:52:19 - cd /src
TB --- 2011-03-23 01:52:19 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 01:52:19 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
[...]
cc1: warnings being treated as errors
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'dump_err_buf':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: implicit 
declaration of function 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:58: warning: nested 
extern declaration of 'readl'
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c: In function 
'mlx4_start_catas_poll':
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: 
'VM_MEMATTR_UNCACHED' undeclared (first use in this function)
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: (Each 
undeclared identifier is reported only once
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/catas.c:127: error: for each 
function it appears in.)
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 02:08:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 02:08:37 - ERROR: failed to build lint kernel
TB --- 2011-03-23 02:08:37 - 3840.62 user 735.78 system 4848.67 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
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/sun4v

2011-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-23 00:48:48 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-23 00:48:48 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-03-23 00:48:48 - cleaning the object tree
TB --- 2011-03-23 00:48:53 - cvsupping the source tree
TB --- 2011-03-23 00:48:53 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-03-23 00:49:05 - building world
TB --- 2011-03-23 00:49:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 00:49:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 00:49:05 - TARGET=sun4v
TB --- 2011-03-23 00:49:05 - TARGET_ARCH=sparc64
TB --- 2011-03-23 00:49:05 - TZ=UTC
TB --- 2011-03-23 00:49:05 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 00:49:05 - cd /src
TB --- 2011-03-23 00:49:05 - /usr/bin/make -B buildworld
 World build started on Wed Mar 23 00:49: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 Wed Mar 23 01:53:22 UTC 2011
TB --- 2011-03-23 01:53:22 - generating LINT kernel config
TB --- 2011-03-23 01:53:22 - cd /src/sys/sun4v/conf
TB --- 2011-03-23 01:53:22 - /usr/bin/make -B LINT
TB --- 2011-03-23 01:53:22 - building LINT kernel
TB --- 2011-03-23 01:53:22 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 01:53:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 01:53:22 - TARGET=sun4v
TB --- 2011-03-23 01:53:22 - TARGET_ARCH=sparc64
TB --- 2011-03-23 01:53:22 - TZ=UTC
TB --- 2011-03-23 01:53:22 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 01:53:22 - cd /src
TB --- 2011-03-23 01:53:22 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 01:53:22 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
[...]
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/cpu.h:71:1: error: unlikely redefined
In file included from /src/sys/modules/mlx4/../../ofed/include/linux/types.h:33,
 from /src/sys/modules/mlx4/../../ofed/include/linux/slab.h:36,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:35:
/src/sys/modules/mlx4/../../ofed/include/linux/compiler.h:60:1: error: this is 
the location of the previous definition
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/sun4v.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 02:09:27 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 02:09:27 - ERROR: failed to build lint kernel
TB --- 2011-03-23 02:09:27 - 3819.74 user 741.91 system 4839.31 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
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


Re: HEADS UP: OFED stack merge tonight.

2011-03-22 Thread Mattia Rossi

On 21/03/11 18:36, Jeff Roberson wrote:
[..]

I would not expect any instability in non ofed systems from this import.



Hi Jeff,

I've tried to compile netstat, and it bails out immediately if I try to 
make obj:


/usr/src/usr.bin/netstat/Makefile, line 21: Malformed conditional 
(${MK_OFED} != no)

/usr/src/usr.bin/netstat/Makefile, line 23: if-less endif
make: fatal errors encountered -- cannot continue

Mat
___
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-03-22 Thread FreeBSD Tinderbox
TB --- 2011-03-23 03:05:27 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-03-23 03:05:27 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-03-23 03:05:27 - cleaning the object tree
TB --- 2011-03-23 03:05:35 - cvsupping the source tree
TB --- 2011-03-23 03:05:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-03-23 03:05:47 - building world
TB --- 2011-03-23 03:05:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 03:05:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 03:05:47 - TARGET=ia64
TB --- 2011-03-23 03:05:47 - TARGET_ARCH=ia64
TB --- 2011-03-23 03:05:47 - TZ=UTC
TB --- 2011-03-23 03:05:47 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 03:05:47 - cd /src
TB --- 2011-03-23 03:05:47 - /usr/bin/make -B buildworld
 World build started on Wed Mar 23 03:05:47 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 Mar 23 04:31:09 UTC 2011
TB --- 2011-03-23 04:31:09 - generating LINT kernel config
TB --- 2011-03-23 04:31:09 - cd /src/sys/ia64/conf
TB --- 2011-03-23 04:31:09 - /usr/bin/make -B LINT
TB --- 2011-03-23 04:31:09 - building LINT kernel
TB --- 2011-03-23 04:31:09 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-03-23 04:31:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-03-23 04:31:09 - TARGET=ia64
TB --- 2011-03-23 04:31:09 - TARGET_ARCH=ia64
TB --- 2011-03-23 04:31:09 - TZ=UTC
TB --- 2011-03-23 04:31:09 - __MAKE_CONF=/dev/null
TB --- 2011-03-23 04:31:09 - cd /src
TB --- 2011-03-23 04:31:09 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Mar 23 04:31:09 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
[...]
 from /src/sys/modules/mlx4/../../ofed/include/linux/sched.h:33,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kthread.h:39,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/kernel.h:41,
 from 
/src/sys/modules/mlx4/../../ofed/include/linux/spinlock.h:37,
 from /src/sys/modules/mlx4/../../ofed/include/linux/mm.h:31,
 from 
/src/sys/modules/mlx4/../../ofed/drivers/net/mlx4/alloc.c:36:
./machine/runq.h:58: error: conflicting types for '__ffsl'
/src/sys/modules/mlx4/../../ofed/include/linux/bitops.h:53: error: previous 
definition of '__ffsl' was here
*** Error code 1

Stop in /src/sys/modules/mlx4.
*** Error code 1

Stop in /src/sys/modules.
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-03-23 04:55:59 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-03-23 04:55:59 - ERROR: failed to build lint kernel
TB --- 2011-03-23 04:55:59 - 5392.32 user 872.36 system 6632.05 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
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