=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for gforth-0.7.0nb5 if test -r version && test x'0.7.0' = x`cat version` ; then true ; else echo 0.7.0 > version ; fi echo ": version-string s\" 0.7.0\" ;" > kernel/version.fs 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 if test -z ""; then for i in -ll-reg -ll; do /usr/pkg/bin/bmake optgforth OPT=$i && cp -p gforth${i} gforth && break; done; else ( cd engine && /usr/pkg/bin/bmake gforth ) && cp -p engine/gforth gforth && true gforth; true; /usr/pkg/bin/bmake checkone check-nofast ENGINE=./engine/gforth; fi /usr/pkg/bin/bmake gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS= if test -z "-ll-reg"; then for i in -ll-reg -ll; do /usr/pkg/bin/bmake optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; else ( cd engine && /usr/pkg/bin/bmake gforth-ll-reg ) && cp -p engine/gforth-ll-reg gforth-ll-reg && true gforth-ll-reg; true; /usr/pkg/bin/bmake 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 gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -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.0:/usr/pkg/share/gforth/0.7.0"' -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 -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-ll-reg.o -c ./engine.c In file included from ./engine.c:455: ./prim: In function 'gforth_engine': ./prim:2151: warning: implicit declaration of function 'ecvt' ./prim:2151: warning: assignment makes pointer from integer without a cast gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -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.0:/usr/pkg/share/gforth/0.7.0"' -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 -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll-reg.o -c ./engine.c In file included from ./engine.c:455: ./prim: In function 'gforth_engine2': ./prim:2151: warning: implicit declaration of function 'ecvt' ./prim:2151: warning: assignment makes pointer from integer without a cast gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -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.0:/usr/pkg/share/gforth/0.7.0"' -I/usr/pkg/include -I/usr/include -DGFORTH_DEBUGGING -o main-ll-reg.o -c ./main.c ./main.c: In function 'dict_alloc_read': ./main.c:614: warning: label 'read_image' defined but not used ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go ./main.c: At top level: ./main.c:500: warning: 'next_address' defined but not used ./main.c:501: warning: 'after_alloc' defined but not used gcc -c -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -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.0:/usr/pkg/share/gforth/0.7.0"' -I/usr/pkg/include -I/usr/include -o io.o io.c io.c:58:1: warning: "alloca" redefined In file included from /usr/pkgsrc/work/lang/gforth/work/.buildlink/include/libltdl/lt_system.h:35, from /usr/pkgsrc/work/lang/gforth/work/.buildlink/include/ltdl.h:36, from forth.h:28, from io.c:28: /usr/pkg.sav/gcc44/bin/../lib/gcc/i386-pc-minix/4.4.7/include-fixed/stdlib.h:267:1: warning: this is the location of the previous definition gcc -c -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -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.0:/usr/pkg/share/gforth/0.7.0"' -I/usr/pkg/include -I/usr/include -o signals.o signals.c signals.c: In function 'get_winsize': signals.c:216: error: storage size of 'size' isn't known signals.c:219: error: invalid application of 'sizeof' to incomplete type 'struct winsize' signals.c:216: warning: unused variable 'size' signals.c: In function 'install_signal_handlers': signals.c:415: warning: implicit declaration of function 'sigaltstack' *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0/engine ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /usr/pkg/bin/gforth-0.7.0 bye" You need to configure with a gforth in $PATH to build this part *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 /usr/pkg/bin/bmake gforth-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS= if test -z "-ll"; then for i in -ll-reg -ll; do /usr/pkg/bin/bmake optgforth OPT=$i && cp -p gforth${i} gforth-ll && break; done; else ( cd engine && /usr/pkg/bin/bmake gforth-ll ) && cp -p engine/gforth-ll gforth-ll && true gforth-ll; true; /usr/pkg/bin/bmake checkone check-nofast ENGINE=./engine/gforth-ll; fi gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.0:/usr/pkg/share/gforth/0.7.0"' -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 -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -o engine-ll.o -c ./engine.c In file included from ./engine.c:455: ./prim: In function 'gforth_engine': ./prim:2151: warning: implicit declaration of function 'ecvt' ./prim:2151: warning: assignment makes pointer from integer without a cast gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.0:/usr/pkg/share/gforth/0.7.0"' -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 -fno-defer-pop -fcaller-saves -fno-inline -DGFORTH_DEBUGGING -DENGINE=2 -o engine2-ll.o -c ./engine.c In file included from ./engine.c:455: ./prim: In function 'gforth_engine2': ./prim:2151: warning: implicit declaration of function 'ecvt' ./prim:2151: warning: assignment makes pointer from integer without a cast gcc -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.0:/usr/pkg/share/gforth/0.7.0"' -I/usr/pkg/include -I/usr/include -DGFORTH_DEBUGGING -o main-ll.o -c ./main.c ./main.c: In function 'dict_alloc_read': ./main.c:614: warning: label 'read_image' defined but not used ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go ./main.c: At top level: ./main.c:500: warning: 'next_address' defined but not used ./main.c:501: warning: 'after_alloc' defined but not used gcc -c -I./../arch/386 -I. -Wall -Wno-error -Dunix -march=i586 -I/usr/pkg/include -I/usr/include -fomit-frame-pointer -fforce-addr -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/pkg/lib/gforth/site-forth:/usr/pkg/share/gforth/site-forth:/usr/pkg/lib/gforth/0.7.0:/usr/pkg/share/gforth/0.7.0"' -I/usr/pkg/include -I/usr/include -o signals.o signals.c signals.c: In function 'get_winsize': signals.c:216: error: storage size of 'size' isn't known signals.c:219: error: invalid application of 'sizeof' to incomplete type 'struct winsize' signals.c:216: warning: unused variable 'size' signals.c: In function 'install_signal_handlers': signals.c:415: warning: implicit declaration of function 'sigaltstack' *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0/engine ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /usr/pkg/bin/gforth-0.7.0 bye" You need to configure with a gforth in $PATH to build this part *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/lang/gforth/work/gforth-0.7.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/gforth *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/gforth