Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-02-28 Thread Weongyo Jeong
On Sat, Feb 27, 2010 at 01:15:35AM +0200, Alex RAY wrote:
 Hi Weongyo,
 
 Can new siba release operate in systems like in this SVG image?
 System example: CPU BCM5836 + Wi-Fi BCM4318

Recent changes of siba(4) by myself doesn't change code flow, layout and
doesn't include enhancements if you're an user of SENTRY5 mips CPU (like
BCM5836)

All I did on recent changes were to put common routines or codes which
could be used for original siba(4).  These codes are only used for
bwn(4) driver currently and don't be merged with original siba(4).  That
means there are two separated codes in current siba(4) so merging two
into one is a TODO.

I have no idea current siba(4) supports a system using on CPU BCM5836 +
Wi-Fi BCM4318 but in theory it should work without problems though I
didn't test.

 And can we compile siba bus code without pci code?

I think it looks that it could be possible to compile without pci code.
But makes sure that your device doesn't have PCI core.

regards,
Weongyo Jeong

___
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: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-02-28 Thread Aditya Sarawgi
On Wed, Dec 23, 2009 at 11:51:34AM -0800, Weongyo Jeong wrote:
 On Wed, Dec 23, 2009 at 08:18:48AM +, Aditya Sarawgi wrote:
  On Tue, Dec 22, 2009 at 07:53:31PM -0800, Weongyo Jeong wrote:
   Hello,
   
   Now bwn(4) is available at the public and waiting test and review.  The
   status of this driver is *alpha* so could make panics, warnings and
   errors.  Please let me know if you encounter problems.
   
   The following NICs all I have are only tested on the little endian 64bit
   machine and big endian 32bit machine.
   
 - Broadcom BCM4306 802.11b/g Wireless
 - Broadcom BCM4318 802.11b/g Wireless
   
   I tested basic RX, TX and WPA association as STA mode and checked it
   worked.
   
   As you might know there are still a lot of TODO in the driver so you
   could see some verbose messages during testing so please ignore or let
   me know it makes problems.
   
   == How to build and load ==
   
 # cd /usr/src/sys
 # fetch http://people.freebsd.org/~weongyo/bwn_20091222.tar.gz
 # tar xzf bwn_20091222.tar.gz
 # cd modules/ssb
 # make  make install
 # cd ../..
 # cd modules/bwn
 # make  make install
 # cd somewhere
 # fetch http://people.freebsd.org/~weongyo/bwn_ports_20091222.tar.gz
 # tar xzf bwn_ports_20091222.tar.gz
 # cd sysutils/b43-fwcutter
 # make install clean
 # cd ../..
 # cd net/bwn-firmware-kmod
 # make install clean
 #
 # kldload ssb
 # kldload bwn_v4_ucode
 # kldload if_bwn
   
   regards,
   Weongyo Jeong
   
  
  Hi,
  
  The driver doesn't work with BCM4315, here's what dmesg shows 
  
  ssb0: Broadcom BCM4315 802.11b/g Wireless mem 0xf400-0xf4003fff 
  irq 19 at device 0.0 on pci6
  bwn0 on ssb0
  bwn0: unsupported PHY type (5)
  device_attach: bwn0 attach returned 6
 
 I see that your device has LP-PHY instead of A/B/G/N PHYs so currently
 it's not supported by bwn(4).
 
 AFAIK linux has a weak but working implementation so we could refer to
 other Open Sources.
 
 regards,
 Weongyo Jeong
 

Hi,

It still doesn't work, when I try to do 
ifconfig bwn0 scan
I get
ifconfig: unable to get the scan results

The device is getting recognized properly 
here's the dmesg

siba_bwn0: Broadcom BCM4312 802.11b/g Wireless mem 
0xf400-0xf4003fff irq 19 at device 0.0 on pci6
bwn0 on siba_bwn0
bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO 
(manuf 0x17f ver 0x2062 rev 2)
bwn0: DMA (64 bits)
bwn0: Using 1 MSI messages
bwn0: [FILTER]

I have loaded the following modules
bwn_v4_ucode.ko
if_bwn.ko
siba_bwn.ko



-- 
Aditya Sarawgi
___
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: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-02-28 Thread Miki
Hi,

Thanks for the work !

I have some problems here when I try to create a wlan interface :
bwn_v4_ucode5: could not load firmware image, error 2
bwn0: the fw file(bwn_v4_ucode5) not found

I have installed bwn-firmware-kmod from ports but the only files I have in
/boot/modules are bwn_v4_lp_ucode.ko and bwn_v4_ucode.ko. So I tried to
copy bwn_v4_ucode to bwn_v4_ucode5 and it seems to work : wlan0 is
created, I can associate to an open Access Point and obtain a DHCP lease.
But if I try to do some network IO (browsing the web) the interface hang
(I cannot obtain a lease anymore).

I'm running :
FreeBSD acheron.homeunix.org 9.0-CURRENT FreeBSD 9.0-CURRENT #3 r204476M:
Sun Feb 28 20:27:03 CET 2010
m...@acheron.homeunix.org:/usr/obj/usr/src/sys/ACHERON  amd64

kernel and world are in sync.

pciconf -lcv output :

siba_b...@pci0:4:0:0: class=0x028000 card=0x70011799 chip=0x432014e4
rev=0x03 hdr=0x00
vendor = 'Broadcom Corporation'
device = '802.11b/g Wireless LAN Controller (BCM4309)'
class  = network

verbose dmesg output :

siba_bwn0: Broadcom BCM4306 802.11b/g Wireless mem
0xfe6fe000-0xfe6f irq 16 at device 0.0 on pci4
siba_bwn0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xfe6fe000
bwn0 on siba_bwn0
bwn0: WLAN (chipid 0x4306 rev 5) PHY (analog 2 type 2 rev 2) RADIO
(manuf 0x17f ver 0x2050 rev 2)
bwn0: DMA (30 bits)
bwn0: [MPSAFE]
bwn0: [FILTER]
bwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
bwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps
24Mbps 36Mbps 48Mbps 54Mbps

dmesg output when I create a wlan interface :

wlan0: bpf attached
wlan0: Ethernet address: 00:11:50:16:c4:47
bwn0: need multicast update callback
last message repeated 2 times
firmware: 'bwn_v4_ucode5' version 0: 22384 bytes loaded at 0x80c40800
firmware: 'bwn_v4_ucode11' version 0: 29864 bytes loaded at 0x80c45f70
firmware: 'bwn_v4_ucode13' version 0: 32232 bytes loaded at 0x80c4d418
firmware: 'bwn_v4_ucode14' version 0: 31384 bytes loaded at 0x80c55200
firmware: 'bwn_v4_ucode15' version 0: 30488 bytes loaded at 0x80c5cc98
firmware: 'bwn_v4_pcm5' version 0: 1320 bytes loaded at 0x80c643b0
firmware: 'bwn_v4_a0g1initvals5' version 0: 1840 bytes loaded at
0x80c648d8
firmware: 'bwn_v4_a0g0initvals5' version 0: 1840 bytes loaded at
0x80c65008
firmware: 'bwn_v4_b0g0initvals5' version 0: 1840 bytes loaded at
0x80c65738
firmware: 'bwn_v4_b0g0initvals13' version 0: 2080 bytes loaded at
0x80c65e68
firmware: 'bwn_v4_a0g1bsinitvals5' version 0: 158 bytes loaded at
0x80c66688
firmware: 'bwn_v4_a0g0bsinitvals5' version 0: 158 bytes loaded at
0x80c66726
firmware: 'bwn_v4_b0g0bsinitvals5' version 0: 158 bytes loaded at
0x80c667c4
firmware: 'bwn_v4_lp0initvals13' version 0: 3618 bytes loaded at
0x80c66862
firmware: 'bwn_v4_lp0initvals14' version 0: 2064 bytes loaded at
0x80c67684
firmware: 'bwn_v4_lp0initvals15' version 0: 2052 bytes loaded at
0x80c67e94
firmware: 'bwn_v4_lp0bsinitvals13' version 0: 158 bytes loaded at
0x80c68698
firmware: 'bwn_v4_lp0bsinitvals14' version 0: 158 bytes loaded at
0x80c68736
firmware: 'bwn_v4_lp0bsinitvals15' version 0: 158 bytes loaded at
0x80c687d4
firmware: 'bwn_v4_n0bsinitvals11' version 0: 158 bytes loaded at
0x80c68872
bwn0: firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a)
wlan0: ieee80211_new_state_locked: pending
INIT - SCAN transition lost
Feb 28 19:57:19 acheron kernel: wlan0: link state changed to UP
Feb 28 19:57:19 acheron kernel: bwn0: need multicast update callback
Feb 28 19:57:19 acheron last message repeated 2 times
Feb 28 19:57:19 acheron dhclient: New IP Address (wlan0): 192.168.2.36
Feb 28 19:57:19 acheron dhclient: New Subnet Mask (wlan0): 255.255.255.0
Feb 28 19:57:19 acheron dhclient: New Broadcast Address (wlan0): 192.168.2.255
Feb 28 19:57:19 acheron dhclient: New Routers (wlan0): 192.168.2.1
___
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


Problem with new bwn driver on -CURRENT

2010-02-28 Thread Joe Marcus Clarke
I was extremely pleased to see this driver, so I could get off of the
flaky NDIS version.  I have a Dell Vostra 2510 with a LP bwn mini-PCI
card.  I have set if_bwn_load=YES in /boot/loader.conf.  I also have
bwn_v4_lp_ucode_load=YES set.

The firmware and driver loads.  However, if_bwn doesn't attach to the
card.  Once the OS is fully booted, I kldunload if_bwn, then reload it,
and the driver attaches just fine.  Once it is attached, however, I can
pass traffic just fine, but I get a large number of these messages on
the console, and the traffic rate is not what it was with the NDIS
driver:

bwn0: out of bounds of the square-root table (-770884)
bwn0: out of bounds of the square-root table (-225625)
bwn0: out of bounds of the square-root table (-240100)

When I boot with verbose mode, I only see the siba driver attach to the
card:

siba_bwn0: Broadcom BCM4312 802.11b/g Wireless mem 0xf400-0xf4003fff irq 
19 at device 0.0 on pci6

My pciconf output is:

siba_b...@pci0:6:0:0:   class=0x028000 card=0x000b1028 chip=0x431514e4 rev=0x01 
hdr=0x00
vendor = 'Broadcom Corporation'
device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)'
class  = network

When the driver does attach, I see:

bwn0 on siba_bwn0
bwn0: WLAN (chipid 0x4312 rev 15) PHY (analog 6 type 5 rev 1) RADIO (manuf 0x17f
bwn0: DMA (64 bits)
bwn0: MSI count : 1
siba_bwn0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 258 to local APIC 1 vector 54
siba_bwn0: using IRQ 258 for MSI
bwn0: Using 1 MSI messages
bwn0: [MPSAFE]
bwn0: [FILTER]
bwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
bwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36M
bps 48Mbps 54Mbps
wlan0: bpf attached
wlan0: bpf attached

Am I missing anything to get this to attach at boot time?  Thanks.

Joe


-- 
Joe Marcus Clarke
FreeBSD GNOME Team  ::  gn...@freebsd.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome


signature.asc
Description: This is a digitally signed message part


minidump fails on SMP machines

2010-02-28 Thread Andrew Brampton
Hello,

When many interrupts are firing on my amd64 SMP machine, and a panic
occurs, dump will fail with the error Attempt to write outside dump
device boundaries. This problem has been discussed before[1][2], and
I even filled a PR about it last year[3].

From what I understand the reason this occurs is because interrupts
are not disabled on all cores during the dump. There was even a TODO
comment about this in kern_shutdown.c
 414/* XXX This doesn't disable interrupts any more.  Reconsider? */
 415splhigh();

However, looking at my FreeBSD 8.0 and HEAD source, these two lines
were removed by commit r196198 by attilio. Now that commit seems to
deal with disabling interrupts on other cores, but perhaps not
specifically to fix this bug. So my question is, should this dump bug
now be fixed? Or should the XXX comment been left in? Or is the dump
bug caused by something else? I would appreciate this problem being
fixed, as it causes me a lot of headaches when trying to debug my
kernel module :(.

On a side note, I read that my problem only occurs when using
minidump. Is it possible to do a full dump to avoid this problem, if
so how?

thanks
Andrew

[1] http://lists.freebsd.org/pipermail/freebsd-current/2008-January/082752.html
[2] http://lists.freebsd.org/pipermail/freebsd-current/2008-June/086574.html
[3] http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/139614
___
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: minidump fails on SMP machines

2010-02-28 Thread Attilio Rao
2010/2/28 Andrew Brampton brampton+free...@gmail.com:
 Hello,

 When many interrupts are firing on my amd64 SMP machine, and a panic
 occurs, dump will fail with the error Attempt to write outside dump
 device boundaries. This problem has been discussed before[1][2], and
 I even filled a PR about it last year[3].

 From what I understand the reason this occurs is because interrupts
 are not disabled on all cores during the dump. There was even a TODO
 comment about this in kern_shutdown.c
  414        /* XXX This doesn't disable interrupts any more.  Reconsider? */
  415        splhigh();

 However, looking at my FreeBSD 8.0 and HEAD source, these two lines
 were removed by commit r196198 by attilio. Now that commit seems to
 deal with disabling interrupts on other cores, but perhaps not
 specifically to fix this bug. So my question is, should this dump bug
 now be fixed? Or should the XXX comment been left in? Or is the dump
 bug caused by something else? I would appreciate this problem being
 fixed, as it causes me a lot of headaches when trying to debug my
 kernel module :(.

So, I didn't look in big detail to your problem, but specifically,
spinlock_enter() just disable the interrupts on the machine it runs
on. If you want to handle also the APs case you need to install an IPI
or maybe you can do this with a rendezvous points.

Said that, please also note that the place where spinlock_enter() is
called now is too late wrt dumping -- I assume physical dump to happen
far earlier than the spinlock_exit().


Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
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


check for jailed environment for adjkerntz

2010-02-28 Thread Subbsd
jail with complete type have standard crontab a file of tasks. However not
all standard task are adapted for work in jail an environment. For example
adjkerntz which generates

adjkerntz [46733]: sysctl (set: machdep.wall_cmos_clock): Operation not
permitted

I suggest to give adjkerntz concept about jail in which to it it is not
necessary to work:


--- adjkerntz.c-orig2010-03-01 01:53:01.0 +0300
+++ adjkerntz.c 2010-03-01 02:03:45.0 +0300
@@ -80,7 +80,7 @@
struct tm local;
struct timeval tv, *stv;
struct timezone tz, *stz;
-   int kern_offset, wall_clock, disrtcset;
+   int kern_offset, wall_clock, disrtcset, jailed;
size_t len;
/* Avoid time_t here, can be unsigned long or worse */
long offset, localsec, diff;
@@ -118,6 +118,16 @@
if (init)
sleep_mode = True;

+len = sizeof(jailed);
+if (sysctlbyname(security.jail.jailed, jailed, len, NULL, 0) ==
-1) {
+syslog(LOG_ERR, sysctl(\security.jail.jailed\): %m);
+return 1;
+}
+if (jailed!=0) {
+//not for jail
+return 1;
+}
+
sigemptyset(mask);
sigemptyset(emask);
sigaddset(mask, SIGTERM);
___
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


Crash with today's HEAD (r204479) appears to be wlan-related

2010-02-28 Thread Doug Barton
Loaded symbols for /boot/kernel/wpifw.ko
#0  doadump () at pcpu.h:246
246 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) #0  doadump () at pcpu.h:246
#1  0xc05f668f in boot (howto=260)
at /usr/local/src/sys/kern/kern_shutdown.c:416
#2  0xc05f6972 in panic (fmt=Variable fmt is not available.
) at /usr/local/src/sys/kern/kern_shutdown.c:579
#3  0xc06ec73f in in_control (so=0xc6c2c80c, cmd=2149607705,
data=0xc5e677c0 wlan0, ifp=0xc5dec000, td=0xc6654480)
at /usr/local/src/sys/netinet/in.c:603
#4  0xc06a0f40 in ifioctl (so=0xc6c2c80c, cmd=2149607705,
data=0xc5e677c0 wlan0, td=0xc6654480)
at /usr/local/src/sys/net/if.c:2451
#5  0xc0640b35 in soo_ioctl (fp=0xc65a38f8, cmd=2149607705,
data=0xc5e677c0,
active_cred=0xc593e400, td=0xc6654480)
at /usr/local/src/sys/kern/sys_socket.c:212
#6  0xc063ae3d in kern_ioctl (td=0xc6654480, fd=3, com=2149607705,
data=0xc5e677c0 wlan0) at file.h:247
#7  0xc063afbf in ioctl (td=0xc6654480, uap=0xeac5bcf8)
at /usr/local/src/sys/kern/sys_generic.c:678
#8  0xc0863f6a in syscall (frame=0xeac5bd38)
at /usr/local/src/sys/i386/i386/trap.c:1109
#9  0xc08471e0 in Xint0x80_syscall ()
at /usr/local/src/sys/i386/i386/exception.s:261
#10 0x0033 in ?? ()
Previous frame inner to this frame (corrupt stack?)
(kgdb)

core.txt.0 is in my home directory on freefall.


Doug

-- 

... and that's just a little bit of history repeating.
-- Propellerheads

Improve the effectiveness of your Internet presence with
a domain name makeover!http://SupersetSolutions.com/

___
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

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 03:35:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 03:35:00 - starting HEAD tinderbox run for arm/arm
TB --- 2010-03-01 03:35:00 - cleaning the object tree
TB --- 2010-03-01 03:35:11 - cvsupping the source tree
TB --- 2010-03-01 03:35:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2010-03-01 03:37:07 - building world
TB --- 2010-03-01 03:37:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 03:37:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 03:37:07 - TARGET=arm
TB --- 2010-03-01 03:37:07 - TARGET_ARCH=arm
TB --- 2010-03-01 03:37:07 - TZ=UTC
TB --- 2010-03-01 03:37:07 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 03:37:07 - cd /src
TB --- 2010-03-01 03:37:07 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 03:37:08 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O -pipe  -DINET6 -std=gnu99 -Wno-pointer-sign -c /src/usr.bin/systat/cmds.c
cc -O -pipe  -DINET6 -std=gnu99 -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/arm/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 04:21:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 04:21:37 - ERROR: failed to build world
TB --- 2010-03-01 04:21:37 - 1962.66 user 494.62 system 2797.82 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/i386

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 03:35:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 03:35:00 - starting HEAD tinderbox run for i386/i386
TB --- 2010-03-01 03:35:00 - cleaning the object tree
TB --- 2010-03-01 03:35:31 - cvsupping the source tree
TB --- 2010-03-01 03:35:31 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2010-03-01 03:37:07 - building world
TB --- 2010-03-01 03:37:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 03:37:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 03:37:07 - TARGET=i386
TB --- 2010-03-01 03:37:07 - TARGET_ARCH=i386
TB --- 2010-03-01 03:37:07 - TZ=UTC
TB --- 2010-03-01 03:37:07 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 03:37:07 - cd /src
TB --- 2010-03-01 03:37:07 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 03:37:08 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/i386/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 04:30:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 04:30:50 - ERROR: failed to build world
TB --- 2010-03-01 04:30:50 - 2456.39 user 505.20 system 3350.48 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 i386/pc98

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 03:35:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 03:35:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2010-03-01 03:35:00 - cleaning the object tree
TB --- 2010-03-01 03:35:30 - cvsupping the source tree
TB --- 2010-03-01 03:35:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2010-03-01 03:37:07 - building world
TB --- 2010-03-01 03:37:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 03:37:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 03:37:07 - TARGET=pc98
TB --- 2010-03-01 03:37:07 - TARGET_ARCH=i386
TB --- 2010-03-01 03:37:07 - TZ=UTC
TB --- 2010-03-01 03:37:07 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 03:37:07 - cd /src
TB --- 2010-03-01 03:37:07 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 03:37:08 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/pc98/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 04:31:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 04:31:01 - ERROR: failed to build world
TB --- 2010-03-01 04:31:01 - 2445.48 user 526.98 system 3361.33 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

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 03:35:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 03:35:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2010-03-01 03:35:00 - cleaning the object tree
TB --- 2010-03-01 03:35:34 - cvsupping the source tree
TB --- 2010-03-01 03:35:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2010-03-01 03:37:33 - building world
TB --- 2010-03-01 03:37:33 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 03:37:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 03:37:33 - TARGET=amd64
TB --- 2010-03-01 03:37:33 - TARGET_ARCH=amd64
TB --- 2010-03-01 03:37:33 - TZ=UTC
TB --- 2010-03-01 03:37:33 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 03:37:33 - cd /src
TB --- 2010-03-01 03:37:33 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 03:37:34 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers or 
'...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 04:32:20 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 04:32:20 - ERROR: failed to build world
TB --- 2010-03-01 04:32:20 - 2483.05 user 507.58 system 3440.46 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 mips/mips

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 04:30:50 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 04:30:50 - starting HEAD tinderbox run for mips/mips
TB --- 2010-03-01 04:30:50 - cleaning the object tree
TB --- 2010-03-01 04:30:59 - cvsupping the source tree
TB --- 2010-03-01 04:30:59 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2010-03-01 04:33:31 - building world
TB --- 2010-03-01 04:33:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 04:33:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 04:33:31 - TARGET=mips
TB --- 2010-03-01 04:33:31 - TARGET_ARCH=mips
TB --- 2010-03-01 04:33:31 - TZ=UTC
TB --- 2010-03-01 04:33:31 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 04:33:31 - cd /src
TB --- 2010-03-01 04:33:31 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 04:33:32 UTC 2010
 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 -EL -msoft-float -G0 -mno-dsp -mabicalls  -DUSE_BSM_AUDIT 
-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 -Wno-pointer-sign  -o su su.o -lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls  -DINET6 -std=gnu99 
-Wno-pointer-sign -c /src/usr.bin/systat/cmds.c
cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls  -DINET6 -std=gnu99 
-Wno-pointer-sign -c /src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/mips/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 05:17:27 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 05:17:27 - ERROR: failed to build world
TB --- 2010-03-01 05:17:27 - 1933.53 user 451.70 system 2796.39 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 sparc64/sparc64

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 04:32:21 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 04:32:21 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2010-03-01 04:32:21 - cleaning the object tree
TB --- 2010-03-01 04:32:34 - cvsupping the source tree
TB --- 2010-03-01 04:32:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2010-03-01 04:35:02 - building world
TB --- 2010-03-01 04:35:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 04:35:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 04:35:02 - TARGET=sparc64
TB --- 2010-03-01 04:35:02 - TARGET_ARCH=sparc64
TB --- 2010-03-01 04:35:02 - TZ=UTC
TB --- 2010-03-01 04:35:02 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 04:35:02 - cd /src
TB --- 2010-03-01 04:35:02 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 04:35:03 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/sparc64/src/tmp/usr/include/kvm.h:72: error: expected declaration 
specifiers or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 05:27:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 05:27:25 - ERROR: failed to build world
TB --- 2010-03-01 05:27:25 - 2381.48 user 476.24 system 3304.02 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

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 04:31:01 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 04:31:01 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2010-03-01 04:31:01 - cleaning the object tree
TB --- 2010-03-01 04:31:13 - cvsupping the source tree
TB --- 2010-03-01 04:31:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2010-03-01 04:33:31 - building world
TB --- 2010-03-01 04:33:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 04:33:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 04:33:31 - TARGET=powerpc
TB --- 2010-03-01 04:33:31 - TARGET_ARCH=powerpc
TB --- 2010-03-01 04:33:31 - TZ=UTC
TB --- 2010-03-01 04:33:31 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 04:33:31 - cd /src
TB --- 2010-03-01 04:33:31 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 04:33:31 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/powerpc/src/tmp/usr/include/kvm.h:72: error: expected declaration 
specifiers or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 05:28:04 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 05:28:04 - ERROR: failed to build world
TB --- 2010-03-01 05:28:04 - 2534.90 user 487.16 system 3422.70 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 ia64/ia64

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 04:21:38 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 04:21:38 - starting HEAD tinderbox run for ia64/ia64
TB --- 2010-03-01 04:21:38 - cleaning the object tree
TB --- 2010-03-01 04:21:58 - cvsupping the source tree
TB --- 2010-03-01 04:21:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2010-03-01 04:24:06 - building world
TB --- 2010-03-01 04:24:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 04:24:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 04:24:06 - TARGET=ia64
TB --- 2010-03-01 04:24:06 - TARGET_ARCH=ia64
TB --- 2010-03-01 04:24:06 - TZ=UTC
TB --- 2010-03-01 04:24:06 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 04:24:06 - cd /src
TB --- 2010-03-01 04:24:06 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 04:24:07 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -Wno-pointer-sign -c /src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/ia64/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 05:30:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 05:30:31 - ERROR: failed to build world
TB --- 2010-03-01 05:30:31 - 3231.30 user 501.36 system 4133.14 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/sun4v

2010-02-28 Thread FreeBSD Tinderbox
TB --- 2010-03-01 05:17:27 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-03-01 05:17:27 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2010-03-01 05:17:27 - cleaning the object tree
TB --- 2010-03-01 05:17:46 - cvsupping the source tree
TB --- 2010-03-01 05:17:46 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2010-03-01 05:19:57 - building world
TB --- 2010-03-01 05:19:57 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-03-01 05:19:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-03-01 05:19:57 - TARGET=sun4v
TB --- 2010-03-01 05:19:57 - TARGET_ARCH=sparc64
TB --- 2010-03-01 05:19:57 - TZ=UTC
TB --- 2010-03-01 05:19:57 - __MAKE_CONF=/dev/null
TB --- 2010-03-01 05:19:57 - cd /src
TB --- 2010-03-01 05:19:57 - /usr/bin/make -B buildworld
 World build started on Mon Mar  1 05:19:58 UTC 2010
 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  -DUSE_BSM_AUDIT -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 -Wno-pointer-sign  -o su su.o 
-lutil -lpam -lbsm
gzip -cn /src/usr.bin/su/su.1  su.1.gz
=== usr.bin/systat (all)
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmds.c
cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c 
/src/usr.bin/systat/cmdtab.c
In file included from /src/usr.bin/systat/extern.h:39,
 from /src/usr.bin/systat/cmdtab.c:43:
/obj/sun4v/src/tmp/usr/include/kvm.h:72: error: expected declaration specifiers 
or '...' before 'u_int'
*** Error code 1

Stop in /src/usr.bin/systat.
*** Error code 1

Stop in /src/usr.bin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-03-01 06:07:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-03-01 06:07:58 - ERROR: failed to build world
TB --- 2010-03-01 06:07:58 - 2412.00 user 441.32 system 3031.25 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