Compile FreeBSD kernel with gcc48

2012-11-11 Thread Alie Tan
Hi,

Anyone have experience compiling FreeBSD kernel with gcc48

I have tried it but no success with this in src.conf

C= /usr/local/bin/gcc48
CXX= /usr/local/bin/g++48
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
\-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
\-Wno-pointer-sign -D__FreeBSD_cc_version=0 \-Wno-unused-function
-Wno-inline -Wno-format \-Wno-uninitialized -Wno-array-bounds
-Wno-missing-prototypes
NO_WERROR= 1

Another question, is there any benchmark for LLVM/Clang vs gcc45, gcc46,
gcc47 or gcc48?

Regards,
Alie T
___
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: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Garrett Cooper
On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan a...@affle.com wrote:

 Hi,

 Anyone have experience compiling FreeBSD kernel with gcc48

 I have tried it but no success with this in src.conf

 C= /usr/local/bin/gcc48
 CXX= /usr/local/bin/g++48
 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 \-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
 \-Wno-pointer-sign -D__FreeBSD_cc_version=0 \-Wno-unused-function
 -Wno-inline -Wno-format \-Wno-uninitialized -Wno-array-bounds
 -Wno-missing-prototypes
 NO_WERROR= 1

 Another question, is there any benchmark for LLVM/Clang vs gcc45, gcc46,
 gcc47 or gcc48?


Uh, probably won't work because of FreeBSD modifications to gcc not being
present in upstream IIRC...
-Garrett
___
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: polling's future [was: Re: Dynamic Ticks/HZ]

2012-11-11 Thread Bernd Walter
On Tue, Nov 06, 2012 at 10:46:28AM +, Poul-Henning Kamp wrote:
 
 In message 5098e8b4.5040...@freebsd.org, Andre Oppermann writes:
 
  I think it should go away, and if there still is a relevant
  usage segment, be replaced by _real_ device-polling which is
  not tied to the network stack.
 
 Don't we already have the equivalent with a fast interrupt thread
 that simply acknowledges and disables the interrupt [...]
 
 The point is that not all hardware have interrupt-pacing, so
 being able to poll at a lower rate in software would save overhead.
 
 I'm not sure if the hardware where this applies is still relevant,
 it would probably be mostly in the embedded space.

I've used polling on embedded systems to avoid userland starvation and
not to gain bandwidth.
Interrupts have priority over userland processes and with a CPU not capable
to handle say 100MBit/s ethernet interrupt load you can't even login via
console console.
With polling such a machine is way more responsive and allow people to find
out that there is a saturated link before pulling the plug.
There are likely other solutions, but it worked well for that puprose.

-- 
B.Walter be...@bwct.de http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
___
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: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Andriy Gapon
on 11/11/2012 12:26 Garrett Cooper said the following:
 On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan a...@affle.com wrote:
 
 Hi,

 Anyone have experience compiling FreeBSD kernel with gcc48

 I have tried it but no success with this in src.conf

It would be more productive to detail no success.

 C= /usr/local/bin/gcc48
 CXX= /usr/local/bin/g++48
 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 \-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
 \-Wno-pointer-sign -D__FreeBSD_cc_version=0 \-Wno-unused-function
 -Wno-inline -Wno-format \-Wno-uninitialized -Wno-array-bounds
 -Wno-missing-prototypes
 NO_WERROR= 1

 Another question, is there any benchmark for LLVM/Clang vs gcc45, gcc46,
 gcc47 or gcc48?

 
 Uh, probably won't work because of FreeBSD modifications to gcc not being
 present in upstream IIRC...

Which exact modifications do you have in mind?
I was able to compile the kernel with gcc46.

I used these settings:

CC= /usr/local/bin/gcc46
CXX=/usr/local/bin/g++46
AS= /usr/local/bin/as
LD= /usr/local/bin/ld
NO_WERROR=yes
WERROR=

CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-Wno-pointer-sign -D__FreeBSD_cc_version=81 \
-Wno-unused-function -Wno-inline

I guess that perhaps 'WERROR=' made the difference.
-- 
Andriy Gapon
___
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-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 05:50:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 05:50:01 - 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-11-11 05:50:01 - starting HEAD tinderbox run for i386/i386
TB --- 2012-11-11 05:50:01 - cleaning the object tree
TB --- 2012-11-11 06:03:51 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 06:03:51 - cd /tinderbox/HEAD/i386/i386
TB --- 2012-11-11 06:03:51 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 06:05:29 - /usr/local/bin/svn update /src
TB --- 2012-11-11 06:05:35 - At svn revision 242885
TB --- 2012-11-11 06:05:36 - building world
TB --- 2012-11-11 06:05:36 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 06:05:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 06:05:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 06:05:36 - SRCCONF=/dev/null
TB --- 2012-11-11 06:05:36 - TARGET=i386
TB --- 2012-11-11 06:05:36 - TARGET_ARCH=i386
TB --- 2012-11-11 06:05:36 - TZ=UTC
TB --- 2012-11-11 06:05:36 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 06:05:36 - cd /src
TB --- 2012-11-11 06:05:36 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sun Nov 11 06:05:44 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Sun Nov 11 09:09:38 UTC 2012
TB --- 2012-11-11 09:09:38 - generating LINT kernel config
TB --- 2012-11-11 09:09:38 - cd /src/sys/i386/conf
TB --- 2012-11-11 09:09:38 - /usr/bin/make -B LINT
TB --- 2012-11-11 09:09:38 - cd /src/sys/i386/conf
TB --- 2012-11-11 09:09:38 - /usr/sbin/config -m LINT
TB --- 2012-11-11 09:09:38 - building LINT kernel
TB --- 2012-11-11 09:09:38 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 09:09:38 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 09:09:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 09:09:38 - SRCCONF=/dev/null
TB --- 2012-11-11 09:09:38 - TARGET=i386
TB --- 2012-11-11 09:09:38 - TARGET_ARCH=i386
TB --- 2012-11-11 09:09:38 - TZ=UTC
TB --- 2012-11-11 09:09:38 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 09:09:38 - cd /src
TB --- 2012-11-11 09:09:38 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Sun Nov 11 09:09:38 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Sun Nov 11 09:40:00 UTC 2012
TB --- 2012-11-11 09:40:00 - cd /src/sys/i386/conf
TB --- 2012-11-11 09:40:00 - /usr/sbin/config -m LINT-NOINET
TB --- 2012-11-11 09:40:00 - building LINT-NOINET kernel
TB --- 2012-11-11 09:40:00 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 09:40:00 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 09:40:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 09:40:00 - SRCCONF=/dev/null
TB --- 2012-11-11 09:40:00 - TARGET=i386
TB --- 2012-11-11 09:40:00 - TARGET_ARCH=i386
TB --- 2012-11-11 09:40:00 - TZ=UTC
TB --- 2012-11-11 09:40:00 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 09:40:00 - cd /src
TB --- 2012-11-11 09:40:00 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET
 Kernel build for LINT-NOINET started on Sun Nov 11 09:40:00 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET completed on Sun Nov 11 10:07:15 UTC 2012
TB --- 2012-11-11 10:07:15 - cd /src/sys/i386/conf
TB --- 2012-11-11 10:07:15 - /usr/sbin/config -m LINT-NOINET6
TB --- 2012-11-11 10:07:15 - building LINT-NOINET6 kernel
TB --- 2012-11-11 10:07:15 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 10:07:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 10:07:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 10:07:15 - SRCCONF=/dev/null
TB --- 2012-11-11 10:07:15 - TARGET=i386
TB --- 2012-11-11 10:07:15 - TARGET_ARCH=i386
TB --- 2012-11-11 10:07:15 - TZ=UTC
TB --- 2012-11-11 10:07:15 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 10:07:15 - cd /src
TB --- 2012-11-11 10:07:15 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6
 Kernel build for LINT-NOINET6 started on Sun Nov 11 10:07:15 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET6 completed on Sun Nov 11 10:33:39 UTC 2012
TB --- 2012-11-11 10:33:39 - cd /src/sys/i386/conf
TB --- 

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Garrett Cooper
On Sun, Nov 11, 2012 at 4:07 AM, Andriy Gapon a...@freebsd.org wrote:

 on 11/11/2012 12:26 Garrett Cooper said the following:
  On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan a...@affle.com wrote:
 
  Hi,
 
  Anyone have experience compiling FreeBSD kernel with gcc48
 
  I have tried it but no success with this in src.conf

 It would be more productive to detail no success.

  C= /usr/local/bin/gcc48
  CXX= /usr/local/bin/g++48
  CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
  \-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
  \-Wno-pointer-sign -D__FreeBSD_cc_version=0 \-Wno-unused-function
  -Wno-inline -Wno-format \-Wno-uninitialized -Wno-array-bounds
  -Wno-missing-prototypes
  NO_WERROR= 1
 
  Another question, is there any benchmark for LLVM/Clang vs gcc45, gcc46,
  gcc47 or gcc48?
 
 
  Uh, probably won't work because of FreeBSD modifications to gcc not being
  present in upstream IIRC...

 Which exact modifications do you have in mind?
 I was able to compile the kernel with gcc46.

 I used these settings:

 CC= /usr/local/bin/gcc46
 CXX=/usr/local/bin/g++46
 AS= /usr/local/bin/as
 LD= /usr/local/bin/ld
 NO_WERROR=yes
 WERROR=

 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs
 -Wstrict-prototypes \
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
 -Wno-pointer-sign -D__FreeBSD_cc_version=81 \
 -Wno-unused-function -Wno-inline

 I guess that perhaps 'WERROR=' made the difference.


-fformat-extensions ?
-Garrett
___
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: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Andriy Gapon
on 11/11/2012 14:09 Garrett Cooper said the following:
 On Sun, Nov 11, 2012 at 4:07 AM, Andriy Gapon a...@freebsd.org
 mailto:a...@freebsd.org wrote:
 
 on 11/11/2012 12:26 Garrett Cooper said the following:
  On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan a...@affle.com
 mailto:a...@affle.com wrote:
[snip]
  -Wno-format
[snip]
  NO_WERROR= 1
[snip]
 WERROR=
[snip]
 
 -fformat-extensions ?

The above should take care of it.

-- 
Andriy Gapon
___
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: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Dimitry Andric

On 2012-11-11 10:59, Alie Tan wrote:

Anyone have experience compiling FreeBSD kernel with gcc48

I have tried it but no success with this in src.conf

C= /usr/local/bin/gcc48
CXX= /usr/local/bin/g++48
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
\-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
\-Wno-pointer-sign -D__FreeBSD_cc_version=0 \-Wno-unused-function
-Wno-inline -Wno-format \-Wno-uninitialized -Wno-array-bounds
-Wno-missing-prototypes
NO_WERROR= 1


Last time I tried, I could get it to build with a gcc 4.8 snapshot, but
it failed to boot.  I did not investigate a great deal, but it looked a
lot like some sort of optimization bug.  Note that gcc 4.8 is still
experimental, so problems like this can be expected.

However, with gcc 4.7.1, which is a released version, the kernel did
build, and even boot.  With that kernel booted, I timed how long a make
-j8 buildworld took, compared to booting with kernels compiled by gcc
in base (v4.2.1) and clang in base (v3.2), on different optimization
settings.  The raw results are here:

http://www.andric.com/freebsd/perftest/perftest-kernel-2012-09-25b.txt

Summary:
- Kernels compiled with clang 3.2 at -O2 are ~8% faster in system time
  than kernels compiled with gcc 4.2.1 at -O2.
- Kernels compiled with clang 3.2 at -O2 perform equally to kernels
  compiled with gcc 4.7 at -O2, there is no significant difference.
- Kernels compiled with gcc 4.7 at -O3 have a slight advantage in system
  time (~3.6%) against kernels compiled with clang 3.2 at -O2.
(I did not test a kernel compiled with clang 3.2 at -O3.)



Another question, is there any benchmark for LLVM/Clang vs gcc45, gcc46,
gcc47 or gcc48?


As said, I only tested clang 3.2 against gcc 4.2 from base, and gcc
4.7.1 (hand-built, since the version from ports is inexplicably some
random snapshot, not a released version).

If anybody is extremely interested in more results, they should sponsor
some fast hardware, and donate it to the FreeBSD Project. ;-)
___
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

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 05:50:01 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 05:50:01 - 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-11-11 05:50:01 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-11-11 05:50:01 - cleaning the object tree
TB --- 2012-11-11 06:05:29 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 06:05:29 - cd /tinderbox/HEAD/amd64/amd64
TB --- 2012-11-11 06:05:29 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 06:06:55 - /usr/local/bin/svn update /src
TB --- 2012-11-11 06:07:01 - At svn revision 242885
TB --- 2012-11-11 06:07:02 - building world
TB --- 2012-11-11 06:07:02 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 06:07:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 06:07:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 06:07:02 - SRCCONF=/dev/null
TB --- 2012-11-11 06:07:02 - TARGET=amd64
TB --- 2012-11-11 06:07:02 - TARGET_ARCH=amd64
TB --- 2012-11-11 06:07:02 - TZ=UTC
TB --- 2012-11-11 06:07:02 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 06:07:02 - cd /src
TB --- 2012-11-11 06:07:02 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sun Nov 11 06:07:07 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Sun Nov 11 09:46:02 UTC 2012
TB --- 2012-11-11 09:46:02 - generating LINT kernel config
TB --- 2012-11-11 09:46:02 - cd /src/sys/amd64/conf
TB --- 2012-11-11 09:46:02 - /usr/bin/make -B LINT
TB --- 2012-11-11 09:46:02 - cd /src/sys/amd64/conf
TB --- 2012-11-11 09:46:02 - /usr/sbin/config -m LINT
TB --- 2012-11-11 09:46:02 - building LINT kernel
TB --- 2012-11-11 09:46:02 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 09:46:02 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 09:46:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 09:46:02 - SRCCONF=/dev/null
TB --- 2012-11-11 09:46:02 - TARGET=amd64
TB --- 2012-11-11 09:46:02 - TARGET_ARCH=amd64
TB --- 2012-11-11 09:46:02 - TZ=UTC
TB --- 2012-11-11 09:46:02 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 09:46:02 - cd /src
TB --- 2012-11-11 09:46:02 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Sun Nov 11 09:46:02 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT completed on Sun Nov 11 10:14:59 UTC 2012
TB --- 2012-11-11 10:14:59 - cd /src/sys/amd64/conf
TB --- 2012-11-11 10:14:59 - /usr/sbin/config -m LINT-NOINET
TB --- 2012-11-11 10:14:59 - building LINT-NOINET kernel
TB --- 2012-11-11 10:14:59 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 10:14:59 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 10:14:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 10:14:59 - SRCCONF=/dev/null
TB --- 2012-11-11 10:14:59 - TARGET=amd64
TB --- 2012-11-11 10:14:59 - TARGET_ARCH=amd64
TB --- 2012-11-11 10:14:59 - TZ=UTC
TB --- 2012-11-11 10:14:59 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 10:14:59 - cd /src
TB --- 2012-11-11 10:14:59 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET
 Kernel build for LINT-NOINET started on Sun Nov 11 10:14:59 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET completed on Sun Nov 11 10:40:46 UTC 2012
TB --- 2012-11-11 10:40:46 - cd /src/sys/amd64/conf
TB --- 2012-11-11 10:40:46 - /usr/sbin/config -m LINT-NOINET6
TB --- 2012-11-11 10:40:46 - building LINT-NOINET6 kernel
TB --- 2012-11-11 10:40:46 - CROSS_BUILD_TESTING=YES
TB --- 2012-11-11 10:40:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-11-11 10:40:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-11-11 10:40:46 - SRCCONF=/dev/null
TB --- 2012-11-11 10:40:46 - TARGET=amd64
TB --- 2012-11-11 10:40:46 - TARGET_ARCH=amd64
TB --- 2012-11-11 10:40:46 - TZ=UTC
TB --- 2012-11-11 10:40:46 - __MAKE_CONF=/dev/null
TB --- 2012-11-11 10:40:46 - cd /src
TB --- 2012-11-11 10:40:46 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOINET6
 Kernel build for LINT-NOINET6 started on Sun Nov 11 10:40:46 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for LINT-NOINET6 completed on Sun Nov 11 11:07:34 UTC 2012
TB 

[head tinderbox] failure on arm/arm

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:50: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-11-11 15:50:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-11-11 15:50:00 - cleaning the object tree
TB --- 2012-11-11 15:50:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:50:00 - cd /tinderbox/HEAD/arm/arm
TB --- 2012-11-11 15:50:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 15:52:38 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:52:50 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:52:50 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 15:53:20 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:53:33 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:53:33 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 15:54:33 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:54:46 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:54:46 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 15:56:16 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:56:28 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:56:28 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 15:58:28 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:58:41 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:58:41 - ERROR: unable to check out the source tree
TB --- 2012-11-11 15:58:41 - 2.74 user 4.12 system 521.17 real


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


[head tinderbox] failure on i386/pc98

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:50: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-11-11 15:50:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-11-11 15:50:00 - cleaning the object tree
TB --- 2012-11-11 15:50:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:50:00 - cd /tinderbox/HEAD/i386/pc98
TB --- 2012-11-11 15:50:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 15:52:39 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:52:51 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:52:51 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 15:53:21 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:53:34 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:53:34 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 15:54:34 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:54:47 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:54:47 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 15:56:17 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:56:29 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:56:29 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 15:58:29 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:58:42 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:58:42 - ERROR: unable to check out the source tree
TB --- 2012-11-11 15:58:42 - 2.56 user 4.36 system 522.27 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-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:50: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-11-11 15:50:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-11-11 15:50:00 - cleaning the object tree
TB --- 2012-11-11 15:57:57 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:57:57 - cd /tinderbox/HEAD/i386/i386
TB --- 2012-11-11 15:57:57 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 15:58:49 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:59:01 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:59:01 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 15:59:31 - /usr/local/bin/svn update /src
TB --- 2012-11-11 15:59:44 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 15:59:44 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:00:44 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:00:57 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:00:57 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:02:27 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:02:40 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:02:40 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:04:40 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:04:52 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:04:52 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:04:52 - 4.20 user 13.51 system 892.21 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-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:26:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:26:13 - 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-11-11 16:26:13 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-11-11 16:26:13 - cleaning the object tree
TB --- 2012-11-11 16:26:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:26:13 - cd /tinderbox/HEAD/powerpc/powerpc
TB --- 2012-11-11 16:26:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:26:23 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:35 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:27:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:27:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:27:18 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:28:18 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:28:31 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:28:31 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:30:01 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:30:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:30:13 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:32:13 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:26 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:26 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:32:26 - 2.75 user 5.81 system 372.77 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-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:26:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:26:13 - 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-11-11 16:26:13 - starting HEAD tinderbox run for mips/mips
TB --- 2012-11-11 16:26:13 - cleaning the object tree
TB --- 2012-11-11 16:26:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:26:13 - cd /tinderbox/HEAD/mips/mips
TB --- 2012-11-11 16:26:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:26:23 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:35 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:27:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:27:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:27:18 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:28:18 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:28:31 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:28:31 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:30:01 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:30:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:30:13 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:32:13 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:26 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:26 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:32:26 - 2.59 user 6.09 system 372.80 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 mips64/mips

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:26:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:26:13 - 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-11-11 16:26:13 - starting HEAD tinderbox run for mips64/mips
TB --- 2012-11-11 16:26:13 - cleaning the object tree
TB --- 2012-11-11 16:26:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:26:13 - cd /tinderbox/HEAD/mips64/mips
TB --- 2012-11-11 16:26:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:26:23 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:35 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:27:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:27:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:27:18 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:28:18 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:28:31 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:28:31 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:30:01 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:30:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:30:13 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:32:13 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:26 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:26 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:32:26 - 2.57 user 6.12 system 372.77 real


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

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:26:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:26:13 - 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-11-11 16:26:13 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-11-11 16:26:13 - cleaning the object tree
TB --- 2012-11-11 16:26:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:26:13 - cd /tinderbox/HEAD/ia64/ia64
TB --- 2012-11-11 16:26:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:26:23 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:35 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:27:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:27:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:27:18 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:28:18 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:28:31 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:28:31 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:30:01 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:30:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:30:13 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:32:13 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:26 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:26 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:32:26 - 2.66 user 5.98 system 372.81 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 powerpc64/powerpc

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:32:26 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:32:26 - 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-11-11 16:32:26 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-11-11 16:32:26 - cleaning the object tree
TB --- 2012-11-11 16:32:26 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:32:26 - cd /tinderbox/HEAD/powerpc64/powerpc
TB --- 2012-11-11 16:32:26 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:32:34 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:46 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:46 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:33:16 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:33:29 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:33:29 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:34:29 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:34:42 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:34:42 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:36:12 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:36:24 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:36:24 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:38:24 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:38:37 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:38:37 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:38:37 - 2.48 user 4.45 system 370.79 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 sparc64/sparc64

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:32:26 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:32:26 - 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-11-11 16:32:26 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-11-11 16:32:26 - cleaning the object tree
TB --- 2012-11-11 16:32:26 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:32:26 - cd /tinderbox/HEAD/sparc64/sparc64
TB --- 2012-11-11 16:32:26 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:32:34 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:32:46 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:32:46 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:33:16 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:33:29 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:33:29 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:34:29 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:34:42 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:34:42 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:36:12 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:36:24 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:36:24 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:38:24 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:38:37 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:38:37 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:38:37 - 2.73 user 4.28 system 370.79 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 mips64/mips

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:04:53 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:04:53 - 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-11-11 16:04:53 - starting HEAD tinderbox run for mips64/mips
TB --- 2012-11-11 16:04:53 - cleaning the object tree
TB --- 2012-11-11 16:04:53 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:04:53 - cd /tinderbox/HEAD/mips64/mips
TB --- 2012-11-11 16:04:53 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:05:16 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:05:28 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:05:28 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:05:58 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:06:11 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:06:11 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:07:11 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:24 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:24 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:08:54 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:09:06 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:09:06 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:11:06 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:11:19 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:11:19 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:11:19 - 2.66 user 3.90 system 386.53 real


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

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16: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-11-11 16:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-11-11 16:20:00 - cleaning the object tree
TB --- 2012-11-11 16:20:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:20:00 - cd /tinderbox/HEAD/i386/i386
TB --- 2012-11-11 16:20:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:20:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:20:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:20:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:20:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:21:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:21:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:22:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:22:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:22:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:23:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:24:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:24:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:26:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:26:13 - 2.55 user 6.23 system 373.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 ia64/ia64

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:58:41 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:58:41 - 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-11-11 15:58:41 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-11-11 15:58:42 - cleaning the object tree
TB --- 2012-11-11 15:58:42 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:58:42 - cd /tinderbox/HEAD/ia64/ia64
TB --- 2012-11-11 15:58:42 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:01:11 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:01:23 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:01:23 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:01:53 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:02:06 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:02:06 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:03:06 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:03:19 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:03:19 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:04:49 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:05:01 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:05:01 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:07:01 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:14 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:14 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:07:14 - 2.86 user 4.20 system 512.56 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 amd64/amd64

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16: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-11-11 16:20:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-11-11 16:20:00 - cleaning the object tree
TB --- 2012-11-11 16:20:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:20:00 - cd /tinderbox/HEAD/amd64/amd64
TB --- 2012-11-11 16:20:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:20:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:20:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:20:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:20:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:21:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:21:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:22:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:22:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:22:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:23:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:24:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:24:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:26:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:26:13 - 2.81 user 5.89 system 373.02 real


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


[head tinderbox] failure on arm/arm

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16: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-11-11 16:20:00 - starting HEAD tinderbox run for arm/arm
TB --- 2012-11-11 16:20:00 - cleaning the object tree
TB --- 2012-11-11 16:20:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:20:00 - cd /tinderbox/HEAD/arm/arm
TB --- 2012-11-11 16:20:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:20:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:20:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:20:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:20:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:21:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:21:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:22:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:22:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:22:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:23:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:24:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:24:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:26:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:26:13 - 2.60 user 6.07 system 373.03 real


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


[head tinderbox] failure on mips/mips

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:58:43 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:58:43 - 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-11-11 15:58:43 - starting HEAD tinderbox run for mips/mips
TB --- 2012-11-11 15:58:43 - cleaning the object tree
TB --- 2012-11-11 15:58:43 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:58:43 - cd /tinderbox/HEAD/mips/mips
TB --- 2012-11-11 15:58:43 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:01:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:01:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:01:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:01:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:02:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:02:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:03:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:03:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:03:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:04:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:05:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:05:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:07:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:07:13 - 2.62 user 4.49 system 510.30 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 amd64/amd64

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 15:50:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 15:50: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-11-11 15:50:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-11-11 15:50:00 - cleaning the object tree
TB --- 2012-11-11 15:58:30 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 15:58:30 - cd /tinderbox/HEAD/amd64/amd64
TB --- 2012-11-11 15:58:30 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:01:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:01:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:01:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:01:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:02:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:02:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:03:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:03:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:03:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:04:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:05:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:05:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:07:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:07:13 - 4.22 user 15.15 system 1033.06 real


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


[head tinderbox] failure on i386/pc98

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16: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-11-11 16:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-11-11 16:20:00 - cleaning the object tree
TB --- 2012-11-11 16:20:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:20:00 - cd /tinderbox/HEAD/i386/pc98
TB --- 2012-11-11 16:20:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:20:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:20:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:20:22 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:20:52 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:21:05 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:21:05 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:22:05 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:22:18 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:22:18 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:23:48 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:24:00 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:24:00 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:26:00 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:26:13 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:26:13 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:26:13 - 2.79 user 5.98 system 373.01 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 powerpc64/powerpc

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:07:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:07:13 - 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-11-11 16:07:13 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-11-11 16:07:13 - cleaning the object tree
TB --- 2012-11-11 16:07:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:07:13 - cd /tinderbox/HEAD/powerpc64/powerpc
TB --- 2012-11-11 16:07:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:07:39 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:51 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:51 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:08:21 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:08:34 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:08:34 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:09:34 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:09:47 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:09:47 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:11:17 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:11:29 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:11:29 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:13:29 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:13:42 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:13:42 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:13:42 - 2.72 user 4.22 system 388.73 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 sparc64/sparc64

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:07:14 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:07:14 - 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-11-11 16:07:14 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-11-11 16:07:14 - cleaning the object tree
TB --- 2012-11-11 16:07:14 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:07:14 - cd /tinderbox/HEAD/sparc64/sparc64
TB --- 2012-11-11 16:07:14 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:07:32 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:44 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:44 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:08:14 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:08:27 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:08:27 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:09:27 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:09:40 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:09:40 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:11:10 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:11:22 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:11:22 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:13:22 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:13:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:13:35 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:13:35 - 2.57 user 4.30 system 380.68 real


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


[head tinderbox] failure on powerpc/powerpc

2012-11-11 Thread FreeBSD Tinderbox
TB --- 2012-11-11 16:07:13 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-11-11 16:07:13 - 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-11-11 16:07:13 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-11-11 16:07:13 - cleaning the object tree
TB --- 2012-11-11 16:07:13 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-11-11 16:07:13 - cd /tinderbox/HEAD/powerpc/powerpc
TB --- 2012-11-11 16:07:13 - /usr/local/bin/svn cleanup /src
TB --- 2012-11-11 16:07:40 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:07:52 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:07:52 - WARNING: sleeping 30 s and retrying...
TB --- 2012-11-11 16:08:22 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:08:35 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:08:35 - WARNING: sleeping 60 s and retrying...
TB --- 2012-11-11 16:09:35 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:09:48 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:09:48 - WARNING: sleeping 90 s and retrying...
TB --- 2012-11-11 16:11:18 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:11:30 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:11:30 - WARNING: sleeping 120 s and retrying...
TB --- 2012-11-11 16:13:30 - /usr/local/bin/svn update /src
TB --- 2012-11-11 16:13:43 - WARNING: /usr/local/bin/svn returned exit code  1 
TB --- 2012-11-11 16:13:43 - ERROR: unable to check out the source tree
TB --- 2012-11-11 16:13:43 - 2.80 user 4.12 system 389.76 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


/lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found

2012-11-11 Thread O. Hartmann
I replaced lang/gcc46 by lang/gcc47, since gcc46 doesn't build anymore
on the FreeBSD 10.0-CURRENT in question.

I have a small f77 program, which built well with the autotools I used
and ran for ages now. But I receive this error:

/lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc47/libgfortran.so.3 not found

when compiled with gfortran47.

The autotool environment complains about it can not run Fortran 77
compiled programs, as the error below shows. What happened here?

ohartmann@thor: [prog] ./configure
checking for gfortran47... gfortran47
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in
`/home/ohartmann/Projects/prog':
configure: error: cannot run Fortran 77 compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details




signature.asc
Description: OpenPGP digital signature


Re: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found

2012-11-11 Thread Steve Kargl
On Sun, Nov 11, 2012 at 10:41:41PM +0100, O. Hartmann wrote:
 I replaced lang/gcc46 by lang/gcc47, since gcc46 doesn't build anymore
 on the FreeBSD 10.0-CURRENT in question.
 
 I have a small f77 program, which built well with the autotools I used
 and ran for ages now. But I receive this error:
 
 /lib/libgcc_s.so.1: version GCC_4.6.0 required by
 /usr/local/lib/gcc47/libgfortran.so.3 not found
 
 when compiled with gfortran47.
 

Add -rpath /usr/local/lib/gcc47 

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


Re: HEADS UP: Forth Optimizations

2012-11-11 Thread Peter Jeremy
On 2012-Nov-10 16:53:10 -0800, Devin Teske devin.te...@fisglobal.com wrote:
Can someone help review this for the commit log?

I've had a look through the proposed patch and my comments follow.
Other than that, it looks good to me.

Index: menu-commands.4th
===
--- menu-commands.4th  (revision 242835)
+++ menu-commands.4th  (working copy)
...
@@ -185,21 +240,21 @@ variable root_state
...
   s set kernel=${kernel_prefix}${kernel[N]}${kernel_suffix}
-\ command to assemble full kernel-path
-  -rot tuck 36 + c! swap\ replace 'N' with array index value
-  evaluate  \ sets $kernel to full kernel-path
+  36 +c! \ replace 'N' with ASCII numeral
+  evaluate

I think the sets $kernel to full kernel-path comment is worth keeping.

   s set root=${root_prefix}${root[N]}${root_suffix}
-\ command to assemble root image-path
-  -rot tuck 30 + c! swap\ replace 'N' with array index value
-  evaluate  \ sets $kernel to full kernel-path
+  30 +c! \ replace 'N' with ASCII numeral
+  evaluate

Likewise, this could do with a (corrected) comment that it sets $root
to the full path to root.

Index: menu.4th
===
--- menu.4th   (revision 242835)
+++ menu.4th   (working copy)
@@ -184,18 +223,15 @@ create init_text8 255 allot
 
   \ base name of environment variable
   loader_color? if
-  s ansi_caption[x]
+  dup ansi_caption[x]
   else
-  s menu_caption[x]
+  dup menu_caption[x]
   then

Could this be simplified to

=   dup
=   loader_color? if
=   ansi_caption[x]
=   else
=   menu_caption[x]
=   then

Or, at a higher level, should this whole block be pulled into a new
word (along with similar words for toggled_{ansi,text}[x] and
{ansi,menu}_caption[x][y]?

@@ -227,36 +263,26 @@ create init_text8 255 allot
...
   getenv dup -1  if
   \ Assign toggled text to menu caption

Some comments on stack contents around here would make it somewhat
easier to follow what is going on.

@@ -329,19 +340,18 @@ create init_text8 255 allot
...
   \ This is highly unlikely to occur, but to make
   \ sure that things move along smoothly, allocate
   \ a temporary NULL string
 
+  drop ( getenv cruft )
   s 
   then
   then

Is this the memory leak?  If so, can I suggest that this be commited
separately since it is a simple change and is distinct from the other
changes you are proposing.

@@ -357,14 +367,14 @@ create init_text8 255 allot
   \ 
   \ Let's perform what we need to with the above.
 
-  \ base name of menuitem caption var
+  \ Assign array value text to menu caption
+  4 pick

According to the docementation just above this hunk, there are only 4
items on the stack, so 4 pick seems wrong, though it is consistent
with my understanding of the old code.  The 2 pick [char] 0 you
added earlier seems to similarly be out-by-one, though consistent.

@@ -521,17 +528,20 @@ create init_text8 255 allot
 
   \ If this is the ACPI menu option, act accordingly.
   dup menuacpi @ = if
-  acpimenuitem ( -- C-Addr/U | -1 )
+  dup acpimenuitem ( n -- n n c-addr/u | n n -1 )
+  dup -1  if
+  13 +c! ( n n c-addr/u -- n ) \ replace 'x'

I think the stack here should be ( n n c-addr/u -- n c-addr/u )

@@ -950,100 +914,43 @@ create init_text8 255 allot
 
   49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
   begin
-  \ Unset variables in-order of appearance in menu.4th(8)

Does the order matter?  I notice you've changed it.


pgpjhm7HlFkWe.pgp
Description: PGP signature