=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gforth-0.7.3nb3 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-reg -noll-reg -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-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS= ./config.status --recheck if test -z "-ll-reg"; then for i in -ll-reg -noll-reg -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; else ( cd engine && /usr/bin/make gforth-ll-reg ) && cp -p engine/gforth-ll-reg gforth-ll-reg && true gforth-ll-reg; true; /usr/bin/make checkone check-nofast ENGINE=./engine/gforth-ll-reg; 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/amd64 -I. -Wall -O2 -Dunix -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -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-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-ll-reg.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-loops=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:455: prim:2157:5: warning: implicit declaration of function 'ecvt' is invalid in C99 [-Wimplicit-function-declaration] sig=ecvt(r, u, &decpt, &flag); ^ prim:2157:4: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] sig=ecvt(r, u, &decpt, &flag); ^~~~~~~~~~~~~~~~~~~~~~~~~~ clang: Error opening elf file: Resource exhaustion 0x10a462fd0 <__sigaddset14+0x20ce0> at /usr/bin/clang Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple x86_64--netbsd -emit-obj -disable-free -main-file-name engine.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 1 -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /data/scratch/lang/gforth/work/gforth-0.7.3/engine/engine-ll-reg.gcno -resource-dir /usr/lib/clang/5.0.0 -I ./../arch/amd64 -I . -D unix -I /data/scratch/lang/gforth/work/.buildlink/include -D HAVE_CONFIG_H -D FORCE_LL -D FORCE_REG -D DEFAULTPATH=".:/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" -D GFORTH_DEBUGGING -O2 -Wall -fdebug-compilation-dir /data/scratch/lang/gforth/work/gforth-0.7.3/engine -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o engine-ll-reg.o -x c ./engine.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module './engine.c'. 4. Running pass 'Eliminate PHI nodes for register allocation' on function '@gforth_engine' clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (branches/release_50 r312559) Target: x86_64--netbsd Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. 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-loops=1' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument] clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/tmp/engine-87fb83.c clang: note: diagnostic msg: /var/tmp/engine-87fb83.sh clang: note: diagnostic msg: ******************** *** Error code 254 Stop. make[3]: stopped in /data/scratch/lang/gforth/work/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 /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 /usr/bin/make gforth-noll-reg OPT=-noll-reg OPTDEFINES=-DFORCE_REG OPTOBJECTS=dblsub.o ./config.status --recheck if test -z "-noll-reg"; then for i in -ll-reg -noll-reg -ll -noll; do /usr/bin/make optgforth OPT=$i && cp -p gforth${i} gforth-noll-reg && break; done; else ( cd engine && /usr/bin/make gforth-noll-reg ) && cp -p engine/gforth-noll-reg gforth-noll-reg && true gforth-noll-reg; true; /usr/bin/make checkone check-nofast ENGINE=./engine/gforth-noll-reg; fi clang -I./../arch/amd64 -I. -Wall -O2 -Dunix -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -DFORCE_REG -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-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-noll-reg.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-loops=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:455: prim:2157:5: warning: implicit declaration of function 'ecvt' is invalid in C99 [-Wimplicit-function-declaration] sig=ecvt(r, u, &decpt, &flag); ^ prim:2157:4: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] sig=ecvt(r, u, &decpt, &flag); ^~~~~~~~~~~~~~~~~~~~~~~~~~ clang: Error opening elf file: Resource exhaustion 0x1a4862fd0 <__sigaddset14+0x20ce0> at /usr/bin/clang Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple x86_64--netbsd -emit-obj -disable-free -main-file-name engine.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 1 -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /data/scratch/lang/gforth/work/gforth-0.7.3/engine/engine-noll-reg.gcno -resource-dir /usr/lib/clang/5.0.0 -I ./../arch/amd64 -I . -D unix -I /data/scratch/lang/gforth/work/.buildlink/include -D HAVE_CONFIG_H -D FORCE_REG -D DEFAULTPATH=".:/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" -D GFORTH_DEBUGGING -O2 -Wall -fdebug-compilation-dir /data/scratch/lang/gforth/work/gforth-0.7.3/engine -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o engine-noll-reg.o -x c ./engine.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module './engine.c'. 4. Running pass 'Eliminate PHI nodes for register allocation' on function '@gforth_engine' clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (branches/release_50 r312559) Target: x86_64--netbsd Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. 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-loops=1' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument] clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/tmp/engine-c0be23.c clang: note: diagnostic msg: /var/tmp/engine-c0be23.sh clang: note: diagnostic msg: ******************** *** Error code 254 Stop. make[3]: stopped in /data/scratch/lang/gforth/work/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 /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 /usr/bin/make gforth-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS= ./config.status --recheck if test -z "-ll"; then for i in -ll-reg -noll-reg -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 clang -I./../arch/amd64 -I. -Wall -O2 -Dunix -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-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-loops=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:455: prim:2157:5: warning: implicit declaration of function 'ecvt' is invalid in C99 [-Wimplicit-function-declaration] sig=ecvt(r, u, &decpt, &flag); ^ prim:2157:4: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] sig=ecvt(r, u, &decpt, &flag); ^~~~~~~~~~~~~~~~~~~~~~~~~~ clang: Error opening elf file: Resource exhaustion 0xb5c62fd0 <__sigaddset14+0x20ce0> at /usr/bin/clang Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple x86_64--netbsd -emit-obj -disable-free -main-file-name engine.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 1 -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /data/scratch/lang/gforth/work/gforth-0.7.3/engine/engine-ll.gcno -resource-dir /usr/lib/clang/5.0.0 -I ./../arch/amd64 -I . -D unix -I /data/scratch/lang/gforth/work/.buildlink/include -D HAVE_CONFIG_H -D FORCE_LL -D DEFAULTPATH=".:/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" -D GFORTH_DEBUGGING -O2 -Wall -fdebug-compilation-dir /data/scratch/lang/gforth/work/gforth-0.7.3/engine -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o engine-ll.o -x c ./engine.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module './engine.c'. 4. Running pass 'Eliminate PHI nodes for register allocation' on function '@gforth_engine' clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (branches/release_50 r312559) Target: x86_64--netbsd Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. 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-loops=1' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument] clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/tmp/engine-ed4d70.c clang: note: diagnostic msg: /var/tmp/engine-ed4d70.sh clang: note: diagnostic msg: ******************** *** Error code 254 Stop. make[3]: stopped in /data/scratch/lang/gforth/work/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 /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /data/scratch/lang/gforth/work/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-reg -noll-reg -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 clang -I./../arch/amd64 -I. -Wall -O2 -Dunix -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-reorder-blocks -falign-labels=1 -falign-loops=1 -falign-jumps=1 -DGFORTH_DEBUGGING -o engine-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-loops=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:455: prim:2157:5: warning: implicit declaration of function 'ecvt' is invalid in C99 [-Wimplicit-function-declaration] sig=ecvt(r, u, &decpt, &flag); ^ prim:2157:4: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] sig=ecvt(r, u, &decpt, &flag); ^~~~~~~~~~~~~~~~~~~~~~~~~~ clang: Error opening elf file: Resource exhaustion 0x1f0c62fd0 <__sigaddset14+0x20ce0> at /usr/bin/clang Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple x86_64--netbsd -emit-obj -disable-free -main-file-name engine.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 1 -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /data/scratch/lang/gforth/work/gforth-0.7.3/engine/engine-noll.gcno -resource-dir /usr/lib/clang/5.0.0 -I ./../arch/amd64 -I . -D unix -I /data/scratch/lang/gforth/work/.buildlink/include -D HAVE_CONFIG_H -D DEFAULTPATH=".:/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" -D GFORTH_DEBUGGING -O2 -Wall -fdebug-compilation-dir /data/scratch/lang/gforth/work/gforth-0.7.3/engine -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fobjc-runtime=gnustep -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o engine-noll.o -x c ./engine.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module './engine.c'. 4. Running pass 'Eliminate PHI nodes for register allocation' on function '@gforth_engine' clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (branches/release_50 r312559) Target: x86_64--netbsd Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. 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-loops=1' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-falign-jumps=1' is not supported [-Wignored-optimization-argument] clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/tmp/engine-86d3de.c clang: note: diagnostic msg: /var/tmp/engine-86d3de.sh clang: note: diagnostic msg: ******************** *** Error code 254 Stop. make[3]: stopped in /data/scratch/lang/gforth/work/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 /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[2]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make: stopped in /data/scratch/lang/gforth/work/gforth-0.7.3 *** Error code 1 Stop. make[1]: stopped in /data/pkgsrc/lang/gforth *** Error code 1 Stop. make: stopped in /data/pkgsrc/lang/gforth