Subject: ULTRA1_no-compilation_ver.c
To: None <port-sparc64@netbsd.org>
From: Malebe <malebe@numericable.fr>
List: port-sparc64
Date: 12/19/2005 23:04:53
--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hello,
It think that /usr/src/sys/newvers.sh have an error.
(see my attach file)
regards,
--
Malebe
PGP FPR: 6A7B E0FC EADC DECD 2787 39F5 B9DD EF04 AB9B 56E8
--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="prb_compile_sparc64.asc"
[...]
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.a' is up to date.
# create vers.c
sh ../../../../conf/newvers.sh
# compile ULTRA010_make64/vers.o
cc -mcmodel=medlow -mno-fpu -ffreestanding -g -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -fno-zero-initialized-in-bss -Dsparc64 -D__sparc64__ -D_LP64 -Wa,-Av9a -I. -I../../../../arch -I../../../.. -nostdinc -DMAXUSERS=4 -D_KERNEL -D_KERNEL_OPT -I../../../../dist/ipf -c vers.c
vers.c:19:1: missing terminating " character
*** Error code 1
Stop.
make: stopped in /usr/src/sys/arch/sparc64/compile/ULTRA010_make64
see my corrective (and compile fine):
78,79c78,79
< const char copyright[] =
< ${copyright}"
---
> const char copyright[] =
> ${copyright}
--mYCpIKhGyMATD0i+--