m_get_tag returns same tag address when called multiple times

2014-05-14 Thread Sreenivasa Honnur
Hi,
In FreeBSd-11 Current i am seeing that m_tag_get() returns same tag address for 
two subsequent calls, and m_tag_find() results in panic with below stack trace. 
Anything wrong here?

Fatal trap 9: general protection fault while in kernel mode
cpuid = 4; apic id = 04
instruction pointer = 0x20:0x80959ff0
stack pointer   = 0x28:0xfe01acfa09a0
frame pointer   = 0x28:0xfe01acfa09d0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 12 (irq277: t5nex0:0,5)
[ thread pid 12 tid 100128 ]
Stopped at  m_tag_locate+0x40:  cmpl%ebx,0xc(%rcx)

Here is the calling sequence;

1. get_mbuf_mtag: m:0xf8005b3e4c00 mtag:0xf8002c47d180

2. get_mbuf_mtag: m:0xf8005b3e5000 mtag:0xf8002c47d180

3. find_mbuf_mtag(0xf8005b3e4c00) results in above trace.

Note that the same code works fine in FBSD-9.1.

struct my_mbuf_cb * get_mbuf_mtag(struct mbuf *m)
{
struct m_tag*mtag;

mtag = m_tag_get(PACKET_TAG_PF, sizeof(struct my_mbuf_cb), M_NOWAIT);
if (mtag == NULL) {
os_log_info(Error allocating mtag\n,);
return (NULL);
}
bzero(mtag + 1, sizeof(struct my_mbuf_cb));
m_tag_prepend(m, mtag);
 
return ((struct my_mbuf_cb *)(mtag + 1));
}

static struct my_mbuf_cb * find_mbuf_mtag(struct mbuf *m)
{
struct m_tag*mtag;

if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
return (NULL);

return ((struct my_mbuf_cb *)(mtag + 1));
}

Thanks
Sreenivas
___
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


NTOS: ... message in /var/log/messages PANIC

2014-05-14 Thread Matthias Apitz

Hello,

I have encountered on a system:

$ uname -a
FreeBSD La-Habana 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250588M: Sat Jun 22 
14:15:48 CEST 2013 
guru@La-Habana:/usr/obj/usr/home/guru/head/src/sys/GENERIC  i386

twice a PANIC, last line in /var/log/messages was always:

May  9 13:55:26 La-Habana kernel: NTOS: timer 0xc5ea5430 fired even though it 
was canceled
May 14 09:43:08 La-Habana kernel: NTOS: timer 0xc5f05430 fired even though it 
was canceled

What does this line mean?
Thanks

matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
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


[CFT] ASLR, PIE, and segvguard on 11-current and 10-stable

2014-05-14 Thread Shawn Webb
Hey All,

[NOTE: crossposting between freebsd-current@, freebsd-security@, and
freebsd-stable@. Please forgive me if crossposting is frowned upon.]

Address Space Layout Randomization, or ASLR for short, is an exploit
mitigation technology. It helps secure applications against low-level
exploits. A popular secure implementation is known as PaX ASLR, which is
a third-party patch for Linux. Our implementation is based off of PaX's.

Oliver Pinter, Danilo Egea, and I have been working hard to bring more
features and robust stability to our ASLR patches. We've done extensive
testing on amd64. We'd like to get as many people testing these patches.
Given the nature of them, we'd also like as many eyeballs reviewing the
code as well.

I have a Raspberry Pi and have noticed a few bugs. On ARM (at least, on
the RPI), when a parent forks a child, and the child gracefully exits,
the parent segfaults with the pc register pointing to 0xc000. That
address is always the same, no matter the application. If anyone knows
the ARM architecture well, and how FreeBSD ties into it, I'd like a
little guidance.

I also have a sparc64 box, but I'm having trouble getting a vanilla
11-current system to be stable on it. I ought to file a few PRs.

You can find links to the patches below.

Patch for 11-current:
http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-current-aslr-segvguard-SNAPSHOT.diff

Patch for 10-stable:
http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-stable-10-aslr-segvguard-SNAPSHOT.diff

Thanks,

Shawn Webb


pgpnUWb8TUnz_.pgp
Description: PGP signature


panic on vt / kms rv610

2014-05-14 Thread Mark Atkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I updated -current to r265915 w/ amd64 kernel and I get a panic
when I startx instantly (no video output of panic).   There is a LOR
right before the panic.

This is built using the VT kernel definition.

loading the old kernel built @ r264316 continues to load fine.

here's what normal under the old kernel looks like

$ kldstat
Id Refs AddressSize Name
 1   53 0x8020 19b8a48  kernel
 21 0x81c11000 9d81 linprocfs.ko
 31 0x81c1b000 44ba6linux.ko
 41 0x81c6 2349 ums.ko
 51 0x81c63000 6809 uftdi.ko
 61 0x81c6a000 3b95 ucom.ko
 71 0x81c6e000 16fd uhid.ko
 81 0x81c7 115db3   radeonkms.ko
 91 0x81d86000 48761drm2.ko
104 0x81dcf000 2004 iicbus.ko
111 0x81dd2000 1a3f iic.ko
121 0x81dd4000 1e35 iicbb.ko
131 0x81dd6000 1066 radeonkmsfw_RV610_pfp.ko
141 0x81dd8000 5b63 radeonkmsfw_RV610_me.ko
151 0x81dde000 1361 radeonkmsfw_R600_rlc.ko

relevant boot messages on problematic r265915:

May 12 23:41:00 kern.crit moby kernel: VT: running with driver vga.
[...]
May 12 23:41:00 kern.crit moby kernel: vgapci0: VGA-compatible
display port 0xdc00-0xdcff mem
0xd000-0xdfff,0xfe9f-0xfe9f irq 16 at device 0.0 on pci1
May 12 23:41:00 kern.crit moby kernel: vgapci0: Boot video device


Point of failure (also available at http://pastebin.com/scubtJE6 so
the line wrap doesn't make you go crazy):

May 12 23:42:05 kern.crit moby kernel: info: [drm] Initialized drm
1.1.0 20060810
May 12 23:42:05 kern.crit moby kernel: drmn0: Radeon HD 2400 XT on
vgapci0
May 12 23:42:05 kern.crit moby kernel: info: [drm] RADEON_IS_PCIE
May 12 23:42:05 kern.crit moby kernel: info: [drm] initializing
kernel modesetting (RV610 0x1002:0x94C1 0x1028:0x0D02).
May 12 23:42:05 kern.crit moby kernel: info: [drm] register mmio
base: 0xFE9F
May 12 23:42:05 kern.crit moby kernel: info: [drm] register mmio
size: 65536
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_atrm_get_bios: === Try ATRM...
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_atrm_get_bios: pci_find_class() found: 0:1:0:0, vendor=1002,
device=94c1
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_atrm_get_bios: Get ACPI device handle
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_acpi_vfct_bios: === Try VFCT...
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_acpi_vfct_bios: Get VFCT ACPI table
May 12 23:42:05 kern.crit moby kernel: info: [drm]
radeon_acpi_vfct_bios: Failed to get VFCT table: AE_NOT_FOUND
May 12 23:42:05 kern.crit moby kernel: info: [drm]
igp_read_bios_from_vram: === Try IGP's VRAM...
May 12 23:42:05 kern.crit moby kernel: info: [drm]
igp_read_bios_from_vram: VRAM base address: 0xd000
May 12 23:42:05 kern.crit moby kernel: info: [drm]
igp_read_bios_from_vram: Map address: 0xf800d000 (262144 bytes)
May 12 23:42:05 kern.crit moby kernel: info: [drm]
igp_read_bios_from_vram: Incorrect BIOS signature: 0x
May 12 23:42:05 kern.crit moby kernel: info: [drm] radeon_read_bios:
=== Try PCI Expansion ROM...
May 12 23:42:05 kern.crit moby kernel: info: [drm] radeon_read_bios:
Map address: 0xf80c (131072 bytes)
May 12 23:42:05 kern.crit moby kernel: info: [drm] ATOM BIOS: 113
May 12 23:42:05 kern.crit moby kernel: drmn0: info: VRAM: 256M
0x - 0x0FFF (256M used)
May 12 23:42:05 kern.crit moby kernel: drmn0: info: GTT: 512M
0x1000 - 0x2FFF
May 12 23:42:05 kern.crit moby kernel: info: [drm] Detected VRAM
RAM=256M, BAR=256M
May 12 23:42:05 kern.crit moby kernel: info: [drm] RAM width 64bits DDR
May 12 23:42:05 kern.crit moby kernel: [TTM] Zone  kernel: Available
graphics memory: 2016864 kiB
May 12 23:42:05 kern.crit moby kernel: [TTM] Initializing pool allocator
May 12 23:42:05 kern.crit moby kernel: info: [drm] radeon: 256M of
VRAM memory ready
May 12 23:42:05 kern.crit moby kernel: info: [drm] radeon: 512M of
GTT memory ready.
May 12 23:42:05 kern.crit moby kernel: info: [drm] Supports vblank
timestamp caching Rev 1 (10.10.2010).
May 12 23:42:05 kern.crit moby kernel: info: [drm] Driver supports
precise vblank timestamp query.
May 12 23:42:05 kern.crit moby kernel: info: [drm] radeon: irq
initialized.
May 12 23:42:05 kern.crit moby kernel: info: [drm] GART: num cpu
pages 131072, num gpu pages 131072
May 12 23:42:05 kern.crit moby kernel: info: [drm] probing gen 2
caps for device 8086:29b1 = 1/0
May 12 23:42:05 kern.crit moby kernel: info: [drm] Loading RV610
Microcode
May 12 23:42:05 kern.crit moby kernel: firmware:
'radeonkmsfw_RV610_pfp' version 0: 2304 bytes loaded at 0x81fd60d0
May 12 23:42:05 kern.crit moby kernel: firmware:
'radeonkmsfw_RV610_me' version 0: 21504 bytes loaded at 0x81fd80d0
May 12 23:42:05 kern.crit moby kernel: 

Re: [CFT] ASLR, PIE, and segvguard on 11-current and 10-stable

2014-05-14 Thread Adrian Chadd
Hi!

Cool! Does it run on MIPS? :P


-a


On 14 May 2014 06:58, Shawn Webb latt...@gmail.com wrote:
 Hey All,

 [NOTE: crossposting between freebsd-current@, freebsd-security@, and
 freebsd-stable@. Please forgive me if crossposting is frowned upon.]

 Address Space Layout Randomization, or ASLR for short, is an exploit
 mitigation technology. It helps secure applications against low-level
 exploits. A popular secure implementation is known as PaX ASLR, which is
 a third-party patch for Linux. Our implementation is based off of PaX's.

 Oliver Pinter, Danilo Egea, and I have been working hard to bring more
 features and robust stability to our ASLR patches. We've done extensive
 testing on amd64. We'd like to get as many people testing these patches.
 Given the nature of them, we'd also like as many eyeballs reviewing the
 code as well.

 I have a Raspberry Pi and have noticed a few bugs. On ARM (at least, on
 the RPI), when a parent forks a child, and the child gracefully exits,
 the parent segfaults with the pc register pointing to 0xc000. That
 address is always the same, no matter the application. If anyone knows
 the ARM architecture well, and how FreeBSD ties into it, I'd like a
 little guidance.

 I also have a sparc64 box, but I'm having trouble getting a vanilla
 11-current system to be stable on it. I ought to file a few PRs.

 You can find links to the patches below.

 Patch for 11-current:
 http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-current-aslr-segvguard-SNAPSHOT.diff

 Patch for 10-stable:
 http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-stable-10-aslr-segvguard-SNAPSHOT.diff

 Thanks,

 Shawn Webb
___
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: [CFT] ASLR, PIE, and segvguard on 11-current and 10-stable

2014-05-14 Thread Shawn Webb
It runs on all architectures FreeBSD supports. The question is how well
it runs. The wider the testing, the better the code, of course. We're
actively testing on amd64 and i386 with limited testing on sparc64 and
ARM. I've been running with this patches on amd64 on multiple machines
for months. amd64 is rock solid from my experience. But your mileage may
vary, hence the CFT. :-)

Thanks,

Shawn

On May 14, 2014 10:02 AM -0700, Adrian Chadd wrote:
 Hi!
 
 Cool! Does it run on MIPS? :P
 
 
 -a
 
 
 On 14 May 2014 06:58, Shawn Webb latt...@gmail.com wrote:
  Hey All,
 
  [NOTE: crossposting between freebsd-current@, freebsd-security@, and
  freebsd-stable@. Please forgive me if crossposting is frowned upon.]
 
  Address Space Layout Randomization, or ASLR for short, is an exploit
  mitigation technology. It helps secure applications against low-level
  exploits. A popular secure implementation is known as PaX ASLR, which is
  a third-party patch for Linux. Our implementation is based off of PaX's.
 
  Oliver Pinter, Danilo Egea, and I have been working hard to bring more
  features and robust stability to our ASLR patches. We've done extensive
  testing on amd64. We'd like to get as many people testing these patches.
  Given the nature of them, we'd also like as many eyeballs reviewing the
  code as well.
 
  I have a Raspberry Pi and have noticed a few bugs. On ARM (at least, on
  the RPI), when a parent forks a child, and the child gracefully exits,
  the parent segfaults with the pc register pointing to 0xc000. That
  address is always the same, no matter the application. If anyone knows
  the ARM architecture well, and how FreeBSD ties into it, I'd like a
  little guidance.
 
  I also have a sparc64 box, but I'm having trouble getting a vanilla
  11-current system to be stable on it. I ought to file a few PRs.
 
  You can find links to the patches below.
 
  Patch for 11-current:
  http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-current-aslr-segvguard-SNAPSHOT.diff
 
  Patch for 10-stable:
  http://www.crysys.hu/~op/freebsd/patches/20140514091132-freebsd-stable-10-aslr-segvguard-SNAPSHOT.diff
 
  Thanks,
 
  Shawn Webb


pgph_5tsmmLH1.pgp
Description: PGP signature


Re: [CFT] ASLR, PIE, and segvguard on 11-current and 10-stable

2014-05-14 Thread Adrian Chadd
On 14 May 2014 10:09, Shawn Webb latt...@gmail.com wrote:
 It runs on all architectures FreeBSD supports. The question is how well
 it runs. The wider the testing, the better the code, of course. We're
 actively testing on amd64 and i386 with limited testing on sparc64 and
 ARM. I've been running with this patches on amd64 on multiple machines
 for months. amd64 is rock solid from my experience. But your mileage may
 vary, hence the CFT. :-)

:)

So for MIPS, there's a documented way to run up the emulator framework
to do testing.

https://wiki.freebsd.org/FreeBSD/MipsEmulation

That way you can give it a whirl before us MIPS people with hardware
can get around to it. :P



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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:56 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:56 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:56 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2014-05-15 00:50:56 - cleaning the object tree
TB --- 2014-05-15 00:50:56 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:51:00 - At svn revision 266100
TB --- 2014-05-15 00:51:01 - building world
TB --- 2014-05-15 00:51:01 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:51:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:51:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:51:01 - SRCCONF=/dev/null
TB --- 2014-05-15 00:51:01 - TARGET=powerpc
TB --- 2014-05-15 00:51:01 - TARGET_ARCH=powerpc
TB --- 2014-05-15 00:51:01 - TZ=UTC
TB --- 2014-05-15 00:51:01 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:51:01 - cd /src
TB --- 2014-05-15 00:51:01 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:51:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:51:01 - ERROR: failed to build world
TB --- 2014-05-15 00:51:01 - 1.59 user 2.12 system 4.74 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:56 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:56 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:56 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2014-05-15 00:50:56 - cleaning the object tree
TB --- 2014-05-15 00:50:56 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:51:00 - At svn revision 266100
TB --- 2014-05-15 00:51:01 - building world
TB --- 2014-05-15 00:51:01 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:51:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:51:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:51:01 - SRCCONF=/dev/null
TB --- 2014-05-15 00:51:01 - TARGET=sparc64
TB --- 2014-05-15 00:51:01 - TARGET_ARCH=sparc64
TB --- 2014-05-15 00:51:01 - TZ=UTC
TB --- 2014-05-15 00:51:01 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:51:01 - cd /src
TB --- 2014-05-15 00:51:01 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:51:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:51:02 - ERROR: failed to build world
TB --- 2014-05-15 00:51:02 - 1.70 user 2.20 system 5.18 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 powerpc64/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:56 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:56 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:56 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2014-05-15 00:50:56 - cleaning the object tree
TB --- 2014-05-15 00:50:56 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:51:00 - At svn revision 266100
TB --- 2014-05-15 00:51:01 - building world
TB --- 2014-05-15 00:51:01 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:51:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:51:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:51:01 - SRCCONF=/dev/null
TB --- 2014-05-15 00:51:01 - TARGET=powerpc
TB --- 2014-05-15 00:51:01 - TARGET_ARCH=powerpc64
TB --- 2014-05-15 00:51:01 - TZ=UTC
TB --- 2014-05-15 00:51:01 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:51:01 - cd /src
TB --- 2014-05-15 00:51:01 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:51:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:51:02 - ERROR: failed to build world
TB --- 2014-05-15 00:51:02 - 1.56 user 2.38 system 5.19 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on armv6/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:19 - starting HEAD tinderbox run for armv6/arm
TB --- 2014-05-15 01:00:19 - cleaning the object tree
TB --- 2014-05-15 01:00:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:24 - At svn revision 266102
TB --- 2014-05-15 01:00:25 - building world
TB --- 2014-05-15 01:00:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:25 - TARGET=arm
TB --- 2014-05-15 01:00:25 - TARGET_ARCH=armv6
TB --- 2014-05-15 01:00:25 - TZ=UTC
TB --- 2014-05-15 01:00:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:25 - cd /src
TB --- 2014-05-15 01:00:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:25 - ERROR: failed to build world
TB --- 2014-05-15 01:00:25 - 1.54 user 3.19 system 5.76 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:19 - starting HEAD tinderbox run for i386/i386
TB --- 2014-05-15 01:00:19 - cleaning the object tree
TB --- 2014-05-15 01:00:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:24 - At svn revision 266102
TB --- 2014-05-15 01:00:25 - building world
TB --- 2014-05-15 01:00:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:25 - TARGET=i386
TB --- 2014-05-15 01:00:25 - TARGET_ARCH=i386
TB --- 2014-05-15 01:00:25 - TZ=UTC
TB --- 2014-05-15 01:00:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:25 - cd /src
TB --- 2014-05-15 01:00:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:25 - ERROR: failed to build world
TB --- 2014-05-15 01:00:25 - 1.72 user 3.00 system 5.76 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 arm/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:19 - starting HEAD tinderbox run for arm/arm
TB --- 2014-05-15 01:00:19 - cleaning the object tree
TB --- 2014-05-15 01:00:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:24 - At svn revision 266102
TB --- 2014-05-15 01:00:25 - building world
TB --- 2014-05-15 01:00:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:25 - TARGET=arm
TB --- 2014-05-15 01:00:25 - TARGET_ARCH=arm
TB --- 2014-05-15 01:00:25 - TZ=UTC
TB --- 2014-05-15 01:00:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:25 - cd /src
TB --- 2014-05-15 01:00:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:25 - ERROR: failed to build world
TB --- 2014-05-15 01:00:25 - 1.62 user 3.09 system 5.76 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 amd64/amd64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:19 - starting HEAD tinderbox run for amd64/amd64
TB --- 2014-05-15 01:00:19 - cleaning the object tree
TB --- 2014-05-15 01:00:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:24 - At svn revision 266102
TB --- 2014-05-15 01:00:25 - building world
TB --- 2014-05-15 01:00:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:25 - TARGET=amd64
TB --- 2014-05-15 01:00:25 - TARGET_ARCH=amd64
TB --- 2014-05-15 01:00:25 - TZ=UTC
TB --- 2014-05-15 01:00:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:25 - cd /src
TB --- 2014-05-15 01:00:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:25 - ERROR: failed to build world
TB --- 2014-05-15 01:00:25 - 1.78 user 2.95 system 5.75 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:25 - starting HEAD tinderbox run for ia64/ia64
TB --- 2014-05-15 01:00:25 - cleaning the object tree
TB --- 2014-05-15 01:00:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:30 - At svn revision 266102
TB --- 2014-05-15 01:00:31 - building world
TB --- 2014-05-15 01:00:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:31 - TARGET=ia64
TB --- 2014-05-15 01:00:31 - TARGET_ARCH=ia64
TB --- 2014-05-15 01:00:31 - TZ=UTC
TB --- 2014-05-15 01:00:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:31 - cd /src
TB --- 2014-05-15 01:00:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:31 - ERROR: failed to build world
TB --- 2014-05-15 01:00:31 - 1.73 user 2.95 system 5.71 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:25 - starting HEAD tinderbox run for mips/mips
TB --- 2014-05-15 01:00:25 - cleaning the object tree
TB --- 2014-05-15 01:00:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:30 - At svn revision 266102
TB --- 2014-05-15 01:00:31 - building world
TB --- 2014-05-15 01:00:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:31 - TARGET=mips
TB --- 2014-05-15 01:00:31 - TARGET_ARCH=mips
TB --- 2014-05-15 01:00:31 - TZ=UTC
TB --- 2014-05-15 01:00:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:31 - cd /src
TB --- 2014-05-15 01:00:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:31 - ERROR: failed to build world
TB --- 2014-05-15 01:00:31 - 1.45 user 3.20 system 5.68 real


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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:25 - starting HEAD tinderbox run for i386/pc98
TB --- 2014-05-15 01:00:25 - cleaning the object tree
TB --- 2014-05-15 01:00:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:30 - At svn revision 266102
TB --- 2014-05-15 01:00:31 - building world
TB --- 2014-05-15 01:00:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:31 - TARGET=pc98
TB --- 2014-05-15 01:00:31 - TARGET_ARCH=i386
TB --- 2014-05-15 01:00:31 - TZ=UTC
TB --- 2014-05-15 01:00:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:31 - cd /src
TB --- 2014-05-15 01:00:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:31 - ERROR: failed to build world
TB --- 2014-05-15 01:00:31 - 1.56 user 3.05 system 5.64 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 powerpc64/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:33 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:33 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:33 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2014-05-15 01:00:33 - cleaning the object tree
TB --- 2014-05-15 01:00:33 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:37 - At svn revision 266102
TB --- 2014-05-15 01:00:38 - building world
TB --- 2014-05-15 01:00:38 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:38 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:38 - TARGET=powerpc
TB --- 2014-05-15 01:00:38 - TARGET_ARCH=powerpc64
TB --- 2014-05-15 01:00:38 - TZ=UTC
TB --- 2014-05-15 01:00:38 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:38 - cd /src
TB --- 2014-05-15 01:00:38 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:38 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:38 - ERROR: failed to build world
TB --- 2014-05-15 01:00:38 - 1.48 user 2.73 system 5.23 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips64/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:25 - starting HEAD tinderbox run for mips64/mips
TB --- 2014-05-15 01:00:25 - cleaning the object tree
TB --- 2014-05-15 01:00:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:30 - At svn revision 266102
TB --- 2014-05-15 01:00:31 - building world
TB --- 2014-05-15 01:00:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:31 - TARGET=mips
TB --- 2014-05-15 01:00:31 - TARGET_ARCH=mips64
TB --- 2014-05-15 01:00:31 - TZ=UTC
TB --- 2014-05-15 01:00:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:31 - cd /src
TB --- 2014-05-15 01:00:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:31 - ERROR: failed to build world
TB --- 2014-05-15 01:00:31 - 1.67 user 2.99 system 5.71 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-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 powerpc/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:33 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:33 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:33 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2014-05-15 01:00:33 - cleaning the object tree
TB --- 2014-05-15 01:00:33 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:37 - At svn revision 266102
TB --- 2014-05-15 01:00:38 - building world
TB --- 2014-05-15 01:00:38 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:38 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:38 - TARGET=powerpc
TB --- 2014-05-15 01:00:38 - TARGET_ARCH=powerpc
TB --- 2014-05-15 01:00:38 - TZ=UTC
TB --- 2014-05-15 01:00:38 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:38 - cd /src
TB --- 2014-05-15 01:00:38 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:38 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:38 - ERROR: failed to build world
TB --- 2014-05-15 01:00:38 - 1.51 user 2.72 system 5.24 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:00:33 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:00:33 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:00:33 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2014-05-15 01:00:33 - cleaning the object tree
TB --- 2014-05-15 01:00:33 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:00:37 - At svn revision 266102
TB --- 2014-05-15 01:00:38 - building world
TB --- 2014-05-15 01:00:38 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:00:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:00:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:00:38 - SRCCONF=/dev/null
TB --- 2014-05-15 01:00:38 - TARGET=sparc64
TB --- 2014-05-15 01:00:38 - TARGET_ARCH=sparc64
TB --- 2014-05-15 01:00:38 - TZ=UTC
TB --- 2014-05-15 01:00:38 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:00:38 - cd /src
TB --- 2014-05-15 01:00:38 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:00:38 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:00:38 - ERROR: failed to build world
TB --- 2014-05-15 01:00:38 - 1.59 user 2.62 system 5.23 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 arm/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:44 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:44 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:44 - starting HEAD tinderbox run for arm/arm
TB --- 2014-05-15 00:50:44 - cleaning the object tree
TB --- 2014-05-15 00:50:44 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:49 - At svn revision 266100
TB --- 2014-05-15 00:50:50 - building world
TB --- 2014-05-15 00:50:50 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:50 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:50 - TARGET=arm
TB --- 2014-05-15 00:50:50 - TARGET_ARCH=arm
TB --- 2014-05-15 00:50:50 - TZ=UTC
TB --- 2014-05-15 00:50:50 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:50 - cd /src
TB --- 2014-05-15 00:50:50 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:50 - ERROR: failed to build world
TB --- 2014-05-15 00:50:50 - 1.66 user 2.89 system 5.88 real


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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:51 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:51 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:51 - starting HEAD tinderbox run for ia64/ia64
TB --- 2014-05-15 00:50:51 - cleaning the object tree
TB --- 2014-05-15 00:50:51 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:55 - At svn revision 266100
TB --- 2014-05-15 00:50:56 - building world
TB --- 2014-05-15 00:50:56 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:56 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:56 - TARGET=ia64
TB --- 2014-05-15 00:50:56 - TARGET_ARCH=ia64
TB --- 2014-05-15 00:50:56 - TZ=UTC
TB --- 2014-05-15 00:50:56 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:56 - cd /src
TB --- 2014-05-15 00:50:56 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:56 - ERROR: failed to build world
TB --- 2014-05-15 00:50:56 - 1.57 user 2.95 system 5.59 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 i386/i386

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:44 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:44 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:44 - starting HEAD tinderbox run for i386/i386
TB --- 2014-05-15 00:50:44 - cleaning the object tree
TB --- 2014-05-15 00:50:44 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:49 - At svn revision 266100
TB --- 2014-05-15 00:50:50 - building world
TB --- 2014-05-15 00:50:50 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:50 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:50 - TARGET=i386
TB --- 2014-05-15 00:50:50 - TARGET_ARCH=i386
TB --- 2014-05-15 00:50:50 - TZ=UTC
TB --- 2014-05-15 00:50:50 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:50 - cd /src
TB --- 2014-05-15 00:50:50 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:50 - ERROR: failed to build world
TB --- 2014-05-15 00:50:50 - 1.55 user 2.99 system 5.78 real


http://tinderbox.freebsd.org/tinderbox-head-build-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:50 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:50 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:50 - starting HEAD tinderbox run for i386/pc98
TB --- 2014-05-15 00:50:50 - cleaning the object tree
TB --- 2014-05-15 00:50:50 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:55 - At svn revision 266100
TB --- 2014-05-15 00:50:56 - building world
TB --- 2014-05-15 00:50:56 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:56 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:56 - TARGET=pc98
TB --- 2014-05-15 00:50:56 - TARGET_ARCH=i386
TB --- 2014-05-15 00:50:56 - TZ=UTC
TB --- 2014-05-15 00:50:56 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:56 - cd /src
TB --- 2014-05-15 00:50:56 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:56 - ERROR: failed to build world
TB --- 2014-05-15 00:50:56 - 1.49 user 2.85 system 5.35 real


http://tinderbox.freebsd.org/tinderbox-head-build-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:44 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:44 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:44 - starting HEAD tinderbox run for amd64/amd64
TB --- 2014-05-15 00:50:44 - cleaning the object tree
TB --- 2014-05-15 00:50:44 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:49 - At svn revision 266100
TB --- 2014-05-15 00:50:50 - building world
TB --- 2014-05-15 00:50:50 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:50 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:50 - TARGET=amd64
TB --- 2014-05-15 00:50:50 - TARGET_ARCH=amd64
TB --- 2014-05-15 00:50:50 - TZ=UTC
TB --- 2014-05-15 00:50:50 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:50 - cd /src
TB --- 2014-05-15 00:50:50 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:50 - ERROR: failed to build world
TB --- 2014-05-15 00:50:50 - 1.65 user 2.79 system 5.61 real


http://tinderbox.freebsd.org/tinderbox-head-build-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:51 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:51 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:51 - starting HEAD tinderbox run for mips/mips
TB --- 2014-05-15 00:50:51 - cleaning the object tree
TB --- 2014-05-15 00:50:51 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:55 - At svn revision 266100
TB --- 2014-05-15 00:50:56 - building world
TB --- 2014-05-15 00:50:56 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:56 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:56 - TARGET=mips
TB --- 2014-05-15 00:50:56 - TARGET_ARCH=mips
TB --- 2014-05-15 00:50:56 - TZ=UTC
TB --- 2014-05-15 00:50:56 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:56 - cd /src
TB --- 2014-05-15 00:50:56 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:56 - ERROR: failed to build world
TB --- 2014-05-15 00:50:56 - 1.59 user 2.87 system 5.64 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 armv6/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:44 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:44 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:44 - starting HEAD tinderbox run for armv6/arm
TB --- 2014-05-15 00:50:44 - cleaning the object tree
TB --- 2014-05-15 00:50:44 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:49 - At svn revision 266100
TB --- 2014-05-15 00:50:50 - building world
TB --- 2014-05-15 00:50:50 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:50 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:50 - TARGET=arm
TB --- 2014-05-15 00:50:50 - TARGET_ARCH=armv6
TB --- 2014-05-15 00:50:50 - TZ=UTC
TB --- 2014-05-15 00:50:50 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:50 - cd /src
TB --- 2014-05-15 00:50:50 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:50 - ERROR: failed to build world
TB --- 2014-05-15 00:50:50 - 1.61 user 2.97 system 5.87 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-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 mips64/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 00:50:51 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 00:50:51 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 00:50:51 - starting HEAD tinderbox run for mips64/mips
TB --- 2014-05-15 00:50:51 - cleaning the object tree
TB --- 2014-05-15 00:50:51 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 00:50:55 - At svn revision 266100
TB --- 2014-05-15 00:50:56 - building world
TB --- 2014-05-15 00:50:56 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 00:50:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 00:50:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 00:50:56 - SRCCONF=/dev/null
TB --- 2014-05-15 00:50:56 - TARGET=mips
TB --- 2014-05-15 00:50:56 - TARGET_ARCH=mips64
TB --- 2014-05-15 00:50:56 - TZ=UTC
TB --- 2014-05-15 00:50:56 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 00:50:56 - cd /src
TB --- 2014-05-15 00:50:56 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 00:50:56 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 00:50:56 - ERROR: failed to build world
TB --- 2014-05-15 00:50:56 - 1.59 user 2.91 system 5.55 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-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 arm/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:19 - starting HEAD tinderbox run for arm/arm
TB --- 2014-05-15 01:10:19 - cleaning the object tree
TB --- 2014-05-15 01:10:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:24 - At svn revision 266103
TB --- 2014-05-15 01:10:25 - building world
TB --- 2014-05-15 01:10:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:25 - TARGET=arm
TB --- 2014-05-15 01:10:25 - TARGET_ARCH=arm
TB --- 2014-05-15 01:10:25 - TZ=UTC
TB --- 2014-05-15 01:10:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:25 - cd /src
TB --- 2014-05-15 01:10:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:25 - ERROR: failed to build world
TB --- 2014-05-15 01:10:25 - 1.66 user 3.05 system 5.74 real


http://tinderbox.freebsd.org/tinderbox-head-build-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:19 - starting HEAD tinderbox run for i386/i386
TB --- 2014-05-15 01:10:19 - cleaning the object tree
TB --- 2014-05-15 01:10:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:24 - At svn revision 266103
TB --- 2014-05-15 01:10:25 - building world
TB --- 2014-05-15 01:10:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:25 - TARGET=i386
TB --- 2014-05-15 01:10:25 - TARGET_ARCH=i386
TB --- 2014-05-15 01:10:25 - TZ=UTC
TB --- 2014-05-15 01:10:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:25 - cd /src
TB --- 2014-05-15 01:10:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:25 - ERROR: failed to build world
TB --- 2014-05-15 01:10:25 - 1.55 user 3.17 system 5.74 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on amd64/amd64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:19 - starting HEAD tinderbox run for amd64/amd64
TB --- 2014-05-15 01:10:19 - cleaning the object tree
TB --- 2014-05-15 01:10:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:24 - At svn revision 266103
TB --- 2014-05-15 01:10:25 - building world
TB --- 2014-05-15 01:10:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:25 - TARGET=amd64
TB --- 2014-05-15 01:10:25 - TARGET_ARCH=amd64
TB --- 2014-05-15 01:10:25 - TZ=UTC
TB --- 2014-05-15 01:10:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:25 - cd /src
TB --- 2014-05-15 01:10:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:25 - ERROR: failed to build world
TB --- 2014-05-15 01:10:25 - 1.61 user 3.10 system 5.74 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 armv6/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:19 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:19 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:19 - starting HEAD tinderbox run for armv6/arm
TB --- 2014-05-15 01:10:19 - cleaning the object tree
TB --- 2014-05-15 01:10:19 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:24 - At svn revision 266103
TB --- 2014-05-15 01:10:25 - building world
TB --- 2014-05-15 01:10:25 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:25 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:25 - TARGET=arm
TB --- 2014-05-15 01:10:25 - TARGET_ARCH=armv6
TB --- 2014-05-15 01:10:25 - TZ=UTC
TB --- 2014-05-15 01:10:25 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:25 - cd /src
TB --- 2014-05-15 01:10:25 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:25 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:25 - ERROR: failed to build world
TB --- 2014-05-15 01:10:25 - 1.73 user 2.98 system 5.73 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-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 mips/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:25 - starting HEAD tinderbox run for mips/mips
TB --- 2014-05-15 01:10:25 - cleaning the object tree
TB --- 2014-05-15 01:10:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:30 - At svn revision 266103
TB --- 2014-05-15 01:10:31 - building world
TB --- 2014-05-15 01:10:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:31 - TARGET=mips
TB --- 2014-05-15 01:10:31 - TARGET_ARCH=mips
TB --- 2014-05-15 01:10:31 - TZ=UTC
TB --- 2014-05-15 01:10:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:31 - cd /src
TB --- 2014-05-15 01:10:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:31 - ERROR: failed to build world
TB --- 2014-05-15 01:10:31 - 1.65 user 3.05 system 5.73 real


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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:25 - starting HEAD tinderbox run for ia64/ia64
TB --- 2014-05-15 01:10:25 - cleaning the object tree
TB --- 2014-05-15 01:10:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:30 - At svn revision 266103
TB --- 2014-05-15 01:10:31 - building world
TB --- 2014-05-15 01:10:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:31 - TARGET=ia64
TB --- 2014-05-15 01:10:31 - TARGET_ARCH=ia64
TB --- 2014-05-15 01:10:31 - TZ=UTC
TB --- 2014-05-15 01:10:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:31 - cd /src
TB --- 2014-05-15 01:10:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:31 - ERROR: failed to build world
TB --- 2014-05-15 01:10:31 - 1.56 user 3.12 system 5.71 real


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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:25 - starting HEAD tinderbox run for i386/pc98
TB --- 2014-05-15 01:10:25 - cleaning the object tree
TB --- 2014-05-15 01:10:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:30 - At svn revision 266103
TB --- 2014-05-15 01:10:31 - building world
TB --- 2014-05-15 01:10:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:31 - TARGET=pc98
TB --- 2014-05-15 01:10:31 - TARGET_ARCH=i386
TB --- 2014-05-15 01:10:31 - TZ=UTC
TB --- 2014-05-15 01:10:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:31 - cd /src
TB --- 2014-05-15 01:10:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:31 - ERROR: failed to build world
TB --- 2014-05-15 01:10:31 - 1.63 user 3.06 system 5.73 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 mips64/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:25 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:25 - starting HEAD tinderbox run for mips64/mips
TB --- 2014-05-15 01:10:25 - cleaning the object tree
TB --- 2014-05-15 01:10:25 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:30 - At svn revision 266103
TB --- 2014-05-15 01:10:31 - building world
TB --- 2014-05-15 01:10:31 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:31 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:31 - TARGET=mips
TB --- 2014-05-15 01:10:31 - TARGET_ARCH=mips64
TB --- 2014-05-15 01:10:31 - TZ=UTC
TB --- 2014-05-15 01:10:31 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:31 - cd /src
TB --- 2014-05-15 01:10:31 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:31 - ERROR: failed to build world
TB --- 2014-05-15 01:10:31 - 1.64 user 3.05 system 5.73 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:34 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:34 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:34 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2014-05-15 01:10:34 - cleaning the object tree
TB --- 2014-05-15 01:10:34 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:38 - At svn revision 266103
TB --- 2014-05-15 01:10:39 - building world
TB --- 2014-05-15 01:10:39 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:39 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:39 - TARGET=sparc64
TB --- 2014-05-15 01:10:39 - TARGET_ARCH=sparc64
TB --- 2014-05-15 01:10:39 - TZ=UTC
TB --- 2014-05-15 01:10:39 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:39 - cd /src
TB --- 2014-05-15 01:10:39 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:39 - ERROR: failed to build world
TB --- 2014-05-15 01:10:39 - 1.52 user 2.68 system 5.28 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 powerpc64/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:34 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:34 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:34 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2014-05-15 01:10:34 - cleaning the object tree
TB --- 2014-05-15 01:10:34 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:38 - At svn revision 266103
TB --- 2014-05-15 01:10:39 - building world
TB --- 2014-05-15 01:10:39 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:39 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:39 - TARGET=powerpc
TB --- 2014-05-15 01:10:39 - TARGET_ARCH=powerpc64
TB --- 2014-05-15 01:10:39 - TZ=UTC
TB --- 2014-05-15 01:10:39 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:39 - cd /src
TB --- 2014-05-15 01:10:39 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:39 - ERROR: failed to build world
TB --- 2014-05-15 01:10:39 - 1.63 user 2.56 system 5.28 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:10:34 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:10:34 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:10:34 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2014-05-15 01:10:34 - cleaning the object tree
TB --- 2014-05-15 01:10:34 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:10:38 - At svn revision 266103
TB --- 2014-05-15 01:10:39 - building world
TB --- 2014-05-15 01:10:39 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:10:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:10:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:10:39 - SRCCONF=/dev/null
TB --- 2014-05-15 01:10:39 - TARGET=powerpc
TB --- 2014-05-15 01:10:39 - TARGET_ARCH=powerpc
TB --- 2014-05-15 01:10:39 - TZ=UTC
TB --- 2014-05-15 01:10:39 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:10:39 - cd /src
TB --- 2014-05-15 01:10:39 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:10:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:10:39 - ERROR: failed to build world
TB --- 2014-05-15 01:10:39 - 1.66 user 2.50 system 5.24 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 arm/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:17 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:17 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:17 - starting HEAD tinderbox run for arm/arm
TB --- 2014-05-15 01:20:17 - cleaning the object tree
TB --- 2014-05-15 01:20:17 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:22 - At svn revision 266103
TB --- 2014-05-15 01:20:23 - building world
TB --- 2014-05-15 01:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:23 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:23 - TARGET=arm
TB --- 2014-05-15 01:20:23 - TARGET_ARCH=arm
TB --- 2014-05-15 01:20:23 - TZ=UTC
TB --- 2014-05-15 01:20:23 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:23 - cd /src
TB --- 2014-05-15 01:20:23 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:23 - ERROR: failed to build world
TB --- 2014-05-15 01:20:23 - 1.61 user 3.00 system 5.64 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 amd64/amd64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:17 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:17 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:17 - starting HEAD tinderbox run for amd64/amd64
TB --- 2014-05-15 01:20:17 - cleaning the object tree
TB --- 2014-05-15 01:20:17 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:22 - At svn revision 266103
TB --- 2014-05-15 01:20:23 - building world
TB --- 2014-05-15 01:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:23 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:23 - TARGET=amd64
TB --- 2014-05-15 01:20:23 - TARGET_ARCH=amd64
TB --- 2014-05-15 01:20:23 - TZ=UTC
TB --- 2014-05-15 01:20:23 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:23 - cd /src
TB --- 2014-05-15 01:20:23 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:23 - ERROR: failed to build world
TB --- 2014-05-15 01:20:23 - 1.68 user 2.93 system 5.64 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/i386

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:17 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:17 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:17 - starting HEAD tinderbox run for i386/i386
TB --- 2014-05-15 01:20:17 - cleaning the object tree
TB --- 2014-05-15 01:20:17 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:22 - At svn revision 266103
TB --- 2014-05-15 01:20:23 - building world
TB --- 2014-05-15 01:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:23 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:23 - TARGET=i386
TB --- 2014-05-15 01:20:23 - TARGET_ARCH=i386
TB --- 2014-05-15 01:20:23 - TZ=UTC
TB --- 2014-05-15 01:20:23 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:23 - cd /src
TB --- 2014-05-15 01:20:23 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:23 - ERROR: failed to build world
TB --- 2014-05-15 01:20:23 - 1.53 user 3.07 system 5.63 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 mips/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:23 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:23 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:23 - starting HEAD tinderbox run for mips/mips
TB --- 2014-05-15 01:20:23 - cleaning the object tree
TB --- 2014-05-15 01:20:23 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:28 - At svn revision 266103
TB --- 2014-05-15 01:20:29 - building world
TB --- 2014-05-15 01:20:29 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:29 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:29 - TARGET=mips
TB --- 2014-05-15 01:20:29 - TARGET_ARCH=mips
TB --- 2014-05-15 01:20:29 - TZ=UTC
TB --- 2014-05-15 01:20:29 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:29 - cd /src
TB --- 2014-05-15 01:20:29 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:29 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:29 - ERROR: failed to build world
TB --- 2014-05-15 01:20:29 - 1.60 user 2.92 system 5.55 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 armv6/arm

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:17 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:17 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:17 - starting HEAD tinderbox run for armv6/arm
TB --- 2014-05-15 01:20:17 - cleaning the object tree
TB --- 2014-05-15 01:20:17 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:22 - At svn revision 266103
TB --- 2014-05-15 01:20:23 - building world
TB --- 2014-05-15 01:20:23 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:23 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:23 - TARGET=arm
TB --- 2014-05-15 01:20:23 - TARGET_ARCH=armv6
TB --- 2014-05-15 01:20:23 - TZ=UTC
TB --- 2014-05-15 01:20:23 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:23 - cd /src
TB --- 2014-05-15 01:20:23 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:23 - ERROR: failed to build world
TB --- 2014-05-15 01:20:23 - 1.72 user 2.89 system 5.64 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-armv6-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 powerpc/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:29 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:29 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:29 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2014-05-15 01:20:29 - cleaning the object tree
TB --- 2014-05-15 01:20:29 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:36 - At svn revision 266103
TB --- 2014-05-15 01:20:37 - building world
TB --- 2014-05-15 01:20:37 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:37 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:37 - TARGET=powerpc
TB --- 2014-05-15 01:20:37 - TARGET_ARCH=powerpc
TB --- 2014-05-15 01:20:37 - TZ=UTC
TB --- 2014-05-15 01:20:37 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:37 - cd /src
TB --- 2014-05-15 01:20:37 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:37 - ERROR: failed to build world
TB --- 2014-05-15 01:20:37 - 1.52 user 2.58 system 8.15 real


http://tinderbox.freebsd.org/tinderbox-head-build-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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:23 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:23 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:23 - starting HEAD tinderbox run for ia64/ia64
TB --- 2014-05-15 01:20:23 - cleaning the object tree
TB --- 2014-05-15 01:20:23 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:28 - At svn revision 266103
TB --- 2014-05-15 01:20:29 - building world
TB --- 2014-05-15 01:20:29 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:29 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:29 - TARGET=ia64
TB --- 2014-05-15 01:20:29 - TARGET_ARCH=ia64
TB --- 2014-05-15 01:20:29 - TZ=UTC
TB --- 2014-05-15 01:20:29 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:29 - cd /src
TB --- 2014-05-15 01:20:29 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:29 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:29 - ERROR: failed to build world
TB --- 2014-05-15 01:20:29 - 1.62 user 2.96 system 5.60 real


http://tinderbox.freebsd.org/tinderbox-head-build-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 mips64/mips

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:23 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:23 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:23 - starting HEAD tinderbox run for mips64/mips
TB --- 2014-05-15 01:20:23 - cleaning the object tree
TB --- 2014-05-15 01:20:23 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:28 - At svn revision 266103
TB --- 2014-05-15 01:20:29 - building world
TB --- 2014-05-15 01:20:29 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:29 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:29 - TARGET=mips
TB --- 2014-05-15 01:20:29 - TARGET_ARCH=mips64
TB --- 2014-05-15 01:20:29 - TZ=UTC
TB --- 2014-05-15 01:20:29 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:29 - cd /src
TB --- 2014-05-15 01:20:29 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:29 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:29 - ERROR: failed to build world
TB --- 2014-05-15 01:20:29 - 1.56 user 3.02 system 5.60 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-mips.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:29 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:29 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:29 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2014-05-15 01:20:29 - cleaning the object tree
TB --- 2014-05-15 01:20:29 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:36 - At svn revision 266103
TB --- 2014-05-15 01:20:37 - building world
TB --- 2014-05-15 01:20:37 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:37 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:37 - TARGET=powerpc
TB --- 2014-05-15 01:20:37 - TARGET_ARCH=powerpc64
TB --- 2014-05-15 01:20:37 - TZ=UTC
TB --- 2014-05-15 01:20:37 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:37 - cd /src
TB --- 2014-05-15 01:20:37 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:37 - ERROR: failed to build world
TB --- 2014-05-15 01:20:37 - 1.70 user 2.38 system 8.16 real


http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:29 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:29 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:29 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2014-05-15 01:20:29 - cleaning the object tree
TB --- 2014-05-15 01:20:29 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:36 - At svn revision 266103
TB --- 2014-05-15 01:20:37 - building world
TB --- 2014-05-15 01:20:37 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:37 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:37 - TARGET=sparc64
TB --- 2014-05-15 01:20:37 - TARGET_ARCH=sparc64
TB --- 2014-05-15 01:20:37 - TZ=UTC
TB --- 2014-05-15 01:20:37 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:37 - cd /src
TB --- 2014-05-15 01:20:37 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:37 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:37 - ERROR: failed to build world
TB --- 2014-05-15 01:20:37 - 1.65 user 2.40 system 8.12 real


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

2014-05-14 Thread FreeBSD Tinderbox
TB --- 2014-05-15 01:20:23 - tinderbox 2.21 running on freebsd-current.sentex.ca
TB --- 2014-05-15 01:20:23 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE 
FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2014-05-15 01:20:23 - starting HEAD tinderbox run for i386/pc98
TB --- 2014-05-15 01:20:23 - cleaning the object tree
TB --- 2014-05-15 01:20:23 - /usr/local/bin/svn stat --no-ignore /src
TB --- 2014-05-15 01:20:28 - At svn revision 266103
TB --- 2014-05-15 01:20:29 - building world
TB --- 2014-05-15 01:20:29 - CROSS_BUILD_TESTING=YES
TB --- 2014-05-15 01:20:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2014-05-15 01:20:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2014-05-15 01:20:29 - SRCCONF=/dev/null
TB --- 2014-05-15 01:20:29 - TARGET=pc98
TB --- 2014-05-15 01:20:29 - TARGET_ARCH=i386
TB --- 2014-05-15 01:20:29 - TZ=UTC
TB --- 2014-05-15 01:20:29 - __MAKE_CONF=/dev/null
TB --- 2014-05-15 01:20:29 - cd /src
TB --- 2014-05-15 01:20:29 - /usr/bin/make -B buildworld
 Building an up-to-date bmake(1)
--
Makefile, line 6: Could not find src.opts.mk
Makefile, line 110: Malformed conditional (${MK_TESTS} != no)
Makefile, line 112: if-less endif
make: fatal errors encountered -- cannot continue
*** [bmake] Error code 1

Stop in /src.
*** [upgrade_checks] Error code 1

Stop in /src.
TB --- 2014-05-15 01:20:29 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2014-05-15 01:20:29 - ERROR: failed to build world
TB --- 2014-05-15 01:20:29 - 1.65 user 2.87 system 5.54 real


http://tinderbox.freebsd.org/tinderbox-head-build-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