Port-vax archive

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

Current, native on netBSD-9.3



Didn't get very far, probably a glitch in the CVS?
CVS checkout few minutes ago ...
fresh install from NetBSD-vax-9.3.iso

HP801-VAX# ./build.sh -m vax distribution sets kernel=GENERIC
===> build.sh command:    ./build.sh -m vax distribution sets kernel=GENERIC
===> build.sh started:    Sun Feb 12 13:11:45 EST 2023
===> NetBSD version:      10.99.2
===> MACHINE:             vax
===> MACHINE_ARCH:        vax
===> Build platform:      NetBSD 9.3 vax
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for regex.h... yes
checking for poll.h... yes
checking for regfree in -lregex... no
checking for library containing regfree... none required
checking for setenv... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for vsnprintf... yes
configure: creating ./config.status
config.status: creating buildmake.sh
cc -D_PATH_DEFSYSPATH="/AD1_NFS/CURRENT/src/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /AD1_NFS/CURRENT/src/usr.bin/make/arch.c
[ ... some CC deleted ...]--------------------------------------------------
cc -D_PATH_DEFSYSPATH="/AD1_NFS/CURRENT/src/share/mk" -DDEFSHELL_CUSTOM="/bin/sh" -DHAVE_SETENV=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRFTIME=1 -DHAVE_VSNPRINTF=1 -O -c /AD1_NFS/CURRENT/src/usr.bin/make/strlist.c
In file included from /AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:47:0:
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h: In function 'bmake_malloc':
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:30:28: error: expected declaration specifiers before 'MAKE_ATTR_USE'
 void *bmake_malloc(size_t) MAKE_ATTR_USE;
                            ^~~~~~~~~~~~~
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:31:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAKE_ATTR_USE'
 void *bmake_realloc(void *, size_t) MAKE_ATTR_USE;
                                     ^~~~~~~~~~~~~
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:32:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAKE_ATTR_USE'
 char *bmake_strdup(const char *) MAKE_ATTR_USE;
                                  ^~~~~~~~~~~~~
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:33:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAKE_ATTR_USE'
 char *bmake_strldup(const char *, size_t) MAKE_ATTR_USE;
                                           ^~~~~~~~~~~~~
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:42:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAKE_ATTR_USE'
 char *bmake_strsedup(const char *, const char *) MAKE_ATTR_USE;
                                                  ^~~~~~~~~~~~~
/AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:51:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:59:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
/AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:74:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
 {
 ^
In file included from /AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:47:0:
/AD1_NFS/CURRENT/src/usr.bin/make/make_malloc.h:30:1: error: parameter name omitted
 void *bmake_malloc(size_t) MAKE_ATTR_USE;
 ^~~~
/AD1_NFS/CURRENT/src/usr.bin/make/strlist.c:93:1: error: expected '{' at end of input
 }
 ^

ERROR: Build of nbmake failed

*** BUILD ABORTED ***


Home | Main Index | Thread Index | Old Index