Re: [head tinderbox] failure on mips/mips

2014-07-10 Thread Konstantin Belousov
On Thu, Jul 10, 2014 at 12:24:51PM +, FreeBSD Tinderbox wrote:
 cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
 -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h  -fno-pic -mno-abicalls 
 -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float -ffreestanding 
 -gdwarf-2 -fno-common -finline-limit=8000 --param inline-unit-growth=100 
 --param large-function-growth=1000 --param max-inline-insns-single=1000 
 -Werror  /src/sys/kern/kern_proc.c
 cc1: warnings being treated as errors
 /src/sys/kern/kern_proc.c: In function 'kern_proc_vmmap_out':
 /src/sys/kern/kern_proc.c:2153: warning: 'addr' may be used uninitialized in 
 this function
 *** Error code 1

This should be fixed by r268490.


pgpX3GupYkD8p.pgp
Description: PGP signature


Re: [head tinderbox] failure on mips/mips

2014-07-01 Thread Mateusz Guzik
On Wed, Jul 02, 2014 at 05:22:29AM +, FreeBSD Tinderbox wrote:
 cc1: warnings being treated as errors
 /src/sys/kern/kern_exec.c: In function 'kern_execve':
 /src/sys/kern/kern_exec.c:346: warning: 'newsigacts' may be used 
 uninitialized in this function
 /src/sys/kern/kern_exec.c:346: note: 'newsigacts' was declared here
 *** Error code 1
 

Should be fixed with r268136

-- 
Mateusz Guzik mjguzik gmail.com
___
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: [head tinderbox] failure on mips/mips

2013-11-08 Thread Adrian Chadd
On 8 November 2013 02:32, FreeBSD Tinderbox tinder...@freebsd.org wrote:

[snip]

 cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
 -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 --param max-inline-insns-single=1000  -fno-pic 
 -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
 -ffreestanding -Werror  
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c -I/src/sys/dev/ath 
 -I/src/sys/dev/ath/ath_hal -I/src/sys/contrib/dev/ath/ath_hal
 cc1: warnings being treated as errors
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c: In function 
 'ar9300_chip_reset':
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: 
 inlining failed in call to 'ar9300_init_pll': --param max-inline-insns-single 
 limit reached [-Winline]
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: called 
 from here [-Winline]
 *** Error code 1

?!?!?!??!


-adrian
___
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: [head tinderbox] failure on mips/mips

2013-11-08 Thread Dimitry Andric
On 08 Nov 2013, at 16:08, Adrian Chadd adr...@freebsd.org wrote:
 On 8 November 2013 02:32, FreeBSD Tinderbox tinder...@freebsd.org wrote:
 
 [snip]
 
 cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
 -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 --param max-inline-insns-single=1000  -fno-pic 
 -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
 -ffreestanding -Werror  
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c -I/src/sys/dev/ath 
 -I/src/sys/dev/ath/ath_hal -I/src/sys/contrib/dev/ath/ath_hal
 cc1: warnings being treated as errors
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c: In function 
 'ar9300_chip_reset':
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: 
 inlining failed in call to 'ar9300_init_pll': --param 
 max-inline-insns-single limit reached [-Winline]
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: called 
 from here [-Winline]
 *** Error code 1
 
 ?!?!?!??!

Apparently gcc cannot inline this function, with the current inlining
limits.  Maybe the inline should be dropped, if the function is that
large :-)

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [head tinderbox] failure on mips/mips

2013-11-08 Thread Adrian Chadd
Can someone please take care of this? I'm a little busy for the next
couple days.

Feel free to commit to the contrib code.

Thanks!



-adrian


On 8 November 2013 07:24, Dimitry Andric d...@freebsd.org wrote:
 On 08 Nov 2013, at 16:08, Adrian Chadd adr...@freebsd.org wrote:
 On 8 November 2013 02:32, FreeBSD Tinderbox tinder...@freebsd.org wrote:

 [snip]

 cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. 
 -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 --param max-inline-insns-single=1000  -fno-pic 
 -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
 -ffreestanding -Werror  
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c -I/src/sys/dev/ath 
 -I/src/sys/dev/ath/ath_hal -I/src/sys/contrib/dev/ath/ath_hal
 cc1: warnings being treated as errors
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c: In function 
 'ar9300_chip_reset':
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: 
 inlining failed in call to 'ar9300_init_pll': --param 
 max-inline-insns-single limit reached [-Winline]
 /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: 
 called from here [-Winline]
 *** Error code 1

 ?!?!?!??!

 Apparently gcc cannot inline this function, with the current inlining
 limits.  Maybe the inline should be dropped, if the function is that
 large :-)

 -Dimitry

___
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: [head tinderbox] failure on mips/mips

2013-11-08 Thread Ian Lepore
I'll do it.

-- Ian

On Fri, 2013-11-08 at 08:05 -0800, Adrian Chadd wrote:
 Can someone please take care of this? I'm a little busy for the next
 couple days.
 
 Feel free to commit to the contrib code.
 
 Thanks!
 
 
 
 -adrian
 
 
 On 8 November 2013 07:24, Dimitry Andric d...@freebsd.org wrote:
  On 08 Nov 2013, at 16:08, Adrian Chadd adr...@freebsd.org wrote:
  On 8 November 2013 02:32, FreeBSD Tinderbox tinder...@freebsd.org wrote:
 
  [snip]
 
  cc  -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
  -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
  -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
  -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. 
  -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
  -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
  -finline-limit=8000 --param inline-unit-growth=100 --param 
  large-function-growth=1000 --param max-inline-insns-single=1000  -fno-pic 
  -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
  -ffreestanding -Werror  
  /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c -I/src/sys/dev/ath 
  -I/src/sys/dev/ath/ath_hal -I/src/sys/contrib/dev/ath/ath_hal
  cc1: warnings being treated as errors
  /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c: In function 
  'ar9300_chip_reset':
  /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:1337: warning: 
  inlining failed in call to 'ar9300_init_pll': --param 
  max-inline-insns-single limit reached [-Winline]
  /src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c:2011: warning: 
  called from here [-Winline]
  *** Error code 1
 
  ?!?!?!??!
 
  Apparently gcc cannot inline this function, with the current inlining
  limits.  Maybe the inline should be dropped, if the function is that
  large :-)
 
  -Dimitry
 
 ___
 freebsd-m...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-mips
 To unsubscribe, send any mail to freebsd-mips-unsubscr...@freebsd.org


___
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: [head tinderbox] failure on mips/mips

2013-03-29 Thread Adrian Chadd
... damn, this kernel wasn't yet meant to be built. I'll fix that now.



Adrian


On 29 March 2013 12:57, FreeBSD Tinderbox tinder...@freebsd.org wrote:

 TB --- 2013-03-29 18:54:33 - tinderbox 2.10 running on
 freebsd-current.sentex.ca
 TB --- 2013-03-29 18:54:33 - FreeBSD freebsd-current.sentex.ca8.3-PRERELEASE 
 FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012
 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
 TB --- 2013-03-29 18:54:33 - starting HEAD tinderbox run for mips/mips
 TB --- 2013-03-29 18:54:33 - cleaning the object tree
 TB --- 2013-03-29 18:56:02 - /usr/local/bin/svn stat /src
 TB --- 2013-03-29 18:56:58 - At svn revision 248877
 TB --- 2013-03-29 18:56:59 - building world
 TB --- 2013-03-29 18:56:59 - CROSS_BUILD_TESTING=YES
 TB --- 2013-03-29 18:56:59 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-03-29 18:56:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-03-29 18:56:59 - SRCCONF=/dev/null
 TB --- 2013-03-29 18:56:59 - TARGET=mips
 TB --- 2013-03-29 18:56:59 - TARGET_ARCH=mips
 TB --- 2013-03-29 18:56:59 - TZ=UTC
 TB --- 2013-03-29 18:56:59 - __MAKE_CONF=/dev/null
 TB --- 2013-03-29 18:56:59 - cd /src
 TB --- 2013-03-29 18:56:59 - /usr/bin/make -B buildworld
  Building an up-to-date make(1)
  World build started on Fri Mar 29 18:57:04 UTC 2013
  Rebuilding the temporary build tree
  stage 1.1: legacy release compatibility shims
  stage 1.2: bootstrap tools
  stage 2.1: cleaning up the object tree
  stage 2.2: rebuilding the object tree
  stage 2.3: build tools
  stage 3: cross tools
  stage 4.1: building includes
  stage 4.2: building libraries
  stage 4.3: make dependencies
  stage 4.4: building everything
  World build completed on Fri Mar 29 19:57:40 UTC 2013
 TB --- 2013-03-29 19:57:40 - cd /src/sys/mips/conf
 TB --- 2013-03-29 19:57:40 - /usr/sbin/config -m ADM5120
 TB --- 2013-03-29 19:57:41 - skipping ADM5120 kernel
 TB --- 2013-03-29 19:57:41 - cd /src/sys/mips/conf
 TB --- 2013-03-29 19:57:41 - /usr/sbin/config -m ALCHEMY
 TB --- 2013-03-29 19:57:41 - skipping ALCHEMY kernel
 TB --- 2013-03-29 19:57:41 - cd /src/sys/mips/conf
 TB --- 2013-03-29 19:57:41 - /usr/sbin/config -m AP121
 TB --- 2013-03-29 19:57:41 - building AP121 kernel
 TB --- 2013-03-29 19:57:41 - CROSS_BUILD_TESTING=YES
 TB --- 2013-03-29 19:57:41 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-03-29 19:57:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-03-29 19:57:41 - SRCCONF=/dev/null
 TB --- 2013-03-29 19:57:41 - TARGET=mips
 TB --- 2013-03-29 19:57:41 - TARGET_ARCH=mips
 TB --- 2013-03-29 19:57:41 - TZ=UTC
 TB --- 2013-03-29 19:57:41 - __MAKE_CONF=/dev/null
 TB --- 2013-03-29 19:57:41 - cd /src
 TB --- 2013-03-29 19:57:41 - /usr/bin/make -B buildkernel KERNCONF=AP121
  Kernel build for AP121 started on Fri Mar 29 19:57:41 UTC 2013
  stage 1: configuring the kernel
 --
 cd /src/sys/mips/conf;
  
 PATH=/obj/mips.mips/src/tmp/legacy/usr/sbin:/obj/mips.mips/src/tmp/legacy/usr/bin:/obj/mips.mips/src/tmp/legacy/usr/games:/obj/mips.mips/src/tmp/legacy/bin:/obj/mips.mips/src/tmp/usr/sbin:/obj/mips.mips/src/tmp/usr/bin:/obj/mips.mips/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/mips.mips/src/sys/AP121  /src/sys/mips/conf/AP121
 WARNING: duplicate option `AH_DEBUG_ALQ' encountered.
 /src/sys/mips/conf/AP121: unknown option UMTX_NUM_CHAINS
 *** [buildkernel] Error code 1

 Stop in /src.
 *** Error code 1

 Stop in /src.
 TB --- 2013-03-29 19:57:41 - WARNING: /usr/bin/make returned exit code  1
 TB --- 2013-03-29 19:57:41 - ERROR: failed to build AP121 kernel
 TB --- 2013-03-29 19:57:41 - 2678.20 user 572.04 system 3788.11 real


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

___
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: [head tinderbox] failure on mips/mips

2013-03-24 Thread moonwonje
On Tuesday, March 19, 2013 4:11:32 PM UTC+9, FreeBSD Tinderbox wrote:
 TB --- 2013-03-19 04:49:40 - tinderbox 2.10 running on 
 freebsd-current.sentex.ca TB --- 2013-03-19 04:49:40 - FreeBSD 
 freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 
 26 13:54:12 EDT 2012 
 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 
 2013-03-19 04:49:40 - starting HEAD tinderbox run for mips/mips TB --- 
 2013-03-19 04:49:40 - cleaning the object tree TB --- 2013-03-19 04:49:40 - 
 /usr/local/bin/svn stat /src TB --- 2013-03-19 04:49:59 - At svn revision 
 248477 TB --- 2013-03-19 04:50:00 - building world TB --- 2013-03-19 04:50:00 
 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 04:50:00 - MAKEOBJDIRPREFIX=/obj 
 TB --- 2013-03-19 04:50:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 
 2013-03-19 04:50:00 - SRCCONF=/dev/null TB --- 2013-03-19 04:50:00 - 
 TARGET=mips TB --- 2013-03-19 04:50:00 - TARGET_ARCH=mips TB --- 2013-03-19 
 04:50:00 - TZ=UTC TB --- 2013-03-19 04:50:00 - __MAKE_CONF=/dev/null TB --- 
 2013-03-19 04:50:00 - cd /src TB 
 --- 2013-03-19 04:50:00 - /usr/bin/make -B buildworld  Building an 
up-to-date make(1)  World build started on Tue Mar 19 04:50:05 UTC 2013  
Rebuilding the temporary build tree  stage 1.1: legacy release compatibility 
shims  stage 1.2: bootstrap tools  stage 2.1: cleaning up the object tree 
 stage 2.2: rebuilding the object tree  stage 2.3: build tools  stage 
3: cross tools  stage 4.1: building includes  stage 4.2: building 
libraries  stage 4.3: make dependencies  stage 4.4: building everything 
 World build completed on Tue Mar 19 05:53:22 UTC 2013 TB --- 2013-03-19 
05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05:53:22 - /usr/sbin/config 
-m ADM5120 TB --- 2013-03-19 05:53:22 - skipping ADM5120 kernel TB --- 
2013-03-19 05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05:53:22 - 
/usr/sbin/config -m ALCHEMY TB --- 2013-03-19 05:53:22 - skipping ALCHEMY 
kernel TB --- 2013-03-19 05:53:22 - cd /src/sys/mips/conf TB --- 2013-03-19 05
 :53:22 - /usr/sbin/config -m AP91 TB --- 2013-03-19 05:53:22 - building AP91 
kernel TB --- 2013-03-19 05:53:22 - CROSS_BUILD_TESTING=YES TB --- 2013-03-19 
05:53:22 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 05:53:22 - 
PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 05:53:22 - 
SRCCONF=/dev/null TB --- 2013-03-19 05:53:22 - TARGET=mips TB --- 2013-03-19 
05:53:22 - TARGET_ARCH=mips TB --- 2013-03-19 05:53:22 - TZ=UTC TB --- 
2013-03-19 05:53:22 - __MAKE_CONF=/dev/null TB --- 2013-03-19 05:53:22 - cd 
/src TB --- 2013-03-19 05:53:22 - /usr/bin/make -B buildkernel KERNCONF=AP91 
 Kernel build for AP91 started on Tue Mar 19 05:53:22 UTC 2013  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 
AP91 completed on Tue Mar 19 05:57:31 UTC 2013 TB --- 2013-03-19 05:57:31 - cd 
/src/sys/mips/conf TB -
 -- 2013-03-19 05:57:31 - /usr/sbin/config -m AP93 TB --- 2013-03-19 05:57:31 - 
building AP93 kernel TB --- 2013-03-19 05:57:31 - CROSS_BUILD_TESTING=YES TB 
--- 2013-03-19 05:57:31 - MAKEOBJDIRPREFIX=/obj TB --- 2013-03-19 05:57:31 - 
PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 05:57:31 - 
SRCCONF=/dev/null TB --- 2013-03-19 05:57:31 - TARGET=mips TB --- 2013-03-19 
05:57:31 - TARGET_ARCH=mips TB --- 2013-03-19 05:57:31 - TZ=UTC TB --- 
2013-03-19 05:57:31 - __MAKE_CONF=/dev/null TB --- 2013-03-19 05:57:31 - cd 
/src TB --- 2013-03-19 05:57:31 - /usr/bin/make -B buildkernel KERNCONF=AP93 
 Kernel build for AP93 started on Tue Mar 19 05:57:31 UTC 2013  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 
AP93 completed on Tue Mar 19 06:01:20 UTC 2013 TB --- 2013-03-19 06:01:20 - cd 
/src/sy
 s/mips/conf TB --- 2013-03-19 06:01:20 - /usr/sbin/config -m AP94 TB --- 
2013-03-19 06:01:20 - building AP94 kernel TB --- 2013-03-19 06:01:20 - 
CROSS_BUILD_TESTING=YES TB --- 2013-03-19 06:01:20 - MAKEOBJDIRPREFIX=/obj TB 
--- 2013-03-19 06:01:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-03-19 
06:01:20 - SRCCONF=/dev/null TB --- 2013-03-19 06:01:20 - TARGET=mips TB --- 
2013-03-19 06:01:20 - TARGET_ARCH=mips TB --- 2013-03-19 06:01:20 - TZ=UTC TB 
--- 2013-03-19 06:01:20 - __MAKE_CONF=/dev/null TB --- 2013-03-19 06:01:20 - cd 
/src TB --- 2013-03-19 06:01:20 - /usr/bin/make -B buildkernel KERNCONF=AP94 
 Kernel build for AP94 started on Tue Mar 19 06:01:20 UTC 2013  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 
AP94 completed on Tue Mar 19 06:06:20 UTC 2013 TB --- 2013-03-19 06:06
 :20 - cd 

Re: [head tinderbox] failure on mips/mips

2013-03-09 Thread Adrian Chadd
This one was fixed.



Adrian

On 9 March 2013 09:56, FreeBSD Tinderbox tinder...@freebsd.org wrote:
 TB --- 2013-03-09 16:50:38 - tinderbox 2.10 running on 
 freebsd-current.sentex.ca
 TB --- 2013-03-09 16:50:38 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
 FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
 TB --- 2013-03-09 16:50:38 - starting HEAD tinderbox run for mips/mips
 TB --- 2013-03-09 16:50:38 - cleaning the object tree
 TB --- 2013-03-09 16:52:06 - /usr/local/bin/svn stat /src
 TB --- 2013-03-09 16:52:26 - At svn revision 248093
 TB --- 2013-03-09 16:52:27 - building world
 TB --- 2013-03-09 16:52:27 - CROSS_BUILD_TESTING=YES
 TB --- 2013-03-09 16:52:27 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-03-09 16:52:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-03-09 16:52:27 - SRCCONF=/dev/null
 TB --- 2013-03-09 16:52:27 - TARGET=mips
 TB --- 2013-03-09 16:52:27 - TARGET_ARCH=mips
 TB --- 2013-03-09 16:52:27 - TZ=UTC
 TB --- 2013-03-09 16:52:27 - __MAKE_CONF=/dev/null
 TB --- 2013-03-09 16:52:27 - cd /src
 TB --- 2013-03-09 16:52:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sat Mar  9 16:52:32 UTC 2013
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Sat Mar  9 17:53:18 UTC 2013
 TB --- 2013-03-09 17:53:18 - cd /src/sys/mips/conf
 TB --- 2013-03-09 17:53:18 - /usr/sbin/config -m ADM5120
 TB --- 2013-03-09 17:53:18 - skipping ADM5120 kernel
 TB --- 2013-03-09 17:53:18 - cd /src/sys/mips/conf
 TB --- 2013-03-09 17:53:18 - /usr/sbin/config -m ALCHEMY
 TB --- 2013-03-09 17:53:18 - skipping ALCHEMY kernel
 TB --- 2013-03-09 17:53:18 - cd /src/sys/mips/conf
 TB --- 2013-03-09 17:53:18 - /usr/sbin/config -m AP91
 TB --- 2013-03-09 17:53:18 - building AP91 kernel
 TB --- 2013-03-09 17:53:18 - CROSS_BUILD_TESTING=YES
 TB --- 2013-03-09 17:53:18 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-03-09 17:53:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-03-09 17:53:18 - SRCCONF=/dev/null
 TB --- 2013-03-09 17:53:18 - TARGET=mips
 TB --- 2013-03-09 17:53:18 - TARGET_ARCH=mips
 TB --- 2013-03-09 17:53:18 - TZ=UTC
 TB --- 2013-03-09 17:53:18 - __MAKE_CONF=/dev/null
 TB --- 2013-03-09 17:53:18 - cd /src
 TB --- 2013-03-09 17:53:18 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Sat Mar  9 17:53:18 UTC 2013
 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
 [...]
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_input.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_mesh.c
 cc -O -pipe -G0 -Werror 

Re: [head tinderbox] failure on mips/mips

2013-02-08 Thread Adrian Chadd
Fixed.



Adrian


On 8 February 2013 02:25, FreeBSD Tinderbox tinder...@freebsd.org wrote:
 TB --- 2013-02-08 09:22:13 - tinderbox 2.10 running on 
 freebsd-current.sentex.ca
 TB --- 2013-02-08 09:22: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 --- 2013-02-08 09:22:13 - starting HEAD tinderbox run for mips/mips
 TB --- 2013-02-08 09:22:13 - cleaning the object tree
 TB --- 2013-02-08 09:22:13 - /usr/local/bin/svn stat /src
 TB --- 2013-02-08 09:22:17 - At svn revision 246529
 TB --- 2013-02-08 09:22:18 - building world
 TB --- 2013-02-08 09:22:18 - CROSS_BUILD_TESTING=YES
 TB --- 2013-02-08 09:22:18 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-02-08 09:22:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-02-08 09:22:18 - SRCCONF=/dev/null
 TB --- 2013-02-08 09:22:18 - TARGET=mips
 TB --- 2013-02-08 09:22:18 - TARGET_ARCH=mips
 TB --- 2013-02-08 09:22:18 - TZ=UTC
 TB --- 2013-02-08 09:22:18 - __MAKE_CONF=/dev/null
 TB --- 2013-02-08 09:22:18 - cd /src
 TB --- 2013-02-08 09:22:18 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Feb  8 09:22:22 UTC 2013
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Fri Feb  8 10:22:20 UTC 2013
 TB --- 2013-02-08 10:22:20 - cd /src/sys/mips/conf
 TB --- 2013-02-08 10:22:20 - /usr/sbin/config -m ADM5120
 TB --- 2013-02-08 10:22:20 - skipping ADM5120 kernel
 TB --- 2013-02-08 10:22:20 - cd /src/sys/mips/conf
 TB --- 2013-02-08 10:22:20 - /usr/sbin/config -m ALCHEMY
 TB --- 2013-02-08 10:22:20 - skipping ALCHEMY kernel
 TB --- 2013-02-08 10:22:20 - cd /src/sys/mips/conf
 TB --- 2013-02-08 10:22:20 - /usr/sbin/config -m AP91
 TB --- 2013-02-08 10:22:20 - building AP91 kernel
 TB --- 2013-02-08 10:22:20 - CROSS_BUILD_TESTING=YES
 TB --- 2013-02-08 10:22:20 - MAKEOBJDIRPREFIX=/obj
 TB --- 2013-02-08 10:22:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2013-02-08 10:22:20 - SRCCONF=/dev/null
 TB --- 2013-02-08 10:22:20 - TARGET=mips
 TB --- 2013-02-08 10:22:20 - TARGET_ARCH=mips
 TB --- 2013-02-08 10:22:20 - TZ=UTC
 TB --- 2013-02-08 10:22:20 - __MAKE_CONF=/dev/null
 TB --- 2013-02-08 10:22:20 - cd /src
 TB --- 2013-02-08 10:22:20 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Fri Feb  8 10:22:21 UTC 2013
 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
 [...]
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_input.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_ioctl.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc   
 -DHAVE_KERNEL_OPTION_HEADERS -include 
 /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option   -c 
 /src/sys/modules/wlan/../../net80211/ieee80211_mesh.c
 cc1: warnings being treated as 

Re: [head tinderbox] failure on mips/mips

2012-11-27 Thread Adrian Chadd
This has been fixed too.

I actually fat fingered this commit - I committed from the WIP
directory, rather than the full -HEAD checkout I had been working from
and had actually done compile tests against.

Sorry :(


Adrian

On 27 November 2012 00:56, FreeBSD Tinderbox tinder...@freebsd.org wrote:
 TB --- 2012-11-27 07:30:44 - tinderbox 2.9 running on 
 freebsd-current.sentex.ca
 TB --- 2012-11-27 07:30:44 - 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-27 07:30:44 - starting HEAD tinderbox run for mips/mips
 TB --- 2012-11-27 07:30:44 - cleaning the object tree
 TB --- 2012-11-27 07:30:44 - checking out /src from 
 svn://svn.freebsd.org/base/head
 TB --- 2012-11-27 07:30:44 - cd /tinderbox/HEAD/mips/mips
 TB --- 2012-11-27 07:30:44 - /usr/local/bin/svn cleanup /src
 TB --- 2012-11-27 07:31:50 - /usr/local/bin/svn update /src
 TB --- 2012-11-27 07:31:57 - At svn revision 243604
 TB --- 2012-11-27 07:31:58 - building world
 TB --- 2012-11-27 07:31:58 - CROSS_BUILD_TESTING=YES
 TB --- 2012-11-27 07:31:58 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-11-27 07:31:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-11-27 07:31:58 - SRCCONF=/dev/null
 TB --- 2012-11-27 07:31:58 - TARGET=mips
 TB --- 2012-11-27 07:31:58 - TARGET_ARCH=mips
 TB --- 2012-11-27 07:31:58 - TZ=UTC
 TB --- 2012-11-27 07:31:58 - __MAKE_CONF=/dev/null
 TB --- 2012-11-27 07:31:58 - cd /src
 TB --- 2012-11-27 07:31:58 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Nov 27 07:32:05 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 Tue Nov 27 08:52:43 UTC 2012
 TB --- 2012-11-27 08:52:43 - cd /src/sys/mips/conf
 TB --- 2012-11-27 08:52:43 - /usr/sbin/config -m ADM5120
 TB --- 2012-11-27 08:52:43 - skipping ADM5120 kernel
 TB --- 2012-11-27 08:52:43 - cd /src/sys/mips/conf
 TB --- 2012-11-27 08:52:43 - /usr/sbin/config -m ALCHEMY
 TB --- 2012-11-27 08:52:43 - skipping ALCHEMY kernel
 TB --- 2012-11-27 08:52:43 - cd /src/sys/mips/conf
 TB --- 2012-11-27 08:52:43 - /usr/sbin/config -m AP91
 TB --- 2012-11-27 08:52:43 - building AP91 kernel
 TB --- 2012-11-27 08:52:43 - CROSS_BUILD_TESTING=YES
 TB --- 2012-11-27 08:52:43 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-11-27 08:52:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-11-27 08:52:43 - SRCCONF=/dev/null
 TB --- 2012-11-27 08:52:43 - TARGET=mips
 TB --- 2012-11-27 08:52:43 - TARGET_ARCH=mips
 TB --- 2012-11-27 08:52:43 - TZ=UTC
 TB --- 2012-11-27 08:52:43 - __MAKE_CONF=/dev/null
 TB --- 2012-11-27 08:52:43 - cd /src
 TB --- 2012-11-27 08:52:43 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Tue Nov 27 08:52:43 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
 [...]
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
 -I/src/sys/modules/ath/../../dev/ath 
 -I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
 -include /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option-c 
 /src/sys/modules/ath/../../dev/ath/if_ath_tx_ht.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
 -I/src/sys/modules/ath/../../dev/ath 
 -I/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS 
 -include /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls 
 -mlong-calls -I/obj/mips.mips/src/sys/AP91  -msoft-float -ffreestanding 
 -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
 -Wmissing-include-dirs -fdiagnostics-show-option-c 
 /src/sys/modules/ath/../../dev/ath/if_ath_led.c
 cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. 
 -I/src/sys/modules/ath/../../dev/ath 
 

Re: [head tinderbox] failure on mips/mips

2012-04-05 Thread Doug Barton
FYI, the BIND update passed a full 'make universe,' and a subsequent
tinderbox message for mips/mips failed in a different location, so I'm
going to assume that this was a transient error unless something else
comes up.

Doug

On 4/5/2012 3:06 AM, FreeBSD Tinderbox wrote:
 TB --- 2012-04-05 09:33:54 - tinderbox 2.9 running on 
 freebsd-current.sentex.ca
 TB --- 2012-04-05 09:33:54 - starting HEAD tinderbox run for mips/mips
 TB --- 2012-04-05 09:33:54 - cleaning the object tree
 TB --- 2012-04-05 09:34:41 - cvsupping the source tree
 TB --- 2012-04-05 09:34:41 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
 /tinderbox/HEAD/mips/mips/supfile
 TB --- 2012-04-05 09:35:35 - building world
 TB --- 2012-04-05 09:35:35 - CROSS_BUILD_TESTING=YES
 TB --- 2012-04-05 09:35:35 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-04-05 09:35:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-04-05 09:35:35 - SRCCONF=/dev/null
 TB --- 2012-04-05 09:35:35 - TARGET=mips
 TB --- 2012-04-05 09:35:35 - TARGET_ARCH=mips
 TB --- 2012-04-05 09:35:35 - TZ=UTC
 TB --- 2012-04-05 09:35:35 - __MAKE_CONF=/dev/null
 TB --- 2012-04-05 09:35:35 - cd /src
 TB --- 2012-04-05 09:35:35 - /usr/bin/make -B buildworld
 World build started on Thu Apr  5 09:35:36 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
 [...]
 cc  -O -pipe -G0  -DVERSION='9.8.1-P1' -DHAVE_CONFIG_H -D_REENTRANT 
 -D_THREAD_SAFE -DLIBINTERFACE=84 -DLIBREVISION=1 -DLIBAGE=3 -DWANT_IPV6 
 -DOPENSSL -DUSE_MD5 -DWORDS_BIGENDIAN -DNS_LOCALSTATEDIR='/var' 
 -DNS_SYSCONFDIR='/etc/namedb' -DNAMED_CONFFILE='/etc/namedb/named.conf' 
 -DRNDC_CONFFILE='/etc/namedb/rndc.conf' 
 -DRNDC_KEYFILE='/etc/namedb/rndc.key' -I/src/lib/bind/dns/.. 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/bind9/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include/dst  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include  
 -I/src/lib/bind/dns/../dns 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isccc/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isccfg/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/unix/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/pthreads/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/include  
 -I/src/lib/bind/dns/../isc -I/src/lib/bind/dns/../../../contrib/bind9/
 l!
  ib/lwres/unix/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/lwres/include  
 -I/src/lib/bind/dns/../lwres 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include/dst 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns -I/src/lib/bind/dns 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/noatomic/include 
 -std=gnu99  -c /src/lib/bind/dns/../../../contrib/bind9/lib/dns/portlist.c -o 
 portlist.o
 cc  -O -pipe -G0  -DVERSION='9.8.1-P1' -DHAVE_CONFIG_H -D_REENTRANT 
 -D_THREAD_SAFE -DLIBINTERFACE=84 -DLIBREVISION=1 -DLIBAGE=3 -DWANT_IPV6 
 -DOPENSSL -DUSE_MD5 -DWORDS_BIGENDIAN -DNS_LOCALSTATEDIR='/var' 
 -DNS_SYSCONFDIR='/etc/namedb' -DNAMED_CONFFILE='/etc/namedb/named.conf' 
 -DRNDC_CONFFILE='/etc/namedb/rndc.conf' 
 -DRNDC_KEYFILE='/etc/namedb/rndc.key' -I/src/lib/bind/dns/.. 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/bind9/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include/dst  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include  
 -I/src/lib/bind/dns/../dns 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isccc/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isccfg/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/unix/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/pthreads/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/include  
 -I/src/lib/bind/dns/../isc -I/src/lib/bind/dns/../../../contrib/bind9/
 l!
  ib/lwres/unix/include  
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/lwres/include  
 -I/src/lib/bind/dns/../lwres 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include/dst 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns/include 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/dns -I/src/lib/bind/dns 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/isc/noatomic/include 
 -std=gnu99  -c /src/lib/bind/dns/../../../contrib/bind9/lib/dns/private.c -o 
 private.o
 cc  -O -pipe -G0  -DVERSION='9.8.1-P1' -DHAVE_CONFIG_H -D_REENTRANT 
 -D_THREAD_SAFE -DLIBINTERFACE=84 -DLIBREVISION=1 -DLIBAGE=3 -DWANT_IPV6 
 -DOPENSSL -DUSE_MD5 -DWORDS_BIGENDIAN -DNS_LOCALSTATEDIR='/var' 
 -DNS_SYSCONFDIR='/etc/namedb' -DNAMED_CONFFILE='/etc/namedb/named.conf' 
 -DRNDC_CONFFILE='/etc/namedb/rndc.conf' 
 -DRNDC_KEYFILE='/etc/namedb/rndc.key' -I/src/lib/bind/dns/.. 
 -I/src/lib/bind/dns/../../../contrib/bind9/lib/bind9/include 
 

Re: [head tinderbox] failure on mips/mips

2012-04-05 Thread Garrett Cooper
On Thu, Apr 5, 2012 at 12:09 PM, Doug Barton do...@freebsd.org wrote:
 FYI, the BIND update passed a full 'make universe,' and a subsequent
 tinderbox message for mips/mips failed in a different location, so I'm
 going to assume that this was a transient error unless something else
 comes up.

From what I saw it seems to be localized to the tinderbox host
environment because I don't run into this issue with a copy of CURRENT
compiled from r233913 sources.
Cheers,
-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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Doug Barton
On 4/5/2012 12:22 PM, Garrett Cooper wrote:
 On Thu, Apr 5, 2012 at 12:09 PM, Doug Barton do...@freebsd.org wrote:
 FYI, the BIND update passed a full 'make universe,' and a subsequent
 tinderbox message for mips/mips failed in a different location, so I'm
 going to assume that this was a transient error unless something else
 comes up.
 
 From what I saw it seems to be localized to the tinderbox host
 environment because I don't run into this issue with a copy of CURRENT
 compiled from r233913 sources.

Thanks for confirming. I also forgot to mention that all the related
changes were made in the same commit, so I'm not sure what the issue
could have been.

But as always, if someone comes up with an actual problem related to the
update I'm happy to address it.

Doug
___
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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Mike Tancsa
On 4/5/2012 3:28 PM, Doug Barton wrote:
 
 Thanks for confirming. I also forgot to mention that all the related
 changes were made in the same commit, so I'm not sure what the issue
 could have been.

The logs / progress are visible at http://tinderbox.freebsd.org/
It looks like pc98 i386 built just fine recently.  Not sure why the mips
build keeps failing so much.  des from .no would know  :)

---Mike

-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Dag-Erling Smørgrav
Mike Tancsa m...@sentex.net writes:
 Doug Barton do...@freebsd.org writes:
  Thanks for confirming. I also forgot to mention that all the related
  changes were made in the same commit, so I'm not sure what the issue
  could have been.
 The logs / progress are visible at http://tinderbox.freebsd.org/
 It looks like pc98 i386 built just fine recently.  Not sure why the mips
 build keeps failing so much.  des from .no would know  :)

I don't know the details, but ISTR being told on IRC that it was a known
binutils bug, and that the patch for it is under GPL3.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Dag-Erling Smørgrav
Garrett Cooper yaneg...@gmail.com writes:
 From what I saw it seems to be localized to the tinderbox host
 environment because I don't run into this issue with a copy of CURRENT
 compiled from r233913 sources.

There is nothing special about the tinderbox host environment, it's a
quad-core Phenom running 8.3-STABLE and you can see the exact commands
and environment variables used at the top of the log.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Garrett Cooper
2012/4/5 Dag-Erling Smørgrav d...@des.no:
 Garrett Cooper yaneg...@gmail.com writes:
 From what I saw it seems to be localized to the tinderbox host
 environment because I don't run into this issue with a copy of CURRENT
 compiled from r233913 sources.

 There is nothing special about the tinderbox host environment, it's a
 quad-core Phenom running 8.3-STABLE and you can see the exact commands
 and environment variables used at the top of the log.

Forgot a key piece of info. My VM that this works on is i386, not
amd64. I assume that's a trigger?
Thanks,
-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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Stanislav Sedov
On Thu, 5 Apr 2012 16:35:06 -0700
Garrett Cooper yaneg...@gmail.com mentioned:

 2012/4/5 Dag-Erling Smørgrav d...@des.no:
  Garrett Cooper yaneg...@gmail.com writes:
  From what I saw it seems to be localized to the tinderbox host
  environment because I don't run into this issue with a copy of CURRENT
  compiled from r233913 sources.
 
  There is nothing special about the tinderbox host environment, it's a
  quad-core Phenom running 8.3-STABLE and you can see the exact commands
  and environment variables used at the top of the log.
 
 Forgot a key piece of info. My VM that this works on is i386, not
 amd64. I assume that's a trigger?

Actually, no, I'm don't even have any i386 machines.
I guess it's just somewhat intermittent.

-- 
Stanislav Sedov
ST4096-RIPE

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
___
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: [head tinderbox] failure on mips/mips

2012-04-05 Thread Dag-Erling Smørgrav
Garrett Cooper yaneg...@gmail.com writes:
 Forgot a key piece of info. My VM that this works on is i386, not
 amd64. I assume that's a trigger?

Frankly, I have no idea...

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
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: [head tinderbox] failure on mips/mips

2012-03-27 Thread John Baldwin
On Tuesday, March 27, 2012 9:54:38 am FreeBSD Tinderbox wrote:
 TB --- 2012-03-27 13:03:39 - tinderbox 2.9 running on freebsd-
current.sentex.ca
 TB --- 2012-03-27 13:03:39 - starting HEAD tinderbox run for mips/mips
 TB --- 2012-03-27 13:03:39 - mkdir /tinderbox/HEAD/mips
 TB --- 2012-03-27 13:03:39 - mkdir /tinderbox/HEAD/mips/mips
 TB --- 2012-03-27 13:03:39 - cleaning the object tree
 TB --- 2012-03-27 13:03:39 - cvsupping the source tree
 TB --- 2012-03-27 13:03:39 - /usr/bin/csup -z -r 3 -g -L 1 -h 
cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile
 TB --- 2012-03-27 13:09:09 - building world
 TB --- 2012-03-27 13:09:09 - CROSS_BUILD_TESTING=YES
 TB --- 2012-03-27 13:09:09 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-03-27 13:09:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-03-27 13:09:09 - SRCCONF=/dev/null
 TB --- 2012-03-27 13:09:09 - TARGET=mips
 TB --- 2012-03-27 13:09:09 - TARGET_ARCH=mips
 TB --- 2012-03-27 13:09:09 - TZ=UTC
 TB --- 2012-03-27 13:09:09 - __MAKE_CONF=/dev/null
 TB --- 2012-03-27 13:09:09 - cd /src
 TB --- 2012-03-27 13:09:09 - /usr/bin/make -B buildworld
  World build started on Tue Mar 27 13:09:10 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
 [...]
 cc -O -pipe -G0  -
I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  -
I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H 
-I/src/kerberos5/libexec/kfd/../../include -std=gnu99  -c 
/src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.c
 cc -O -pipe -G0  -
I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  -
I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken -DHAVE_CONFIG_H 
-I/src/kerberos5/libexec/kfd/../../include -std=gnu99   -o kfd kfd.o -lkrb5 -
lroken -lasn1 -lcrypto -lcrypt  
/obj/mips.mipsel/src/kerberos5/libexec/kfd/../../lib/libvers/libvers.a
 gzip -cn /src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.8  
kfd.8.gz
 === kerberos5/libexec/kimpersonate (all)
 cc -O -pipe -G0  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. -
DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include -std=gnu99  
-c 
/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/kuser/kimpersonate.c
 cc -O -pipe -G0  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  -
I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. -
DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include -std=gnu99   
-o kimpersonate kimpersonate.o -lkafs5 -lkrb5 -lheimntlm -lroken -lasn1 -
lcrypto -lcrypt  
/obj/mips.mipsel/src/kerberos5/libexec/kimpersonate/../../lib/libvers/libvers.a
 /obj/mips.mipsel/src/tmp/usr/bin/ld: 
/obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so symbol number 13 references 
nonexistent SHT_SYMTAB_SHNDX section
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so: could not read symbols: File 
format not recognized
 *** Error code 1

I got this exact error for my own 'make tinderbox' for both mipsel and mipseb 
worlds yesterday.  Anyone have any ideas?  Is this some sort of binutils bug?

-- 
John Baldwin
___
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: [head tinderbox] failure on mips/mips

2012-03-27 Thread Oleksandr Tymoshenko

On 2012-03-27, at 11:14 AM, John Baldwin j...@freebsd.org wrote:

 /obj/mips.mipsel/src/kerberos5/libexec/kimpersonate/../../lib/libvers/libvers.a
 /obj/mips.mipsel/src/tmp/usr/bin/ld: 
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so symbol number 13 references 
 nonexistent SHT_SYMTAB_SHNDX section
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so: could not read symbols: File 
 format not recognized
 *** Error code 1
 
 I got this exact error for my own 'make tinderbox' for both mipsel and mipseb 
 worlds yesterday.  Anyone have any ideas?  Is this some sort of binutils bug?
 

Yes. It's binutils bug. More details in this thread:

http://lists.freebsd.org/pipermail/freebsd-tinderbox/2012-March/009482.html

___
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: [head tinderbox] failure on mips/mips

2012-03-27 Thread Stanislav Sedov

On Mar 27, 2012, at 11:14 AM, John Baldwin wrote:
 I got this exact error for my own 'make tinderbox' for both mipsel and mipseb 
 worlds yesterday.  Anyone have any ideas?  Is this some sort of binutils bug?


Hmm, this shouldn't happen on mipsel/mipseb as I've put a workaround in the
libkafs5 Makefile.  Can you, please, upload the full build log somewhere, or
post the part where it links libkafs5?  The problem there is that when linking
libkafs5 if we link agains libkrb5 we trigger the binutils bug which create
the bad symbol.

--
ST4096-RIPE





___
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: [head tinderbox] failure on mips/mips

2012-03-22 Thread Stanislav Sedov
On Thu, 22 Mar 2012 18:06:28 GMT
FreeBSD Tinderbox tinder...@freebsd.org mentioned:

 TB --- 2012-03-22 17:20:36 - tinderbox 2.9 running on 
 freebsd-current.sentex.ca
 TB --- 2012-03-22 17:20:36 - starting HEAD tinderbox run for mips/mips
 TB --- 2012-03-22 17:20:36 - cleaning the object tree
 TB --- 2012-03-22 17:20:37 - cvsupping the source tree
 TB --- 2012-03-22 17:20:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
 /tinderbox/HEAD/mips/mips/supfile
 TB --- 2012-03-22 17:20:53 - building world
 TB --- 2012-03-22 17:20:53 - CROSS_BUILD_TESTING=YES
 TB --- 2012-03-22 17:20:53 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-03-22 17:20:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-03-22 17:20:53 - SRCCONF=/dev/null
 TB --- 2012-03-22 17:20:53 - TARGET=mips
 TB --- 2012-03-22 17:20:53 - TARGET_ARCH=mips
 TB --- 2012-03-22 17:20:53 - TZ=UTC
 TB --- 2012-03-22 17:20:53 - __MAKE_CONF=/dev/null
 TB --- 2012-03-22 17:20:53 - cd /src
 TB --- 2012-03-22 17:20:53 - /usr/bin/make -B buildworld
  World build started on Thu Mar 22 17:20:54 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
 [...]
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kfd/../../include -std=gnu99  -c 
 /src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.c
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kfd/../../include -std=gnu99   -o 
 kfd kfd.o -lkrb5 -lroken -lasn1 -lcrypto -lcrypt  
 /obj/mips.mipsel/src/kerberos5/libexec/kfd/../../lib/libvers/libvers.a
 gzip -cn /src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.8  
 kfd.8.gz
 === kerberos5/libexec/kimpersonate (all)
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include 
 -std=gnu99  -c 
 /src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/kuser/kimpersonate.c
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include 
 -std=gnu99   -o kimpersonate kimpersonate.o -lkafs5 -lkrb5 -lheimntlm -lroken 
 -lasn1 -lcrypto -lcrypt  
 /obj/mips.mipsel/src/kerberos5/libexec/kimpersonate/../../lib/libvers/libvers.a
 /obj/mips.mipsel/src/tmp/usr/bin/ld: 
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so symbol number 13 references 
 nonexistent SHT_SYMTAB_SHNDX section
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so: could not read symbols: File 
 format not recognized
 *** Error code 1
 

Hi!

This is due to the bug in binutils which we're working on fixing in base 
binutils.
I added a workaround to the libkafs5 Makefile, but tinderbox is using a 
deprecated
TARGET_ARCH=mips which does not enable that workaround.  Should we switch 
tinderbox to
use mips.mipseb or mips.mipsel instead?

-- 
Stanislav Sedov
ST4096-RIPE

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
___
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: [head tinderbox] failure on mips/mips

2012-03-22 Thread Juli Mallett
On Thu, Mar 22, 2012 at 14:39, Stanislav Sedov s...@freebsd.org wrote:
 Hi!

 This is due to the bug in binutils which we're working on fixing in base 
 binutils.
 I added a workaround to the libkafs5 Makefile, but tinderbox is using a 
 deprecated
 TARGET_ARCH=mips which does not enable that workaround.  Should we switch 
 tinderbox to
 use mips.mipseb or mips.mipsel instead?

Please don't switch it as mips will be the new spelling of mipseb
in the very near future.
___
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: [head tinderbox] failure on mips/mips

2012-03-22 Thread Warner Losh

On Mar 22, 2012, at 3:39 PM, Stanislav Sedov wrote:

 On Thu, 22 Mar 2012 18:06:28 GMT
 FreeBSD Tinderbox tinder...@freebsd.org mentioned:
 
 TB --- 2012-03-22 17:20:36 - tinderbox 2.9 running on 
 freebsd-current.sentex.ca
 TB --- 2012-03-22 17:20:36 - starting HEAD tinderbox run for mips/mips
 TB --- 2012-03-22 17:20:36 - cleaning the object tree
 TB --- 2012-03-22 17:20:37 - cvsupping the source tree
 TB --- 2012-03-22 17:20:37 - /usr/bin/csup -z -r 3 -g -L 1 -h 
 cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile
 TB --- 2012-03-22 17:20:53 - building world
 TB --- 2012-03-22 17:20:53 - CROSS_BUILD_TESTING=YES
 TB --- 2012-03-22 17:20:53 - MAKEOBJDIRPREFIX=/obj
 TB --- 2012-03-22 17:20:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2012-03-22 17:20:53 - SRCCONF=/dev/null
 TB --- 2012-03-22 17:20:53 - TARGET=mips
 TB --- 2012-03-22 17:20:53 - TARGET_ARCH=mips
 TB --- 2012-03-22 17:20:53 - TZ=UTC
 TB --- 2012-03-22 17:20:53 - __MAKE_CONF=/dev/null
 TB --- 2012-03-22 17:20:53 - cd /src
 TB --- 2012-03-22 17:20:53 - /usr/bin/make -B buildworld
 World build started on Thu Mar 22 17:20:54 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
 [...]
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kfd/../../include -std=gnu99  -c 
 /src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.c
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kfd/../../../crypto/heimdal/lib/roken 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kfd/../../include -std=gnu99   -o 
 kfd kfd.o -lkrb5 -lroken -lasn1 -lcrypto -lcrypt  
 /obj/mips.mipsel/src/kerberos5/libexec/kfd/../../lib/libvers/libvers.a
 gzip -cn /src/kerberos5/libexec/kfd/../../../crypto/heimdal/appl/kf/kfd.8  
 kfd.8.gz
 === kerberos5/libexec/kimpersonate (all)
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include 
 -std=gnu99  -c 
 /src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/kuser/kimpersonate.c
 cc -O -pipe -G0  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/hx509  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/asn1  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/roken  
 -I/src/kerberos5/libexec/kimpersonate/../../../crypto/heimdal/lib/sl -I. 
 -DHAVE_CONFIG_H -I/src/kerberos5/libexec/kimpersonate/../../include 
 -std=gnu99   -o kimpersonate kimpersonate.o -lkafs5 -lkrb5 -lheimntlm 
 -lroken -lasn1 -lcrypto -lcrypt  
 /obj/mips.mipsel/src/kerberos5/libexec/kimpersonate/../../lib/libvers/libvers.a
 /obj/mips.mipsel/src/tmp/usr/bin/ld: 
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so symbol number 13 references 
 nonexistent SHT_SYMTAB_SHNDX section
 /obj/mips.mipsel/src/tmp/usr/lib/libkafs5.so: could not read symbols: File 
 format not recognized
 *** Error code 1
 
 
 Hi!
 
 This is due to the bug in binutils which we're working on fixing in base 
 binutils.
 I added a workaround to the libkafs5 Makefile, but tinderbox is using a 
 deprecated
 TARGET_ARCH=mips which does not enable that workaround.  Should we switch 
 tinderbox to
 use mips.mipseb or mips.mipsel instead?

Let's see how Juli's patches settle out first :)

Warner___
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: [head tinderbox] failure on mips/mips

2012-03-22 Thread Stanislav Sedov
On Thu, 22 Mar 2012 14:46:51 -0700
Juli Mallett jmall...@freebsd.org mentioned:

 On Thu, Mar 22, 2012 at 14:39, Stanislav Sedov s...@freebsd.org wrote:
  Hi!
 
  This is due to the bug in binutils which we're working on fixing in base 
  binutils.
  I added a workaround to the libkafs5 Makefile, but tinderbox is using a 
  deprecated
  TARGET_ARCH=mips which does not enable that workaround.  Should we switch 
  tinderbox to
  use mips.mipseb or mips.mipsel instead?
 
 Please don't switch it as mips will be the new spelling of mipseb
 in the very near future.

Ah, ok.

So is it a good idea to modify my condition in the linkafs5 Makefile to apply
the workaround for mips.mips as well?

Thanks!

-- 
Stanislav Sedov
ST4096-RIPE

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
___
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: [head tinderbox] failure on mips/mips

2011-12-17 Thread Bjoern A. Zeeb
On 17. Dec 2011, at 02:39 , Bjoern A. Zeeb wrote:

 On 16. Dec 2011, at 16:42 , Dimitry Andric wrote:
 
 On 2011-12-16 16:46, FreeBSD Tinderbox wrote:
 ...
 === usr.sbin/bsnmpd/modules/snmp_mibII (all)
 cc -fpic -DPIC  -O -pipe -G0  
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/lib 
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmpd 
 -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H -I. 
 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs 
 -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c 
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c
  -o mibII.So
 cc1: warnings being treated as errors
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:
  In function 'handle_rtmsg':
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:964:
  warning: cast increases required alignment of target type
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:991:
  warning: cast increases required alignment of target type
 
 This seems to be caused by the changes to struct ifa_msghdr in r228571.
 Gleb, can you please have a look at it?
 
 I did and started a universe and will commit as it finishes.

Sorry it took a bit longer;  should be fixed in r228623.

/bz

-- 
Bjoern A. Zeeb You have to have visions!
 Stop bit received. Insert coin for new address family.

___
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: [head tinderbox] failure on mips/mips

2011-12-16 Thread Dimitry Andric
On 2011-12-16 16:46, FreeBSD Tinderbox wrote:
...
 === usr.sbin/bsnmpd/modules/snmp_mibII (all)
 cc -fpic -DPIC  -O -pipe -G0  
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/lib 
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmpd 
 -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H -I. 
 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs 
 -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c 
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c
  -o mibII.So
 cc1: warnings being treated as errors
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:
  In function 'handle_rtmsg':
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:964:
  warning: cast increases required alignment of target type
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:991:
  warning: cast increases required alignment of target type

This seems to be caused by the changes to struct ifa_msghdr in r228571.
Gleb, can you please have a look at it?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [head tinderbox] failure on mips/mips

2011-12-16 Thread Bjoern A. Zeeb
On 16. Dec 2011, at 16:42 , Dimitry Andric wrote:

 On 2011-12-16 16:46, FreeBSD Tinderbox wrote:
 ...
 === usr.sbin/bsnmpd/modules/snmp_mibII (all)
 cc -fpic -DPIC  -O -pipe -G0  
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/lib 
 -I/src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmpd 
 -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H -I. 
 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow 
 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs 
 -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c 
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c
  -o mibII.So
 cc1: warnings being treated as errors
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:
  In function 'handle_rtmsg':
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:964:
  warning: cast increases required alignment of target type
 /src/usr.sbin/bsnmpd/modules/snmp_mibII/../../../../contrib/bsnmp/snmp_mibII/mibII.c:991:
  warning: cast increases required alignment of target type
 
 This seems to be caused by the changes to struct ifa_msghdr in r228571.
 Gleb, can you please have a look at it?

I did and started a universe and will commit as it finishes.

/bz

-- 
Bjoern A. Zeeb You have to have visions!
   It does not matter how good you are. It matters what good you 
do!___
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: [head tinderbox] failure on mips/mips

2011-11-27 Thread Mikolaj Golub

On Mon, 28 Nov 2011 03:35:32 GMT FreeBSD Tinderbox wrote:

 FT TB --- 2011-11-28 02:40:42 - tinderbox 2.8 running on 
freebsd-current.sentex.ca
 FT TB --- 2011-11-28 02:40:42 - starting HEAD tinderbox run for mips/mips
 FT TB --- 2011-11-28 02:40:43 - cleaning the object tree
 FT TB --- 2011-11-28 02:40:58 - cvsupping the source tree
 FT TB --- 2011-11-28 02:40:58 - /usr/bin/csup -z -r 3 -g -L 1 -h 
cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile
 FT TB --- 2011-11-28 02:41:16 - building world
 FT TB --- 2011-11-28 02:41:16 - CROSS_BUILD_TESTING=YES
 FT TB --- 2011-11-28 02:41:16 - MAKEOBJDIRPREFIX=/obj
 FT TB --- 2011-11-28 02:41:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 FT TB --- 2011-11-28 02:41:16 - SRCCONF=/dev/null
 FT TB --- 2011-11-28 02:41:16 - TARGET=mips
 FT TB --- 2011-11-28 02:41:16 - TARGET_ARCH=mips
 FT TB --- 2011-11-28 02:41:16 - TZ=UTC
 FT TB --- 2011-11-28 02:41:16 - __MAKE_CONF=/dev/null
 FT TB --- 2011-11-28 02:41:16 - cd /src
 FT TB --- 2011-11-28 02:41:16 - /usr/bin/make -B buildworld
  World build started on Mon Nov 28 02:41:17 UTC 2011
  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
 FT [...]
 FT /src/usr.bin/procstat/procstat_auxv.c:123: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:128: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:133: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:143: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:146: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:149: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:155: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT /src/usr.bin/procstat/procstat_auxv.c:164: warning: format '%ld' expects 
type 'long int', but argument 4 has type 'int'
 FT *** Error code 1

Sorry, should be fixed in r228049.

-- 
Mikolaj Golub
___
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: [head tinderbox] failure on mips/mips

2010-02-21 Thread Randall Stewart

Rats..

Yep you are right.. and I was out all day yesterday ..

opps..

R
On Feb 20, 2010, at 9:49 PM, M. Warner Losh wrote:


Maybe a forgotten svn add for mipsfbsd-nat.c?

Warner

In message: 201002210405.o1l45ggx008...@freebsd-current.sentex.ca
   FreeBSD Tinderbox tinder...@freebsd.org writes:
: TB --- 2010-02-21 03:38:18 - tinderbox 2.6 running on freebsd- 
current.sentex.ca
: TB --- 2010-02-21 03:38:18 - starting HEAD tinderbox run for mips/ 
mips

: TB --- 2010-02-21 03:38:18 - cleaning the object tree
: TB --- 2010-02-21 03:38:26 - cvsupping the source tree
: TB --- 2010-02-21 03:38:26 - /usr/bin/csup -z -r 3 -g -L 1 -h  
cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile

: TB --- 2010-02-21 03:38:53 - building world
: TB --- 2010-02-21 03:38:53 - MAKEOBJDIRPREFIX=/obj
: TB --- 2010-02-21 03:38:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
: TB --- 2010-02-21 03:38:53 - TARGET=mips
: TB --- 2010-02-21 03:38:53 - TARGET_ARCH=mips
: TB --- 2010-02-21 03:38:53 - TZ=UTC
: TB --- 2010-02-21 03:38:53 - __MAKE_CONF=/dev/null
: TB --- 2010-02-21 03:38:53 - cd /src
: TB --- 2010-02-21 03:38:53 - /usr/bin/make -B buildworld
:  World build started on Sun Feb 21 03:38:54 UTC 2010
:  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
: [...]
: Hunk #2 succeeded at 51.
: done
: yacc -d -o jv-exp.c /src/gnu/usr.bin/gdb/libgdb/../../../../ 
contrib/gdb/gdb/jv-exp.y
: yacc -d -o m2-exp.c /src/gnu/usr.bin/gdb/libgdb/../../../../ 
contrib/gdb/gdb/m2-exp.y
: yacc -d -o objc-exp.c /src/gnu/usr.bin/gdb/libgdb/../../../../ 
contrib/gdb/gdb/objc-exp.y

: yacc: 5 shift/reduce conflicts
: yacc -d -o p-exp.c /src/gnu/usr.bin/gdb/libgdb/../../../../contrib/ 
gdb/gdb/p-exp.y

: make: don't know how to make mipsfbsd-nat.c. Stop
: *** Error code 2
:
: Stop in /src/gnu/usr.bin/gdb.
: *** Error code 1
:
: Stop in /src/gnu/usr.bin.
: *** Error code 1
:
: Stop in /src/gnu.
: *** Error code 1
:
: Stop in /src.
: *** Error code 1
:
: Stop in /src.
: *** Error code 1
:
: Stop in /src.
: TB --- 2010-02-21 04:05:42 - WARNING: /usr/bin/make returned exit  
code  1

: TB --- 2010-02-21 04:05:42 - ERROR: failed to build world
: TB --- 2010-02-21 04:05:42 - 1108.92 user 295.22 system 1643.80 real
:
:
: http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
: ___
: freebsd-m...@freebsd.org mailing list
: http://lists.freebsd.org/mailman/listinfo/freebsd-mips
: To unsubscribe, send any mail to freebsd-mips-unsubscr...@freebsd.org 


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




--
Randall Stewart
803-317-4952 (cell)
803-345-0391(direct)

___
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: [head tinderbox] failure on mips/mips

2010-02-20 Thread M. Warner Losh
Maybe a forgotten svn add for mipsfbsd-nat.c?

Warner

In message: 201002210405.o1l45ggx008...@freebsd-current.sentex.ca
FreeBSD Tinderbox tinder...@freebsd.org writes:
: TB --- 2010-02-21 03:38:18 - tinderbox 2.6 running on 
freebsd-current.sentex.ca
: TB --- 2010-02-21 03:38:18 - starting HEAD tinderbox run for mips/mips
: TB --- 2010-02-21 03:38:18 - cleaning the object tree
: TB --- 2010-02-21 03:38:26 - cvsupping the source tree
: TB --- 2010-02-21 03:38:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/mips/mips/supfile
: TB --- 2010-02-21 03:38:53 - building world
: TB --- 2010-02-21 03:38:53 - MAKEOBJDIRPREFIX=/obj
: TB --- 2010-02-21 03:38:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
: TB --- 2010-02-21 03:38:53 - TARGET=mips
: TB --- 2010-02-21 03:38:53 - TARGET_ARCH=mips
: TB --- 2010-02-21 03:38:53 - TZ=UTC
: TB --- 2010-02-21 03:38:53 - __MAKE_CONF=/dev/null
: TB --- 2010-02-21 03:38:53 - cd /src
: TB --- 2010-02-21 03:38:53 - /usr/bin/make -B buildworld
:  World build started on Sun Feb 21 03:38:54 UTC 2010
:  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
: [...]
: Hunk #2 succeeded at 51.
: done
: yacc -d -o jv-exp.c 
/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/jv-exp.y
: yacc -d -o m2-exp.c 
/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/m2-exp.y
: yacc -d -o objc-exp.c 
/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/objc-exp.y
: yacc: 5 shift/reduce conflicts
: yacc -d -o p-exp.c 
/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/p-exp.y
: make: don't know how to make mipsfbsd-nat.c. Stop
: *** Error code 2
: 
: Stop in /src/gnu/usr.bin/gdb.
: *** Error code 1
: 
: Stop in /src/gnu/usr.bin.
: *** Error code 1
: 
: Stop in /src/gnu.
: *** Error code 1
: 
: Stop in /src.
: *** Error code 1
: 
: Stop in /src.
: *** Error code 1
: 
: Stop in /src.
: TB --- 2010-02-21 04:05:42 - WARNING: /usr/bin/make returned exit code  1 
: TB --- 2010-02-21 04:05:42 - ERROR: failed to build world
: TB --- 2010-02-21 04:05:42 - 1108.92 user 295.22 system 1643.80 real
: 
: 
: http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full
: ___
: freebsd-m...@freebsd.org mailing list
: http://lists.freebsd.org/mailman/listinfo/freebsd-mips
: To unsubscribe, send any mail to freebsd-mips-unsubscr...@freebsd.org
: 
: 
___
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