Re: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Alfred Perlstein

On 7/3/13 3:52 PM, Pawel Jakub Dawidek wrote:

Hi.

I've just committed Capsicum sandboxing for the dhclient(8).
Let me know (ideally by sending e-mail to current@ and CCing me) if you
notice any weird behaviour.

The work was sponsored by the FreeBSD Foundation.

It broke running dhclient on igb0 for me.  It says interface not found 
or something to that effect.


Can I help somehow?

Basically just ifconfig down igb0 then try to run dhclient.  It will 
not work.  If you up the interface and then run it, it is OK.


See attached image.

-Alfred
___
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

devd or dhclient or ifconfig behavior seems broken

2013-07-04 Thread Steve Kargl
For years after connecting wlan0 via dhcp to a spotted
router, I would occasionially need to do

ifconfig wlan0 down
ifconfig wlan0 up

This would toggle

% ifconfig wlan0 | grep media
media: IEEE 802.11 Wireless Ethernet OFDM/6Mbps mode 11g

to

% ifconfig wlan0 | grep media
media: IEEE 802.11 Wireless Ethernet OFDM/36Mbps mode 11g

After rebuilding, installing, and rebooting a new world, I find
the following in /var/log/messages

Jul  4 00:05:03 laptop-kargl kernel: wlan0: link state changed to DOWN
Jul  4 00:05:04 laptop-kargl kernel: wlan0: link state changed to UP
Jul  4 00:05:04 laptop-kargl devd: Executing '/etc/rc.d/dhclient quietstart
   wlan0

So, devd is firing off a new dhclient.  This has never occurred before.
But, to make matters worse.  The new dhclient appears to be nuking
/etc/resolv.conf.

Has anyone seen such behavior?  How do I stop devd and/or dhclient
from nuking resolv.conf?

-- 
Steve
___
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


Filesystem wedges caused by r251446

2013-07-04 Thread Ian FREISLICH
Hi

I've been experiencing process wedges writing files.  It occurs
reliably under heavy IO activity, perhaps with large files but
I'm not entirely sure what the trigger is.  The symptom is that
during an installworld, it reliably hangs the install process on
/usr/bin/clang (sometimes it hangs earlier at the mtree on /usr)

The problem leaves the filesystem in a state where it cannot be
cleanly unmounted.  A binary search pins the offending commit on
r251446.

The major differences between the working system and the broken one
are, CPU, RAM and arch (i386/amd64) they are otherwise identical
Dell R200 servers.

Working:
CPU: Intel(R) Core(TM)2 Duo CPU E4600  @ 2.40GHz (2400.14-MHz 686-class CPU)
RAM:2G
Arch:   i386

Broken:
CPU: Intel(R) Core(TM)2 Duo CPU E7300  @ 2.66GHz (2666.82-MHz K8-class CPU)
RAM:4G
Arch:   amd64

The compiler, gcc, clang (trunk or release) has no effect.

Working CPU:
FreeBSD 10.0-CURRENT #6 r252384: Sun Jun 30 08:36:31 SAST 2013
ianf@fw2:/usr/obj/usr/src/sys/FIREWALL i386
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
CPU: Intel(R) Core(TM)2 Duo CPU E4600  @ 2.40GHz (2400.14-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x6fd  Family = 0x6  Model = 0xf  Stepping = 13
  Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,C
MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0xe39dSSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM
  AMD Features=0x2010NX,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant, performance statistics
real memory  = 2147483648 (2048 MB)
avail memory = 2076581888 (1980 MB)


Broken on:
FreeBSD 10.0-CURRENT #19 r251445: Thu Jul  4 08:39:21 SAST 2013
ianf@fw1:/usr/obj/usr/src/sys/FIREWALL amd64
FreeBSD clang version 3.3 (trunk 178860) 20130405
CPU: Intel(R) Core(TM)2 Duo CPU E7300  @ 2.66GHz (2666.82-MHz K8-class CPU)
  Origin = GenuineIntel  Id = 0x10676  Family = 0x6  Model = 0x17  Stepping = 
6
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x8e39dSSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1
  AMD Features=0x20100800SYSCALL,NX,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant, performance statistics
real memory  = 4294967296 (4096 MB)
avail memory = 3970727936 (3786 MB)

Ian

-- 
Ian Freislich
___
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: netmap error (Unable to get if info for eth1)

2013-07-04 Thread waxapple
Dear Tahir Rauf,

I met the same problem with you.Do you have any solution to it?


___
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: Filesystem wedges caused by r251446

2013-07-04 Thread Konstantin Belousov
On Thu, Jul 04, 2013 at 09:21:11AM +0200, Ian FREISLICH wrote:
 Hi
 
 I've been experiencing process wedges writing files.  It occurs
 reliably under heavy IO activity, perhaps with large files but
 I'm not entirely sure what the trigger is.  The symptom is that
 during an installworld, it reliably hangs the install process on
 /usr/bin/clang (sometimes it hangs earlier at the mtree on /usr)
 
 The problem leaves the filesystem in a state where it cannot be
 cleanly unmounted.  A binary search pins the offending commit on
 r251446.
 
 The major differences between the working system and the broken one
 are, CPU, RAM and arch (i386/amd64) they are otherwise identical
 Dell R200 servers.
 
 Working:
 CPU: Intel(R) Core(TM)2 Duo CPU E4600  @ 2.40GHz (2400.14-MHz 686-class 
 CPU)
 RAM:  2G
 Arch: i386
 
 Broken:
 CPU: Intel(R) Core(TM)2 Duo CPU E7300  @ 2.66GHz (2666.82-MHz K8-class 
 CPU)
 RAM:  4G
 Arch: amd64
 
 The compiler, gcc, clang (trunk or release) has no effect.
 
 Working CPU:
 FreeBSD 10.0-CURRENT #6 r252384: Sun Jun 30 08:36:31 SAST 2013
 ianf@fw2:/usr/obj/usr/src/sys/FIREWALL i386
 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
 CPU: Intel(R) Core(TM)2 Duo CPU E4600  @ 2.40GHz (2400.14-MHz 686-class 
 CPU)
   Origin = GenuineIntel  Id = 0x6fd  Family = 0x6  Model = 0xf  Stepping = 
 13
   
 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,C
 MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
   Features2=0xe39dSSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM
   AMD Features=0x2010NX,LM
   AMD Features2=0x1LAHF
   TSC: P-state invariant, performance statistics
 real memory  = 2147483648 (2048 MB)
 avail memory = 2076581888 (1980 MB)
 
 
 Broken on:
 FreeBSD 10.0-CURRENT #19 r251445: Thu Jul  4 08:39:21 SAST 2013
 ianf@fw1:/usr/obj/usr/src/sys/FIREWALL amd64
 FreeBSD clang version 3.3 (trunk 178860) 20130405
 CPU: Intel(R) Core(TM)2 Duo CPU E7300  @ 2.66GHz (2666.82-MHz K8-class 
 CPU)
   Origin = GenuineIntel  Id = 0x10676  Family = 0x6  Model = 0x17  Stepping 
 = 6
   
 Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
   
 Features2=0x8e39dSSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1
   AMD Features=0x20100800SYSCALL,NX,LM
   AMD Features2=0x1LAHF
   TSC: P-state invariant, performance statistics
 real memory  = 4294967296 (4096 MB)
 avail memory = 3970727936 (3786 MB)

Care to provide any useful information ?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html


pgpqjkT_NOrS7.pgp
Description: PGP signature


Re: netmap error (Unable to get if info for eth1)

2013-07-04 Thread waxapple

Tahir Rauftahir.rauf1at  gmail.com  writes:



 Dear Luigui,

 Thanks for your prompt answer. Below I try to give complete information so
 that it becomes easy for you to identify the problem.

 *netmap version used*:
 20120813 new unified source code for Linux and FreeBSD

 *System credentials:*
 O/S: Ubuntu 12.04 LTS
 machine: x86_64
 processor: x86_64
 O/S kernel version: #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012
 O/S kernel release: 3.2.0-32-generic

 *10G NIC used*
 product: 82598EB 10-Gigabit AF Dual Port Network Connection
 vendor: Intel Corporation
 physical id: 0
 bus info: pciat  :01:00.0
 logical name: eth1
 version: 01
 serial: 00:1b:21:c1:6d:e3
 width: 32 bits
 capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical
 fibre
 configuration: autonegotiation=off broadcast=yes driver=ixgbe
 driverversion=3.6.7-k duplex=full firmware=0xc1b3 latency=0 link=yes
 multicast=yes
 resources: irq:16 memory:f7ba-f7bb memory:f7b4-f7b7
 ioport:e020(size=32) memory:f7bc4000-f7bc7fff

 *Pkt-gen command*
 sudo ./pkt-gen -i eth1 tx -n 500111222 -l 60 -w 5

 *Output of pkt-gen program*
 tahirat  tahir-desktop:~/Desktop/netmap-old/examples$ sudo ./pkt-gen -i eth1
 tx -n 500111222 -l 60 -w 5
 extract_ip_range [119] extract IP range from 10.0.0.1
 extract_ip_range [129] 10.0.0.1 starts at 10.0.0.1
 extract_ip_range [119] extract IP range from 10.1.0.1
 extract_ip_range [129] 10.1.0.1 starts at 10.1.0.1
 extract_mac_range [135] extract MAC range from 00:1b:21:c1:6d:e3
 extract_mac_range [150] 00:1b:21:c1:6d:e3 starts at 0:1b:21:c1:6d:e3
 extract_mac_range [135] extract MAC range from ff:ff:ff:ff:ff:ff
 extract_mac_range [150] ff:ff:ff:ff:ff:ff starts at ff:ff:ff:ff:ff:ff
 main [1053] map size is 207712 Kb
 main [1059] Unable to get if info for eth1
 main [1066] bad nthreads 1, have 0 queues
 main [1075] mmapping 207712 Kbytes
 main [1094] Unable to register interface eth1
 Receiving from eth1: 0 queues, 1 threads and 1 cpus.
 main [1128] Wait 5 secs for phy reset
 main [1130] Ready...
 main [1181] Unable to register eth1
 main [1242] 0 pps
 Received 0 packets, in 0.00 seconds.
 Speed: -nanpps.

 *Sequence of commands used*
 sudo insmod netmap_lin.ko
 sudo rmmod ixgbe
 sudo insmod ixgbe/ixgbe.ko
 sudo ./pkt-gen -i eth1 tx -n 500111222 -l 60 -w 5

 *Dmesg output*
 [82904.219757] 549.080148 netmap_new_obj_allocator [426] objsize 1024
 clustsize 4096 objects 4
 [82904.219837] 549.080229 netmap_new_obj_allocator [504] Pre-allocated 128
 clusters (4/512KB) for 'netmap_if'
 [82904.219841] 549.080233 netmap_new_obj_allocator [426] objsize 36864
 clustsize 36864 objects 1
 [82904.221431] 549.081825 netmap_new_obj_allocator [504] Pre-allocated 200
 clusters (36/7200KB) for 'netmap_ring'
 [82904.221436] 549.081833 netmap_new_obj_allocator [426] objsize 2048
 clustsize 4096 objects 2
 [82904.251034] 549.111513 netmap_new_obj_allocator [504] Pre-allocated
 5 clusters (4/20KB) for 'netmap_buf'
 [82904.251038] 549.111520 netmap_memory_init [554] Have 512 KB for
 interfaces, 7200 KB for rings and 195 MB for buffers
 [82904.251039] netmap: loaded module with 202 Mbytes
 [82918.659224] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver -
 version 3.6.7-k
 [82918.659228] ixgbe: Copyright (c) 1999-2011 Intel Corporation.
 [82918.659260] ixgbe :01:00.0: PCI INT A -  GSI 16 (level, low) -  IRQ
 16
 [82918.659276] ixgbe :01:00.0: setting latency timer to 64
 [82920.223583] ixgbe :01:00.0: irq 53 for MSI/MSI-X
 [82920.223592] ixgbe :01:00.0: irq 54 for MSI/MSI-X
 [82920.223597] ixgbe :01:00.0: irq 55 for MSI/MSI-X
 [82920.223603] ixgbe :01:00.0: irq 56 for MSI/MSI-X
 [82920.223608] ixgbe :01:00.0: irq 57 for MSI/MSI-X
 [82920.223614] ixgbe :01:00.0: irq 58 for MSI/MSI-X
 [82920.223619] ixgbe :01:00.0: irq 59 for MSI/MSI-X
 [82920.223625] ixgbe :01:00.0: irq 60 for MSI/MSI-X
 [82920.223630] ixgbe :01:00.0: irq 61 for MSI/MSI-X
 [82920.223649] ixgbe :01:00.0: Multiqueue Enabled: Rx Queue count = 8,
 Tx Queue count = 8
 [82920.223797] ixgbe :01:00.0: (PCI Express:2.5GT/s:Width x8)
 00:1b:21:c1:6d:e3
 [82920.223871] ixgbe :01:00.0: MAC: 1, PHY: 7, SFP+: 0, PBA No:
 E37002-011
 [82920.224934] ixgbe :01:00.0: Intel(R) 10 Gigabit Network Connection
 [82920.224957] ixgbe :01:00.1: PCI INT B -  GSI 17 (level, low) -  IRQ
 17
 [82920.224971] ixgbe :01:00.1: setting latency timer to 64
 [82920.305560] ADDRCONF(NETDEV_UP): eth1: link is not ready
 [82920.306249] ADDRCONF(NETDEV_UP): eth1: link is not ready
 [82921.727292] ixgbe :01:00.1: irq 62 for MSI/MSI-X
 [82921.727301] ixgbe :01:00.1: irq 63 for MSI/MSI-X
 [82921.727307] ixgbe :01:00.1: irq 64 for MSI/MSI-X
 [82921.727313] ixgbe :01:00.1: irq 65 for MSI/MSI-X
 [82921.727319] ixgbe :01:00.1: irq 66 for MSI/MSI-X
 [82921.727324] ixgbe :01:00.1: irq 67 for MSI/MSI-X
 [82921.727330] ixgbe :01:00.1: irq 68 for MSI/MSI-X
 [82921.727336] ixgbe 

Re: Filesystem wedges caused by r251446

2013-07-04 Thread Ian FREISLICH
Konstantin Belousov wrote:
 
 Care to provide any useful information ?
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html

Well, the system doesn't deadlock it's perfectly useable so long
as you don't touch the file that's wedged.  A lot of the time the
userland process is unkillable, but often it is killable.  How do
I get from from the PID to where the FS is stuck in the kernel?

Ian

-- 
Ian Freislich
___
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: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Pawel Jakub Dawidek
On Wed, Jul 03, 2013 at 11:04:21PM -0700, Alfred Perlstein wrote:
 On 7/3/13 3:52 PM, Pawel Jakub Dawidek wrote:
  Hi.
 
  I've just committed Capsicum sandboxing for the dhclient(8).
  Let me know (ideally by sending e-mail to current@ and CCing me) if you
  notice any weird behaviour.
 
  The work was sponsored by the FreeBSD Foundation.
 
 It broke running dhclient on igb0 for me.  It says interface not found 
 or something to that effect.
 
 Can I help somehow?
 
 Basically just ifconfig down igb0 then try to run dhclient.  It will 
 not work.  If you up the interface and then run it, it is OK.
 
 See attached image.

Thanks for the report. Could you try this patch?

http://people.freebsd.org/~pjd/patches/dhclient.c.patch

-- 
Pawel Jakub Dawidek   http://www.wheelsystems.com
FreeBSD committer http://www.FreeBSD.org
Am I Evil? Yes, I Am! http://mobter.com


pgp0Gs_Z1C8ZM.pgp
Description: PGP signature


Re: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Andrey Chernov
On 04.07.2013 2:52, Pawel Jakub Dawidek wrote:
 I've just committed Capsicum sandboxing for the dhclient(8).
 Let me know (ideally by sending e-mail to current@ and CCing me) if you
 notice any weird behaviour.

I don't test one your very recent commit yet, but whole previous commits
chain case dhclient broken:

Starting dhclient.
em0: no link .. got link
em0: not found
exiting.
/etc/rc.d/dhclient: WARNING: failed to start dhclient

and a bit later in rc

Starting dhclient.
em0: not found
exiting.
/etc/rc.d/dhclient: WARNING: failed to start dhclient

-- 
http://ache.vniz.net/
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N
___
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: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Sergey V. Dyatko
On Thu, 4 Jul 2013 11:30:46 +0200
Pawel Jakub Dawidek p...@freebsd.org wrote:

 On Wed, Jul 03, 2013 at 11:04:21PM -0700, Alfred Perlstein wrote:
  On 7/3/13 3:52 PM, Pawel Jakub Dawidek wrote:
   Hi.
  
   I've just committed Capsicum sandboxing for the dhclient(8).
   Let me know (ideally by sending e-mail to current@ and CCing me)
   if you notice any weird behaviour.
  
   The work was sponsored by the FreeBSD Foundation.
  
  It broke running dhclient on igb0 for me.  It says interface not
  found or something to that effect.
  
  Can I help somehow?
  
  Basically just ifconfig down igb0 then try to run dhclient.  It
  will not work.  If you up the interface and then run it, it is OK.
  
  See attached image.
 
 Thanks for the report. Could you try this patch?
 
   http://people.freebsd.org/~pjd/patches/dhclient.c.patch
 

r252693 with patch works for me. 
Thanks


-- 
wbr, tiger
___
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: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Pawel Jakub Dawidek
On Thu, Jul 04, 2013 at 04:55:14PM +0400, Andrey Chernov wrote:
 On 04.07.2013 2:52, Pawel Jakub Dawidek wrote:
  I've just committed Capsicum sandboxing for the dhclient(8).
  Let me know (ideally by sending e-mail to current@ and CCing me) if you
  notice any weird behaviour.
 
 I don't test one your very recent commit yet, but whole previous commits
 chain case dhclient broken:
 
 Starting dhclient.
 em0: no link .. got link
 em0: not found
 exiting.
 /etc/rc.d/dhclient: WARNING: failed to start dhclient
 
 and a bit later in rc
 
 Starting dhclient.
 em0: not found
 exiting.
 /etc/rc.d/dhclient: WARNING: failed to start dhclient

It should be fixed in r252697. Could you give it a try?

-- 
Pawel Jakub Dawidek   http://www.wheelsystems.com
FreeBSD committer http://www.FreeBSD.org
Am I Evil? Yes, I Am! http://mobter.com


pgpvt0u0Xs1b4.pgp
Description: PGP signature


Re: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Andrey Chernov
On 04.07.2013 17:20, Pawel Jakub Dawidek wrote:
 em0: not found
 
 It should be fixed in r252697. Could you give it a try?
 

Works now, thanks.

-- 
http://ache.vniz.net/
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N
___
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: devd or dhclient or ifconfig behavior seems broken

2013-07-04 Thread Mark Felder
Check the man page for dhclient.conf. You can use the supercede
functionality to always force the settings you prefer.
___
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: Zoneminder build failure

2013-07-04 Thread Saul A. Peebsen
On Mon, 01 Jul 2013 06:33:51 -0500
Mark Felder f...@feld.me wrote:

 
 I haven't had a chance to look at that port or build it recently, but
 is it being built by CLANG on current? If so, is it fixed if you tell
 it to build with GCC?

Built fine with gcc-4.6.3. Thanks.

-- 
Cheers, Saul
___
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: HEADSUP! dhclient(8) sandboxing.

2013-07-04 Thread Alfred Perlstein

On 7/4/13 2:30 AM, Pawel Jakub Dawidek wrote:

On Wed, Jul 03, 2013 at 11:04:21PM -0700, Alfred Perlstein wrote:

On 7/3/13 3:52 PM, Pawel Jakub Dawidek wrote:

Hi.

I've just committed Capsicum sandboxing for the dhclient(8).
Let me know (ideally by sending e-mail to current@ and CCing me) if you
notice any weird behaviour.

The work was sponsored by the FreeBSD Foundation.


It broke running dhclient on igb0 for me.  It says interface not found
or something to that effect.

Can I help somehow?

Basically just ifconfig down igb0 then try to run dhclient.  It will
not work.  If you up the interface and then run it, it is OK.

See attached image.

Thanks for the report. Could you try this patch?

http://people.freebsd.org/~pjd/patches/dhclient.c.patch



Thanks Pawel,

That fixes it for me.  I see it's also already committed.

Sorry for taking so long to respond, I think we're on opposite time of 
day. :)


-Alfred

___
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: devd or dhclient or ifconfig behavior seems broken

2013-07-04 Thread Steve Kargl
On Thu, Jul 04, 2013 at 08:50:21AM -0500, Mark Felder wrote:
 Check the man page for dhclient.conf. You can use the supercede
 functionality to always force the settings you prefer.

Thanks for the suggestion.  I was trying to use resolvconf.conf
to put specific nameservers into resolv.conf, but dhclient (or
the dhcp server I currently hooked to) is nuking resolv.conf.

-- 
Steve
___
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


Ipfilter pre-Vendor Import Issue

2013-07-04 Thread Cy Schubert
Hi,

Originally this email was a here is how I'm planning on doing it kind of 
email but now that svn 1.8 broke the third step I need some help.

I've been getting the flattening of the ipfilter vendor branch right and 
working on the importation of ipfilter 5.1.2 into my own test SVN repo. 
(Now that we have Darren Reed's permission to use the previous license, I 
will import 5.1.2).

I've prepared the tree by flattening the layout as discussed in 5.3.1 of 
the developers handbook. It worked until I upgraded my SVN port from 1.7.2 
to 1.8. Here are the steps I took and the results of the last failing step. 
I will also discuss what I believe should be the solution. Given I'm not an 
SVN expert I need some advice and help.

To flatten the ipfilter vendor branch I did the following. This worked 
before using svn 1.7.2 and continues to work using 1.8.

cd $MY_WORK_DIR/vendor/ipfilter
for I in */contrib/ipfilter; do
( cd $I 
svn mv $(svn list) ../..
cd ../..
svn rm contrib
svn propdel -R svn:mergeinfo )
done
cd $MY_WORK_DIR/vendor-sys/ipfilter
for I in */sys/contrib/ipfilter; do
( cd $I 
svn mv $(svn list) ../../..
cd ../../..
svn rm sys
svn propdel -R svn:mergeinfo )
done
cd $MY_WORK_DIR
svn ci vendor/ipfilter vendor-sys/ipfilter

The second step is to turn off keyword expansion as recommended by the 
developers guide. This worked before under 1.7.2 and continues to work 
under svn 1.8.

cd $MY_WORK_DIR/vendor/ipfilter
svn propdel svn:keywords -R .
cd $MY_WORK_DIR/vendor-sys/ipfilter
svn propdel svn:keywords -R .
cd $MY_WORK_DIR
svn ci vendor/ipfilter vendor-sys/ipfilter

It's the last step of the flattening process discussed in the developers 
guide that worked under svn 1.7.2 but does not work under svn 1.8.

What I planned on doing was this:

cd $MY_WORK_DIR/current/contrib/ipfilter
svn merge --record-only \
svn+ssh://svn.FreeBSD.org/base/vendor/ipfilter/dist@NNN
cd $MY_WORK_DIR/current/sys/contrib/ipfilter
svn merge --record-only \
svn+ssh://svn.FreeBSD.org/base/vendor-sys/ipfilter/dist@NNN

(Don't worry about the NNN, I will fill that in with the appropriate 
rev.)

Unfortunately it doesn't work any more. Here is what svn spit out at me.

slippy$ cd $MY_WORK_DIR/current/contrib/ipfilter
slippy$ svn merge --record-only file:///tank/wrepos/wsvn/base/vendor/ipfilte
r/dist@252548
svn: E205000: Try 'svn help merge' for more information
svn: E205000: Source and target must be different but related branches
svn: E205000: Source and target have no common ancestor: 
'file:///tank/wrepos/wsvn/base/vendor/ipfilter/dist@252548' and 
'.@unspecified'
slippy$ 

My solution is,

for I in `find . -type f`; do svn merge --record-only -r 1:HEAD 
file:///tank/wrepos/wsvn/base/vendor/ipfilter/dist/$I@252548; done

(r252548 is the revision where I turned off keyword expansion for the 
flattened ipfilter vendor trees.) I'm not a subversion expert so my 
question is, am I going down the right path here? Or, is there a better 
way to address the error above?

Once I address this I will be able to import the new ipfilter into the 
vendor and vendor-sys branches (which I managed to get to under svn 1.7.2).

To answer the obvious question, I've done svn upgrade and when that didn't 
help I subsequently used a fresh checkout from my local test SVN repo, so 
this is not an issue.

Any and all help would be appreciated. Thanks for your help.


-- 
Cheers,
Cy Schubert cy.schub...@komquats.com
FreeBSD UNIX:  c...@freebsd.org   Web:  http://www.FreeBSD.org

The need of the many outweighs the greed of the few.


___
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

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-04 22:20:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-04 22:20:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-04 22:20:33 - starting HEAD tinderbox run for arm/arm
TB --- 2013-07-04 22:20:33 - cleaning the object tree
TB --- 2013-07-04 22:20:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-04 22:20:37 - At svn revision 252731
TB --- 2013-07-04 22:20:38 - building world
TB --- 2013-07-04 22:20:38 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-04 22:20:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-04 22:20:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-04 22:20:38 - SRCCONF=/dev/null
TB --- 2013-07-04 22:20:38 - TARGET=arm
TB --- 2013-07-04 22:20:38 - TARGET_ARCH=arm
TB --- 2013-07-04 22:20:38 - TZ=UTC
TB --- 2013-07-04 22:20:38 - __MAKE_CONF=/dev/null
TB --- 2013-07-04 22:20:38 - cd /src
TB --- 2013-07-04 22:20:38 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Thu Jul  4 22:20:45 UTC 2013
 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
[...]
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on armv6/arm

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-04 22:20:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-04 22:20:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-04 22:20:33 - starting HEAD tinderbox run for armv6/arm
TB --- 2013-07-04 22:20:33 - cleaning the object tree
TB --- 2013-07-04 22:20:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-04 22:20:37 - At svn revision 252731
TB --- 2013-07-04 22:20:38 - building world
TB --- 2013-07-04 22:20:38 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-04 22:20:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-04 22:20:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-04 22:20:38 - SRCCONF=/dev/null
TB --- 2013-07-04 22:20:38 - TARGET=arm
TB --- 2013-07-04 22:20:38 - TARGET_ARCH=armv6
TB --- 2013-07-04 22:20:38 - TZ=UTC
TB --- 2013-07-04 22:20:38 - __MAKE_CONF=/dev/null
TB --- 2013-07-04 22:20:38 - cd /src
TB --- 2013-07-04 22:20:38 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Thu Jul  4 22:20:45 UTC 2013
 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
[...]
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on i386/i386

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-04 22:20:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-04 22:20:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-04 22:20:33 - starting HEAD tinderbox run for i386/i386
TB --- 2013-07-04 22:20:33 - cleaning the object tree
TB --- 2013-07-04 22:20:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-04 22:20:37 - At svn revision 252731
TB --- 2013-07-04 22:20:38 - building world
TB --- 2013-07-04 22:20:38 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-04 22:20:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-04 22:20:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-04 22:20:38 - SRCCONF=/dev/null
TB --- 2013-07-04 22:20:38 - TARGET=i386
TB --- 2013-07-04 22:20:38 - TARGET_ARCH=i386
TB --- 2013-07-04 22:20:38 - TZ=UTC
TB --- 2013-07-04 22:20:38 - __MAKE_CONF=/dev/null
TB --- 2013-07-04 22:20:38 - cd /src
TB --- 2013-07-04 22:20:38 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Thu Jul  4 22:20:45 UTC 2013
 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
[...]
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on amd64/amd64

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-04 22:20:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-04 22:20:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-04 22:20:33 - starting HEAD tinderbox run for amd64/amd64
TB --- 2013-07-04 22:20:33 - cleaning the object tree
TB --- 2013-07-04 22:20:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-04 22:20:37 - At svn revision 252731
TB --- 2013-07-04 22:20:38 - building world
TB --- 2013-07-04 22:20:38 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-04 22:20:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-04 22:20:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-04 22:20:38 - SRCCONF=/dev/null
TB --- 2013-07-04 22:20:38 - TARGET=amd64
TB --- 2013-07-04 22:20:38 - TARGET_ARCH=amd64
TB --- 2013-07-04 22:20:38 - TZ=UTC
TB --- 2013-07-04 22:20:38 - __MAKE_CONF=/dev/null
TB --- 2013-07-04 22:20:38 - cd /src
TB --- 2013-07-04 22:20:38 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Thu Jul  4 22:20:45 UTC 2013
 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
[...]
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on mips64/mips

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 00:53:00 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 00:53:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 00:53:00 - starting HEAD tinderbox run for mips64/mips
TB --- 2013-07-05 00:53:00 - cleaning the object tree
TB --- 2013-07-05 00:53:00 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 00:53:03 - At svn revision 252731
TB --- 2013-07-05 00:53:04 - building world
TB --- 2013-07-05 00:53:04 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 00:53:04 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 00:53:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 00:53:04 - SRCCONF=/dev/null
TB --- 2013-07-05 00:53:04 - TARGET=mips
TB --- 2013-07-05 00:53:04 - TARGET_ARCH=mips64
TB --- 2013-07-05 00:53:04 - TZ=UTC
TB --- 2013-07-05 00:53:04 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 00:53:04 - cd /src
TB --- 2013-07-05 00:53:04 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 00:53:11 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on mips/mips

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 00:52:52 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 00:52:52 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 00:52:52 - starting HEAD tinderbox run for mips/mips
TB --- 2013-07-05 00:52:52 - cleaning the object tree
TB --- 2013-07-05 00:52:52 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 00:52:56 - At svn revision 252731
TB --- 2013-07-05 00:52:57 - building world
TB --- 2013-07-05 00:52:57 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 00:52:57 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 00:52:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 00:52:57 - SRCCONF=/dev/null
TB --- 2013-07-05 00:52:57 - TARGET=mips
TB --- 2013-07-05 00:52:57 - TARGET_ARCH=mips
TB --- 2013-07-05 00:52:57 - TZ=UTC
TB --- 2013-07-05 00:52:57 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 00:52:57 - cd /src
TB --- 2013-07-05 00:52:57 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 00:53:04 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on ia64/ia64

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 00:43:28 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 00:43:28 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 00:43:28 - starting HEAD tinderbox run for ia64/ia64
TB --- 2013-07-05 00:43:28 - cleaning the object tree
TB --- 2013-07-05 00:43:28 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 00:43:31 - At svn revision 252731
TB --- 2013-07-05 00:43:32 - building world
TB --- 2013-07-05 00:43:32 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 00:43:32 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 00:43:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 00:43:32 - SRCCONF=/dev/null
TB --- 2013-07-05 00:43:32 - TARGET=ia64
TB --- 2013-07-05 00:43:32 - TARGET_ARCH=ia64
TB --- 2013-07-05 00:43:32 - TZ=UTC
TB --- 2013-07-05 00:43:32 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 00:43:32 - cd /src
TB --- 2013-07-05 00:43:32 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 00:43:39 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on sparc64/sparc64

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 01:26:39 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 01:26:39 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 01:26:39 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2013-07-05 01:26:39 - cleaning the object tree
TB --- 2013-07-05 01:26:39 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 01:26:52 - At svn revision 252731
TB --- 2013-07-05 01:26:53 - building world
TB --- 2013-07-05 01:26:53 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 01:26:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 01:26:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 01:26:53 - SRCCONF=/dev/null
TB --- 2013-07-05 01:26:53 - TARGET=sparc64
TB --- 2013-07-05 01:26:53 - TARGET_ARCH=sparc64
TB --- 2013-07-05 01:26:53 - TZ=UTC
TB --- 2013-07-05 01:26:53 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 01:26:53 - cd /src
TB --- 2013-07-05 01:26:53 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 01:26:59 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on i386/pc98

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 00:43:05 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 00:43:05 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 00:43:05 - starting HEAD tinderbox run for i386/pc98
TB --- 2013-07-05 00:43:05 - cleaning the object tree
TB --- 2013-07-05 00:43:05 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 00:43:08 - At svn revision 252731
TB --- 2013-07-05 00:43:09 - building world
TB --- 2013-07-05 00:43:09 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 00:43:09 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 00:43:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 00:43:09 - SRCCONF=/dev/null
TB --- 2013-07-05 00:43:09 - TARGET=pc98
TB --- 2013-07-05 00:43:09 - TARGET_ARCH=i386
TB --- 2013-07-05 00:43:09 - TZ=UTC
TB --- 2013-07-05 00:43:09 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 00:43:09 - cd /src
TB --- 2013-07-05 00:43:09 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 00:43:16 UTC 2013
 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
[...]
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on powerpc/powerpc

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 01:26:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 01:26:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 01:26:33 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-07-05 01:26:33 - cleaning the object tree
TB --- 2013-07-05 01:26:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 01:26:52 - At svn revision 252731
TB --- 2013-07-05 01:26:53 - building world
TB --- 2013-07-05 01:26:53 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 01:26:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 01:26:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 01:26:53 - SRCCONF=/dev/null
TB --- 2013-07-05 01:26:53 - TARGET=powerpc
TB --- 2013-07-05 01:26:53 - TARGET_ARCH=powerpc
TB --- 2013-07-05 01:26:53 - TZ=UTC
TB --- 2013-07-05 01:26:53 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 01:26:53 - cd /src
TB --- 2013-07-05 01:26:53 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 01:26:59 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/ap/hs20.c 

[head tinderbox] failure on powerpc64/powerpc

2013-07-04 Thread FreeBSD Tinderbox
TB --- 2013-07-05 01:26:33 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-07-05 01:26:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2013-07-05 01:26:33 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2013-07-05 01:26:33 - cleaning the object tree
TB --- 2013-07-05 01:26:33 - /usr/local/bin/svn stat /src
TB --- 2013-07-05 01:26:52 - At svn revision 252731
TB --- 2013-07-05 01:26:53 - building world
TB --- 2013-07-05 01:26:53 - CROSS_BUILD_TESTING=YES
TB --- 2013-07-05 01:26:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-07-05 01:26:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-07-05 01:26:53 - SRCCONF=/dev/null
TB --- 2013-07-05 01:26:53 - TARGET=powerpc
TB --- 2013-07-05 01:26:53 - TARGET_ARCH=powerpc64
TB --- 2013-07-05 01:26:53 - TZ=UTC
TB --- 2013-07-05 01:26:53 - __MAKE_CONF=/dev/null
TB --- 2013-07-05 01:26:53 - cd /src
TB --- 2013-07-05 01:26:53 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Jul  5 01:26:59 UTC 2013
 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
[...]
=== usr.sbin/wpa (depend)
=== usr.sbin/wpa/wpa_supplicant (depend)
rm -f .depend
CC='cc ' mkdep -f .depend -a-I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BACKEND_FILE 
-DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS 
-DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD 
-DCONFIG_TERMINATE_ONLASTIF -DCONFIG_WPS -DCONFIG_WPS2 -DCONFIG_WPS_UPNP 
-DCONFIG_TLS=openssl -DCONFIG_IEEE80211R -DCONFIG_INTERWORKING -DCONFIG_PRIVSEP 
-DCONFIG_HS20 -DCONFIG_GAS -DPKCS12_FUNCS -DEAP!
 _GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_OTP -DEAP_PEAP -DEAP_PSK 
-DEAP_TLS -DEAP_TTLS -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DIEEE8021X_EAPOL 
-DCONFIG_SHA256 -DEAP_TLS_OPENSSL -I/src/usr.sbin/wpa/wpa_supplicant 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//hostapd 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/l2_packet 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils 
-I/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/wps 
-DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=gnu99   
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/crypto/aes-unwrap.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/base64.c 
/src/usr.sbin/wpa/wpa_supplicant!
 /../../../contrib/wpa//wpa_supplicant/blacklist.c /src/usr.sbi!
 n/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/bss.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/utils/common.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/config_file.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/ctrl_iface_unix.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_bsd.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_common.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_ndis.c
 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/driver_wired.c
 /src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/drivers/drivers.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/eap_register.c
 /src/usr.sbin/wpa/wpa_suppli!
 cant/../../../contrib/wpa//src/utils/eloop.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/events.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//src/common/gas.c 
/src/usr.sbin/wpa/wpa_supplicant/../../../contrib/wpa//wpa_supplicant/gas_query.c