Re: vm_thread_new: kstack allocation failed with many ZFS FS and NFSD

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Vogt <freebsdlists@...>
Cc: <freebsd-fs@...>, <current@...>
Date: Saturday, March 15, 2008 - 1:25 am

Kris Kennaway wrote:
It does not compile for me.

With acpi removed:
MAKE=make sh /usr/src/sys/conf/newvers.sh NFSD1
cc -c -O2 -frename-registers -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 -nostdinc  -I. -I/usr/src/sys 
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS 
-include opt_global.h -fno-common -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000  
-mcmodel=kernel -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx 
-mno-3dnow  -msoft-float -fno-asynchronous-unwind-tables -ffreestanding 
-Werror  vers.c
linking kernel
locore.o(.text+0x19): In function `btext':
: relocation truncated to fit: R_X86_64_32S .bss
rijndael-alg-fst.o(.text+0xc0): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0xd0): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0xe1): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0xf2): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x105): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x1ce): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x1da): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x1e8): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x209): In function `rijndaelKeySetupEnc':
: relocation truncated to fit: R_X86_64_32S .rodata
rijndael-alg-fst.o(.text+0x213): In function `rijndaelKeySetupEnc':
: additional relocation overflows omitted from the output
*** Error code 1

Stop in /usr/obj/usr/src/sys/NFSD1.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
nfsd1#


With acpi in the kernel config it just fails on it, same type of 
R_X86_64_32S error i believe


_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: vm_thread_new: kstack allocation failed with many ZFS FS..., Ender, (Sat Mar 15, 1:25 am)
Re: vm_thread_new: kstack allocation failed with many ZFS FS..., Zaphod Beeblebrox, (Mon Mar 10, 9:13 pm)