* Package: dev-lang/gforth-0.7.0 * Repository: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: abi_x86_32 elibc_glibc kernel_linux userland_GNU x86 * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking gforth-0.7.0.tar.gz to /var/tmp/portage/dev-lang/gforth-0.7.0/work * Applying gforth-0.7.0-make-elc.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/dev-lang/gforth-0.7.0/work >>> Compiling source in /var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0 ... * econf: updating gforth-0.7.0/config.sub with /usr/share/gnuconfig/config.sub * econf: updating gforth-0.7.0/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-lispdir checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether to use two dispatches per conditional branch... 1 checking make type... GNU Make checking whether the linker accepts -export-dynamic... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu Check for arch/386//gforth.ld (false) checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for char *... yes checking size of char *... 4 checking for void *... yes checking size of void *... 4 checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for intptr_t... yes checking size of intptr_t... 4 checking for int128_t... no checking size of int128_t... 0 checking for uint128_t... no checking size of uint128_t... 0 checking for a C type for cells... int checking for a C type for wydes... short checking for a C type for tetrabytes... int checking for a C type for double-cells... long long checking for a C type for unsigned double-cells... unsigned long long checking for off_t... yes checking for off_t... (cached) yes checking size of off_t... 8 checking if i686-pc-linux-gnu-gcc understands -fno-gcse... yes checking if i686-pc-linux-gnu-gcc understands -fno-strict-aliasing... yes checking if i686-pc-linux-gnu-gcc understands -fno-crossjumping... yes checking if i686-pc-linux-gnu-gcc understands -fno-reorder-blocks... yes checking if i686-pc-linux-gnu-gcc understands -falign-labels=1... yes checking if i686-pc-linux-gnu-gcc understands -falign-loops=1... yes checking if i686-pc-linux-gnu-gcc understands -falign-jumps=1... yes checking how to suppress 'unused variable' warnings... __attribute__((unused)) checking how to invoke m4... m4 -s checking for gforth... echo "You need to configure with a gforth in \$PATH to build this part" && false checking for ./arch/386/asm.fs... yes checking for ./arch/386/disasm.fs... yes checking for install-info... /usr/bin/install-info checking for chcon... chcon -t unconfined_execmem_exec_t checking whether byte ordering is bigendian... no checking if and how we can waste code space... .skip 16 checking if and how we can do comments in asm statements... "# " checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking for texi2dvi4a2ps... no checking for texi2dvi... texi2dvi checking for glibtool... no checking for libtool... libtool checking for asin in -lm... yes checking for lt_dlinit in -lltdl... yes checking ffi.h usability... no checking ffi.h presence... no checking for ffi.h... no checking ffi/ffi.h usability... no checking ffi/ffi.h presence... no checking for ffi/ffi.h... no checking for ffi_call in -lffi... yes checking for __builtin_avcall in -lavcall... yes checking for working memcmp... yes checking for memmove... yes checking for strtoul... yes checking for pow10... yes checking for strerror... yes checking for strsignal... yes checking for atanh... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for ftello... yes checking for dlopen... no checking for sys_siglist... yes checking for getrusage... yes checking for nanosleep... yes checking for stack_t... yes checking whether sys_siglist is declared... yes checking for getopt_long... yes checking for expm1... yes checking for log1p... yes checking for rint... yes checking for ecvt... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for working POSIX fnmatch... yes checking for mmap... yes checking for sysconf... yes checking for getpagesize... yes checking for wcwidth... yes checking for emacs... emacs checking where .elc files should go... no configure: creating ./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: 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 mkdir -p -- include/gforth/0.7.0 make -j3 -j1 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 make optgforth OPT=$i && cp -p gforth${i} gforth && break; done; \ else \ ( cd engine && make gforth ) && \ cp -p engine/gforth gforth && \ chcon -t unconfined_execmem_exec_t gforth; \ true; \ make checkone check-nofast ENGINE=./engine/gforth; \ fi make[1]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS= make[2]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' if test -z "-ll-reg"; then \ for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; \ else \ ( cd engine && make gforth-ll-reg ) && \ cp -p engine/gforth-ll-reg gforth-ll-reg && \ chcon -t unconfined_execmem_exec_t gforth-ll-reg; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \ fi make[3]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' 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 i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -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:0: prim.i: In function ‘gforth_engine’: prim.i:614:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:613:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2406:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2442:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2441:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2482:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:2481:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] prim.i:2480:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2479:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2979:6: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6235:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6365:7: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6397:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6431:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6607:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6753:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6752:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6825:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:6824:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6959:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6958:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:8165:7: warning: variable ‘u’ set but not used [-Wunused-but-set-variable] prim.i:8164:8: warning: variable ‘c_addr’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11124:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11223:7: warning: variable ‘r2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11296:7: warning: variable ‘r1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13795:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13829:8: warning: variable ‘a_callee’ set but not used [-Wunused-but-set-variable] i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -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:0: prim.i: In function ‘gforth_engine2’: prim.i:614:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:613:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2406:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2442:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2441:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2482:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:2481:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] prim.i:2480:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2479:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2979:6: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6235:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6365:7: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6397:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6431:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6607:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6753:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6752:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6825:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:6824:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6959:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6958:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:8165:7: warning: variable ‘u’ set but not used [-Wunused-but-set-variable] prim.i:8164:8: warning: variable ‘c_addr’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11124:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11223:7: warning: variable ‘r2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11296:7: warning: variable ‘r1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13795:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13829:8: warning: variable ‘a_callee’ set but not used [-Wunused-but-set-variable] i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -DGFORTH_DEBUGGING -o main-ll-reg.o -c ./main.c ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] ./main.c: In function ‘gforth_loader’: ./main.c:1898:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c:1922:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c: In function ‘dict_alloc_read’: ./main.c:616:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o io.o io.c io.c:58:0: warning: "alloca" redefined [enabled by default] In file included from /usr/include/stdlib.h:491:0, from /usr/include/libltdl/lt_system.h:35, from /usr/include/ltdl.h:36, from forth.h:28, from io.c:28: /usr/include/alloca.h:35:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o signals.o signals.c i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o support-ll-reg.o ./support.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -export-dynamic engine-ll-reg.o engine2-ll-reg.o main-ll-reg.o io.o signals.o support-ll-reg.o -lavcall -lffi -lltdl -lm -o gforth-ll-reg make[3]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' chcon: failed to get security context of ‘gforth-ll-reg’: Operation not supported make[3]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' ./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross kernl16b.fi- /usr/bin/gforth-0.7.0 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/bin/gforth-0.7.0 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/bin/gforth-0.7.0 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: 0040.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/bin/gforth-0.7.0 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: 0040.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/bin/gforth-0.7.0 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: 0040.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/bin/gforth-0.7.0 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: 0040.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 kernl32l.fi kernl32l.fi~ cp -p kernl32l.fi- kernl32l.fi cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o make[4]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -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 -DDOUBLY_INDIRECT -o engine-ditc-noll.o -c ./engine.c In file included from ./engine.c:455:0: prim.i: In function ‘gforth_engine’: prim.i:614:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:613:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2406:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2442:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2441:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2482:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:2481:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] prim.i:2480:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2479:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2979:6: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6235:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6365:7: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6397:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6431:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6607:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6753:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6752:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6825:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:6824:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6959:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6958:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:8165:7: warning: variable ‘u’ set but not used [-Wunused-but-set-variable] prim.i:8164:8: warning: variable ‘c_addr’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11124:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11223:7: warning: variable ‘r2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11296:7: warning: variable ‘r1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13795:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13829:8: warning: variable ‘a_callee’ set but not used [-Wunused-but-set-variable] i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -DDOUBLY_INDIRECT -o main-ditc-noll.o -c ./main.c ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] ./main.c:919:14: warning: ‘bsearch_next’ defined but not used [-Wunused-function] ./main.c: In function ‘gforth_loader’: ./main.c:1898:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c:1922:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c: In function ‘dict_alloc_read’: ./main.c:616:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o support-noll.o ./support.c i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o dblsub.o dblsub.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -export-dynamic engine-ditc-noll.o main-ditc-noll.o io.o signals.o support-noll.o dblsub.o -lavcall -lffi -lltdl -lm -o gforth-ditc-noll make[4]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' cp -p engine/gforth-ditc-noll gforth-ditc true GFORTHD="./gforth-ditc -p .:." GFORTH="./gforth-ditc --die-on-signal -p .:. -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs arch/386/disasm.fs" includedir=`pwd`/include bindir=`pwd` libccdir=`pwd`/lib/gforth/0.7.0/libcc-named/ ./gforthmi gforth.fi --die-on-signal -p ".:~+:." -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs arch/386/disasm.fs redefined w@ redefined w@ redefined w@ data offset=-19F20 »code offset=-1A1BF98 » xt offset=-1A1BFA8 » 30 B707A000 B7060000» 34 B707F000 B7065000» 38 B7084000 B706A000» 3C B7089000 B706F000» 1CCC B707E000 B7064000» 1CD0 B7087B9C B706DB9C» 1CD4 B7083000 B7069000» 1CDC B7087B34 B706DB34» 1CE0 B7087B30 B706DB30» 1CEC A06B1A8 864F1A8» 2D40 B768DA20 B7673A20» 2D60 B768DAC0 B7673AC0» 970C BFFB5CE8 BF8C0FF8» 9748 BFFB5E34 BF8C1144» 9F88 A072370 8656370» B1AC A082718 8666718» 10478 A083748 8667748» 104D8 A073EB0 8657EB0» 16D38 A073568 8657568» 19060 A07A300 865E300» 22208 A082B50 8666B50»grep -v '^#line ' ./engine/prim.i >engine/prim-s.i ./engine/gforth-ll-reg --die-on-signal -p ".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0:." 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 *** - 2013-11-12 13:20:46.112163755 -0500 --- ./test/coretest.out 2006-10-22 12:54:01.000000000 -0400 *************** *** 1 **** ! redefined { redefined GDX YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:ý !"#$%&'()*+,-./0123456789:;<=>?@ýABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ýabcdefghijklmnopqrstuvwxyz{|}~ýYOU SHOULD SEE 0-9 SEPARATED BY A SPACE:ý0 1 2 3 4 5 6 7 8 9 ýYOU SHOULD SEE 0-9 (WITH NO SPACES):ý0123456789ýYOU SHOULD SEE A-G SEPARATED BY A SPACE:ýA B C D E F G ýYOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES:ý0 1 2 3 4 5 ýYOU SHOULD SEE TWO SEPARATE LINES:ýLINE 1ýLINE 2ýyou should see this first. ýyou should see this later. ý \ No newline at end of file --- 1,17 ---- ! redefined { redefined GDX YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS: ! !"#$%&'()*+,-./0123456789:;<=>?@ ! ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_` ! abcdefghijklmnopqrstuvwxyz{|}~ ! YOU SHOULD SEE 0-9 SEPARATED BY A SPACE: ! 0 1 2 3 4 5 6 7 8 9 ! YOU SHOULD SEE 0-9 (WITH NO SPACES): ! 0123456789 ! YOU SHOULD SEE A-G SEPARATED BY A SPACE: ! A B C D E F G ! YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES: ! 0 1 2 3 4 5 ! YOU SHOULD SEE TWO SEPARATE LINES: ! LINE 1 ! LINE 2 ! you should see this first. ! you should see this later. make[3]: *** [checkone] Error 1 make[3]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make[2]: *** [gforth-ll-reg] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make[1]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make gforth-ll OPT=-ll OPTDEFINES=-DFORCE_LL OPTOBJECTS= make[2]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' if test -z "-ll"; then \ for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p gforth${i} gforth-ll && break; done; \ else \ ( cd engine && make gforth-ll ) && \ cp -p engine/gforth-ll gforth-ll && \ chcon -t unconfined_execmem_exec_t gforth-ll; \ true; \ make checkone check-nofast ENGINE=./engine/gforth-ll; \ fi make[3]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -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:0: prim.i: In function ‘gforth_engine’: prim.i:614:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:613:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2406:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2442:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2441:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2482:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:2481:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] prim.i:2480:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2479:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2979:6: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6235:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6365:7: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6397:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6431:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6607:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6753:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6752:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6825:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:6824:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6959:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6958:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:8165:7: warning: variable ‘u’ set but not used [-Wunused-but-set-variable] prim.i:8164:8: warning: variable ‘c_addr’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11124:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11223:7: warning: variable ‘r2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11296:7: warning: variable ‘r1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13795:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13829:8: warning: variable ‘a_callee’ set but not used [-Wunused-but-set-variable] i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -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:0: prim.i: In function ‘gforth_engine2’: prim.i:614:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:613:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2406:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2442:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2441:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2482:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:2481:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] prim.i:2480:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:2479:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:2979:6: warning: variable ‘n2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6235:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6365:7: warning: variable ‘d’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6397:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6431:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6607:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6753:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6752:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6825:6: warning: variable ‘w4’ set but not used [-Wunused-but-set-variable] prim.i:6824:6: warning: variable ‘w3’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:6959:6: warning: variable ‘w2’ set but not used [-Wunused-but-set-variable] prim.i:6958:6: warning: variable ‘w1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:8165:7: warning: variable ‘u’ set but not used [-Wunused-but-set-variable] prim.i:8164:8: warning: variable ‘c_addr’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11124:7: warning: variable ‘r’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11223:7: warning: variable ‘r2’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:11296:7: warning: variable ‘r1’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13795:6: warning: variable ‘w’ set but not used [-Wunused-but-set-variable] In file included from ./engine.c:455:0: prim.i:13829:8: warning: variable ‘a_callee’ set but not used [-Wunused-but-set-variable] i686-pc-linux-gnu-gcc -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -DGFORTH_DEBUGGING -o main-ll.o -c ./main.c ./main.c:696:2: warning: #warning You can ignore the warnings about clobbered variables in gforth_go [-Wcpp] ./main.c: In function ‘gforth_loader’: ./main.c:1898:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c:1922:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] ./main.c: In function ‘dict_alloc_read’: ./main.c:616:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] i686-pc-linux-gnu-gcc -c -I./../arch/386 -I. -Wall -O2 -march=native -pipe -fomit-frame-pointer -fforce-addr -march=pentium -DHAVE_CONFIG_H -DFORCE_LL -DDEFAULTPATH='".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0"' -o support-ll.o ./support.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -export-dynamic engine-ll.o engine2-ll.o main-ll.o io.o signals.o support-ll.o -lavcall -lffi -lltdl -lm -o gforth-ll make[3]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0/engine' chcon: failed to get security context of ‘gforth-ll’: Operation not supported make[3]: Entering directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' cp -p kernl32l.fi kernl32l.fi~ cp -p kernl32l.fi- kernl32l.fi ./engine/gforth-ll --die-on-signal -p ".:/usr/lib/gforth/site-forth:/usr/share/gforth/site-forth:/usr/lib/gforth/0.7.0:/usr/share/gforth/0.7.0:." 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 *** - 2013-11-12 13:20:51.814872738 -0500 --- ./test/coretest.out 2006-10-22 12:54:01.000000000 -0400 *************** *** 1 **** ! redefined { redefined GDX YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:ý !"#$%&'()*+,-./0123456789:;<=>?@ýABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ýabcdefghijklmnopqrstuvwxyz{|}~ýYOU SHOULD SEE 0-9 SEPARATED BY A SPACE:ý0 1 2 3 4 5 6 7 8 9 ýYOU SHOULD SEE 0-9 (WITH NO SPACES):ý0123456789ýYOU SHOULD SEE A-G SEPARATED BY A SPACE:ýA B C D E F G ýYOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES:ý0 1 2 3 4 5 ýYOU SHOULD SEE TWO SEPARATE LINES:ýLINE 1ýLINE 2ýyou should see this first. ýyou should see this later. ý \ No newline at end of file --- 1,17 ---- ! redefined { redefined GDX YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS: ! !"#$%&'()*+,-./0123456789:;<=>?@ ! ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_` ! abcdefghijklmnopqrstuvwxyz{|}~ ! YOU SHOULD SEE 0-9 SEPARATED BY A SPACE: ! 0 1 2 3 4 5 6 7 8 9 ! YOU SHOULD SEE 0-9 (WITH NO SPACES): ! 0123456789 ! YOU SHOULD SEE A-G SEPARATED BY A SPACE: ! A B C D E F G ! YOU SHOULD SEE 0-5 SEPARATED BY TWO SPACES: ! 0 1 2 3 4 5 ! YOU SHOULD SEE TWO SEPARATE LINES: ! LINE 1 ! LINE 2 ! you should see this first. ! you should see this later. make[3]: *** [checkone] Error 1 make[3]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make[2]: *** [gforth-ll] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make[1]: *** [optgforth] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' make: *** [gforth] Error 2 emake failed * ERROR: dev-lang/gforth-0.7.0::gentoo failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2655: Called die * The specific snippet of code: * emake -j1 || die "emake failed" * * If you need support, post the output of `emerge --info '=dev-lang/gforth-0.7.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-lang/gforth-0.7.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-lang/gforth-0.7.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/gforth-0.7.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0' * S: '/var/tmp/portage/dev-lang/gforth-0.7.0/work/gforth-0.7.0'