=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for gforth-0.7.3nb10
if test -r version && test x'0.7.3' = x`cat version` ; then true ; else echo 0.7.3 > version ; fi
echo ": version-string s\" 0.7.3\" ;" > kernel/version.fs
aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
cd . && autoheader
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
echo timestamp > ./stamp-h.in
sed -f mkdosmf.sed <Makefile.in >makefile.dos
sed -f mkdosmf.sed <engine/Makefile.in >engine/makefile.dos
sed -f mkos2mf.sed <Makefile.in >makefile.os2
sed -f mkos2mf.sed <engine/Makefile.in >engine/makefile.os2
echo '%.o:	%.c' >>makefile.os2
echo '		$(GCC) $(CFLAGS) $(CPPFLAGS) -c $<' >>makefile.os2
echo '%.o:	%.c' >>engine/makefile.os2
echo '		$(GCC) $(CFLAGS) $(CPPFLAGS) -c $<' >>engine/makefile.os2
cd . && autoconf
configure.in:46: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:46: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:46: the top level
configure.in:56: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:56: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:56: the top level
configure.in:89: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.in:89: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.in:89: the top level
configure.in:141: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.in:141: You should run autoupdate.
./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
configure.in:141: the top level
configure.in:199: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.in:199: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.in:199: the top level
configure.in:225: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals
./lib/autoconf/general.m4:3238: AC_LIBOBJ is expanded from...
configure.in:225: the top level
configure.in:255: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:255: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:255: the top level
configure.in:568: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:568: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:568: the top level
configure.in:576: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:576: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:576: the top level
configure.in:584: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:584: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:584: the top level
configure.in:592: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:592: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:592: the top level
configure.in:600: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:600: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:600: the top level
configure.in:608: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:608: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:608: the top level
configure.in:616: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:616: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:616: the top level
configure.in:622: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:622: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:622: the top level
configure.in:770: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.in:770: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.in:770: the top level
configure.in:815: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.in:815: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.in:815: the top level
configure.in:889: warning: The macro 'AC_DECL_SYS_SIGLIST' is obsolete.
configure.in:889: You should run autoupdate.
./lib/autoconf/specific.m4:40: AC_DECL_SYS_SIGLIST is expanded from...
configure.in:889: the top level
./config.status --recheck
./config.status
config.status: creating Makefile
config.status: creating Makedist
config.status: creating gforthmi
config.status: creating vmgen
config.status: creating machpc.fs
config.status: creating envos.fs
config.status: creating preforth
config.status: creating engine/Makefile
config.status: WARNING:  'engine/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating engine/libcc.h
config.status: creating doc/version.texi
config.status: creating build-ec
config.status: creating engine/config.h
config.status: executing stamp-h commands
if test -z ""; then  for i in -ll -noll; do /opt/pkg/bin/bmake optgforth OPT=$i && cp -p gforth${i} gforth && break; done;  else  ( cd engine && /opt/pkg/bin/bmake gforth ) &&  cp -p engine/gforth gforth &&  true gforth;  true;  /opt/pkg/bin/bmake checkone check-nofast ENGINE=./engine/gforth;  fi
/opt/pkg/bin/bmake gforth-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS=
./config.status --recheck
if test -z "-ll"; then  for i in -ll -noll; do /opt/pkg/bin/bmake optgforth OPT=$i && cp -p gforth${i} gforth-ll && break; done;  else  ( cd engine && /opt/pkg/bin/bmake gforth-ll ) &&  cp -p engine/gforth-ll gforth-ll &&  true gforth-ll;  true;  /opt/pkg/bin/bmake checkone check-nofast ENGINE=./engine/gforth-ll;  fi
cd .. && CONFIG_FILES=stamp-h CONFIG_HEADERS=engine/config.h ./config.status
config.status: creating stamp-h
config.status: creating engine/config.h
config.status: engine/config.h is unchanged
config.status: executing stamp-h commands
echo timestamp > stamp-h
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-ll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -DGFORTH_DEBUGGING  -o main-ll.o -c ./main.c
In file included from ./main.c:23:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
In file included from ./main.c:47:
./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
extern int getopt ();
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:509:6: note: conflicting prototype is here
int      getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
         ^
./main.c:252:12: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
const char const* const prim_names[]={
           ^
./main.c:696:2: warning: You can ignore the warnings about clobbered variables in gforth_go [-W#warnings]
#warning You can ignore the warnings about clobbered variables in gforth_go
 ^
5 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o io.o io.c
In file included from io.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
io.c:58:11: warning: 'alloca' macro redefined [-Wmacro-redefined]
#  define alloca __builtin_alloca
          ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/alloca.h:39:9: note: previous definition is here
#define alloca(size)    __alloca(size)
        ^
3 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o signals.o signals.c
In file included from signals.c:24:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o support-ll.o ./support.c
In file included from ./support.c:22:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
./support.c:82:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  struct passwd *getpwnam (), *user_entry;
                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/pwd.h:101:16: note: conflicting prototype is here
struct passwd   *getpwnam(const char *);
                 ^
3 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o pow10.o pow10.c
clang  -L/opt/pkg/lib engine-ll.o engine2-ll.o main-ll.o io.o signals.o support-ll.o  pow10.o  -lavcall -lffi -lltdl -lm -o gforth-ll
./config.status --recheck
./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 00000  End: 00000  DP: 00000 
user-region        Start: 01674  End: 01874  DP: 016A4 
dictionary         Start: 00100  End: 00100  DP: 08804 
return-stack       Start: 00000  End: 00000  DP: 00000 
data-stack         Start: 00000  End: 00000  DP: 00000 
tib-region         Start: 00000  End: 00000  DP: 00000 Saving to kernl16b.fi-
./preforth -p ".:~+:." -e 's" mach16l.fs"' ./kernel/main.fs -e "save-cross kernl16l.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 00000  End: 00000  DP: 00000 
user-region        Start: 01674  End: 01874  DP: 016A4 
dictionary         Start: 00100  End: 00100  DP: 08804 
return-stack       Start: 00000  End: 00000  DP: 00000 
data-stack         Start: 00000  End: 00000  DP: 00000 
tib-region         Start: 00000  End: 00000  DP: 00000 Saving to kernl16l.fi-
./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross kernl32b.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.1DC0  End: 0000.21C0  DP: 0000.1E20 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0000.DA38 
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to kernl32b.fi-
./preforth -p ".:~+:." -e 's" mach32l.fs"' ./kernel/main.fs -e "save-cross kernl32l.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.1DC0  End: 0000.21C0  DP: 0000.1E20 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0000.DA38 
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to kernl32l.fi-
./preforth -p ".:~+:." -e 's" mach64b.fs"' ./kernel/main.fs -e "save-cross kernl64b.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.3040  End: 0000.3840  DP: 0000.3100 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.8238 
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to kernl64b.fi-
./preforth -p ".:~+:." -e 's" mach64l.fs"' ./kernel/main.fs -e "save-cross kernl64l.fi- /opt/pkg/bin/gforth-0.7.3 bye"
redefined NIL  
Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.3040  End: 0000.3840  DP: 0000.3100 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.8238 
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to kernl64l.fi-
cp -p kernl64l.fi kernl64l.fi~
cp -p kernl64l.fi- kernl64l.fi
cd engine && /opt/pkg/bin/bmake gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DDOUBLY_INDIRECT -o engine-ditc-noll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -DDOUBLY_INDIRECT -o main-ditc-noll.o -c ./main.c
In file included from ./main.c:23:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
In file included from ./main.c:47:
./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
extern int getopt ();
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:509:6: note: conflicting prototype is here
int      getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
         ^
./main.c:696:2: warning: You can ignore the warnings about clobbered variables in gforth_go [-W#warnings]
#warning You can ignore the warnings about clobbered variables in gforth_go
 ^
./main.c:919:14: warning: function 'bsearch_next' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static Label bsearch_next(Label key, Label *a, UCell n)
             ^
5 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o support-noll.o ./support.c
In file included from ./support.c:22:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
./support.c:82:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  struct passwd *getpwnam (), *user_entry;
                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/pwd.h:101:16: note: conflicting prototype is here
struct passwd   *getpwnam(const char *);
                 ^
3 warnings generated.
clang -c  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o dblsub.o dblsub.c
In file included from dblsub.c:25:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -L/opt/pkg/lib engine-ditc-noll.o main-ditc-noll.o io.o signals.o support-noll.o  pow10.o dblsub.o -lavcall -lffi -lltdl -lm -o gforth-ditc-noll
cp -p engine/gforth-ditc-noll gforth-ditc
true
GFORTHD="./gforth-ditc -p .:." GFORTH="./gforth-ditc --die-on-signal -p .:. -i kernl64l.fi exboot.fs startup.fs" includedir=`pwd`/include bindir=`pwd` libccdir=`pwd`/lib/gforth/0.7.3/libcc-named/ ./gforthmi gforth.fi  --die-on-signal -p ".:~+:." -i kernl64l.fi exboot.fs startup.fs
data offset=98001C0 
code offset=98000D0 
  xt offset=98000B0 
       60        13280EA00        13C00EA00
       68        132812C00        13C012C00
       70        132816E00        13C016E00
       78        13281AC00        13C01AC00
     2F58        132812A00        13C012A00
     2F60        13281A938        13C01A938
     2F68        132816C00        13C016C00
     2F78        13281A868        13C01A868
     2F80        13281A860        13C01A860
     2F98     600000F08000     600003DDC070
    10C70        16B566440        16F60A440
    10CD8        16B5667D8        16F60A7D8
    11B80        134008200        13D808200
    13958        133904080        13D104080
    1CB00        132012340        13D817D40
    1CBA0        132009E00        13D80F800
    2BDB8        138050000        130008000
    3CAA0        13400B800        12B809800
grep -v '^#line ' ./engine/prim.i >engine/prim-s.i
./engine/gforth-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/other.fs -e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-ll -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/signals.fs -e bye
./engine/gforth-ll -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/coremore.fs test/gforth.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/gforth.out
./engine/gforth-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." prims2x.fs -e  "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c ' output-c-combined process-file bye"|  tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
./engine/gforth-ll -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/gforth-nofast.fs -e bye
redefined {  cd engine && /opt/pkg/bin/bmake gforth-itc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DINDIRECT_THREADED -DGFORTH_DEBUGGING -o engine-itc-noll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H  -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -DINDIRECT_THREADED -DGFORTH_DEBUGGING -o main-itc-noll.o -c ./main.c
In file included from ./main.c:23:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
In file included from ./main.c:47:
./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
extern int getopt ();
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:509:6: note: conflicting prototype is here
int      getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
         ^
./main.c:696:2: warning: You can ignore the warnings about clobbered variables in gforth_go [-W#warnings]
#warning You can ignore the warnings about clobbered variables in gforth_go
 ^
./main.c:919:14: warning: function 'bsearch_next' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static Label bsearch_next(Label key, Label *a, UCell n)
             ^
5 warnings generated.
clang  -L/opt/pkg/lib engine-itc-noll.o main-itc-noll.o io.o signals.o support-noll.o  pow10.o dblsub.o -lavcall -lffi -lltdl -lm -o gforth-itc-noll
cp -p engine/gforth-itc-noll gforth-itc
true
cp -p kernl16l.fi kernl16l.fi~
cp -p kernl16l.fi- kernl16l.fi
cp -p kernl16b.fi kernl16b.fi~
cp -p kernl16b.fi- kernl16b.fi
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cp -p kernl32b.fi kernl32b.fi~
cp -p kernl32b.fi- kernl32b.fi
cp -p kernl64b.fi kernl64b.fi~
cp -p kernl64b.fi- kernl64b.fi
(cd . && m4 -s -Dcondbranch_opt=1 -DSTACK_CACHE_FILE=cache-fast1.vmg -DSTACK_CACHE_REGS=cache-regs1.vmg prim) >prim-fast.b
sleep 1 #should make hpux-workaround unnecessary
GFORTH="./preforth -p ".:~+:."" ./gfgen -fast
if test -z ""; then  for i in -ll -noll; do /opt/pkg/bin/bmake optgforth-fast OPT=$i && cp -p gforth-fast${i} gforth-fast && break; done;  else  ( cd engine && /opt/pkg/bin/bmake gforth-fast ) &&  cp -p engine/gforth-fast gforth-fast &&  true gforth-fast;  true;  /opt/pkg/bin/bmake checkone ENGINE=./engine/gforth-fast;  fi
/opt/pkg/bin/bmake gforth-fast-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS=
./config.status --recheck
if test -z "-ll"; then  for i in -ll -noll; do /opt/pkg/bin/bmake optgforth-fast OPT=$i && cp -p gforth-fast${i} gforth-fast-ll && break; done;  else  ( cd engine && /opt/pkg/bin/bmake gforth-fast-ll ) &&  cp -p engine/gforth-fast-ll gforth-fast-ll &&  true gforth-fast-ll;  true;  /opt/pkg/bin/bmake checkone ENGINE=./engine/gforth-fast-ll;  fi
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -o engine-fast-ll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -fno-gcse -fno-strict-aliasing -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DENGINE=2 -o engine-fast2-ll.o -c ./engine.c
clang: warning: optimization flag '-fno-gcse' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-fno-reorder-blocks' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-labels=1' is not supported [-Wignored-optimization-argument]
clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument]
In file included from ./engine.c:28:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
2 warnings generated.
clang  -I./../arch/generic -I. -Wall -Dunix -pipe -Os -I/opt/pkg/include -no-cpp-precomp -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3"'  -I/opt/pkg/include -o main-fast-ll.o -c ./main.c
In file included from ./main.c:23:
./forth.h:279:2: warning: flush-icache probably will not work (see manual) [-W#warnings]
#warning flush-icache probably will not work (see manual)
 ^
./forth.h:281:2: warning: no FLUSH_ICACHE, turning off dynamic native code by default [-W#warnings]
#warning no FLUSH_ICACHE, turning off dynamic native code by default
 ^
In file included from ./main.c:47:
./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
extern int getopt ();
           ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:509:6: note: conflicting prototype is here
int      getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
         ^
./main.c:252:12: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
const char const* const prim_names[]={
           ^
./main.c:696:2: warning: You can ignore the warnings about clobbered variables in gforth_go [-W#warnings]
#warning You can ignore the warnings about clobbered variables in gforth_go
 ^
5 warnings generated.
clang  -L/opt/pkg/lib engine-fast-ll.o engine-fast2-ll.o main-fast-ll.o io.o signals.o support-ll.o  pow10.o  -lavcall -lffi -lltdl -lm -o gforth-fast-ll
./config.status --recheck
./engine/gforth-fast-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/tester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-fast-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/other.fs -e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-fast-ll -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/signals.fs -e bye
./engine/gforth-fast-ll -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." test/coremore.fs test/gforth.fs -e bye 2>&1 | tr -d '\015' | diff -c - ./test/gforth.out
./engine/gforth-fast-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-fast-ll --die-on-signal -p ".:/opt/pkg/lib/gforth/site-forth:/opt/pkg/share/gforth/site-forth:/opt/pkg/lib/gforth/0.7.3:/opt/pkg/share/gforth/0.7.3:." prims2x.fs -e  "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c ' output-c-combined process-file bye"|  tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
rm -rf lib/gforth/0.7.3/libcc-named/
for i in libffi.fs fflib.fs cstr.fs unix/socket.fs; do ./gforth -e "s\" `pwd`/lib/gforth/0.7.3/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" /opt/pkg/lib/gforth/0.7.3/libcc-named/\" ; is replace-rpath" ./$i -e bye; done
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/libffi.c:21:20: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    unsigned char *lp = gforth_LP;
                   ^    ~~~~~~~~~
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/libffi.c:28:42: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    gforth_engine((Xt *)ip, sp, rp1, fp, lp, gforth_UP);
                                         ^~
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/include/gforth/0.7.3/libcc.h:41:67: note: passing argument to parameter here
extern void *gforth_engine(void *, Cell *, Cell *, Float *, char *, char *);
                                                                  ^
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/libffi.c:34:15: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    gforth_LP = lp;
              ^ ~~
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/libffi.c:95:9: warning: 'ffi_prep_closure' is deprecated [-Wdeprecated-declarations]
  sp[2]=ffi_prep_closure1((void *)(sp[2]),(void *)(sp[1]),(void *)(sp[0]));
        ^
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/libffi.c:90:14: note: expanded from macro 'ffi_prep_closure1'
             ffi_prep_closure((ffi_closure *)a_closure, (ffi_cif *)a_cif, gforth_callback_ffi, (void *)a_ip)
             ^
/Users/pbulk/build/lang/gforth/work/.buildlink/include/ffi.h:363:18: note: 'ffi_prep_closure' has been explicitly marked deprecated here
  __attribute__((deprecated))
                 ^
4 warnings generated.
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/fflib.c:182:15: warning: incompatible function pointer types passing 'void (Xt *, void *)' (aka 'void (void ***, void *)') to parameter of type 'callback_function_t' (aka 'void (*)(void *, struct vacall_alist *)') [-Wincompatible-function-pointer-types]
  sp[0]=(Cell)alloc_callback1((void *)(sp[0]));
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/lang/gforth/work/gforth-0.7.3/lib/gforth/0.7.3/libcc-named/fflib.c:177:46: note: expanded from macro 'alloc_callback1'
#define alloc_callback1(a_ip) alloc_callback(gforth_callback_ffcall, (Xt *)a_ip)
                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/lang/gforth/work/.buildlink/include/callback.h:58:68: note: passing argument to parameter here
extern callback_t alloc_callback (callback_function_t /* ADDRESS */, void* /* DATA */);
                                                                   ^
1 warning generated.
ld: library 'callback' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

in file included from *OS command line*:-1
fflib.fs:136: libtool link failed
>>>end-c-library<<<
Backtrace:
$141004990 throw 
$1410409E0 c(abort") 
$141041330 compile-wrapper-function1 
/opt/pkg/bin/bmake checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1
/opt/pkg/bin/bmake checkone check-nofast ENGINE="./gforth-itc" >/dev/null 2>&1
/opt/pkg/bin/bmake checkone check-nofast ENGINE="./gforth-ditc" >/dev/null 2>&1
/opt/pkg/bin/bmake checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1
/opt/pkg/bin/bmake checkone check-nofast ENGINE="./gforth" >/dev/null 2>&1
/opt/pkg/bin/bmake checkone ENGINE="./gforth-fast" >/dev/null 2>&1
*** Check successful ***
./gforth-fast --diag -e bye
*** no performance problems ***
./gforth --die-on-signal -p ".:~+:." -i kernl64l.fi -e "s\" doc/doc.fd\"" doc/makedoc.fs except.fs startup.fs code.fs objects.fs oof.fs moofglos.fs regexp.fs fft.fs -e bye
redefined \G  redefined catch  redefined bind  redefined object  redefined interface  redefined method  redefined class  redefined end-class  redefined object  ./preforth -p ".:~+:." ds2texi.fs prims2x.fs -e "s\" ./prim.b\" ' register-doc ' noop process-file" doc/crossdoc.fd doc/doc.fd -e "s\" ./doc/gforth.ds\" r/o open-file throw ds2texi bye" >doc/gforth.texi-
cp -p doc/gforth.texi- doc/gforth.texi
rm doc/gforth.texi-
cd doc; makeinfo gforth.texi
gforth.texi:8657: encoding error at byte 0xb7
gforth.texi:8657: encoding error at byte 0xb7
gforth.texi:18435: encoding error at byte 0xfc
gforth.texi:18437: encoding error at byte 0xe4
gforth.texi:18437: encoding error at byte 0xfc
cd doc; makeinfo vmgen.texi