Re: isp Tape Drive no longer detected

2012-06-24 Thread Matthew Jacob
Actually, can you try this patch please? I won't be able to get to my 
lab and get a working 1040 card into a system until tomorrow.




diff -r 5aba1b04ddd5 isp.c
--- a/isp.c Sun Jun 24 10:22:10 2012 -0700
+++ b/isp.c Sun Jun 24 19:36:06 2012 -0700
@@ -710,8 +710,11 @@
0x, 0x6677, 0x1122, 0x33ff,
0x, 0x0001, 0x1000, 0x1010,
};
+   int nmbox = ISP_NMBOX(isp);
+   if (IS_SCSI(isp))
+   nmbox = 6;
MBSINIT(&mbs, MBOX_MAILBOX_REG_TEST, MBLOGALL, 0);
-   for (i = 1; i < ISP_NMBOX(isp); i++) {
+   for (i = 1; i < nmbox; i++) {
mbs.param[i] = patterns[i];
}
isp_mboxcmd(isp, &mbs);
@@ -719,7 +722,7 @@
ISP_RESET0(isp);
return;
}
-   for (i = 1; i < ISP_NMBOX(isp); i++) {
+   for (i = 1; i < nmbox; i++) {
if (mbs.param[i] != patterns[i]) {
ISP_RESET0(isp);
isp_prt(isp, ISP_LOGERR, "Register Test Failed 
at Register %d: should have 0x%04x but got 0x%04x", i, patterns[i], 
mbs.param[i]);
___
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: isp Tape Drive no longer detected

2012-06-24 Thread Matthew Jacob

On 6/24/2012 7:18 PM, Manfred Antar wrote:

As of today my tape drive is no longer detected. I think the isp driver does 
not load

What? Somebody is using a tape drive still? And parallel SCSI?
*gasp*

Yes, sorry, my bad. Looks like my extending register tests for the 2400 
has killed things for the 1040. Expect a change tonite sometime- apologies.


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


isp Tape Drive no longer detected

2012-06-24 Thread Manfred Antar
As of today my tape drive is no longer detected. I think the isp driver does 
not load
dmesg:

firmware: 'isp_1040' version 1: 22944 bytes loaded at 0xc0a20d60
ispfw: registered firmware 
firmware: 'isp_1040_it' version 1: 32942 bytes loaded at 0xc0a26700
ispfw: registered firmware 
firmware: 'isp_1080' version 1: 31350 bytes loaded at 0xc0a2e7c0
ispfw: registered firmware 
firmware: 'isp_1080_it' version 1: 40644 bytes loaded at 0xc0a36240
ispfw: registered firmware 
firmware: 'isp_12160' version 1: 28050 bytes loaded at 0xc0a40120
ispfw: registered firmware 
firmware: 'isp_12160_it' version 1: 40604 bytes loaded at 0xc0a46ec0
ispfw: registered firmware 
firmware: 'isp_2100' version 1: 76770 bytes loaded at 0xc0a50d60
ispfw: registered firmware 
firmware: 'isp_2200' version 1: 77214 bytes loaded at 0xc0a63960
ispfw: registered firmware 
firmware: 'isp_2300' version 1: 106640 bytes loaded at 0xc0a76700
ispfw: registered firmware 
firmware: 'isp_2322' version 1: 120466 bytes loaded at 0xc0a907a0
ispfw: registered firmware 
firmware: 'isp_2400' version 1: 179908 bytes loaded at 0xc0ab19a0
ispfw: registered firmware 
firmware: 'isp_2400_multi' version 1: 198628 bytes loaded at 0xc0aea800
ispfw: registered firmware 
firmware: 'isp_2500' version 1: 142704 bytes loaded at 0xc0b28ae0
ispfw: registered firmware 
firmware: 'isp_2500_multi' version 1: 169352 bytes loaded at 0xc0b5a9e0
ispfw: registered firmware 
isp0:  port 0x1000-0x10ff mem 
0xfc514000-0xfc514fff irq 18 at device 9.0 on pci5
isp0: using Memory space register mapping
isp0: loaded firmware isp_1080
isp0: bus 0 is in Single-Ended Mode
isp0: Register Test Failed at Register 6: should have 0x7f7f but got 0x
device_attach: isp0 attach returned 6

The last time I used the tape was 6/15/2012.
Any ideas ?
Thanks
Manfred





||  n...@pozo.com   ||
||  Ph. (415) 681-6235  ||
 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Tmpfs panic in -current

2012-06-24 Thread Kevin Lo
I've observed a panic in recent -current several times but I only
have a picture of the backtrace:
http://people.freebsd.org/~kevlo/panic_tmpfs.jpg

Does this look at all familiar to anyone?

Kevin

___
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] sysutils/bsdconfig: Replacement for sysinstall(8) post-install configuration abilities

2012-06-24 Thread Bruce Cran

On 21/06/2012 00:40, Devin Teske wrote:

If you have the time and/or energy, please test and report any issues that you 
experience.


I've noticed a few typos and other minor issues:

In bsdconfig(8):
  Contains a link to itself under SEE ALSO.
  "bsdconfig takes a commands as an argument" - should be "command".

bsdconfig mouse:
  Typo "se Configuration menu".
  "Please Specify the mouse daemon flags" - don't need upper-case S.

bsdconfig hostname:
  The example should probably be in the example.com domain.

bsdconfig netdev:
  "Select a TCP/IP network interface to configure" doesn't need "TCP/IP".

bsdconfig nameservers:
  "Please enter the new TCP/IP address of the DNS nameserver" should 
just be "IP address". "TCP/IP" is being used where just "IP" was needed 
in other places too.


'bsdconfig command -h' doesn't always work:

> bsdconfig hostname -h
Illegal option -h

--
Bruce Cran
___
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: mountd starts to early when exporting fs marked as late (patch included)

2012-06-24 Thread Doug Barton
On 06/24/2012 16:07, Steven Hartland wrote:
> We added some new mount points recently and on reboot they failed to
> come up after investigating we found that mountd runs too early in
> the boot process to be able export filesystems that are marked as
> late in /etc/fstab.
> 
> Our fix was simply to mark mountd as requiring mountlate and all
> was well. I can't think of any reason why this would cause problems
> so would like the patch to be considered.
> 
> The PR has all the details and the patch.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=169373

I re-routed that PR to freebsd-rc@.


-- 

This .signature sanitized for your protection


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


mountd starts to early when exporting fs marked as late (patch included)

2012-06-24 Thread Steven Hartland

We added some new mount points recently and on reboot they failed to
come up after investigating we found that mountd runs too early in
the boot process to be able export filesystems that are marked as
late in /etc/fstab.

Our fix was simply to mark mountd as requiring mountlate and all
was well. I can't think of any reason why this would cause problems
so would like the patch to be considered.

The PR has all the details and the patch.

http://www.freebsd.org/cgi/query-pr.cgi?pr=169373

   Regards
   Steve


This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 


In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

___
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: dtrace walltimestamp

2012-06-24 Thread Fabian Keil
Fabian Keil  wrote:

> At least on my system, timestamp offsets can only can be relied
> on with either kern.timecounter.hardware=TSC or with C3
> states disabled, though.
> 
> Measuring the elapsed time (in ms) between events that happen
> in roughly 1 second intervals with kern.timecounter.hardware=HPET
> and dev.cpu.0.cx_lowest=C2:
> 
>   elapsed
>value  - Distribution - count
>  990 | 0
> 1000 |@@@  57
> 1010 | 0
> 1020 | 0
> 1030 |@1
> 1040 | 0
> 
>   elapsed avg1007
> 
> And doing the same with dev.cpu.0.cx_lowest=C3:
> 
>   elapsed
>value  - Distribution - count
>   40 | 0
>   50 |@@@  28
>   60 |@@@  10
>   70 |@@@  5
>   80 |@1
>   90 | 0
>  100 |@2
>  110 |@2
>  120 |@2
>  130 | 0
>  140 |@1
>  150 |@1
>  160 |@1
>  170 |@1
>  180 | 0
>  190 | 0
>  200 | 0
>  210 | 0
>  220 |@1
>  230 |@1
>  240 | 0
>  250 | 0
>  260 | 0
>  270 | 0
>  280 | 0
>  290 |@1
>  300 |@1
>  310 | 0
>  320 |@1
>  330 | 0
> 
>   elapsed avg  90

Copying over some code from mips seems to fix this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/169379

Fabian


signature.asc
Description: PGP signature


[head tinderbox] failure on sparc64/sparc64

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:31:46 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:31:46 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:31:46 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-06-24 07:31:46 - cleaning the object tree
TB --- 2012-06-24 07:31:59 - cvsupping the source tree
TB --- 2012-06-24 07:31:59 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2012-06-24 07:32:27 - building world
TB --- 2012-06-24 07:32:27 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:32:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:32:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:32:27 - SRCCONF=/dev/null
TB --- 2012-06-24 07:32:27 - TARGET=sparc64
TB --- 2012-06-24 07:32:27 - TARGET_ARCH=sparc64
TB --- 2012-06-24 07:32:27 - TZ=UTC
TB --- 2012-06-24 07:32:27 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:32:27 - cd /src
TB --- 2012-06-24 07:32:27 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:32:28 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/sparc64.sparc64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/sparc64.sparc64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:32:43 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:32:43 - ERROR: failed to build world
TB --- 2012-06-24 07:32:43 - 11.07 user 4.37 system 57.23 real


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


[head tinderbox] failure on powerpc64/powerpc

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:26:19 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:26:19 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:26:19 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-06-24 07:26:19 - cleaning the object tree
TB --- 2012-06-24 07:26:19 - cvsupping the source tree
TB --- 2012-06-24 07:26:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2012-06-24 07:28:31 - building world
TB --- 2012-06-24 07:28:31 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:28:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:28:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:28:31 - SRCCONF=/dev/null
TB --- 2012-06-24 07:28:31 - TARGET=powerpc
TB --- 2012-06-24 07:28:31 - TARGET_ARCH=powerpc64
TB --- 2012-06-24 07:28:31 - TZ=UTC
TB --- 2012-06-24 07:28:31 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:28:31 - cd /src
TB --- 2012-06-24 07:28:31 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:28:32 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/powerpc.powerpc64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/powerpc.powerpc64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:31:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:31:58 - ERROR: failed to build world
TB --- 2012-06-24 07:31:58 - 161.68 user 19.07 system 338.29 real


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


[head tinderbox] failure on i386/pc98

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-06-24 07:20:00 - cleaning the object tree
TB --- 2012-06-24 07:20:00 - cvsupping the source tree
TB --- 2012-06-24 07:20:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2012-06-24 07:28:28 - building world
TB --- 2012-06-24 07:28:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:28:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:28:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:28:28 - SRCCONF=/dev/null
TB --- 2012-06-24 07:28:28 - TARGET=pc98
TB --- 2012-06-24 07:28:28 - TARGET_ARCH=i386
TB --- 2012-06-24 07:28:28 - TZ=UTC
TB --- 2012-06-24 07:28:28 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:28:28 - cd /src
TB --- 2012-06-24 07:28:28 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:28:29 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/pc98.i386/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/pc98.i386/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:31:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:31:54 - ERROR: failed to build world
TB --- 2012-06-24 07:31:54 - 162.19 user 18.50 system 714.52 real


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


[head tinderbox] failure on i386/i386

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-06-24 07:20:00 - cleaning the object tree
TB --- 2012-06-24 07:20:00 - cvsupping the source tree
TB --- 2012-06-24 07:20:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2012-06-24 07:28:21 - building world
TB --- 2012-06-24 07:28:21 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:28:21 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:28:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:28:21 - SRCCONF=/dev/null
TB --- 2012-06-24 07:28:21 - TARGET=i386
TB --- 2012-06-24 07:28:21 - TARGET_ARCH=i386
TB --- 2012-06-24 07:28:21 - TZ=UTC
TB --- 2012-06-24 07:28:21 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:28:21 - cd /src
TB --- 2012-06-24 07:28:21 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:28:24 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/i386.i386/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/i386.i386/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:31:46 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:31:46 - ERROR: failed to build world
TB --- 2012-06-24 07:31:46 - 161.84 user 18.63 system 706.03 real


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


[head tinderbox] failure on powerpc/powerpc

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:22:35 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:22:35 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:22:35 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-06-24 07:22:35 - cleaning the object tree
TB --- 2012-06-24 07:22:35 - cvsupping the source tree
TB --- 2012-06-24 07:22:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2012-06-24 07:22:54 - building world
TB --- 2012-06-24 07:22:54 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:22:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:22:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:22:54 - SRCCONF=/dev/null
TB --- 2012-06-24 07:22:54 - TARGET=powerpc
TB --- 2012-06-24 07:22:54 - TARGET_ARCH=powerpc
TB --- 2012-06-24 07:22:54 - TZ=UTC
TB --- 2012-06-24 07:22:54 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:22:54 - cd /src
TB --- 2012-06-24 07:22:54 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:22:55 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/powerpc.powerpc/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/powerpc.powerpc/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:26:19 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:26:19 - ERROR: failed to build world
TB --- 2012-06-24 07:26:19 - 156.59 user 16.24 system 223.94 real


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


[head tinderbox] failure on mips/mips

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:21:55 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:21:55 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:21:55 - starting HEAD tinderbox run for mips/mips
TB --- 2012-06-24 07:21:55 - cleaning the object tree
TB --- 2012-06-24 07:21:55 - cvsupping the source tree
TB --- 2012-06-24 07:21:55 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
TB --- 2012-06-24 07:22:20 - building world
TB --- 2012-06-24 07:22:20 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:22:20 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:22:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:22:20 - SRCCONF=/dev/null
TB --- 2012-06-24 07:22:20 - TARGET=mips
TB --- 2012-06-24 07:22:20 - TARGET_ARCH=mips
TB --- 2012-06-24 07:22:20 - TZ=UTC
TB --- 2012-06-24 07:22:20 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:22:20 - cd /src
TB --- 2012-06-24 07:22:20 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:22:20 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/mips.mips/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/mips.mips/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:22:35 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:22:35 - ERROR: failed to build world
TB --- 2012-06-24 07:22:35 - 11.27 user 3.91 system 39.11 real


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


[head tinderbox] failure on ia64/ia64

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:21:19 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:21:19 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:21:19 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-06-24 07:21:19 - cleaning the object tree
TB --- 2012-06-24 07:21:19 - cvsupping the source tree
TB --- 2012-06-24 07:21:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2012-06-24 07:21:40 - building world
TB --- 2012-06-24 07:21:40 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:21:40 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:21:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:21:40 - SRCCONF=/dev/null
TB --- 2012-06-24 07:21:40 - TARGET=ia64
TB --- 2012-06-24 07:21:40 - TARGET_ARCH=ia64
TB --- 2012-06-24 07:21:40 - TZ=UTC
TB --- 2012-06-24 07:21:40 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:21:40 - cd /src
TB --- 2012-06-24 07:21:40 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:21:41 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/ia64.ia64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/ia64.ia64/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:21:55 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:21:55 - ERROR: failed to build world
TB --- 2012-06-24 07:21:55 - 11.05 user 4.23 system 36.23 real


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


[head tinderbox] failure on arm/arm

2012-06-24 Thread FreeBSD Tinderbox
TB --- 2012-06-24 07:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-06-24 07:20:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-06-24 07:20:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-06-24 07:20:00 - cleaning the object tree
TB --- 2012-06-24 07:20:00 - cvsupping the source tree
TB --- 2012-06-24 07:20:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/arm/arm/supfile
TB --- 2012-06-24 07:20:59 - building world
TB --- 2012-06-24 07:20:59 - CROSS_BUILD_TESTING=YES
TB --- 2012-06-24 07:20:59 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-06-24 07:20:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-06-24 07:20:59 - SRCCONF=/dev/null
TB --- 2012-06-24 07:20:59 - TARGET=arm
TB --- 2012-06-24 07:20:59 - TARGET_ARCH=arm
TB --- 2012-06-24 07:20:59 - TZ=UTC
TB --- 2012-06-24 07:20:59 - __MAKE_CONF=/dev/null
TB --- 2012-06-24 07:20:59 - cd /src
TB --- 2012-06-24 07:20:59 - /usr/bin/make -B buildworld
>>> World build started on Sun Jun 24 07:21:00 UTC 2012
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
[...]
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/arm.arm/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_cntl.c -o elf_cntl.o
cc  -O2 -pipe -I/src/lib/libelf -I/src/lib/libelf/../../sys -DLIBELF_TEST_HOOKS 
-std=gnu99   -I/obj/arm.arm/src/tmp/legacy/usr/include -c 
/src/lib/libelf/elf_end.c -o elf_end.o
In file included from /src/lib/libelf/elf_end.c:34:
/usr/include/stdlib.h:58: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'wchar_t'
/usr/include/stdlib.h:99: error: expected ')' before '*' token
/usr/include/stdlib.h:100: error: expected ')' before '*' token
/usr/include/stdlib.h:114: error: expected declaration specifiers or '...' 
before 'wchar_t'
/usr/include/stdlib.h:115: error: expected ';', ',' or ')' before '*' token
*** Error code 1

Stop in /src/lib/libelf.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-06-24 07:21:19 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-06-24 07:21:19 - ERROR: failed to build world
TB --- 2012-06-24 07:21:19 - 10.95 user 4.48 system 78.95 real


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