=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for gforth-0.7.3nb5 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' configure.in:225: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals ../../lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:225: the top level cd . && autoheader configure.in:225: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals ../../lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:225: the top level echo timestamp > ./stamp-h.in sed -f mkdosmf.sed makefile.dos sed -f mkdosmf.sed engine/makefile.dos sed -f mkos2mf.sed makefile.os2 sed -f mkos2mf.sed 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:225: warning: AC_LIBOBJ(../$arm_cacheflush): you should use literals ../../lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from... configure.in:225: 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: engine/config.h is unchanged config.status: executing stamp-h commands if test -z ""; then for i in -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth && break; done; else ( cd engine && /usr/bin/make gforth ) && cp -p engine/gforth gforth && true gforth; true; /usr/bin/make checkone check-nofast ENGINE=./engine/gforth; fi /usr/bin/make gforth-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS= ./config.status --recheck if test -z "-ll"; then for i in -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth-ll && break; done; else ( cd engine && /usr/bin/make gforth-ll ) && cp -p engine/gforth-ll gforth-ll && true gforth-ll; true; /usr/bin/make 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 gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-ll.o -c ./engine.c In file included from ./engine.c:28:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ In file included from ./engine.c:455:0: prim: In function 'gforth_engine': prim:2157:5: warning: implicit declaration of function 'ecvt'; did you mean 'exit'? [-Wimplicit-function-declaration] prim:2157:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll.o -c ./engine.c In file included from ./engine.c:28:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ In file included from ./engine.c:455:0: prim: In function 'gforth_engine2': prim:2157:5: warning: implicit declaration of function 'ecvt'; did you mean 'exit'? [-Wimplicit-function-declaration] prim:2157:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -DGFORTH_DEBUGGING -o main-ll.o -c ./main.c In file included from ./main.c:23:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] #warning You can ignore the warnings about clobbered variables in gforth_go ^~~~~~~ ./main.c:252:12: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o io.o io.c In file included from io.c:28:0: forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o signals.o signals.c In file included from signals.c:24:0: forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o support-ll.o ./support.c In file included from ./support.c:22:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ ./support.c: In function 'smdiv': ./support.c:740:9: warning: variable 'l' set but not used [-Wunused-but-set-variable] gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o pow10.o pow10.c gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o ecvt.o ecvt.c gcc -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-export-dynamic engine-ll.o engine2-ll.o main-ll.o io.o signals.o support-ll.o pow10.o ecvt.o -lavcall -lffi -lltdl -lm -o gforth-ll ld: engine-ll.o: in function `gforth_engine': engine.c:(.text+0x3bb8): undefined reference to `__floattidf' ld: engine2-ll.o: in function `gforth_engine2': engine.c:(.text+0x79a4): undefined reference to `__floattidf' ld: support-ll.o: in function `double2ll': support.c:(.text+0x40c): undefined reference to `__fixdfti' distcc[4935] ERROR: compile (null) on localhost failed *** Error code 1 Stop. make[3]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3/engine ./config.status --recheck ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /usr/pkg/bin/gforth-0.7.3 bye" You need to configure with a gforth in $PATH to build this part *** Error code 1 Stop. make[3]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 /usr/bin/make gforth-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o ./config.status --recheck if test -z "-noll"; then for i in -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth-noll && break; done; else ( cd engine && /usr/bin/make gforth-noll ) && cp -p engine/gforth-noll gforth-noll && true gforth-noll; true; /usr/bin/make checkone check-nofast ENGINE=./engine/gforth-noll; fi gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-noll.o -c ./engine.c In file included from ./engine.c:28:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ In file included from ./engine.c:455:0: prim: In function 'gforth_engine': prim:2157:5: warning: implicit declaration of function 'ecvt'; did you mean 'exit'? [-Wimplicit-function-declaration] prim:2157:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-noll.o -c ./engine.c In file included from ./engine.c:28:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ In file included from ./engine.c:455:0: prim: In function 'gforth_engine2': prim:2157:5: warning: implicit declaration of function 'ecvt'; did you mean 'exit'? [-Wimplicit-function-declaration] prim:2157:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -DGFORTH_DEBUGGING -o main-noll.o -c ./main.c In file included from ./main.c:23:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] #warning You can ignore the warnings about clobbered variables in gforth_go ^~~~~~~ ./main.c:252:12: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o support-noll.o ./support.c In file included from ./support.c:22:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ ./support.c: In function 'smdiv': ./support.c:740:9: warning: variable 'l' set but not used [-Wunused-but-set-variable] gcc -c -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -o dblsub.o dblsub.c In file included from dblsub.c:25:0: forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ gcc -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-export-dynamic engine-noll.o engine2-noll.o main-noll.o io.o signals.o support-noll.o pow10.o ecvt.o dblsub.o -lavcall -lffi -lltdl -lm -o gforth-noll ./config.status --recheck ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /usr/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- /usr/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- /usr/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- /usr/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- /usr/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- /usr/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 && /usr/bin/make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -fno-gcse -fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DDOUBLY_INDIRECT -o engine-ditc-noll.o -c ./engine.c In file included from ./engine.c:28:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ In file included from ./engine.c:455:0: prim: In function 'gforth_engine': prim:2157:5: warning: implicit declaration of function 'ecvt'; did you mean 'exit'? [-Wimplicit-function-declaration] prim:2157:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion] gcc -I./../arch/generic -I. -Wall -O2 -fomit-frame-pointer -Dunix -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3"' -I/usr/pkg/include -I/usr/include -DDOUBLY_INDIRECT -o main-ditc-noll.o -c ./main.c In file included from ./main.c:23:0: ./forth.h:279:2: warning: #warning flush-icache probably will not work (see manual) [-Wcpp] #warning flush-icache probably will not work (see manual) ^~~~~~~ ./forth.h:281:2: warning: #warning no FLUSH_ICACHE, turning off dynamic native code by default [-Wcpp] #warning no FLUSH_ICACHE, turning off dynamic native code by default ^~~~~~~ ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] #warning You can ignore the warnings about clobbered variables in gforth_go ^~~~~~~ ./main.c:919:14: warning: 'bsearch_next' defined but not used [-Wunused-function] gcc -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-export-dynamic engine-ditc-noll.o main-ditc-noll.o io.o signals.o support-noll.o pow10.o ecvt.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=C1F85FFFFC0 code offset=C1F860C00D0 xt offset=C1F861200B0 60 F208B985FCC0 FE283F925100 68 F208B9859EC0 FE283F91FEC0 70 F208B9854940 FE283F91A8C0 78 F208B984F880 FE283F915640 2F58 F208B9863CC0 FE283F929100 2F60 F208B9858478 FE283F91E3F8 2F68 F208B985DEC0 FE283F923EC0 2F78 F208B98583A8 FE283F91E328 2F80 F208B98583A0 FE283F91E320 2F98 F208B9823070 FE283F8E9070 10C70 FFFFFF8556F0 FFFFFF854500 10CD8 FFFFFF855848 FFFFFF854658 11B80 F208B982B400 FE283F8F1400 13958 F208B97DD000 FE283F8A3000 1CB00 F208B980CE40 FE283F8D3380 1CBA0 F208B9816FC0 FE283F8DCF00 27DD0 F208B9A7FB88 FE283FB3FB88 2BDB8 F208B97EE640 FE283F8B40C0 3CAA0 F208B982C300 FE283F8F2300 grep -v '^#line ' ./engine/prim.i >engine/prim-s.i ./engine/gforth-noll --die-on-signal -p ".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/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-noll --die-on-signal -p ".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.3:/usr/pkg/share/gforth/0.7.3:." test/other.fs -e bye Segmentation fault. *** Error code 139 Stop. make[3]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/lang/gforth/work.aarch64/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/lang/gforth *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/gforth