[releng_7 tinderbox] failure on amd64/amd64

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-24 07:25:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-24 07:25:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-24 07:25:00 - starting RELENG_7 tinderbox run for amd64/amd64
TB --- 2012-09-24 07:25:00 - cleaning the object tree
TB --- 2012-09-24 07:25:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-24 07:25:00 - cd /tinderbox/RELENG_7/amd64/amd64
TB --- 2012-09-24 07:25:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-24 07:25:09 - /usr/local/bin/svn update /src
TB --- 2012-09-24 07:30:56 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-24 07:30:56 - ERROR: unable to check out the source tree
TB --- 2012-09-24 07:30:56 - 1.98 user 4.48 system 355.41 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Fatal trap 12: hda

2012-09-24 Thread Alexander Motin

On 23.09.2012 23:41, Andriy Gapon wrote:

on 23/09/2012 23:10 Barbara said the following:

After updating src on RELENG_9 from r240236 to r240821 I have rebuilt
my world+kernel.
On reboot I had a kernel panic, supervisor read, page not present
for process swapper.
Trying to reboot in Single User Mode I accidentally disabled ACPI.
Luckily the machine booted succesfully but there was nothing new in
/var/crash.
Then I tried again with ACPI enabled: same kernel panic.
So I run nm on the instruction pointer of the panic and I noticed that
it was in hdaa_sense_init, in sys/dev/sound/pci/hda/hdaa.c.
BTW, I have device sound and device snd_hda in my KERNCONF, and
the sound hw detection happens before HDs, is that the reason why I
wasn't able to get a dump or dumping using DDB and the panicking
process is swapper? Is there any trick I'm missing for that?

Booting in verbose mode and comparing the output with ACPI enabled
(where the panic happens) and disabled, I guessed that the problem was
where No presence detection support at nid... is printed, as it was
missing in the former case for nid 27 - Headphone (Green Jack). With
ACPI disabled the value was looking quite weird: 36765696.
So I made the following change:


--- sys/dev/sound/pci/hda/hdaa.c.orig   2012-09-22 20:06:20.0 +0200
+++ sys/dev/sound/pci/hda/hdaa.c2012-09-23 20:39:32.0 +0200
@@ -627,7 +627,7 @@
(HDA_CONFIG_DEFAULTCONF_MISC(w-wclass.pin.config) 
 1) != 0) {
device_printf(devinfo-dev,
No presence detection support at nid %d\n,
-   as[i].pins[15]);
+   as-pins[15]);
} else {
if (w-unsol  0)
poll = 1;


Maybe the fix is not correct, but at least the new kernel boots successfully.
Can someone review that?
I tried looking in svn commits between the two builds, but I don't
know what exposed the problem.
If anyone is interested in my verbose log, or doing some tests, please ask.


Your patch looks correct, looks like a bug could have been introduced via
copy+paste.


Good catch. Thank you. Slightly modified patch committed at r240884.

--
Alexander Motin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-24 08:55:15 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-24 08:55:15 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-24 08:55:15 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-24 08:55:15 - cleaning the object tree
TB --- 2012-09-24 08:55:16 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-24 08:55:16 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-24 08:55:16 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-24 08:55:26 - /usr/local/bin/svn update /src
At revision 240885.
TB --- 2012-09-24 08:55:37 - building world
TB --- 2012-09-24 08:55:37 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-24 08:55:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-24 08:55:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-24 08:55:37 - SRCCONF=/dev/null
TB --- 2012-09-24 08:55:37 - TARGET=mips
TB --- 2012-09-24 08:55:37 - TARGET_ARCH=mips
TB --- 2012-09-24 08:55:37 - TZ=UTC
TB --- 2012-09-24 08:55:37 - __MAKE_CONF=/dev/null
TB --- 2012-09-24 08:55:37 - cd /src
TB --- 2012-09-24 08:55:37 - /usr/bin/make -B buildworld
 World build started on Mon Sep 24 08:55:37 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-24 08:55:50 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-24 08:55:50 - ERROR: failed to build world
TB --- 2012-09-24 08:55:50 - 12.57 user 7.91 system 34.41 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Tinderbox spam

2012-09-24 Thread Dag-Erling Smørgrav
I recently switched the machine that builds 7 and 8 from csup to svn.
Unfortunately, it seems to have trouble maintaining a stable connection
to svn.freebsd.org.  I'm testing a patch that makes it retry up to three
times before giving up, so hopefully the spurious failures will go away
soon.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Tinderbox spam

2012-09-24 Thread Chris Rees
On 24 Sep 2012 10:23, Dag-Erling Smørgrav d...@des.no wrote:

 I recently switched the machine that builds 7 and 8 from csup to svn.
 Unfortunately, it seems to have trouble maintaining a stable connection
 to svn.freebsd.org.  I'm testing a patch that makes it retry up to three
 times before giving up, so hopefully the spurious failures will go away
 soon.

I've found that svn:// seems to be more aggressive with rate-limiting if
that's what it does.

Have you tried using http:// ?

Chris
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Tinderbox spam

2012-09-24 Thread Dag-Erling Smørgrav
Chris Rees utis...@gmail.com writes:
 Have you tried using http:// ?

Both should work, but svn is significantly faster.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Tinderbox spam

2012-09-24 Thread Chris Rees
On 24 Sep 2012 12:26, Dag-Erling Smørgrav d...@des.no wrote:

 Chris Rees utis...@gmail.com writes:
  Have you tried using http:// ?

 Both should work, but svn is significantly faster.

Yes, that's why I tried it instead, but my point is that you may need to
sleep a bit between tries; if svn is faster, you're more likely to hit any
rate limit.

I could be wrong, but I can't see any other explanation for the weird
failures we've both been seeing.

Chris
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-24 12:47:45 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-24 12:47:45 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-24 12:47:45 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-24 12:47:45 - cleaning the object tree
TB --- 2012-09-24 12:47:46 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-24 12:47:46 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-24 12:47:46 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-24 12:47:55 - /usr/local/bin/svn update /src
At revision 240885.
TB --- 2012-09-24 12:48:04 - building world
TB --- 2012-09-24 12:48:04 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-24 12:48:04 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-24 12:48:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-24 12:48:04 - SRCCONF=/dev/null
TB --- 2012-09-24 12:48:04 - TARGET=mips
TB --- 2012-09-24 12:48:04 - TARGET_ARCH=mips
TB --- 2012-09-24 12:48:04 - TZ=UTC
TB --- 2012-09-24 12:48:04 - __MAKE_CONF=/dev/null
TB --- 2012-09-24 12:48:04 - cd /src
TB --- 2012-09-24 12:48:04 - /usr/bin/make -B buildworld
 World build started on Mon Sep 24 12:48:04 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-24 12:48:17 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-24 12:48:17 - ERROR: failed to build world
TB --- 2012-09-24 12:48:17 - 12.30 user 7.61 system 31.51 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Tinderbox spam

2012-09-24 Thread Dag-Erling Smørgrav
Chris Rees utis...@gmail.com writes:
 Dag-Erling Smørgrav d...@des.no writes:
  Chris Rees utis...@gmail.com writes:
   Have you tried using http:// ?
  Both should work, but svn is significantly faster.
 Yes, that's why I tried it instead, but my point is that you may need
 to sleep a bit between tries; if svn is faster, you're more likely to
 hit any rate limit.

It sleeps for 30, then 60, then 90 seconds and gives up after the fourth
attempt.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-24 16:37:49 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-24 16:37:49 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-24 16:37:49 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-24 16:37:49 - cleaning the object tree
TB --- 2012-09-24 16:37:50 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-24 16:37:50 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-24 16:37:50 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-24 16:37:59 - /usr/local/bin/svn update /src
At revision 240890.
TB --- 2012-09-24 16:38:10 - building world
TB --- 2012-09-24 16:38:10 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-24 16:38:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-24 16:38:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-24 16:38:10 - SRCCONF=/dev/null
TB --- 2012-09-24 16:38:10 - TARGET=mips
TB --- 2012-09-24 16:38:10 - TARGET_ARCH=mips
TB --- 2012-09-24 16:38:10 - TZ=UTC
TB --- 2012-09-24 16:38:10 - __MAKE_CONF=/dev/null
TB --- 2012-09-24 16:38:10 - cd /src
TB --- 2012-09-24 16:38:10 - /usr/bin/make -B buildworld
 World build started on Mon Sep 24 16:38:10 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-24 16:38:23 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-24 16:38:23 - ERROR: failed to build world
TB --- 2012-09-24 16:38:23 - 12.61 user 7.89 system 33.73 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Panic with fusefs-ntfs on FreeBSD 9 RC1 amd64

2012-09-24 Thread Kevin Oberman
On Tue, Sep 18, 2012 at 7:55 PM, Attilio Rao atti...@freebsd.org wrote:
 On Tue, Sep 18, 2012 at 5:14 PM, Marcelo Gondim gon...@bsdinfo.com.br wrote:
 I installed the package ntfs-fusefs on two different servers and both causes
 kernel panic when trying to copy anything.
 A server using FreeBSD 9.0 STABLE amd64 and the other using FreeBSD 9 RC1
 amd64.
 Someone is having the same problem?

 Hello Marcelo,
 Do you think you can try fuse import explained here:
 http://lists.freebsd.org/pipermail/freebsd-current/2012-September/036677.html

 The proposed patch is for HEAD@240684 but I'm sure it should apply
 cleanly to RELENG_9_1 too.

 Please let me know if you have further questions.

I tried patching 9-Stable with fuse_240684.patch. It applied cleanly,
but the kernel build failed:
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
-nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer
-I/usr/obj/usr/src/sys/GENERIC  -mcmodel=kernel -mno-red-zone -mno-mmx
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
-fstack-protector -std=iso9899:1999 -fstack-protector -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs
-fdiagnostics-show-option   -c
/usr/src/sys/modules/fuse/../../fs/fuse/fuse_ipc.c
cc1: warnings being treated as errors
/usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c: In function
'fuse_vnode_setsize':
/usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c:378: warning:
passing argument 3 of 'vtruncbuf' makes pointer from integer without a
cast
/usr/src/sys/modules/fuse/../../fs/fuse/fuse_node.c:378: error: too
few arguments to function 'vtruncbuf'
*** [fuse_node.o] Error code 1

Looks like something has changed between stable and current that won't
work. Any suggestions for a quick fix?

It's a ThinkPad T520 running amd64, but I doubt that this is relevant
to the error reported.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-24 20:27:26 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-24 20:27:26 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-24 20:27:26 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-24 20:27:26 - cleaning the object tree
TB --- 2012-09-24 20:27:27 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-24 20:27:27 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-24 20:27:27 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-24 20:27:36 - /usr/local/bin/svn update /src
At revision 240898.
TB --- 2012-09-24 20:27:46 - building world
TB --- 2012-09-24 20:27:46 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-24 20:27:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-24 20:27:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-24 20:27:46 - SRCCONF=/dev/null
TB --- 2012-09-24 20:27:46 - TARGET=mips
TB --- 2012-09-24 20:27:46 - TARGET_ARCH=mips
TB --- 2012-09-24 20:27:46 - TZ=UTC
TB --- 2012-09-24 20:27:46 - __MAKE_CONF=/dev/null
TB --- 2012-09-24 20:27:46 - cd /src
TB --- 2012-09-24 20:27:46 - /usr/bin/make -B buildworld
 World build started on Mon Sep 24 20:27:46 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-24 20:27:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-24 20:27:58 - ERROR: failed to build world
TB --- 2012-09-24 20:27:58 - 12.43 user 8.09 system 32.62 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 00:17:35 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 00:17:35 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 00:17:35 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-25 00:17:35 - cleaning the object tree
TB --- 2012-09-25 00:17:36 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-25 00:17:36 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-25 00:17:36 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 00:17:45 - /usr/local/bin/svn update /src
At revision 240902.
TB --- 2012-09-25 00:17:55 - building world
TB --- 2012-09-25 00:17:55 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-25 00:17:55 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-25 00:17:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-25 00:17:55 - SRCCONF=/dev/null
TB --- 2012-09-25 00:17:55 - TARGET=mips
TB --- 2012-09-25 00:17:55 - TARGET_ARCH=mips
TB --- 2012-09-25 00:17:55 - TZ=UTC
TB --- 2012-09-25 00:17:55 - __MAKE_CONF=/dev/null
TB --- 2012-09-25 00:17:55 - cd /src
TB --- 2012-09-25 00:17:55 - /usr/bin/make -B buildworld
 World build started on Tue Sep 25 00:17:55 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-25 00:18:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-25 00:18:08 - ERROR: failed to build world
TB --- 2012-09-25 00:18:08 - 12.73 user 7.77 system 33.05 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on i386/i386

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 02:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 02:30:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 02:30:00 - starting RELENG_7 tinderbox run for i386/i386
TB --- 2012-09-25 02:30:00 - cleaning the object tree
TB --- 2012-09-25 02:30:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 02:30:00 - cd /tinderbox/RELENG_7/i386/i386
TB --- 2012-09-25 02:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 02:30:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 02:36:03 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 02:36:03 - ERROR: unable to check out the source tree
TB --- 2012-09-25 02:36:03 - 1.88 user 4.59 system 362.70 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-i386-i386.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on ia64/ia64

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 02:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 02:30:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 02:30:00 - starting RELENG_7 tinderbox run for ia64/ia64
TB --- 2012-09-25 02:30:00 - cleaning the object tree
TB --- 2012-09-25 02:30:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 02:30:00 - cd /tinderbox/RELENG_7/ia64/ia64
TB --- 2012-09-25 02:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 02:30:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 02:36:04 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 02:36:04 - ERROR: unable to check out the source tree
TB --- 2012-09-25 02:36:04 - 1.95 user 4.54 system 363.70 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-ia64-ia64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on sparc64/sparc64

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 02:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 02:30:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 02:30:00 - starting RELENG_7 tinderbox run for sparc64/sparc64
TB --- 2012-09-25 02:30:00 - cleaning the object tree
TB --- 2012-09-25 02:30:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 02:30:00 - cd /tinderbox/RELENG_7/sparc64/sparc64
TB --- 2012-09-25 02:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 02:30:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 02:36:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 02:36:05 - ERROR: unable to check out the source tree
TB --- 2012-09-25 02:36:05 - 2.07 user 4.40 system 364.70 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-sparc64-sparc64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on amd64/amd64

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 02:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 02:30:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 02:30:00 - starting RELENG_7 tinderbox run for amd64/amd64
TB --- 2012-09-25 02:30:00 - cleaning the object tree
TB --- 2012-09-25 02:30:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 02:30:00 - cd /tinderbox/RELENG_7/amd64/amd64
TB --- 2012-09-25 02:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 02:30:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 02:36:04 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 02:36:04 - ERROR: unable to check out the source tree
TB --- 2012-09-25 02:36:04 - 1.92 user 4.52 system 363.70 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on powerpc/powerpc

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 02:30:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 02:30:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 02:30:00 - starting RELENG_7 tinderbox run for powerpc/powerpc
TB --- 2012-09-25 02:30:00 - cleaning the object tree
TB --- 2012-09-25 02:30:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 02:30:00 - cd /tinderbox/RELENG_7/powerpc/powerpc
TB --- 2012-09-25 02:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 02:30:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 02:36:03 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 02:36:03 - ERROR: unable to check out the source tree
TB --- 2012-09-25 02:36:03 - 2.02 user 4.47 system 362.70 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-powerpc-powerpc.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_8 tinderbox] failure on mips/mips

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 03:29:43 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 03:29:43 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 03:29:43 - starting RELENG_8 tinderbox run for mips/mips
TB --- 2012-09-25 03:29:43 - cleaning the object tree
TB --- 2012-09-25 03:29:43 - checking out /src from 
svn://svn.freebsd.org/base/stable/8
TB --- 2012-09-25 03:29:43 - cd /tinderbox/RELENG_8/mips/mips
TB --- 2012-09-25 03:29:43 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 03:29:51 - /usr/local/bin/svn update /src
Updated to revision 240912.
TB --- 2012-09-25 03:30:02 - building world
TB --- 2012-09-25 03:30:02 - CROSS_BUILD_TESTING=YES
TB --- 2012-09-25 03:30:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-09-25 03:30:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-09-25 03:30:02 - SRCCONF=/dev/null
TB --- 2012-09-25 03:30:02 - TARGET=mips
TB --- 2012-09-25 03:30:02 - TARGET_ARCH=mips
TB --- 2012-09-25 03:30:02 - TZ=UTC
TB --- 2012-09-25 03:30:02 - __MAKE_CONF=/dev/null
TB --- 2012-09-25 03:30:02 - cd /src
TB --- 2012-09-25 03:30:02 - /usr/bin/make -B buildworld
 World build started on Tue Sep 25 03:30:02 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
[...]
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include -c 
/src/games/fortune/strfile/strfile.c
cc -O2 -pipe   -I/obj/mips/src/tmp/legacy/usr/include  -static 
-L/obj/mips/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy
sh /src/tools/install.sh -s -o root -g wheel -m 555   strfile 
/obj/mips/src/tmp/legacy/usr/games
=== gnu/usr.bin/gperf (obj,depend,all,install)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf created for /src/gnu/usr.bin/gperf
=== gnu/usr.bin/gperf/doc (obj)
/obj/mips/src/tmp/src/gnu/usr.bin/gperf/doc created for 
/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-09-25 03:30:15 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-09-25 03:30:15 - ERROR: failed to build world
TB --- 2012-09-25 03:30:15 - 12.57 user 8.43 system 32.37 real


http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-mips-mips.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on i386/i386

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 05:45:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 05:45:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 05:45:00 - starting RELENG_7 tinderbox run for i386/i386
TB --- 2012-09-25 05:45:00 - cleaning the object tree
TB --- 2012-09-25 05:45:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 05:45:00 - cd /tinderbox/RELENG_7/i386/i386
TB --- 2012-09-25 05:45:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 05:45:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 05:50:56 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 05:50:56 - ERROR: unable to check out the source tree
TB --- 2012-09-25 05:50:56 - 1.94 user 4.56 system 355.59 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-i386-i386.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on sparc64/sparc64

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 05:45:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 05:45:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 05:45:00 - starting RELENG_7 tinderbox run for sparc64/sparc64
TB --- 2012-09-25 05:45:00 - cleaning the object tree
TB --- 2012-09-25 05:45:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 05:45:00 - cd /tinderbox/RELENG_7/sparc64/sparc64
TB --- 2012-09-25 05:45:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 05:45:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 05:50:59 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 05:50:59 - ERROR: unable to check out the source tree
TB --- 2012-09-25 05:50:59 - 2.12 user 4.32 system 358.59 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-sparc64-sparc64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on powerpc/powerpc

2012-09-24 Thread FreeBSD Tinderbox
TB --- 2012-09-25 05:45:00 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-09-25 05:45:00 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE 
FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 
r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-09-25 05:45:00 - starting RELENG_7 tinderbox run for powerpc/powerpc
TB --- 2012-09-25 05:45:00 - cleaning the object tree
TB --- 2012-09-25 05:45:00 - checking out /src from 
svn://svn.freebsd.org/base/stable/7
TB --- 2012-09-25 05:45:00 - cd /tinderbox/RELENG_7/powerpc/powerpc
TB --- 2012-09-25 05:45:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-09-25 05:45:09 - /usr/local/bin/svn update /src
TB --- 2012-09-25 05:50:59 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-09-25 05:50:59 - ERROR: unable to check out the source tree
TB --- 2012-09-25 05:50:59 - 1.95 user 4.55 system 358.59 real


http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-powerpc-powerpc.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org