Re: Panic on shutdown, r243674M

2012-11-30 Thread Andriy Gapon
on 30/11/2012 00:36 Ed Maste said the following:
 Rev 243674 with some minor local changes.

Please try this patch:
http://people.freebsd.org/~avg/acpi_cpu_notify.2.diff

I should have committed this earlier, but the fact that we were not getting much
problems when updating resources in place lead me to believe that we would not
get more problems when first deleting and then re-creating resources.

If the patch works OK, I'll commit it tomorrow.

 #12 0x80bfd775 in trap_fatal (frame=0xff800025e870,
 eva=value optimized out)
 at /home/emaste/src/head-ro/sys/amd64/amd64/trap.c:867
 #13 0x80bfda3a in trap_pfault (frame=0x0, usermode=0)
 at /home/emaste/src/head-ro/sys/amd64/amd64/trap.c:698
 #14 0x80bfd226 in trap (frame=0xff800025e870)
 at /home/emaste/src/head-ro/sys/amd64/amd64/trap.c:463
 #15 0x80be71a2 in calltrap () at /tmp/exception-N6d6io.s:179
 #16 0x808bb9c0 in rman_set_bustag ()
 at /home/emaste/src/head-ro/sys/kern/subr_rman.c:941
 #17 0x80356c9d in acpi_cpu_idle ()
 at /home/emaste/src/head-ro/sys/dev/acpica/acpi_cpu.c:1020
 #18 0x80beb268 in cpu_idle_acpi (busy=0)
 at /home/emaste/src/head-ro/sys/amd64/amd64/machdep.c:685
 #19 0x80beb308 in cpu_idle (busy=0)
 at /home/emaste/src/head-ro/sys/amd64/amd64/machdep.c:839
 #20 0x808a6058 in sched_idletd (dummy=value optimized out)
 at /home/emaste/src/head-ro/sys/kern/sched_ule.c:2665
 #21 0x808524d4 in fork_exit (
 callout=0x808a5e20 sched_idletd, arg=0x0,
 frame=0xff800025eac0)
 at /home/emaste/src/head-ro/sys/kern/kern_fork.c:995
 #22 0x80be76de in fork_trampoline () at /tmp/exception-N6d6io.s:501
 #23 0x in ?? ()



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


Re: clang compiled kernel panic when mounting zfs root on i386

2012-11-30 Thread sig6247
On Fri, 30 Nov 2012 01:29:44 +0200, Konstantin Belousov kostik...@gmail.com 
wrote:

 Please apply the patch below and obtain the backtrace of the double fault
 panic again. I will commit the patch later.

Thanks for the patch. 

WARNING: WITNESS option enabled, expect reduced performance.
Trying to mount root from zfs:zroot []...

Fatal double fault:
eip = 0xc0e93e07
esp = 0xc86bffbc
ebp = 0xc86c0032
cpuid = 1; apic id = 01
panic: double fault
cpuid = 1
KDB: enter: panic
[ thread pid 1 tid 12 ]
Stopped at  kdb_enter+0x3d: movl$0,kdb_why
db bt
Tracing pid 1 tid 12 td 0xc89efbc0
kdb_enter(c1065960,c1065960,c10b903b,c139f438,aef01785,...) at 
kdb_enter+0x3d/frame 0xc139f3f0
panic(c10b903b,1,1,1,c86c0032,...) at panic+0x14b/frame 0xc139f42c
dblfault_handler() at dblfault_handler+0xab/frame 0xc139f42c
--- trap 0x17, eip = 0xc0e93e07, esp = 0xc86bffbc, ebp = 0xc86c0032 ---
__qdivrem(0,aba8,c10d,9860,68c119,...) at __qdivrem+0x197/frame 
0xc86c0032
db 
___
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


9.1-RC3 default Linux ALSA configuration

2012-11-30 Thread CeDeROM
Hello :-)

I have installed and started Skype (2.1 and 2.2 devel) with success
using Linux binaries provided in port tree. However there is an issue
with default ALSA configuration and sound/calls does not work properly
off out the box. I suggest to set /dev/dsp0 and /dev/mixer0 as default
devices in the alsa configuration, so the sound works on the default
audio device. Right now it does not work at all.

# pcm-oss plugin configuration

pcm.oss {
type oss
device /dev/dsp0
hint {
description Open Sound System
}
}

ctl.oss {
type oss
device /dev/mixer0
hint {
description Open Sound System
}
}


Best regards :-)
Tomek

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
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: Panic on shutdown, r243674M

2012-11-30 Thread Ed Maste
 Please try this patch:
 http://people.freebsd.org/~avg/acpi_cpu_notify.2.diff

 I should have committed this earlier, but the fact that we were not getting 
 much
 problems when updating resources in place lead me to believe that we would not
 get more problems when first deleting and then re-creating resources.

 If the patch works OK, I'll commit it tomorrow.

It works fine for me (of course I can't say with certainty that I've
exercised the path that previously panicked).  Please go ahead and
commit.
___
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: Is cross-world building broken?

2012-11-30 Thread Ian Lepore
On Wed, 2012-11-28 at 16:19 -0800, Garrett Cooper wrote:
 On Wed, Nov 28, 2012 at 4:07 PM, Adrian Chadd adr...@freebsd.org wrote:
  top posting, out of laziness and busy-ness at work..
 
  Ok. So:
 
  * make installworld/installkernel/distribution - set DESTDIR on the command 
  line
  * make buildworld/make buildkernel/make various toolchain things -
  don't set DESTDIR?
 
 (re-CCing -current@)
 Correct. DESTDIR should only be used for install targets (install,
 installworld, installkernel, distribution, etc), and not for any of
 the other build-related targets on FreeBSD. [as the meme goes] If you
 set DESTDIR when building, you're gonna have a bad time.
 HTH!
 -Garrett

So when did this break, and why can't it be fixed?  I've been using
DESTDIR= on the command line for cross-builds as long as I've been doing
cross-builds and have never had a problem; doing this is just built in
to the scripts I use for cross-building.  It's still working for me in
some sandboxes that haven't been updated since r240278.  

Also, how about make DESTDIR=foo buildkernel installkernel which is
something I've been doing for years, you're saying that now that won't
work because DESTDIR will be there during the build part?

This just seems all wrong.

-- Ian


___
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: clang compiled kernel panic when mounting zfs root on i386

2012-11-30 Thread Konstantin Belousov
On Fri, Nov 30, 2012 at 04:42:45AM -0800, sig6247 wrote:
 On Fri, 30 Nov 2012 01:29:44 +0200, Konstantin Belousov kostik...@gmail.com 
 wrote:
 
  Please apply the patch below and obtain the backtrace of the double fault
  panic again. I will commit the patch later.
 
 Thanks for the patch. 
 
 WARNING: WITNESS option enabled, expect reduced performance.
 Trying to mount root from zfs:zroot []...
 
 Fatal double fault:
 eip = 0xc0e93e07
 esp = 0xc86bffbc
 ebp = 0xc86c0032
 cpuid = 1; apic id = 01
 panic: double fault
 cpuid = 1
 KDB: enter: panic
 [ thread pid 1 tid 12 ]
 Stopped at  kdb_enter+0x3d: movl$0,kdb_why
 db bt
 Tracing pid 1 tid 12 td 0xc89efbc0
 kdb_enter(c1065960,c1065960,c10b903b,c139f438,aef01785,...) at 
 kdb_enter+0x3d/frame 0xc139f3f0
 panic(c10b903b,1,1,1,c86c0032,...) at panic+0x14b/frame 0xc139f42c
 dblfault_handler() at dblfault_handler+0xab/frame 0xc139f42c
 --- trap 0x17, eip = 0xc0e93e07, esp = 0xc86bffbc, ebp = 0xc86c0032 ---
 __qdivrem(0,aba8,c10d,9860,68c119,...) at __qdivrem+0x197/frame 
 0xc86c0032
 db 
Hm, this is not very useful. Although the panic is again caused by the stack
overflow, most likely (please also include the output of the show thread
from ddb), it is at different place, and probably at the leaf function.

Can you try some more times, so that we could see 'big' backtrace ?


pgp84DbC5ctrR.pgp
Description: PGP signature


Re: Is cross-world building broken?

2012-11-30 Thread Adrian Chadd
So, DESTDIR works fine if you use it for the install phases. If you
use it for the build phases, it confuses things.

I'm not sure why this has been working for the past 12 months or so.

I've modified my build scripts to:

* Add DESTDIR to installkernel, installworld, distribution
* Not set DESTDIR for buildworld, buildkernel.

And that seems to work.

Thanks for the advice everyone.



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: pw keeps setting /etc/group to 0600

2012-11-30 Thread matt
On 11/17/12 07:24, Ryan Stone wrote:
 /etc/group is supposed to be world-reable, right?  Tools like groups or pw
 groupshow certainly seem to think so:

 [rstone@rstone-server ~]groups
 1001 920
 [rstone@rstone-server ~]ls -l /etc/group
 -rw---  1 root  0  482 Nov 14 21:02 /etc/group
 [rstone@rstone-server ~]sudo chmod a+r /etc/group
 Password:
 [rstone@rstone-server ~]groups
 rstone vboxusers
 [rstone@rstone-server ~]sudo pw groupadd foo
 [rstone@rstone-server ~]ls -l /etc/group
 -rw---  1 root  0  494 Nov 17 10:19 /etc/group
 [rstone@rstone-server ~]

 I'm not sure what caused the regression.  I've been seeing the problem
 since I first installed -CURRENT on the machine a couple of weeks ago.
 ___
 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
Interesting, I noticed my pw segfaulted twice on 'pw groupdel' twice out
of three groups deleted.

Not sure if related. I'm at r243502.

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


Re: Is cross-world building broken?

2012-11-30 Thread Ian Lepore
On Fri, 2012-11-30 at 09:36 -0800, Simon J. Gerraty wrote:
 On Fri, 30 Nov 2012 08:15:03 -0700, Ian Lepore writes:
 So when did this break, and why can't it be fixed?  I've been using
 
 Sorry I missed the begining of this thread,
 is anything broken?
 

I haven't experienced anything myself, I assumed because I've been too
busy to update any of my -current sandboxes for weeks.  I was just going
by the earlier messages in this thread, which were roughly 

  A cross-build breaks early in the process if DESTDIR is set 

followed by 

  DESTDIR must only be set for installworld, buildworld, and distribute
targets.  

If either of those statements is true, that strikes me as breakage,
because it never used to be that way.

Maybe I've misunderstood something about the earlier messages in the
thread.

-- Ian


___
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: Is cross-world building broken?

2012-11-30 Thread Simon J. Gerraty

On Fri, 30 Nov 2012 08:15:03 -0700, Ian Lepore writes:
So when did this break, and why can't it be fixed?  I've been using

Sorry I missed the begining of this thread,
is anything broken?

Also, how about make DESTDIR=foo buildkernel installkernel which is
something I've been doing for years, you're saying that now that won't
work because DESTDIR will be there during the build part?

It will be set - but that doesn't mean it would have any effect/impact.

Oh and contrary to what I told Adrian earlier, buildworld's manipulation
of DESTDIR would generally be unaffected, because the makefiles do not
actually attempt to set it (vs simply passing a new value to a submake).

An demo might help.

In the following
BINDIR is affected by a value set in either environment or on
commandline
LIBDIR is only affected by a value set on commandline
The DESTDIR seen by install run by child is unaffected by anything, even
though the values for LIBDIR and BINDIR are.


8
BINDIR?= /bin
LIBDIR= /lib

all: install child 

install:
@echo DESTDIR=${DESTDIR}
@echo install stuff to ${DESTDIR}${BINDIR}
@echo install stuff to ${DESTDIR}${LIBDIR}

child:
${MAKE} -f ${MAKEFILE} DESTDIR=/tmp/childest install


demo:all envset cmdset


envset:
BINDIR=/sbin LIBDIR=/usr/lib DESTDIR=$@ ${MAKE} -f ${MAKEFILE} 

cmdset:
${MAKE} -f ${MAKEFILE} BINDIR=/sbin LIBDIR=/usr/lib DESTDIR=$@
8

$ make -r -f /homes/sjg/make-tests/destdir demo 
DESTDIR=
install stuff to /bin
install stuff to /lib
make -f /homes/sjg/make-tests/destdir DESTDIR=/tmp/childest install
DESTDIR=/tmp/childest
install stuff to /tmp/childest/bin
install stuff to /tmp/childest/lib
BINDIR=/sbin LIBDIR=/usr/lib DESTDIR=envset make -f
/homes/sjg/make-tests/destdir
DESTDIR=envset
install stuff to envset/sbin
install stuff to envset/lib
make -f /homes/sjg/make-tests/destdir DESTDIR=/tmp/childest install
DESTDIR=/tmp/childest
install stuff to /tmp/childest/sbin
install stuff to /tmp/childest/lib
make -f /homes/sjg/make-tests/destdir BINDIR=/sbin LIBDIR=/usr/lib
DESTDIR=cmdset
DESTDIR=cmdset
install stuff to cmdset/sbin
install stuff to cmdset/usr/lib
make -f /homes/sjg/make-tests/destdir DESTDIR=/tmp/childest install
DESTDIR=/tmp/childest
install stuff to /tmp/childest/sbin
install stuff to /tmp/childest/lib
$
___
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: Is cross-world building broken?

2012-11-30 Thread Garrett Cooper
On Nov 30, 2012, at 10:14 AM, Ian Lepore free...@damnhippie.dyndns.org wrote:

 On Fri, 2012-11-30 at 09:36 -0800, Simon J. Gerraty wrote:
 On Fri, 30 Nov 2012 08:15:03 -0700, Ian Lepore writes:
 So when did this break, and why can't it be fixed?  I've been using
 
 Sorry I missed the begining of this thread,
 is anything broken?
 
 I haven't experienced anything myself, I assumed because I've been too
 busy to update any of my -current sandboxes for weeks.  I was just going
 by the earlier messages in this thread, which were roughly 
 
  A cross-build breaks early in the process if DESTDIR is set 
 
 followed by 
 
  DESTDIR must only be set for installworld, buildworld, and distribute
 targets.

s/buildworld/installkernel/

 If either of those statements is true, that strikes me as breakage,
 because it never used to be that way.
 
 Maybe I've misunderstood something about the earlier messages in the
 thread.

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


[head tinderbox] failure on ia64/ia64

2012-11-30 Thread FreeBSD Tinderbox
TB --- 2012-12-01 01:21:19 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-12-01 01:21:19 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-12-01 01:21:19 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-12-01 01:21:19 - cleaning the object tree
TB --- 2012-12-01 01:21:19 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-12-01 01:21:19 - cd /tinderbox/HEAD/ia64/ia64
TB --- 2012-12-01 01:21:19 - /usr/local/bin/svn cleanup /src
TB --- 2012-12-01 01:22:05 - /usr/local/bin/svn update /src
TB --- 2012-12-01 01:22:12 - At svn revision 243740
TB --- 2012-12-01 01:22:13 - building world
TB --- 2012-12-01 01:22:13 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 01:22:13 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 01:22:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 01:22:13 - SRCCONF=/dev/null
TB --- 2012-12-01 01:22:13 - TARGET=ia64
TB --- 2012-12-01 01:22:13 - TARGET_ARCH=ia64
TB --- 2012-12-01 01:22:13 - TZ=UTC
TB --- 2012-12-01 01:22:13 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 01:22:13 - cd /src
TB --- 2012-12-01 01:22:13 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sat Dec  1 01:22:18 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 Sat Dec  1 03:01:48 UTC 2012
TB --- 2012-12-01 03:01:48 - generating LINT kernel config
TB --- 2012-12-01 03:01:48 - cd /src/sys/ia64/conf
TB --- 2012-12-01 03:01:48 - /usr/bin/make -B LINT
TB --- 2012-12-01 03:01:48 - cd /src/sys/ia64/conf
TB --- 2012-12-01 03:01:48 - /usr/sbin/config -m LINT
TB --- 2012-12-01 03:01:48 - building LINT kernel
TB --- 2012-12-01 03:01:48 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 03:01:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 03:01:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 03:01:48 - SRCCONF=/dev/null
TB --- 2012-12-01 03:01:48 - TARGET=ia64
TB --- 2012-12-01 03:01:48 - TARGET_ARCH=ia64
TB --- 2012-12-01 03:01:48 - TZ=UTC
TB --- 2012-12-01 03:01:48 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 03:01:48 - cd /src
TB --- 2012-12-01 03:01:48 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Sat Dec  1 03:01:49 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 -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/kern/vfs_lookup.c
/src/sys/kern/vfs_lookup.c:214:54: error: macro AUDIT_ARG_UPATH1 passed 4 
arguments, but takes just 3
/src/sys/kern/vfs_lookup.c: In function 'namei':
/src/sys/kern/vfs_lookup.c:214: error: 'AUDIT_ARG_UPATH1' undeclared (first use 
in this function)
/src/sys/kern/vfs_lookup.c:214: error: (Each undeclared identifier is reported 
only once
/src/sys/kern/vfs_lookup.c:214: error: for each function it appears in.)
/src/sys/kern/vfs_lookup.c:216:54: error: macro AUDIT_ARG_UPATH2 passed 4 
arguments, but takes just 3
/src/sys/kern/vfs_lookup.c:216: error: 'AUDIT_ARG_UPATH2' undeclared (first use 
in this function)
*** [vfs_lookup.o] Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-12-01 03:17:57 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-12-01 03:17:57 - ERROR: failed to build LINT kernel
TB --- 2012-12-01 03:17:57 - 5135.34 user 1156.66 system 6998.49 real


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


[head tinderbox] failure on mips/mips

2012-11-30 Thread FreeBSD Tinderbox
TB --- 2012-12-01 02:32:43 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-12-01 02:32:43 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-12-01 02:32:43 - starting HEAD tinderbox run for mips/mips
TB --- 2012-12-01 02:32:43 - cleaning the object tree
TB --- 2012-12-01 02:32:43 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-12-01 02:32:43 - cd /tinderbox/HEAD/mips/mips
TB --- 2012-12-01 02:32:43 - /usr/local/bin/svn cleanup /src
TB --- 2012-12-01 02:33:46 - /usr/local/bin/svn update /src
TB --- 2012-12-01 02:33:53 - At svn revision 243742
TB --- 2012-12-01 02:33:54 - building world
TB --- 2012-12-01 02:33:54 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 02:33:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 02:33:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 02:33:54 - SRCCONF=/dev/null
TB --- 2012-12-01 02:33:54 - TARGET=mips
TB --- 2012-12-01 02:33:54 - TARGET_ARCH=mips
TB --- 2012-12-01 02:33:54 - TZ=UTC
TB --- 2012-12-01 02:33:54 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 02:33:54 - cd /src
TB --- 2012-12-01 02:33:54 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sat Dec  1 02:34:00 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 Sat Dec  1 03:40:47 UTC 2012
TB --- 2012-12-01 03:40:47 - cd /src/sys/mips/conf
TB --- 2012-12-01 03:40:47 - /usr/sbin/config -m ADM5120
TB --- 2012-12-01 03:40:47 - skipping ADM5120 kernel
TB --- 2012-12-01 03:40:47 - cd /src/sys/mips/conf
TB --- 2012-12-01 03:40:47 - /usr/sbin/config -m ALCHEMY
TB --- 2012-12-01 03:40:47 - skipping ALCHEMY kernel
TB --- 2012-12-01 03:40:47 - cd /src/sys/mips/conf
TB --- 2012-12-01 03:40:47 - /usr/sbin/config -m AP91
TB --- 2012-12-01 03:40:47 - building AP91 kernel
TB --- 2012-12-01 03:40:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 03:40:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 03:40:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 03:40:47 - SRCCONF=/dev/null
TB --- 2012-12-01 03:40:47 - TARGET=mips
TB --- 2012-12-01 03:40:47 - TARGET_ARCH=mips
TB --- 2012-12-01 03:40:47 - TZ=UTC
TB --- 2012-12-01 03:40:47 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 03:40:47 - cd /src
TB --- 2012-12-01 03:40:47 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Sat Dec  1 03:40:47 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 -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=768 --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/kern/vfs_lookup.c
/src/sys/kern/vfs_lookup.c:214:54: error: macro AUDIT_ARG_UPATH1 passed 4 
arguments, but takes just 3
/src/sys/kern/vfs_lookup.c: In function 'namei':
/src/sys/kern/vfs_lookup.c:214: error: 'AUDIT_ARG_UPATH1' undeclared (first use 
in this function)
/src/sys/kern/vfs_lookup.c:214: error: (Each undeclared identifier is reported 
only once
/src/sys/kern/vfs_lookup.c:214: error: for each function it appears in.)
/src/sys/kern/vfs_lookup.c:216:54: error: macro AUDIT_ARG_UPATH2 passed 4 
arguments, but takes just 3
/src/sys/kern/vfs_lookup.c:216: error: 'AUDIT_ARG_UPATH2' undeclared (first use 
in this function)
*** [vfs_lookup.o] Error code 1

Stop in /obj/mips.mips/src/sys/AP91.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-12-01 03:42:51 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-12-01 03:42:51 - ERROR: failed to build AP91 kernel
TB --- 2012-12-01 03:42:51 - 2718.64 user 735.23 system 4208.61 real


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


[head tinderbox] failure on mips64/mips

2012-11-30 Thread FreeBSD Tinderbox
TB --- 2012-12-01 03:17:58 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-12-01 03:17:58 - 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-12-01 03:17:58 - starting HEAD tinderbox run for mips64/mips
TB --- 2012-12-01 03:17:58 - cleaning the object tree
TB --- 2012-12-01 03:17:58 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-12-01 03:17:58 - cd /tinderbox/HEAD/mips64/mips
TB --- 2012-12-01 03:17:58 - /usr/local/bin/svn cleanup /src
TB --- 2012-12-01 03:19:34 - /usr/local/bin/svn update /src
TB --- 2012-12-01 03:19:43 - At svn revision 243742
TB --- 2012-12-01 03:19:44 - building world
TB --- 2012-12-01 03:19:44 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 03:19:44 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 03:19:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 03:19:44 - SRCCONF=/dev/null
TB --- 2012-12-01 03:19:44 - TARGET=mips
TB --- 2012-12-01 03:19:44 - TARGET_ARCH=mips64
TB --- 2012-12-01 03:19:44 - TZ=UTC
TB --- 2012-12-01 03:19:44 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 03:19:44 - cd /src
TB --- 2012-12-01 03:19:44 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Sat Dec  1 03:19:50 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 Sat Dec  1 04:28:50 UTC 2012
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m ADM5120
TB --- 2012-12-01 04:28:50 - skipping ADM5120 kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m ALCHEMY
TB --- 2012-12-01 04:28:50 - skipping ALCHEMY kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AP91
TB --- 2012-12-01 04:28:50 - skipping AP91 kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AP93
TB --- 2012-12-01 04:28:50 - skipping AP93 kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AP94
TB --- 2012-12-01 04:28:50 - skipping AP94 kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AP96
TB --- 2012-12-01 04:28:50 - skipping AP96 kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AR71XX_BASE
TB --- 2012-12-01 04:28:50 - skipping AR71XX_BASE kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AR724X_BASE
TB --- 2012-12-01 04:28:50 - skipping AR724X_BASE kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m AR91XX_BASE
TB --- 2012-12-01 04:28:50 - skipping AR91XX_BASE kernel
TB --- 2012-12-01 04:28:50 - cd /src/sys/mips/conf
TB --- 2012-12-01 04:28:50 - /usr/sbin/config -m BERI_DE4_MDROOT
TB --- 2012-12-01 04:28:50 - building BERI_DE4_MDROOT kernel
TB --- 2012-12-01 04:28:50 - CROSS_BUILD_TESTING=YES
TB --- 2012-12-01 04:28:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-12-01 04:28:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-12-01 04:28:50 - SRCCONF=/dev/null
TB --- 2012-12-01 04:28:50 - TARGET=mips
TB --- 2012-12-01 04:28:50 - TARGET_ARCH=mips64
TB --- 2012-12-01 04:28:50 - TZ=UTC
TB --- 2012-12-01 04:28:50 - __MAKE_CONF=/dev/null
TB --- 2012-12-01 04:28:50 - cd /src
TB --- 2012-12-01 04:28:50 - /usr/bin/make -B buildkernel 
KERNCONF=BERI_DE4_MDROOT
 Kernel build for BERI_DE4_MDROOT started on Sat Dec  1 04:28:51 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 -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=0x8010 -march=mips64 
-mabi=64 -msoft-float -ffreestanding -Werror  /src/sys/kern/vfs_lookup.c
/src/sys/kern/vfs_lookup.c:214:54: error: macro AUDIT_ARG_UPATH1 passed 4 
arguments, but takes just 3
/src/sys/kern/vfs_lookup.c: In