Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: unable to allocate space in parent map



> >>> panic: uvm_km_suballoc: unable to allocate space in parent map
> >>> stopped in pid 0.1 (system) at 6246e: unlk a6
> >>> db>
> >>> (…)
> >>> Does someone have an idea what's going on?
> >> 
> >> Yes. It's a bug. It was fixed some time ago. Please use the daily
> binary
> >> build:
> >> 
> >> http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/
> >> 
> >> Then report back.
> >> 
> > Thanks for the pointer.
> > I booted successfully with the generic v6.99 kernel from Feb-8th and
> with my current 5.0.2 user-land. At first glance everything went well, but
> "iteconfig" gave me a "panic: MMU fault" and triggered a core dump. I will
> investigate this further after I cross-compiled the complete NetBSD HEAD sets
> for the 68060 and a fresh install.
> 
> Ok, please try to reproduce this. If panic will occur again issue
> "backtrace" command in DDB and take a screenshot (photo or serial console 
> dump).
> 
I will do that.
Currently I´m stuck in compiling the kernel (tarballs from 
http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201302101340Z/source/sets/).I 
used the default compiler options for a test run but it stops. Any idea?

==> MAKECONF file:       /etc/mk.conf (File not found)
#    objdir  /usr/obj/
===> TOOLDIR path:        /usr/src/obj/tooldir.Darwin-12.2.0-x86_64
===> DESTDIR path:        /usr/src/obj/destdir.amiga
===> RELEASEDIR path:     /usr/src/obj/releasedir
===> Created /usr/src/obj/tooldir.Darwin-12.2.0-x86_64/bin/nbmake
===> Updated makewrapper: 
/usr/src/obj/tooldir.Darwin-12.2.0-x86_64/bin/nbmake-amiga
===> Building kernel without building new tools
===> Building kernel:     GENERIC
===> Build directory:     /usr/src/sys/arch/amiga/compile/obj/GENERIC
Build directory is /usr/src/sys/arch/amiga/compile/obj/GENERIC
Don't forget to run "make depend"
depending the kern library objects
depending the compat library objects
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the 68040 FPSP is up to date...
`fpsp.o' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
#   compile  GENERIC/db_panic.o
/usr/src/obj/tooldir.Darwin-12.2.0-x86_64/bin/m68k--netbsdelf-gcc -m68020-60 
-Wa,-m68030 -Wa,-m68851 -msoft-float -ffreestanding 
-fno-zero-initialized-in-bss -O2 -fno-strict-aliasing -fno-common -std=gnu99 
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith 
-Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch 
-Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign 
-Wno-attributes -Wno-sign-compare --sysroot=/usr/src/obj/destdir.amiga -Damiga 
-DFPCOPROC -I. -I/usr/src/sys/../common/include -I/usr/src/sys/arch 
-I/usr/src/sys -nostdinc -DDRACO -DMAXUSERS=8 -D_KERNEL -D_KERNEL_OPT 
-std=gnu99 -I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/m68k/string 
-I/usr/src/sys/external/bsd/ipf -c /usr/src/sys/ddb/db_panic.c
In file included from ./m68k/cpu.h:74:0,
                 from ./machine/cpu.h:51,
                 from /usr/src/sys/sys/cpu.h:34,
                 from /usr/src/sys/ddb/db_panic.c:30:
./m68k/m68k.h:117:22: error: expected declaration specifiers or '...' before 
'u_int'
./m68k/m68k.h:118:36: error: expected declaration specifiers or '...' before 
'u_int'
./m68k/m68k.h:134:40: error: expected ')' before 'struct'
./m68k/m68k.h:143:6: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'ucas_ras_check'

*** Failed target:  db_panic.o
*** Failed command: echo '# ' "compile GENERIC/db_panic.o" && echo 
/usr/src/obj/tooldir.Darwin-12.2.0-x86_64/bin/m68k--netbsdelf-gcc -m68020-60 
-Wa,-m68030 -Wa,-m68851 -msoft-float -ffreestanding 
-fno-zero-initialized-in-bss -O2 -fno-strict-aliasing -fno-common -std=gnu99 
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith 
-Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wswitch 
-Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign 
-Wno-attributes -Wno-sign-compare --sysroot=/usr/src/obj/destdir.amiga -Damiga 
-DFPCOPROC -I. -I/usr/src/sys/../common/include -I/usr/src/sys/arch 
-I/usr/src/sys -nostdinc -DDRACO -DMAXUSERS=8 -D_KERNEL -D_KERNEL_OPT 
-std=gnu99 -I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/m68k/string 
-I/usr/src/sys/external/bsd/ipf -c /usr/src/sys/ddb/db_panic.c && 
/usr/src/obj/tooldir.Dar
 win-12.2.0-x86_64/bin/m68k--netbsdelf-gcc -m68020-60 -Wa,-m68030 -Wa,-m68851 
-msoft-float -ffreestanding -fno-zero-initialized-in-bss -O2 
-fno-strict-aliasing -fno-common -std=gnu99 -Werror -Wall -Wno-main 
-Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes 
-Wstrict-prototypes -Wold-style-definition -Wswitch -Wshadow -Wcast-qual 
-Wwrite-strings -Wno-unreachable-code -Wno-pointer-sign -Wno-attributes 
-Wno-sign-compare --sysroot=/usr/src/obj/destdir.amiga -Damiga -DFPCOPROC -I. 
-I/usr/src/sys/../common/include -I/usr/src/sys/arch -I/usr/src/sys -nostdinc 
-DDRACO -DMAXUSERS=8 -D_KERNEL -D_KERNEL_OPT -std=gnu99 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string 
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/m68k/string 
-I/usr/src/sys/external/bsd/ipf -c /usr/src/sys/ddb/db_panic.c && :
*** Error code 1

Stop.
nbmake: stopped in /usr/obj/sys/arch/amiga/compile/GENERIC

ERROR: Failed to make all in "/usr/src/sys/arch/amiga/compile/obj/GENERIC"
*** BUILD ABORTED ***

-Alain


Home | Main Index | Thread Index | Old Index