RE: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-09 Thread Thomas Sparrevohn
I saw this problem with the update to latest NVidia-driver yesterday with
the previous version I don't think there is a problem

-Original Message-
From: owner-freebsd-curr...@freebsd.org
[mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of O. Hartmann
Sent: 09 August 2013 06:33
To: sbr...@freebsd.org
Cc: sean_br...@yahoo.com; Adrian Chadd; FreeBSD CURRENT
Subject: Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key
23c078 is already present

On Thu, 08 Aug 2013 14:39:21 -0700
Sean Bruno sean_br...@yahoo.com wrote:

 On Thu, 2013-08-08 at 11:30 -0700, Adrian Chadd wrote:
  Can you go over some previous versions in -HEAD and see when it was 
  introduced?
  
  
  
  -adrian
  
  On 8 August 2013 11:10, O. Hartmann ohart...@zedat.fu-berlin.de
  wrote:
   The most recent CURRENT doesn't work with the x11/nvidia-driver 
   (which is at 319.25 in the ports and 325.15 from nVidia).
  
   After build- and installworld AND successfully rebuilding port 
   x11/nvidia-driver, the system crashes immediately after a reboot 
   as soon the kernel module nvidia.ko seems to get loaded (in my 
   case, I load nvidia.ko via /etc/rc.conf.local since the nVidia 
   BLOB doesn't load cleanly everytime when loaded from 
   /boot/loader.conf).
  
   The crash occurs on systems with default compilation options set 
   while building world and with settings like -O3 -march=native. It 
   doesn't matter.
  
   FreeBSD and the port x11/nvidia-driver has been compiled with 
   CLANG.
  
   Most recent FreeBSD revision still crashing is r254097.
  
   When vmcore is saved, I always see something like
  
   savecore: reboot after panic: vm_radix_insert: key 23c078 is 
   already present
  
  
   Does anyone has any idea what's going on?
  
   Thanks for helping in advance,
  
   Oliver
 
 I'm seeing a complete deadlock on my T520 with today's current and 
 latest portsnap'd versions of ports for the nvidia-driver updates.
 
 A little bisection and help from others seems to point the finger at 
 Jeff's r254025
 
 I'm getting a complete deadlock on X starting, but loading the module 
 seems to have no ill effects.
 
 Sean

Rigth, I loaded the module also via /boot/loader.conf and it loads cleanly.
I start xdm and then the deadlock occurs.

I tried recompiling the whole xorg suite via portmaster -f xorg xdm, it
took a while, but no effect, still dying.

Oliver

___
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: Fixing X220 Video The Right Way

2013-08-09 Thread Adrian Chadd
Hi!

Hm, resurrecting this thread, I'll try this on my X230 tomorrow and
see if it makes the (non-xorg, console only) video work on resume.

If it does, what will it take to automatically determine that this
kind of work-around is needed?

Thanks!


-adrian


On 14 June 2013 16:00, matt sendtom...@gmail.com wrote:
 On 06/14/13 08:39, John Baldwin wrote:

 I got this to work by using 4 backslashes.  At that point the patch
 worked. (I recently got access to an X220.)  I get a local APIC
 error each time I adjust the brightness though (probably the BIOS
 is doing something wonky).



 That's awesome! I've asked -CURRENT about the

 I tried single quotes, double quotes, double backslash, and I meant to
 try ascii escapes next :)

 I'm glad you got this working, it makes the X220 (and probably other
 laptops with similar issues) more usable on FreeBSD.

 I'll have to bring my X220 back up to current and start looking at
 sleep issues next.

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


r254147: kernel build failure: vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'

2013-08-09 Thread O. Hartmann
Most recent sources fails in kernel build:


[...]
cc  -c -pipe -O3 -fno-strict-aliasing -march=native -std=c99  -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  -Wno-error-tautological-compare
-Wno-error-empty-body  -Wno-error-parentheses-equality  -nostdinc  -I.
-I/usr/src/sys -I/usr/src/sys/contrib/altq
-I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
-include opt_global.h  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel
-mno-red-zone -mno-mmx -mno-sse -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-Werror  /usr/src/sys/vm/vm_page.c /usr/src/sys/vm/vm_page.c:1205:21:
error: use of undeclared identifier 'VPO_BUSY' if (mold-oflags 
VPO_BUSY) { ^ /usr/src/sys/vm/vm_page.c:1206:20: error: use of
undeclared identifier 'VPO_BUSY' mold-oflags = ~VPO_BUSY; ^ 2 errors
generated. *** Error code 1


Regards,

Oliver


signature.asc
Description: PGP signature


Re: Fixing X220 Video The Right Way

2013-08-09 Thread John Baldwin
On Friday, August 09, 2013 4:37:50 am Adrian Chadd wrote:
 Hi!
 
 Hm, resurrecting this thread, I'll try this on my X230 tomorrow and
 see if it makes the (non-xorg, console only) video work on resume.
 
 If it does, what will it take to automatically determine that this
 kind of work-around is needed?


This does not affect suspend/resume.  It only fixes LCD brightness
handling via acpi_video(4).

-- 
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: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-09 Thread David Wolfskill
On Fri, Aug 09, 2013 at 07:32:51AM +0200, O. Hartmann wrote:
 ...
   On 8 August 2013 11:10, O. Hartmann ohart...@zedat.fu-berlin.de
   wrote:
The most recent CURRENT doesn't work with the x11/nvidia-driver
(which is at 319.25 in the ports and 325.15 from nVidia).
   
After build- and installworld AND successfully rebuilding port
x11/nvidia-driver, the system crashes immediately after a reboot
as soon the kernel module nvidia.ko seems to get loaded (in my
case, I load nvidia.ko via /etc/rc.conf.local since the nVidia
BLOB doesn't load cleanly everytime when loaded
from /boot/loader.conf).
   
The crash occurs on systems with default compilation options set
while building world and with settings like -O3 -march=native. It
doesn't matter.
   
FreeBSD and the port x11/nvidia-driver has been compiled with
CLANG.
   
Most recent FreeBSD revision still crashing is r254097.
   
When vmcore is saved, I always see something like
   
savecore: reboot after panic: vm_radix_insert: key 23c078 is
already present
   
   
Does anyone has any idea what's going on?
   
Thanks for helping in advance,
   
Oliver
  
  I'm seeing a complete deadlock on my T520 with today's current and
  latest portsnap'd versions of ports for the nvidia-driver updates.
  
  A little bisection and help from others seems to point the finger at
  Jeff's r254025
  
  I'm getting a complete deadlock on X starting, but loading the module
  seems to have no ill effects.
  
  Sean
 
 Rigth, I loaded the module also via /boot/loader.conf and it loads
 cleanly. I start xdm and then the deadlock occurs.
 
 I tried recompiling the whole xorg suite via portmaster -f xorg xdm,
 it took a while, but no effect, still dying.
 .

Sorry to be rather late to the party; the Internet connection I'm using
at the moment is a bit flaky.  (I'm out of town.)

I managed to get head/i386 @r254135 built and booting ... by removing
the options DEBUG_MEMGUARD from my kernel.

However, that merely prevented a (very!) early panic, and got me to the
point where trying to start xdm with the x11/nvidia-driver as the
display driver causes an immediate reboot (no crash dump, despite
'dumpdev=AUTO' in /etc/rc.conf).  No drop to debugger, either.

Booting  starting xdm with the nv driver works -- that's my present
environment as I am typing this.

However, the panic with DEBUG_MEMGUARD may offer a clue.  Unfortunately,
it's early enough that screen lock/scrolling doesn't work, and I only
had the patience to write down partof the panic information.  (This is
on my laptop; no serial console, AFAICT -- and no device to capture the
output if I did, since I'm not at home.)

The top line of the screen (at the panic) reads:

s/kern/subr_vmem.c:1050

The backtrace has the expected stuff near the top (about kbd, panic, and
memguard stuff); just below that is:

vmem_alloc(c1226100,6681000,2,c1820cc0,3b5,...) at 
0xc0ac5673=vmem_alloc+0x53/frame 0xc1820ca0

Caveat: that was hand-transcribed from the screen to papaer, then
hand-transcribed from paper to this email message.  And my highest grade
in Penmanship was a D+.

Be that as it may, here's the relevant section of subr_vmem.c with line
numbers (cut/pasted, so tabs get munged):

   1039 /*
   1040  * vmem_alloc: allocate resource from the arena.
   1041  */
   1042 int
   1043 vmem_alloc(vmem_t *vm, vmem_size_t size, int flags, vmem_addr_t *addrp)
   1044 {
   1045 const int strat __unused = flags  VMEM_FITMASK;
   1046 qcache_t *qc;
   1047 
   1048 flags = VMEM_FLAGS;
   1049 MPASS(size  0);
   1050 MPASS(strat == M_BESTFIT || strat == M_FIRSTFIT);
   1051 if ((flags  M_NOWAIT) == 0)
   1052 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, 
vmem_alloc);
   1053
   1054 if (size = vm-vm_qcache_max) {
   1055 qc = vm-vm_qcache[(size - 1)  vm-vm_quantum_shift];
   1056 *addrp = (vmem_addr_t)uma_zalloc(qc-qc_cache, flags);
   1057 if (*addrp == 0)
   1058 return (ENOMEM);
   1059 return (0);
   1060 }
   1061
   1062 return vmem_xalloc(vm, size, 0, 0, 0, VMEM_ADDR_MIN, 
VMEM_ADDR_MAX,
   1063 flags, addrp);
   1064 }


This is at r254025.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Taliban: Evil men with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpDDG88ahZDr.pgp
Description: PGP signature


Re: Port problems after r253839 on HEAD

2013-08-09 Thread Steve Kargl
On Wed, Aug 07, 2013 at 07:43:33PM +0200, Baptiste Daroussin wrote:
 On Wed, Aug 07, 2013 at 07:28:41PM +0200, Rainer Hurling wrote:
  After introducing r253839 on HEAD (/head/contrib/binutils/ld/ldmain.c),
  I recognized some wired behaviour in the ports system on my CURRENT boxes.
  
  Some of the ports do not build anymore. They print almost similar
  messages about an ld problem (invalid DSO for symbol 'xxx' definition),
  followed by the lib, which symbols are not found.
  
  With a recent 10.0-CURRENT (at least r253839) you can try this for
  example with the following two ports:
  
 normally I had tracked down all those ports, except if you are building them
 with nom default options,
 
 What that means is basically the said ports are missing some -lbla in ldflags,
 
 The missing ones are those listed in the line following the DSO bla
 in nano for example the first failure means -liconv is missing.
 
 I afk until 24th so I can't commit any fix to the said ports.
 There were properly building in my exp-run for the said change, meaning either
 you build with non default options im that case the port requires a fix or
 perhaps your ports tree is not uptodate, in particular lots of those failures
 are fixed by the recent glib update.


On a freshly rebuilt freebsd-current where I've deleted all ports
to do a fresh build of everything I use, I see

% portmaster news/pan
...
  CXXLD  pan
/usr/bin/ld: ,: invalid DSO for symbol `libiconv_open' definition
/usr/local/lib/libiconv.so.3: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[5]: *** [pan] Error 1
gmake[5]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan/gui'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan'

Please, fix.

-- 
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: Port problems after r253839 on HEAD

2013-08-09 Thread Rainer Hurling
Am 09.08.2013 19:27 UTC+2, schrieb Steve Kargl:
 On Wed, Aug 07, 2013 at 07:43:33PM +0200, Baptiste Daroussin wrote:
 On Wed, Aug 07, 2013 at 07:28:41PM +0200, Rainer Hurling wrote:
 After introducing r253839 on HEAD (/head/contrib/binutils/ld/ldmain.c),
 I recognized some wired behaviour in the ports system on my CURRENT boxes.

 Some of the ports do not build anymore. They print almost similar
 messages about an ld problem (invalid DSO for symbol 'xxx' definition),
 followed by the lib, which symbols are not found.

 With a recent 10.0-CURRENT (at least r253839) you can try this for
 example with the following two ports:

 normally I had tracked down all those ports, except if you are building them
 with nom default options,

 What that means is basically the said ports are missing some -lbla in 
 ldflags,

 The missing ones are those listed in the line following the DSO bla
 in nano for example the first failure means -liconv is missing.

 I afk until 24th so I can't commit any fix to the said ports.
 There were properly building in my exp-run for the said change, meaning 
 either
 you build with non default options im that case the port requires a fix or
 perhaps your ports tree is not uptodate, in particular lots of those failures
 are fixed by the recent glib update.
 
 
 On a freshly rebuilt freebsd-current where I've deleted all ports
 to do a fresh build of everything I use, I see
 
 % portmaster news/pan
 ...
   CXXLD  pan
 /usr/bin/ld: ,: invalid DSO for symbol `libiconv_open' definition
 /usr/local/lib/libiconv.so.3: could not read symbols: Bad value
 c++: error: linker command failed with exit code 1 (use -v to see invocation)
 gmake[5]: *** [pan] Error 1
 gmake[5]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan/gui'
 gmake[4]: *** [all-recursive] Error 1
 gmake[4]: Leaving directory `/usr/ports/news/pan/work/pan-0.139/pan'
 
 Please, fix.
 

If I understand bapt@ right, this should be all what is needed:


--- Makefile.orig   2013-06-20 17:48:12.0 +0200
+++ Makefile2013-08-09 20:56:36.0 +0200
@@ -15,7 +15,8 @@
 LICENSE=   GPLv2

 LIB_DEPENDS=   pcre:${PORTSDIR}/devel/pcre \
-   gmime-2.6:${PORTSDIR}/mail/gmime26
+   gmime-2.6:${PORTSDIR}/mail/gmime26 \
+   iconv:${PORTSDIR}/converters/libiconv

 USE_BZIP2= yes
 USE_GMAKE= yes
@@ -23,7 +24,7 @@
 USE_GNOME= intlhack
 GNU_CONFIGURE= yes
 CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+=  -L${LOCALBASE}/lib -lgnuregex
+LDFLAGS+=  -L${LOCALBASE}/lib -lgnuregex -liconv

 OPTIONS_DEFINE=GTKSPELL GTK3
 OPTIONS_DEFAULT=GTKSPELL


HTH,
Rainer
___
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: Port problems after r253839 on HEAD

2013-08-09 Thread Steve Kargl
On Fri, Aug 09, 2013 at 08:59:18PM +0200, Rainer Hurling wrote:
 
 If I understand bapt@ right, this should be all what is needed:
 
 --- Makefile.orig 2013-06-20 17:48:12.0 +0200
 +++ Makefile  2013-08-09 20:56:36.0 +0200
 @@ -15,7 +15,8 @@
  LICENSE= GPLv2
 
  LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
 - gmime-2.6:${PORTSDIR}/mail/gmime26
 + gmime-2.6:${PORTSDIR}/mail/gmime26 \
 + iconv:${PORTSDIR}/converters/libiconv

I did not add this to my fix as libiconv had previously
been installed.  But, I suspect it is needed.

 -LDFLAGS+=-L${LOCALBASE}/lib -lgnuregex
 +LDFLAGS+=-L${LOCALBASE}/lib -lgnuregex -liconv


This fixed the build issue.

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


[head tinderbox] failure on armv6/arm

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 16:20:21 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 16:20:21 - 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-08-09 16:20:21 - starting HEAD tinderbox run for armv6/arm
TB --- 2013-08-09 16:20:21 - cleaning the object tree
TB --- 2013-08-09 16:20:21 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 16:20:26 - At svn revision 254147
TB --- 2013-08-09 16:20:27 - building world
TB --- 2013-08-09 16:20:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 16:20:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 16:20:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 16:20:27 - SRCCONF=/dev/null
TB --- 2013-08-09 16:20:27 - TARGET=arm
TB --- 2013-08-09 16:20:27 - TARGET_ARCH=armv6
TB --- 2013-08-09 16:20:27 - TZ=UTC
TB --- 2013-08-09 16:20:27 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 16:20:27 - cd /src
TB --- 2013-08-09 16:20:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 16:20:34 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 Aug  9 19:21:45 UTC 2013
TB --- 2013-08-09 19:21:45 - generating LINT kernel config
TB --- 2013-08-09 19:21:45 - cd /src/sys/arm/conf
TB --- 2013-08-09 19:21:45 - /usr/bin/make -B LINT
TB --- 2013-08-09 19:21:45 - cd /src/sys/arm/conf
TB --- 2013-08-09 19:21:45 - /usr/sbin/config -m LINT
TB --- 2013-08-09 19:21:45 - skipping LINT kernel
TB --- 2013-08-09 19:21:45 - cd /src/sys/arm/conf
TB --- 2013-08-09 19:21:45 - /usr/sbin/config -m AC100
TB --- 2013-08-09 19:21:45 - building AC100 kernel
TB --- 2013-08-09 19:21:45 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:21:45 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:21:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:21:45 - SRCCONF=/dev/null
TB --- 2013-08-09 19:21:45 - TARGET=arm
TB --- 2013-08-09 19:21:45 - TARGET_ARCH=armv6
TB --- 2013-08-09 19:21:45 - TZ=UTC
TB --- 2013-08-09 19:21:45 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:21:45 - cd /src
TB --- 2013-08-09 19:21:45 - /usr/bin/make -B buildkernel KERNCONF=AC100
 Kernel build for AC100 started on Fri Aug  9 19:21:45 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  -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  -Wno-error-tautological-compare 
-Wno-error-empty-body  -Wno-error-parentheses-equality  -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  -funwind-tables -mllvm 
-arm-enable-ehabi -ffreestanding -Werror  /src/sys/vm/vm_page.c
/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY'
if (mold-oflags  VPO_BUSY) {
   ^
/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'
mold-oflags = ~VPO_BUSY;
 ^
2 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /obj/arm.armv6/src/sys/AC100
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-08-09 19:24:08 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-08-09 19:24:08 - ERROR: failed to build AC100 kernel
TB --- 2013-08-09 19:24:08 - 8898.34 user 1536.70 system 11026.77 real


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


[head tinderbox] failure on arm/arm

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 16:20:21 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 16:20:21 - 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-08-09 16:20:21 - starting HEAD tinderbox run for arm/arm
TB --- 2013-08-09 16:20:21 - cleaning the object tree
TB --- 2013-08-09 16:20:21 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 16:20:26 - At svn revision 254147
TB --- 2013-08-09 16:20:27 - building world
TB --- 2013-08-09 16:20:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 16:20:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 16:20:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 16:20:27 - SRCCONF=/dev/null
TB --- 2013-08-09 16:20:27 - TARGET=arm
TB --- 2013-08-09 16:20:27 - TARGET_ARCH=arm
TB --- 2013-08-09 16:20:27 - TZ=UTC
TB --- 2013-08-09 16:20:27 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 16:20:27 - cd /src
TB --- 2013-08-09 16:20:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 16:20:34 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 Aug  9 19:19:42 UTC 2013
TB --- 2013-08-09 19:19:42 - generating LINT kernel config
TB --- 2013-08-09 19:19:42 - cd /src/sys/arm/conf
TB --- 2013-08-09 19:19:42 - /usr/bin/make -B LINT
TB --- 2013-08-09 19:19:42 - cd /src/sys/arm/conf
TB --- 2013-08-09 19:19:42 - /usr/sbin/config -m LINT
TB --- 2013-08-09 19:19:42 - building LINT kernel
TB --- 2013-08-09 19:19:42 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:19:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:19:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:19:42 - SRCCONF=/dev/null
TB --- 2013-08-09 19:19:42 - TARGET=arm
TB --- 2013-08-09 19:19:42 - TARGET_ARCH=arm
TB --- 2013-08-09 19:19:42 - TZ=UTC
TB --- 2013-08-09 19:19:42 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:19:42 - cd /src
TB --- 2013-08-09 19:19:42 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 19:19:42 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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  
-Wno-error-tautological-compare -Wno-error-empty-body  
-Wno-error-parentheses-equality  -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-builtin -funwind-tables 
-mllvm -arm-enable-ehabi -ffreestanding -Werror  /src/sys/vm/vm_page.c
/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY'
if (mold-oflags  VPO_BUSY) {
   ^
/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'
mold-oflags = ~VPO_BUSY;
 ^
2 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /obj/arm.arm/src/sys/LINT
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-08-09 19:34:21 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-08-09 19:34:21 - ERROR: failed to build LINT kernel
TB --- 2013-08-09 19:34:21 - 9310.36 user 1639.12 system 11639.62 real


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


[head tinderbox] failure on i386/i386

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 16:20:21 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 16:20:21 - 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-08-09 16:20:21 - starting HEAD tinderbox run for i386/i386
TB --- 2013-08-09 16:20:21 - cleaning the object tree
TB --- 2013-08-09 16:20:21 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 16:20:26 - At svn revision 254147
TB --- 2013-08-09 16:20:27 - building world
TB --- 2013-08-09 16:20:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 16:20:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 16:20:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 16:20:27 - SRCCONF=/dev/null
TB --- 2013-08-09 16:20:27 - TARGET=i386
TB --- 2013-08-09 16:20:27 - TARGET_ARCH=i386
TB --- 2013-08-09 16:20:27 - TZ=UTC
TB --- 2013-08-09 16:20:27 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 16:20:27 - cd /src
TB --- 2013-08-09 16:20:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 16:20:34 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 Aug  9 19:32:08 UTC 2013
TB --- 2013-08-09 19:32:08 - generating LINT kernel config
TB --- 2013-08-09 19:32:08 - cd /src/sys/i386/conf
TB --- 2013-08-09 19:32:08 - /usr/bin/make -B LINT
TB --- 2013-08-09 19:32:08 - cd /src/sys/i386/conf
TB --- 2013-08-09 19:32:08 - /usr/sbin/config -m LINT
TB --- 2013-08-09 19:32:08 - building LINT kernel
TB --- 2013-08-09 19:32:08 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:32:08 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:32:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:32:08 - SRCCONF=/dev/null
TB --- 2013-08-09 19:32:08 - TARGET=i386
TB --- 2013-08-09 19:32:08 - TARGET_ARCH=i386
TB --- 2013-08-09 19:32:08 - TZ=UTC
TB --- 2013-08-09 19:32:08 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:32:08 - cd /src
TB --- 2013-08-09 19:32:08 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 19:32:08 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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  
-Wno-error-tautological-compare -Wno-error-empty-body  
-Wno-error-parentheses-equality  -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 -DGPROF -DGPROF4 -DGUPROF 
-fno-builtin -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding 
-fstack-protector -Werror -pg /src/sys/vm/vm_page.c
/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY'
if (mold-oflags  VPO_BUSY) {
   ^
/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'
mold-oflags = ~VPO_BUSY;
 ^
2 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /obj/i386.i386/src/sys/LINT
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-08-09 19:50:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-08-09 19:50:31 - ERROR: failed to build LINT kernel
TB --- 2013-08-09 19:50:31 - 10226.02 user 1740.88 system 12609.96 real


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


HEAD in dubious state after 254141

2013-08-09 Thread John Baldwin
I'm in the process of reverting 254150 and 254141.  I think the changes in 
254141 were from an old tree that wasn't updated for the changes in 254138 and 
I don't seen an obvious way to fix 254141, so until Attilio can redo 254141 
I'm going to revert these.

-- 
John Baldwin
---BeginMessage---
On Friday, August 09, 2013 12:43:50 pm David E. O'Brien wrote:
 Author: obrien
 Date: Fri Aug  9 16:43:50 2013
 New Revision: 254150
 URL: http://svnweb.freebsd.org/changeset/base/254150
 
 Log:
   Add missing 'VPO_BUSY' from r254141 to fix kernel build break.
 
 Modified:
   head/sys/vm/vm_page.h

This can't possibly be correct as r254138 just removed this flag.  If it isn't 
obvious how to fix the uses added back in r254141, then r254141 should be 
reverted instead.

Hmm, looking at the relevant bits of r254141, it doesn't look obvious:

+   /* Detach the old page from the resident tailq. */
+   TAILQ_REMOVE(object-memq, mold, listq);
+   vm_page_lock(mold);
+   if (mold-oflags  VPO_BUSY) {
+   mold-oflags = ~VPO_BUSY;
+   vm_page_flash(mold);
+   }

Since nothing is setting this flag, this can't possibly work correctly 
currently.  I wouldn't boot a top-of-tree kernel right now. :(

-- 
John Baldwin
---End Message---
___
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

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 16:20:21 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 16:20:21 - 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-08-09 16:20:21 - starting HEAD tinderbox run for amd64/amd64
TB --- 2013-08-09 16:20:21 - cleaning the object tree
TB --- 2013-08-09 16:20:21 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 16:20:26 - At svn revision 254147
TB --- 2013-08-09 16:20:27 - building world
TB --- 2013-08-09 16:20:27 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 16:20:27 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 16:20:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 16:20:27 - SRCCONF=/dev/null
TB --- 2013-08-09 16:20:27 - TARGET=amd64
TB --- 2013-08-09 16:20:27 - TARGET_ARCH=amd64
TB --- 2013-08-09 16:20:27 - TZ=UTC
TB --- 2013-08-09 16:20:27 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 16:20:27 - cd /src
TB --- 2013-08-09 16:20:27 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 16:20:34 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
 stage 5.1: building 32 bit shim libraries
 World build completed on Fri Aug  9 20:07:06 UTC 2013
TB --- 2013-08-09 20:07:06 - generating LINT kernel config
TB --- 2013-08-09 20:07:06 - cd /src/sys/amd64/conf
TB --- 2013-08-09 20:07:06 - /usr/bin/make -B LINT
TB --- 2013-08-09 20:07:06 - cd /src/sys/amd64/conf
TB --- 2013-08-09 20:07:06 - /usr/sbin/config -m LINT
TB --- 2013-08-09 20:07:06 - building LINT kernel
TB --- 2013-08-09 20:07:06 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 20:07:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 20:07:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 20:07:06 - SRCCONF=/dev/null
TB --- 2013-08-09 20:07:06 - TARGET=amd64
TB --- 2013-08-09 20:07:06 - TARGET_ARCH=amd64
TB --- 2013-08-09 20:07:06 - TZ=UTC
TB --- 2013-08-09 20:07:06 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 20:07:06 - cd /src
TB --- 2013-08-09 20:07:06 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 20:07:06 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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  
-Wno-error-tautological-compare -Wno-error-empty-body  
-Wno-error-parentheses-equality  -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 -DGPROF -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes 
-mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg 
/src/sys/vm/vm_page.c
/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY'
if (mold-oflags  VPO_BUSY) {
   ^
/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'
mold-oflags = ~VPO_BUSY;
 ^
2 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /obj/amd64.amd64/src/sys/LINT
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-08-09 20:24:30 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-08-09 20:24:30 - ERROR: failed to build LINT kernel
TB --- 2013-08-09 20:24:30 - 11661.92 user 2108.29 system 14648.91 real


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


Re: svn error during 'make buildkernel'?

2013-08-09 Thread dt71

On 08/03/2013 23:43, Glen Barber wrote:

BTW, you should upgrade devel/subversion anyway, since there are
security vulnerabilities.


BTW, you should remove GA, since it is a security vulnerability itself.
___
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


FYI: Advanced USB compliance testing tool now in the tree (10-current only)

2013-08-09 Thread Hans Petter Selasky

Hi,

For those of you that want to make sure your USB mass storage device 
behaves correctly when using FreeBSD, typically for critical 
applications, I've just added an advanced USB testing tool to the 
FreeBSD source tree. It can be used to stress your USB mass storage 
device in ways that are beyond what bonnie will do. See 
tools/tools/usbtest or the following commit:


http://svnweb.freebsd.org/changeset/base/254159

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

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 19:50:32 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 19:50:32 - 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-08-09 19:50:32 - starting HEAD tinderbox run for mips/mips
TB --- 2013-08-09 19:50:32 - cleaning the object tree
TB --- 2013-08-09 19:50:32 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 19:50:35 - At svn revision 254147
TB --- 2013-08-09 19:50:36 - building world
TB --- 2013-08-09 19:50:36 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:50:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:50:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:50:36 - SRCCONF=/dev/null
TB --- 2013-08-09 19:50:36 - TARGET=mips
TB --- 2013-08-09 19:50:36 - TARGET_ARCH=mips
TB --- 2013-08-09 19:50:36 - TZ=UTC
TB --- 2013-08-09 19:50:36 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:50:36 - cd /src
TB --- 2013-08-09 19:50:36 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 19:50:44 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 Aug  9 20:50:57 UTC 2013
TB --- 2013-08-09 20:50:57 - cd /src/sys/mips/conf
TB --- 2013-08-09 20:50:57 - /usr/sbin/config -m ADM5120
TB --- 2013-08-09 20:50:57 - skipping ADM5120 kernel
TB --- 2013-08-09 20:50:57 - cd /src/sys/mips/conf
TB --- 2013-08-09 20:50:57 - /usr/sbin/config -m ALCHEMY
TB --- 2013-08-09 20:50:57 - skipping ALCHEMY kernel
TB --- 2013-08-09 20:50:57 - cd /src/sys/mips/conf
TB --- 2013-08-09 20:50:57 - /usr/sbin/config -m AP121
TB --- 2013-08-09 20:50:57 - building AP121 kernel
TB --- 2013-08-09 20:50:57 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 20:50:57 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 20:50:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 20:50:57 - SRCCONF=/dev/null
TB --- 2013-08-09 20:50:57 - TARGET=mips
TB --- 2013-08-09 20:50:57 - TARGET_ARCH=mips
TB --- 2013-08-09 20:50:57 - TZ=UTC
TB --- 2013-08-09 20:50:57 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 20:50:57 - cd /src
TB --- 2013-08-09 20:50:57 - /usr/bin/make -B buildkernel KERNCONF=AP121
 Kernel build for AP121 started on Fri Aug  9 20:50:57 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  -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=1 
--param large-function-growth=10 --param max-inline-insns-single=1  
-fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
-ffreestanding -Werror  /src/sys/vm/vm_meter.c
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=1 
--param large-function-growth=10 --param max-inline-insns-single=1  
-fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
-ffreestanding -Werror  /src/sys/vm/vm_mmap.c
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=1 
--param large-function-growth=10 --param max-inline-insns-single=1  
-fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x8005 -march=mips32 -msoft-float 
-ffreestanding -Werror  /src/sys/vm/vm_object.c
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  

[head tinderbox] failure on mips64/mips

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 20:24:30 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 20:24:30 - 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-08-09 20:24:30 - starting HEAD tinderbox run for mips64/mips
TB --- 2013-08-09 20:24:30 - cleaning the object tree
TB --- 2013-08-09 20:24:30 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 20:24:34 - At svn revision 254147
TB --- 2013-08-09 20:24:35 - building world
TB --- 2013-08-09 20:24:35 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 20:24:35 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 20:24:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 20:24:35 - SRCCONF=/dev/null
TB --- 2013-08-09 20:24:35 - TARGET=mips
TB --- 2013-08-09 20:24:35 - TARGET_ARCH=mips64
TB --- 2013-08-09 20:24:35 - TZ=UTC
TB --- 2013-08-09 20:24:35 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 20:24:35 - cd /src
TB --- 2013-08-09 20:24:35 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 20:24:42 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 Aug  9 21:24:58 UTC 2013
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m ADM5120
TB --- 2013-08-09 21:24:58 - skipping ADM5120 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m ALCHEMY
TB --- 2013-08-09 21:24:58 - skipping ALCHEMY kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AP121
TB --- 2013-08-09 21:24:58 - skipping AP121 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AP91
TB --- 2013-08-09 21:24:58 - skipping AP91 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AP93
TB --- 2013-08-09 21:24:58 - skipping AP93 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AP94
TB --- 2013-08-09 21:24:58 - skipping AP94 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AP96
TB --- 2013-08-09 21:24:58 - skipping AP96 kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AR71XX_BASE
TB --- 2013-08-09 21:24:58 - skipping AR71XX_BASE kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AR724X_BASE
TB --- 2013-08-09 21:24:58 - skipping AR724X_BASE kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AR91XX_BASE
TB --- 2013-08-09 21:24:58 - skipping AR91XX_BASE kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AR933X_BASE
TB --- 2013-08-09 21:24:58 - skipping AR933X_BASE kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m AR934X_BASE
TB --- 2013-08-09 21:24:58 - skipping AR934X_BASE kernel
TB --- 2013-08-09 21:24:58 - cd /src/sys/mips/conf
TB --- 2013-08-09 21:24:58 - /usr/sbin/config -m BERI_DE4_MDROOT
TB --- 2013-08-09 21:24:58 - building BERI_DE4_MDROOT kernel
TB --- 2013-08-09 21:24:58 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 21:24:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 21:24:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 21:24:58 - SRCCONF=/dev/null
TB --- 2013-08-09 21:24:58 - TARGET=mips
TB --- 2013-08-09 21:24:58 - TARGET_ARCH=mips64
TB --- 2013-08-09 21:24:58 - TZ=UTC
TB --- 2013-08-09 21:24:58 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 21:24:58 - cd /src
TB --- 2013-08-09 21:24:58 - /usr/bin/make -B buildkernel 
KERNCONF=BERI_DE4_MDROOT
 Kernel build for BERI_DE4_MDROOT started on Fri Aug  9 21:24:58 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  -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=1 
--param large-function-growth=10 --param max-inline-insns-single=1  

[head tinderbox] failure on ia64/ia64

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 19:34:21 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 19:34:21 - 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-08-09 19:34:21 - starting HEAD tinderbox run for ia64/ia64
TB --- 2013-08-09 19:34:21 - cleaning the object tree
TB --- 2013-08-09 19:34:21 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 19:34:25 - At svn revision 254147
TB --- 2013-08-09 19:34:26 - building world
TB --- 2013-08-09 19:34:26 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:34:26 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:34:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:34:26 - SRCCONF=/dev/null
TB --- 2013-08-09 19:34:26 - TARGET=ia64
TB --- 2013-08-09 19:34:26 - TARGET_ARCH=ia64
TB --- 2013-08-09 19:34:26 - TZ=UTC
TB --- 2013-08-09 19:34:26 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:34:26 - cd /src
TB --- 2013-08-09 19:34:26 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 19:34:34 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 Aug  9 21:10:49 UTC 2013
TB --- 2013-08-09 21:10:49 - generating LINT kernel config
TB --- 2013-08-09 21:10:49 - cd /src/sys/ia64/conf
TB --- 2013-08-09 21:10:49 - /usr/bin/make -B LINT
TB --- 2013-08-09 21:10:50 - cd /src/sys/ia64/conf
TB --- 2013-08-09 21:10:50 - /usr/sbin/config -m LINT
TB --- 2013-08-09 21:10:50 - building LINT kernel
TB --- 2013-08-09 21:10:50 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 21:10:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 21:10:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 21:10:50 - SRCCONF=/dev/null
TB --- 2013-08-09 21:10:50 - TARGET=ia64
TB --- 2013-08-09 21:10:50 - TARGET_ARCH=ia64
TB --- 2013-08-09 21:10:50 - TZ=UTC
TB --- 2013-08-09 21:10:50 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 21:10:50 - cd /src
TB --- 2013-08-09 21:10:50 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 21:10:50 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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/ia64/libuwx/src -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  /src/sys/vm/vm_meter.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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/ia64/libuwx/src -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  /src/sys/vm/vm_mmap.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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/ia64/libuwx/src -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  /src/sys/vm/vm_object.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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/ia64/libuwx/src -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 

Re: HEAD in dubious state after 254141, update to 254163+

2013-08-09 Thread John Baldwin
On Friday, August 09, 2013 4:03:33 pm John Baldwin wrote:
 I'm in the process of reverting 254150 and 254141.  I think the changes in 
 254141 were from an old tree that wasn't updated for the changes in 254138 
 and 
 I don't seen an obvious way to fix 254141, so until Attilio can redo 254141 
 I'm going to revert these.

Alan submitted a fix for the 254141 and I've booted it successfully so I've
commited that.  However, please be sure to update to at least 254163.

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


[head tinderbox] failure on i386/pc98

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 19:24:09 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 19:24:09 - 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-08-09 19:24:09 - starting HEAD tinderbox run for i386/pc98
TB --- 2013-08-09 19:24:09 - cleaning the object tree
TB --- 2013-08-09 19:24:09 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 19:24:16 - At svn revision 254147
TB --- 2013-08-09 19:24:17 - building world
TB --- 2013-08-09 19:24:17 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 19:24:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 19:24:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 19:24:17 - SRCCONF=/dev/null
TB --- 2013-08-09 19:24:17 - TARGET=pc98
TB --- 2013-08-09 19:24:17 - TARGET_ARCH=i386
TB --- 2013-08-09 19:24:17 - TZ=UTC
TB --- 2013-08-09 19:24:17 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 19:24:17 - cd /src
TB --- 2013-08-09 19:24:17 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 19:24:24 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 Aug  9 22:41:17 UTC 2013
TB --- 2013-08-09 22:41:17 - generating LINT kernel config
TB --- 2013-08-09 22:41:17 - cd /src/sys/pc98/conf
TB --- 2013-08-09 22:41:17 - /usr/bin/make -B LINT
TB --- 2013-08-09 22:41:17 - cd /src/sys/pc98/conf
TB --- 2013-08-09 22:41:17 - /usr/sbin/config -m LINT
TB --- 2013-08-09 22:41:17 - building LINT kernel
TB --- 2013-08-09 22:41:17 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 22:41:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 22:41:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 22:41:17 - SRCCONF=/dev/null
TB --- 2013-08-09 22:41:17 - TARGET=pc98
TB --- 2013-08-09 22:41:17 - TARGET_ARCH=i386
TB --- 2013-08-09 22:41:17 - TZ=UTC
TB --- 2013-08-09 22:41:17 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 22:41:17 - cd /src
TB --- 2013-08-09 22:41:17 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 22:41:17 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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  
-Wno-error-tautological-compare -Wno-error-empty-body  
-Wno-error-parentheses-equality  -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -mno-aes -mno-avx -mno-mmx 
-mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg 
/src/sys/vm/vm_page.c
/src/sys/vm/vm_page.c:1205:21: error: use of undeclared identifier 'VPO_BUSY'
if (mold-oflags  VPO_BUSY) {
   ^
/src/sys/vm/vm_page.c:1206:20: error: use of undeclared identifier 'VPO_BUSY'
mold-oflags = ~VPO_BUSY;
 ^
2 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /obj/pc98.i386/src/sys/LINT
*** Error code 1

Stop.
bmake: stopped in /src
*** Error code 1

Stop in /src.
TB --- 2013-08-09 22:55:55 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2013-08-09 22:55:55 - ERROR: failed to build LINT kernel
TB --- 2013-08-09 22:55:55 - 10320.80 user 1492.72 system 12706.76 real


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


[head tinderbox] failure on sparc64/sparc64

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 21:31:06 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 21:31:06 - 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-08-09 21:31:06 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2013-08-09 21:31:06 - cleaning the object tree
TB --- 2013-08-09 21:31:06 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 21:31:09 - At svn revision 254147
TB --- 2013-08-09 21:31:10 - building world
TB --- 2013-08-09 21:31:10 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 21:31:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 21:31:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 21:31:10 - SRCCONF=/dev/null
TB --- 2013-08-09 21:31:10 - TARGET=sparc64
TB --- 2013-08-09 21:31:10 - TARGET_ARCH=sparc64
TB --- 2013-08-09 21:31:10 - TZ=UTC
TB --- 2013-08-09 21:31:10 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 21:31:10 - cd /src
TB --- 2013-08-09 21:31:10 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 21:31:17 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 Aug  9 22:40:53 UTC 2013
TB --- 2013-08-09 22:40:53 - generating LINT kernel config
TB --- 2013-08-09 22:40:53 - cd /src/sys/sparc64/conf
TB --- 2013-08-09 22:40:53 - /usr/bin/make -B LINT
TB --- 2013-08-09 22:40:53 - cd /src/sys/sparc64/conf
TB --- 2013-08-09 22:40:53 - /usr/sbin/config -m LINT
TB --- 2013-08-09 22:40:53 - building LINT kernel
TB --- 2013-08-09 22:40:53 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 22:40:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 22:40:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 22:40:53 - SRCCONF=/dev/null
TB --- 2013-08-09 22:40:53 - TARGET=sparc64
TB --- 2013-08-09 22:40:53 - TARGET_ARCH=sparc64
TB --- 2013-08-09 22:40:53 - TZ=UTC
TB --- 2013-08-09 22:40:53 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 22:40:53 - cd /src
TB --- 2013-08-09 22:40:53 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 22:40:53 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  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/vm/vm_meter.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/vm/vm_mmap.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  /src/sys/vm/vm_object.c
cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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 -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector 

[head tinderbox] failure on powerpc/powerpc

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 20:53:53 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 20:53: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 --- 2013-08-09 20:53:53 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2013-08-09 20:53:53 - cleaning the object tree
TB --- 2013-08-09 20:53:53 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 20:53:57 - At svn revision 254147
TB --- 2013-08-09 20:53:58 - building world
TB --- 2013-08-09 20:53:58 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 20:53:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 20:53:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 20:53:58 - SRCCONF=/dev/null
TB --- 2013-08-09 20:53:58 - TARGET=powerpc
TB --- 2013-08-09 20:53:58 - TARGET_ARCH=powerpc
TB --- 2013-08-09 20:53:58 - TZ=UTC
TB --- 2013-08-09 20:53:58 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 20:53:58 - cd /src
TB --- 2013-08-09 20:53:58 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 20:54:06 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 Aug  9 23:29:44 UTC 2013
TB --- 2013-08-09 23:29:44 - generating LINT kernel config
TB --- 2013-08-09 23:29:44 - cd /src/sys/powerpc/conf
TB --- 2013-08-09 23:29:44 - /usr/bin/make -B LINT
TB --- 2013-08-09 23:29:44 - cd /src/sys/powerpc/conf
TB --- 2013-08-09 23:29:44 - /usr/sbin/config -m LINT
TB --- 2013-08-09 23:29:44 - building LINT kernel
TB --- 2013-08-09 23:29:44 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 23:29:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 23:29:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 23:29:44 - SRCCONF=/dev/null
TB --- 2013-08-09 23:29:44 - TARGET=powerpc
TB --- 2013-08-09 23:29:44 - TARGET_ARCH=powerpc
TB --- 2013-08-09 23:29:44 - TZ=UTC
TB --- 2013-08-09 23:29:44 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 23:29:44 - cd /src
TB --- 2013-08-09 23:29:44 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Fri Aug  9 23:29:45 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  -c -O -pipe  -std=c99  -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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_meter.c
cc  -c -O -pipe  -std=c99  -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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_mmap.c
cc  -c -O -pipe  -std=c99  -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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_object.c
cc  -c -O -pipe  -std=c99  -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 

[head tinderbox] failure on powerpc64/powerpc

2013-08-09 Thread FreeBSD Tinderbox
TB --- 2013-08-09 21:27:12 - tinderbox 2.10 running on freebsd-current.sentex.ca
TB --- 2013-08-09 21:27:12 - 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-08-09 21:27:12 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2013-08-09 21:27:13 - cleaning the object tree
TB --- 2013-08-09 21:27:13 - /usr/local/bin/svn stat /src
TB --- 2013-08-09 21:27:16 - At svn revision 254147
TB --- 2013-08-09 21:27:17 - building world
TB --- 2013-08-09 21:27:17 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-09 21:27:17 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-09 21:27:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-09 21:27:17 - SRCCONF=/dev/null
TB --- 2013-08-09 21:27:17 - TARGET=powerpc
TB --- 2013-08-09 21:27:17 - TARGET_ARCH=powerpc64
TB --- 2013-08-09 21:27:17 - TZ=UTC
TB --- 2013-08-09 21:27:17 - __MAKE_CONF=/dev/null
TB --- 2013-08-09 21:27:17 - cd /src
TB --- 2013-08-09 21:27:17 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Fri Aug  9 21:27:24 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
 stage 5.1: building 32 bit shim libraries
 World build completed on Sat Aug 10 00:30:54 UTC 2013
TB --- 2013-08-10 00:30:54 - generating LINT kernel config
TB --- 2013-08-10 00:30:54 - cd /src/sys/powerpc/conf
TB --- 2013-08-10 00:30:54 - /usr/bin/make -B LINT
TB --- 2013-08-10 00:30:54 - cd /src/sys/powerpc/conf
TB --- 2013-08-10 00:30:54 - /usr/sbin/config -m LINT
TB --- 2013-08-10 00:30:54 - skipping LINT kernel
TB --- 2013-08-10 00:30:54 - cd /src/sys/powerpc/conf
TB --- 2013-08-10 00:30:54 - /usr/sbin/config -m GENERIC
TB --- 2013-08-10 00:30:54 - skipping GENERIC kernel
TB --- 2013-08-10 00:30:54 - cd /src/sys/powerpc/conf
TB --- 2013-08-10 00:30:54 - /usr/sbin/config -m GENERIC64
TB --- 2013-08-10 00:30:54 - building GENERIC64 kernel
TB --- 2013-08-10 00:30:54 - CROSS_BUILD_TESTING=YES
TB --- 2013-08-10 00:30:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2013-08-10 00:30:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2013-08-10 00:30:54 - SRCCONF=/dev/null
TB --- 2013-08-10 00:30:54 - TARGET=powerpc
TB --- 2013-08-10 00:30:54 - TARGET_ARCH=powerpc64
TB --- 2013-08-10 00:30:54 - TZ=UTC
TB --- 2013-08-10 00:30:54 - __MAKE_CONF=/dev/null
TB --- 2013-08-10 00:30:54 - cd /src
TB --- 2013-08-10 00:30:54 - /usr/bin/make -B buildkernel KERNCONF=GENERIC64
 Kernel build for GENERIC64 started on Sat Aug 10 00:30:54 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  -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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000  -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_meter.c
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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000  -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_mmap.c
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=15000 --param inline-unit-growth=100 
--param large-function-growth=1000  -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  /src/sys/vm/vm_object.c
cc  -c -O 

Re: Fixing X220 Video The Right Way

2013-08-09 Thread matt
hw.acpi.reset_video used to send this machine X220 into a reboot loop,
with flashing thinklight. Interesting that it no longer causes this
problem. I kind of paused since the trackpad sucks so much in X.

I think since ssh still works, that just the display or graphics port
is off.

It may be worth trying to do some acpi_calls via ssh to try to hack
the display back on...

Matt

On 08/09/13 08:57, John Baldwin wrote:
 On Friday, August 09, 2013 4:37:50 am Adrian Chadd wrote:
 Hi!
 
 Hm, resurrecting this thread, I'll try this on my X230 tomorrow
 and see if it makes the (non-xorg, console only) video work on
 resume.
 
 If it does, what will it take to automatically determine that
 this kind of work-around is needed?
 
 
 This does not affect suspend/resume.  It only fixes LCD brightness 
 handling via acpi_video(4).
 

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


CFT: PCI Command Register fixups

2013-08-09 Thread Scott Long
All,

Subversion rev 250418 affected approximately 63 drivers by making them 
vulnerable to resource allocation failures on motherboards with buggy BIOSes.  
The revision itself is good, but it needs to address these drivers and bring 
them up to what is, in effect, a modified way for drivers to manage their PCI 
resources.  If you've been seeing something like the following message since 
June 24/27, then you need this patch:

mps0: LSI SAS2116 port 0xd000-0xd0ff mem 0xfb79c000-0xfb79 irq 19 at 
device 0.0 on pci4
mps0: PCI memory window not available
device_attach: mps0 attach returned 6

The patch originated from John Baldwin, I merely fixed up a few nits and am 
passing it around for review and testing.  Please find it here:

http://people.freebsd.org/~scottl/pci_command_fixes.patch

Thanks,
Scott

___
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