Re: Compile gforth on Cygwin

Dennis Ruffer <[email protected]>
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <[email protected]>
Cool!

I attached my log for the following commands:
BUILD-FROM-SCRATCH 2>&1 | tee build.log 2>&1
sudo make install 2>&1 | tee -a build.log 2>&1

It’s still failing, but I’m not sure where or when.

DaR

From: Bernd Paysan
Sent: Friday, March 30, 2018 2:39 PM
To: gforth-mXXj517/[email protected]
Cc: Dennis Ruffer; J. David Boyd; [email protected]
Subject: Re: [gforth] Compile gforth on Cygwin

Am Freitag, 30. März 2018, 23:35:50 CEST schrieb Dennis Ruffer:
> I used to be able to compile GForth on Cygwin, long time ago.
> 
> Now I'm trying again, with several errors.
> 
> 1st one I'd like to track down is the configure program saying
> 
> No Swig with -forth
> 
> 
> Anyone have any idea where I can get a swig that actually supports the forth
> language in its output.  Google has been no help with this.

Just get Gerald Wodni's fork.

https://github.com/GeraldWodni/swig

I don't know what takes so long to get his contribution into the mainline, but 
it just takes forever.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
net2o id: kQusJzA;7*?t=uy@X}1GWr!+0qqp_Cn176t4(dQ*
http://bernd-paysan.de/
build.log (application/octet-stream, 90.2 KB)
libtoolize:   error: Files
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './compile'
libtoolize: copying file './config.guess'
libtoolize: copying file './config.sub'
libtoolize: copying file './depcomp'
libtoolize: copying file './install-sh'
libtoolize: copying file './missing'
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltargz.m4'
libtoolize: copying file 'm4/ltdl.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, 'libltdl'.
libtoolize: copying file 'libltdl/COPYING.LIB'
libtoolize: creating file 'libltdl/Makefile.am'
libtoolize: copying file 'libltdl/README'
libtoolize: creating file 'libltdl/configure.ac'
libtoolize: copying file 'libltdl/aclocal.m4'
libtoolize: creating file 'libltdl/Makefile.in'
libtoolize: copying file 'libltdl/config-h.in'
libtoolize: creating file 'libltdl/configure'
libtoolize: copying file 'libltdl/libltdl/lt__alloc.h'
libtoolize: copying file 'libltdl/libltdl/lt__argz_.h'
libtoolize: copying file 'libltdl/libltdl/lt__dirent.h'
libtoolize: copying file 'libltdl/libltdl/lt__glibc.h'
libtoolize: copying file 'libltdl/libltdl/lt__private.h'
libtoolize: copying file 'libltdl/libltdl/lt__strl.h'
libtoolize: copying file 'libltdl/libltdl/lt_dlloader.h'
libtoolize: copying file 'libltdl/libltdl/lt_error.h'
libtoolize: copying file 'libltdl/libltdl/lt_system.h'
libtoolize: copying file 'libltdl/libltdl/slist.h'
libtoolize: copying file 'libltdl/loaders/dld_link.c'
libtoolize: copying file 'libltdl/loaders/dlopen.c'
libtoolize: copying file 'libltdl/loaders/dyld.c'
libtoolize: copying file 'libltdl/loaders/load_add_on.c'
libtoolize: copying file 'libltdl/loaders/loadlibrary.c'
libtoolize: copying file 'libltdl/loaders/preopen.c'
libtoolize: copying file 'libltdl/loaders/shl_load.c'
libtoolize: copying file 'libltdl/lt__alloc.c'
libtoolize: copying file 'libltdl/lt__argz.c'
libtoolize: copying file 'libltdl/lt__dirent.c'
libtoolize: copying file 'libltdl/lt__strl.c'
libtoolize: copying file 'libltdl/lt_dlloader.c'
libtoolize: copying file 'libltdl/lt_error.c'
libtoolize: copying file 'libltdl/ltdl.c'
libtoolize: copying file 'libltdl/ltdl.h'
libtoolize: copying file 'libltdl/slist.c'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... 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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa /lib32 /usr/lib32 /libx32 /usr/libx32 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers... 
checking where to find libltdl library... -lltdl
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for 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 -Wl,--export-dynamic... yes
Check for arch/amd64//gforth.ld (false)
checking size of char *... 8
checking size of void *... 8
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intptr_t... 8
checking size of int128_t... 0
checking size of uint128_t... 0
checking for a C type for cells... long
checking for a C type for wydes... short
checking for a C type for tetrabytes... int
checking for a C type for octabytes... long
checking for a C type for double-cells... none
checking for a C type for unsigned double-cells... none
checking for off_t... yes
checking size of off_t... 8
checking if gcc understands -fno-gcse... yes
checking if gcc understands -fcaller-saves... yes
checking if gcc understands -fno-defer-pop... yes
checking if gcc understands -fno-inline... yes
checking if gcc understands -fwrapv... yes
checking if gcc understands -fchar-unsigned... 
checking if gcc understands -fno-strict-aliasing... yes
checking if gcc understands -fno-cse-follow-jumps... yes
checking if gcc understands -fno-reorder-blocks... yes
checking if gcc understands -fno-reorder-blocks-and-partition... yes
checking if gcc understands -fno-toplevel-reorder... yes
checking if gcc understands -fno-trigraphs... 
checking if gcc understands -falign-labels=1... yes
checking if gcc understands -falign-loops=1... yes
checking if gcc understands -falign-jumps=1... yes
checking if gcc understands -fno-delete-null-pointer-checks... yes
checking if gcc understands -pthread... yes
checking if gcc understands -Wimplicit-function-declaration... 
checking how to suppress 'unused variable' warnings... __attribute__((unused))
checking whether gcc understands '__thread'... yes
checking how to invoke m4... m4 -s
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... no
checking for emacs... emacs
checking for glibtool... no
checking for libtool... libtool
checking for asin in -lm... yes
checking for lt_dlinit in -lltdl... yes
checking for clock_gettime in -lrt... yes
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for ffi_call in -lffi... yes
checking for __builtin_avcall in -lavcall... no
checking for working memcmp... yes
checking for dlopen in -ldl... yes
checking for memmove... yes
checking for strtoul... yes
checking for pow10... yes
checking for sincos... 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... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for nanosleep... yes
checking for clock_gettime... 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 mcheck... yes
checking for mprobe... yes
checking for rint... yes
checking for ecvt_r... (cached) no
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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for wcwidth... yes
checking for working POSIX fnmatch... yes
checking for mmap... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for pselect... yes
checking for pthread_setaffinity_np... yes
checking for emacs... (cached) emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for __builtin_clzl... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for atomic builtins (__sync_...)... true
checking for gforth... "/usr/bin/gforth" -i "/usr/lib/x86_64-linux-gnu/gforth/0.7.2/gforth.fi"
checking for swig... /usr/local/bin/swig
Swig works in Forth mode
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glClear in -lGLESv2... no
checking for glClear in -lGLESv3... no
checking OpenGLES/ES2/gl.h usability... no
checking OpenGLES/ES2/gl.h presence... no
checking for OpenGLES/ES2/gl.h... no
checking OpenGLES/ES3/gl.h usability... no
checking OpenGLES/ES3/gl.h presence... no
checking for OpenGLES/ES3/gl.h... no
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
checking openvg.h usability... no
checking openvg.h presence... no
checking for openvg.h... no
checking android/input.h usability... no
checking android/input.h presence... no
checking for android/input.h... no
checking OMXAL/OpenMAXAL.h usability... no
checking OMXAL/OpenMAXAL.h presence... no
checking for OMXAL/OpenMAXAL.h... no
checking libpng16/png.h usability... no
checking libpng16/png.h presence... no
checking for libpng16/png.h... no
checking libpng/png.h usability... yes
checking libpng/png.h presence... yes
checking for libpng/png.h... yes
checking SOIL2.h usability... no
checking SOIL2.h presence... no
checking for SOIL2.h... no
checking for SOIL_load_image in -lSOIL... no
checking freetype-gl.h usability... no
checking freetype-gl.h presence... no
checking for freetype-gl.h... no
checking for wl_display_connect_to_fd in -lwayland-client... no
checking for gps_open in -lgps... no
checking for vkGetPhysicalDeviceFeatures in -lvulkan... no
checking for hb_buffer_create in -lharfbuzz... no
configure: creating ./config.status
config.status: creating kernel/version.fs
config.status: creating Makefile
config.status: creating Makedist
config.status: creating gforthmi
config.status: creating gforthmi.sh
config.status: creating vmgen
config.status: creating machpc.fs
config.status: creating envos.fs
config.status: creating preforth
config.status: creating libforth
config.status: creating gforthker
config.status: creating engine/Makefile
config.status: WARNING:  'engine/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating engine/gforth.h
config.status: creating doc/version.texi
config.status: creating doc/Makefile
config.status: creating unix/Makefile
config.status: creating debian/changelog
config.status: creating debian/control
config.status: creating build-ec
config.status: creating engine/config.h
config.status: engine/config.h is unchanged
config.status: executing libtool commands
rm: cannot remove 'libtoolT': No such file or directory
config.status: executing stamp-h commands
=== configuring in libltdl (/home/druffer/gforth/libltdl)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa /lib32 /usr/lib32 /libx32 /usr/libx32 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

*** Config summary: everything fine ***
Running: make
make: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cp -p kernl64l.fi kernl64l.fi~
cp: cannot stat 'kernl64l.fi': No such file or directory
Makefile:1033: recipe for target 'kernl64l.fi-' failed
make: [kernl64l.fi-] Error 1 (ignored)
./preforth -p ".:~+:." -e 's" mach64l.fs" include ./kernel/main.fs' -e "save-cross kernl64l.fi- /usr/local/bin/gforth-0.7.9_20180103 bye"
redefined NIL  set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.5600  End: 0000.5E00  DP: 0000.5720 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0002.6D80 
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+
mv kernl64l.fi+ kernl64l.fi
touch -c kernl64l.fi
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-ditc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
GFORTHD="./gforth-ditc -p .:." GFORTH="./gforth-ditc --die-on-signal -p .:. -i kernl64l.fi exboot.fs startup.fs arch/amd64/asm.fs arch/amd64/disasm.fs" includedir=`pwd`/include extrastuff=' -I'`pwd`/include/gforth/0.7.9_20180103/amd64 bindir=`pwd` libccdir=`pwd`/lib/gforth/0.7.9_20180103/amd64/libcc-named ./gforthmi gforth.fi  --die-on-signal -p ".:~+:." -i kernl64l.fi exboot.fs startup.fs arch/amd64/asm.fs arch/amd64/disasm.fs
warning:EXIT is compile-only
arch/amd64/disasm.fs:564:41: defined literal .86 as word
arch/amd64/disasm.fs:565:41: defined literal .386 as wordwarning:EXIT is compile-only
arch/amd64/disasm.fs:564:41: defined literal .86 as word
arch/amd64/disasm.fs:565:41: defined literal .386 as wordwarning:EXIT is compile-only
arch/amd64/disasm.fs:564:41: defined literal .86 as word
arch/amd64/disasm.fs:565:41: defined literal .386 as word
sections.fs:169:25: redefined dump-fi
           start           offset               dp $14FCF80 
    7FCFA6ED0040    -7FCFA6ED0040     7FCFA7034E70
           start           offset               dp $14FCD70 
    7F954D6C0200    -7F954D6C0200     7F954D825030
 code offset=B9F0D0 
   xt offset=B9F0B0 
label offset=B9F090 
     5540     7FCFA8852A40     7F954EE72A40
     55B0          1669118          2208118
     55B8     7FCFA7CA48E0     7F954E4A48E0
     55C0     7FCFA7CA5620     7F954E4A5620
     55C8     7FCFA7CA5540     7F954E4A5540
     5608          166DCB0          220CCB0
     5610          166DD40          220CD40
     5640          166D700          220C700
     5650          166D710          220C710
    1C150          1651030          21F0030
    1C1D8     7FFFEF488D08     7FFFED523A38
    1E668          16660E0          22050E0
    2BC48          1689940          2228940
    2BD18          166F700          220E700
    43AB0          167B730          221A730
    4A190          166D270          220C270
    5ED90          1688310          2227310
    5F3F8          1688190          2227190
    5F440          16883A0          22273A0
    5F5D0          1688270          2227270
    5FD50          16882C0          22272C0
    A3A30          16691B0          22081B0
    A3B50          166C830          220B830
    A3B70          16691B0          22081B0
    A3B90          166C890          220B890
    A4070          16691B0          22081B0
    A5230          166C830          220B830
    A5240          166C890          220B890
    A5250          1668E10          2207E10
    A5280          16691B0          22081B0
    A5290          166C830          220B830
    A52A0          1668E10          2207E10
    A5310          166C910          220B910
    A5320          1668E70          2207E70
    A5340          1668DB0          2207DB0
    A5360          1668DB0          2207DB0
    A5390          166C890          220B890
    A53A0          166C910          220B910
    A5410          1668ED0          2207ED0
    A5430          1668E70          2207E70
    A5490          166C830          220B830
    A54A0          166C890          220B890
    A54B0          1668F30          2207F30
    A54C0          1668E70          2207E70
    A5530          166EC00          220DC00
    A5550          166C890          220B890
    A5590          16691B0          22081B0
    A55C0          166C910          220B910
    A5630          166C830          220B830
    A5640          166EC00          220DC00
    A56A0          166C830          220B830
    A56B0          1668F30          2207F30
    A56D0          166EC00          220DC00
    A5760          1668ED0          2207ED0
    A5780          166C830          220B830
    A5790          166EC60          220DC60
    A57F0          166C830          220B830
    A5800          166C890          220B890
    A5810          1668F30          2207F30
    A5840          1668E70          2207E70
    A5850          166C910          220B910
    A5890          166C830          220B830
    A58A0          166C890          220B890
    A58D0          1668ED0          2207ED0
    A58F0          166C830          220B830
    A5900          166C890          220B890
    A5930          1668E70          2207E70
    A5A10          166C890          220B890
    A5A20          166ECC0          220DCC0
    A5A50          1668ED0          2207ED0
    A5AA0          166ED20          220DD20
    A5AF0          166C830          220B830
    A5B00          166C890          220B890
    A5B30          166C830          220B830
    A5B40          166C890          220B890
    A5B60          166ECC0          220DCC0
    A5BC0          166ED20          220DD20
    A5C20          166C830          220B830
    A5C30          166C890          220B890
    A5C70          166C890          220B890
    A5CB0          166C890          220B890
    A7C10          166C830          220B830
    A7C40          16691B0          22081B0
    A7DE0          166C830          220B830
    A7E10          16691B0          22081B0
    A7F80          16691B0          22081B0
    A8F70          16691B0          22081B0
    A8FF0          166C830          220B830
    A90E0          166C830          220B830
    A9150          16691B0          22081B0
    A9C50          16691B0          22081B0
    A9C70          166C830          220B830
    A9CD0          16691B0          22081B0
    A9D30          16691B0          22081B0
    A9D80          16691B0          22081B0
    A9DD0          16691B0          22081B0
    A9F40          166C830          220B830
    A9F70          166C830          220B830
    A9F80          166C890          220B890
    A9FB0          166C830          220B830
    A9FF0          16691B0          22081B0
    AA020          166C830          220B830
    AA040          166C890          220B890
    AA180          166C890          220B890
    AA1B0          166C890          220B890
    AA1C0          166CC90          220BC90
    AA1F0          166C890          220B890
    AA240          16691B0          22081B0
    AA270          166C830          220B830
    AA2B0          166C890          220B890
    AA2D0          166CC90          220BC90
    AA380          166C830          220B830
    AA390          166CC90          220BC90
    AA400          16691B0          22081B0
    AA410          166CCF0          220BCF0
    AA420          166C830          220B830
    AA440          166C890          220B890
    AA450          166CCF0          220BCF0
    AA460          166C830          220B830
    AA480          166CC90          220BC90
    AA4A0          166CCF0          220BCF0
    AA4B0          166C830          220B830
    AA4C0          166CC90          220BC90
    AA560          16691B0          22081B0
    AA570          166C830          220B830
    AA580          166CC90          220BC90
    AA630          166C890          220B890
    AA640          166CD50          220BD50
    AA650          166C830          220B830
    AA670          166CC90          220BC90
    AA690          166CD50          220BD50
    AA6A0          166CCF0          220BCF0
    B2AF0          166CD30          220BD30
    B2B20          166E220          220D220
    B3070          166E220          220D220
    B30A0          166E220          220D220
    B3130          166E220          220D220
    B3160          166CD30          220BD30
    B3200          166E280          220D280
    B3220          166E220          220D220
    B32F0          166CD30          220BD30
    B3300          166E280          220D280
    B3310          166E220          220D220
    B3350          166E280          220D280
    B3380          166E280          220D280
    B33B0          166E280          220D280
    B33C0          166E220          220D220
    B3400          166E280          220D280
    B3430          166E280          220D280
    B3450          166E220          220D220
    B3470          166E280          220D280
    B34A0          166E220          220D220
    B34E0          166E280          220D280
    B3500          166E220          220D220
    B3670          166CD30          220BD30
    B36B0          166CD30          220BD30
    B36D0          166E220          220D220
    B4440          166CD30          220BD30
    B7EA0          166CD30          220BD30
    BCEB0          166EC00          220DC00
    C2650          166E290          220D290
    C2660          166E010          220D010
    C2670          166E130          220D130
    C26B0          166E290          220D290
    C26C0          166E010          220D010
    C26D0          166E070          220D070
    C26E0          166E0D0          220D0D0
    C2720          166E070          220D070
    C2760          166E010          220D010
    C2790          166E010          220D010
    C27A0          166E130          220D130
    C2830          166E010          220D010
    C2850          166E0D0          220D0D0
    C2890          166E290          220D290
    C28A0          166E010          220D010
    C28B0          166E070          220D070
    C28C0          166E0D0          220D0D0
    CAF10          166E0B0          220D0B0
    D5E00          166D610          220C610
    D5E20          166D610          220C610
    D5E40          166D610          220C610
    D5FC0          166D610          220C610
    D6010          166D990          220C990
    D6020          166D670          220C670
    D6050          166D990          220C990
    D60B0          166D990          220C990
    D60E0          166D990          220C990
    D6120          166D990          220C990
    D61B0          166D610          220C610
    D6200          166D9F0          220C9F0
    D6220          166D9F0          220C9F0
    D6240          166D990          220C990
    D6290          166DA50          220CA50
    D62A0          166D990          220C990
    D62D0          166D9F0          220C9F0
    D62F0          166DA50          220CA50
    D6340          166DA50          220CA50
    D8E00          166D840          220C840
    D8E10          166D8A0          220C8A0
    D8EB0          166D990          220C990
    D8F60          166D990          220C990
    D8F70          166D9F0          220C9F0
    D90C0          166D840          220C840
    D90D0          166D8A0          220C8A0
    D9490          166D840          220C840
    D94A0          166D8A0          220C8A0
    DAE20          166D8E0          220C8E0
    DAE30          166DE50          220CE50
    DAE80          166DF10          220CF10
    DAEE0          166D8E0          220C8E0
    DAF50          166DEB0          220CEB0
    DAFF0          166D8E0          220C8E0
    DB000          166DE50          220CE50
    DB010          166DEB0          220CEB0
    DB0F0          166D8E0          220C8E0
    DB110          166D8E0          220C8E0
    DB120          166DE50          220CE50
    DB180          166DEB0          220CEB0
    DB1B0          166D8E0          220C8E0
    DB240          166D8E0          220C8E0
    DDB90          166DE50          220CE50
    DDBC0          166DF78          220CF78
    DDBD0          1687EF8          2226EF8
    DDBE0          166D8E0          220C8E0
    DDE10          166DE50          220CE50
    DDED0          166DE50          220CE50
    DE9A0          166DE50          220CE50
    DE9F0          166DE50          220CE50
    DEAC0          166D8E0          220C8E0
    DEFD0          166DF78          220CF78
    DF010          166DE50          220CE50
    DF020          166DEB0          220CEB0
    DF110          166DEB0          220CEB0
    DF160          166D8E0          220C8E0
    DF860          166DEB0          220CEB0
    DF8A0          166D8E0          220C8E0
    DF8F0          166DEB0          220CEB0
    DF920          166DE50          220CE50
    DFCC0          166D8E0          220C8E0
    DFD90          166DE50          220CE50
    DFE90          166DE50          220CE50
    DFEC0          166DE50          220CE50
    E11D0          166D8E0          220C8E0
    E1200          166D8E0          220C8E0
    E17D0          166D8E0          220C8E0
    E17F0          166DE50          220CE50
    E2BD0          166D8E0          220C8E0
    E2C00          166D8E0          220C8E0
    E31A0          1687EF8          2226EF8
    E31C0          166D8E0          220C8E0
    E32A0          1687EF8          2226EF8
    E46C0          166D8E0          220C8E0
    E4FF0          166DF60          220CF60
    E5000          1687EF0          2226EF0
    E50C0          16884E8          22274E8
    E50D0          16885B0          22275B0
    E5100          16885B0          22275B0
    E5120          1688550          2227550
    E51B0          166D8E0          220C8E0
    E51C0          1688550          2227550
    E51D0          166DF60          220CF60
    E51F0          1687EF0          2226EF0
    E5210          16884E8          22274E8
    E5290          166D8E0          220C8E0
    E5650          166D8E0          220C8E0
    E5680          166DF60          220CF60
    E56B0          1687EF8          2226EF8
    E7A20          1687EF0          2226EF0
    E7A40          166E0B0          220D0B0
    E7A50          1687EF0          2226EF0
    E7AB0          166E0B0          220D0B0
    E7AC0          1687EF0          2226EF0
    E7B00          166DCE0          220CCE0
    E7B20          166E0B0          220D0B0
    E7B70          166E0B0          220D0B0
    E7C30          166E0B0          220D0B0
    E7C40          1687EF0          2226EF0
    E7C80          166DCE0          220CCE0
    E7CA0          166E0B0          220D0B0
    E7D00          166E0B0          220D0B0
    E7D10          1687EF0          2226EF0
    E7D30          166DCE0          220CCE0
    E7D50          166E0B0          220D0B0
    E7D60          1687EF0          2226EF0
    E9B50          166E0B0          220D0B0
    E9BA0          166E0B0          220D0B0
    E9BB0          1687EF8          2226EF8
    E9C20          166E0B0          220D0B0
    E9C40          1687EF8          2226EF8
    E9D10          166E0B0          220D0B0
    E9DA0          166E0B0          220D0B0
    E9DF0          166E0B0          220D0B0
    E9FB0          166E0B0          220D0B0
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth ) && \
	cp -p engine/gforth gforth && \
	(chcon -t unconfined_execmem_exec_t gforth || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth; \
fi
rm: cannot remove 'gforth-ll-reg': No such file or directory
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-ll-reg ) && \
	cp -p engine/gforth-ll-reg gforth-ll-reg && \
	(chcon -t unconfined_execmem_exec_t gforth-ll-reg || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'gforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
chcon: can't apply partial context to unlabeled file 'gforth-ll-reg'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
true gforth-ll-reg
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
true gforth
cd engine && make DOSTRIP=true gforth-itc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-itc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-itc-noll gforth-itc
true gforth-itc
true
cp -p kernl32l.fi kernl32l.fi~
cp: cannot stat 'kernl32l.fi': No such file or directory
Makefile:1025: recipe for target 'kernl32l.fi-' failed
make: [kernl32l.fi-] Error 1 (ignored)
./preforth -p ".:~+:." -e 's" mach32l.fs" include ./kernel/main.fs' -e "save-cross kernl32l.fi- /usr/local/bin/gforth-0.7.9_20180103 bye"
warning:EXIT is compile-only
cross.fs:63:13: redefined g with G
cross.fs:682:32: defined literal .dec as word
machpc.fs:25:20: defined literal ec as word
cross.fs:1261:12: redefined NIL
kernel/nio.fs:126:3: defined literal d. as word
kernel/nio.fs:134:3: defined literal . as wordset image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.3168  End: 0000.3568  DP: 0000.31F8 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.5604 
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-
cp -p kernl32l.fi- kernl32l.fi+
mv kernl32l.fi+ kernl32l.fi
touch -c kernl32l.fi
cp -p kernl32b.fi kernl32b.fi~
cp: cannot stat 'kernl32b.fi': No such file or directory
Makefile:1029: recipe for target 'kernl32b.fi-' failed
make: [kernl32b.fi-] Error 1 (ignored)
./preforth -p ".:~+:." -e 's" mach32b.fs" include ./kernel/main.fs' -e "save-cross kernl32b.fi- /usr/local/bin/gforth-0.7.9_20180103 bye"
warning:EXIT is compile-only
cross.fs:63:13: redefined g with G
cross.fs:682:32: defined literal .dec as word
machpc.fs:25:20: defined literal ec as word
cross.fs:1261:12: redefined NIL
kernel/nio.fs:126:3: defined literal d. as word
kernel/nio.fs:134:3: defined literal . as wordset image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.3168  End: 0000.3568  DP: 0000.31F8 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.5604 
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-
cp -p kernl32b.fi- kernl32b.fi+
mv kernl32b.fi+ kernl32b.fi
touch -c kernl32b.fi
cp -p kernl64b.fi kernl64b.fi~
cp: cannot stat 'kernl64b.fi': No such file or directory
Makefile:1037: recipe for target 'kernl64b.fi-' failed
make: [kernl64b.fi-] Error 1 (ignored)
./preforth -p ".:~+:." -e 's" mach64b.fs" include ./kernel/main.fs' -e "save-cross kernl64b.fi- /usr/local/bin/gforth-0.7.9_20180103 bye"
warning:EXIT is compile-only
cross.fs:63:13: redefined g with G
cross.fs:682:32: defined literal .dec as word
machpc.fs:25:20: defined literal ec as word
cross.fs:1261:12: redefined NIL
kernel/nio.fs:126:3: defined literal d. as word
kernel/nio.fs:134:3: defined literal . as wordset image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.5600  End: 0000.5E00  DP: 0000.5720 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0002.6D98 
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-
cp -p kernl64b.fi- kernl64b.fi+
mv kernl64b.fi+ kernl64b.fi
touch -c kernl64b.fi
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth-fast${i}; make DOSTRIP=true optgforth-fast OPT=$i && cp -p gforth-fast${i} gforth-fast && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-fast ) && \
	cp -p engine/gforth-fast gforth-fast && \
	(chcon -t unconfined_execmem_exec_t gforth-fast || true); \
	true; \
	 make checkone ENGINE=./engine/gforth-fast; \
fi
rm: cannot remove 'gforth-fast-ll-reg': No such file or directory
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make DOSTRIP=true gforth-fast-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth-fast${i}; make DOSTRIP=true optgforth-fast OPT=$i && cp -p gforth-fast${i} gforth-fast-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-fast-ll-reg ) && \
	cp -p engine/gforth-fast-ll-reg gforth-fast-ll-reg && \
	(chcon -t unconfined_execmem_exec_t gforth-fast-ll-reg || true); \
	true; \
	 make checkone ENGINE=./engine/gforth-fast-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'gforth-fast-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
chcon: can't apply partial context to unlabeled file 'gforth-fast-ll-reg'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/gforth-fast-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/gforth-fast-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/gforth-fast-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/gforth-fast-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/gforth-fast-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/gforth-fast-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/gforth-fast-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
make[3]: Leaving directory '/home/druffer/gforth'
true gforth-fast-ll-reg
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
true gforth-fast
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do make DOSTRIP=true optlibgforth OPT=$i && make optlibgforth2 OPT=$i && ln -s -f engine/libgforth libgforth && break; done; \
else \
	(cd engine && make DOSTRIP=true libgforth ); \
	 make checkone check-nofast ENGINE=./engine/libgforth; \
fi
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make libgforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do make DOSTRIP=true optlibgforth OPT=$i && make optlibgforth2 OPT=$i && ln -s -f engine/libgforth-ll-reg libgforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true libgforth-ll-reg ); \
	 make checkone check-nofast ENGINE=./engine/libgforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'libgforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
(cd engine && make libgforth OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=)
make[2]: Entering directory '/home/druffer/gforth/engine'
make[2]: 'libgforth' is up to date.
make[2]: Leaving directory '/home/druffer/gforth/engine'
make[1]: Leaving directory '/home/druffer/gforth'
cd engine && make libgforth-ditc OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'libgforth-ditc' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
ln -s -f engine/libgforth-ditc libgforth-ditc
chcon -t unconfined_execmem_exec_t libgforth-ditc
chcon: can't apply partial context to unlabeled file 'libgforth-ditc'
Makefile:1248: recipe for target 'libgforth-ditc' failed
make: [libgforth-ditc] Error 1 (ignored)
cd engine && make libgforth-itc OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'libgforth-itc' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
ln -s -f engine/libgforth-itc libgforth-itc
chcon -t unconfined_execmem_exec_t libgforth-itc
chcon: can't apply partial context to unlabeled file 'libgforth-itc'
Makefile:1243: recipe for target 'libgforth-itc' failed
make: [libgforth-itc] Error 1 (ignored)
(cd unix; make)
make[1]: Entering directory '/home/druffer/gforth/unix'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/druffer/gforth/unix'
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named libffi.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgflibffi.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named cstr.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfcstr.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/libc.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgflibc.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/socket.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfsocket.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/pthread.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfpthread.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/mmap.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfmmap.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/serial.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfserial.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/filestat.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgffilestat.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/time.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgftime.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/x.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfx.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/opengl.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfopengl.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named ./unix/png.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgfpng.la
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named test/libcc.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgftest/libcc.la
make checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./libgforth --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-itc" >/dev/null 2>&1
make checkone check-nofast ENGINE="./libgforth-itc" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-ditc" >/dev/null 2>&1
make checkone check-nofast ENGINE="./libgforth-ditc" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1
make checkone ENGINE="./libgforth-fast --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth" >/dev/null 2>&1
make checkone check-nofast ENGINE="./libgforth" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast" >/dev/null 2>&1
make checkone ENGINE="./libgforth-fast" >/dev/null 2>&1
*** Check successful ***
./gforth-fast --diag -e '."     in gforth-fast" cr bye'
*** no performance problems ***
    in gforth-fast
./libgforth-fast --diag -e '."     in libgforth-fast" cr bye'
*** no performance problems ***
    in libgforth-fast
make: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-ditc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth ) && \
	cp -p engine/gforth gforth && \
	(chcon -t unconfined_execmem_exec_t gforth || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth; \
fi
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-ll-reg ) && \
	cp -p engine/gforth-ll-reg gforth-ll-reg && \
	(chcon -t unconfined_execmem_exec_t gforth-ll-reg || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'gforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
chcon: can't apply partial context to unlabeled file 'gforth-ll-reg'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
true gforth-ll-reg
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
true gforth
./preforth -p ".:~+:." prims2x.fs -e "s\" prim.b\" ' output-tag dup process-file bye"|sed 's#^./prim#prim#' >prim.TAGS-
warning:EXIT is compile-onlymv prim.TAGS- prim.TAGS
includedir=`pwd`/include extrastuff=' -I'`pwd`/include/gforth/0.7.9_20180103/amd64 ./gforthker -p ".:~+:." etags.fs except.fs startup.fs libffi.fs cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.fs unix/filestat.fs unix/libc.fs unix/time.fs  unix/x.fs  unix/opengl.fs  unix/png.fs test/libcc.fs -e bye
warning:EXIT is compile-onlycat TAGS prim.TAGS kernel.TAGS >gforth.TAGS
rm TAGS
cp -p gforth.TAGS TAGS
./gforthker -p ".:~+:." -e "s\" doc/doc.fd\"" doc/makedoc.fs except.fs startup.fs code.fs objects.fs oof.fs moofglos.fs regexp.fs fft.fs cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.fs unix/filestat.fs unix/libc.fs unix/time.fs  unix/x.fs  unix/opengl.fs  unix/png.fs mkdir.fs cilk.fs -e bye
warning:EXIT is compile-only
objects.fs:416:30: redefined catch
oof.fs:110:11: redefined >o
oof.fs:115:11: redefined o>
oof.fs:417:17: redefined bind
oof.fs:500:38: redefined object
oof.fs:656:53: redefined interface
moofglos.fs:7:47: redefined method
moofglos.fs:16:12: redefined class
moofglos.fs:21:51: redefined end-class
moofglos.fs:36:31: redefined object
complex.fs:119:53: redefined g
unix/socket.fs:33:72: redefined bind./preforth -p ".:~+:." ds2texi.fs prims2x.fs -e "s\" prim.b\" ' register-doc ' noop process-file" doc/crossdoc.fd doc/doc.fd -e "s\" ./doc/gforth.texi.in\" r/o open-file throw ds2texi bye" >doc/gforth.texi-
warning:EXIT is compile-onlymv doc/gforth.texi- doc/gforth.texi
cd doc; make doc
make[1]: Entering directory '/home/druffer/gforth/doc'
makeinfo -I . gforth.texi
make[1]: makeinfo: Command not found
Makefile:56: recipe for target 'gforth.info' failed
make[1]: *** [gforth.info] Error 127
make[1]: Leaving directory '/home/druffer/gforth/doc'
Makefile:1331: recipe for target 'doc' failed
make: [doc] Error 2 (ignored)
make: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-ditc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth ) && \
	cp -p engine/gforth gforth && \
	(chcon -t unconfined_execmem_exec_t gforth || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth; \
fi
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-ll-reg ) && \
	cp -p engine/gforth-ll-reg gforth-ll-reg && \
	(chcon -t unconfined_execmem_exec_t gforth-ll-reg || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'gforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
chcon: can't apply partial context to unlabeled file 'gforth-ll-reg'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
true gforth-ll-reg
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
true gforth
cd engine && make DOSTRIP=true gforth-itc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-itc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-itc-noll gforth-itc
true gforth-itc
true
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do make DOSTRIP=true optlibgforth OPT=$i && make optlibgforth2 OPT=$i && ln -s -f engine/libgforth libgforth && break; done; \
else \
	(cd engine && make DOSTRIP=true libgforth ); \
	 make checkone check-nofast ENGINE=./engine/libgforth; \
fi
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make libgforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do make DOSTRIP=true optlibgforth OPT=$i && make optlibgforth2 OPT=$i && ln -s -f engine/libgforth-ll-reg libgforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true libgforth-ll-reg ); \
	 make checkone check-nofast ENGINE=./engine/libgforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'libgforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/libgforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/libgforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
(cd engine && make libgforth OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=)
make[2]: Entering directory '/home/druffer/gforth/engine'
make[2]: 'libgforth' is up to date.
make[2]: Leaving directory '/home/druffer/gforth/engine'
make[1]: Leaving directory '/home/druffer/gforth'
cd engine && make libgforth-ditc OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'libgforth-ditc' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
ln -s -f engine/libgforth-ditc libgforth-ditc
chcon -t unconfined_execmem_exec_t libgforth-ditc
chcon: can't apply partial context to unlabeled file 'libgforth-ditc'
Makefile:1248: recipe for target 'libgforth-ditc' failed
make: [libgforth-ditc] Error 1 (ignored)
cd engine && make libgforth-itc OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'libgforth-itc' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
ln -s -f engine/libgforth-itc libgforth-itc
chcon -t unconfined_execmem_exec_t libgforth-itc
chcon: can't apply partial context to unlabeled file 'libgforth-itc'
Makefile:1243: recipe for target 'libgforth-itc' failed
make: [libgforth-itc] Error 1 (ignored)
(cd unix; make)
make[1]: Entering directory '/home/druffer/gforth/unix'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/druffer/gforth/unix'
./libforth /usr/local/lib/gforth/0.7.9_20180103/amd64/libcc-named test/libcc.fs -e bye
touch -c lib/gforth/0.7.9_20180103/amd64/libcc-named/libgftest/libcc.la
make: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory '/home/druffer/gforth/engine'
make[1]: 'gforth-ditc-noll' is up to date.
make[1]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
if test -z ""; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth ) && \
	cp -p engine/gforth gforth && \
	(chcon -t unconfined_execmem_exec_t gforth || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth; \
fi
make[1]: Entering directory '/home/druffer/gforth'
make[1]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory '/home/druffer/gforth'
make[2]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
if test -z "-ll-reg"; then \
	for i in -ll-reg -noll-reg -ll -noll; do rm gforth${i}; make DOSTRIP=true optgforth OPT=$i && cp -p gforth${i} gforth-ll-reg && break; done; \
else \
	(cd engine && make DOSTRIP=true gforth-ll-reg ) && \
	cp -p engine/gforth-ll-reg gforth-ll-reg && \
	(chcon -t unconfined_execmem_exec_t gforth-ll-reg || true); \
	true; \
	 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
fi
make[3]: Entering directory '/home/druffer/gforth/engine'
make[3]: 'gforth-ll-reg' is up to date.
make[3]: Leaving directory '/home/druffer/gforth/engine'
chcon: can't apply partial context to unlabeled file 'gforth-ll-reg'
make[3]: Entering directory '/home/druffer/gforth'
make[3]: Circular kernel/version.fs <- kernel/version.fs dependency dropped.
cd engine && make DOSTRIP=true gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory '/home/druffer/gforth/engine'
make[4]: 'gforth-ditc-noll' is up to date.
make[4]: Leaving directory '/home/druffer/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true gforth-ditc
true
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." 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>/dev/null | tr -d '\015' | diff -r -u - ./test/coretest.out
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs -e bye

test/other.fs:110:1: '0.' is a double-cell integer; type `help' for more info
test/other.fs:110:32: '23.' is a double-cell integer; type `help' for more infowarning: ')' missing
expect ``warning: ')' missing''
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/signals.fs -e bye
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' | diff -u ./test/gforth.out -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs test/checkans.fs -e bye | tr -d '\015' | diff -u ./test/checkans.out -

test/checkans.fs:25:49: redefined place with PLACE./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e \
	  "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye"| \
	  tr -d '\015' | grep -v '^#line '|diff -u engine/prim-s.i -
./engine/gforth-ll-reg --die-on-signal -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/fp/runfptests.fth -e bye | diff -u test/fp/fptest.out - || echo "Floating point test failed"
./engine/gforth-ll-reg -p ".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/0.7.9_20180103:/usr/local/share/gforth/0.7.9_20180103:/usr/share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/gforth-nofast.fs -e bye
make[3]: Leaving directory '/home/druffer/gforth'
true gforth-ll-reg
make[2]: Leaving directory '/home/druffer/gforth'
make[1]: Leaving directory '/home/druffer/gforth'
true gforth
for i in /usr/local/share/man/man1 /usr/local/share/info /usr/local/share/gforth/0.7.9_20180103 /usr/local/share/gforth/site-forth; do \
		./mkinstalldirs $i; \
	done
for i in kernel kernel-ec doc asm ec test test/fp compat unix minos2 arch arch/generic arch/m68k arch/mips arch/386 arch/hppa arch/sparc arch/power arch/alpha arch/4stack arch/misc arch/6502 arch/8086 arch/avr arch/c165 arch/h8 arch/shboom arch/sharc arch/ia64 arch/amd64 arch/arm arch/arm64 arch/r8c arch/lm32; do \
		./mkinstalldirs /usr/local/share/gforth/0.7.9_20180103/$i; \
	done
for i in doc/gforth.info* doc/vmgen.info*; do /usr/bin/install -c -m 644 $i /usr/local/share/info; done
/usr/bin/install: cannot stat 'doc/gforth.info*': No such file or directory
/usr/bin/install: cannot stat 'doc/vmgen.info*': No such file or directory
Makefile:791: recipe for target 'install-sources' failed
make: [install-sources] Error 1 (ignored)
for i in mach32b.fs mach32l.fs mach64b.fs mach64l.fs machpc.fs.in kernel/aliases0.fs kernel/args.fs kernel/cond.fs cross.fs kernel/errore.fs kernel/files.fs kernel/require.fs kernel/paths.fs kernel/kernel.fs kernel/main.fs kernel/prim0.fs search.fs kernel/quotes.fs kernel/tools.fs kernel/toolsext.fs kernel/vars.fs kernel/accept.fs kernel/basics.fs kernel/int.fs kernel/comp.fs kernel/recognizer.fs kernel/io.fs kernel/input.fs kernel/input-class.fs kernel/license.fs kernel/nio.fs kernel/saccept.fs kernel/doers.fs kernel/getdoers.fs kernel/copydoers.fs kernel/pass.fs kernel/vtables.fs kernel/xchars.fs kernel/stringk.fs ansi.fs assert.fs backtrac.fs blocked.fb blocks.fs bufio.fs code.fs debug.fs debugs.fs dis-gdb.fs ekey.fs  savesys.fs environ.fs errors.fs exboot.fs except.fs extend.fs float.fs glocals.fs hash.fs help.txt history.fs intcomp.fs i18n.fs libcc.fs locals.fs locate1.fs look.fs mkdir.fs obsolete.fs prelude.fs quotes.fs quotedstring.fs parsedto.fs recognizer2.fs search.fs see.fs see-ext.fs simp-see.fs source.fs startup.fs str-exec.fs string.fs struct.fs struct0x.fs struct-val.fs stuff.fs substitute.fs tasker.fs table.fs termsize.fs utf-8.fs vt100.fs vt100key.fs wordinfo.fs gforthrc.fs options.fs arch/386/asm.fs arch/386/disasm.fs arch/amd64/asm.fs arch/amd64/disasm.fs arch/alpha/asm.fs arch/alpha/disasm.fs arch/alpha/testasm.fs arch/arm/asm.fs arch/arm/disasm.fs arch/arm64/asm.fs arch/arm64/disasm.fs arch/arm/testdisasm.fs arch/arm/testdisasm.out arch/arm/Makefile arch/mips/asm.fs arch/mips/disasm.fs arch/mips/insts.fs arch/mips/testasm.fs arch/mips/testdisasm.fs arch/power/asm.fs arch/power/disasm.fs arch/power/inst.fs arch/lm32/asm.fs arch/lm32/testasm.fs kernel-ec/args.fs kernel-ec/basics.fs kernel-ec/cbr.fs kernel-ec/cbrpi.fs kernel-ec/cloop.fs kernel-ec/comp.fs kernel-ec/cond.fs kernel-ec/doers.fs kernel-ec/errore.fs kernel-ec/getdoers.fs kernel-ec/int.fs kernel-ec/io.fs kernel-ec/kernel.fs kernel-ec/license.fs kernel-ec/main.fs kernel-ec/nio.fs kernel-ec/pass.fs kernel-ec/quotes.fs kernel-ec/saccept.fs kernel-ec/toolsext.fs kernel-ec/tools.fs kernel-ec/vars.fs kernel-ec/version.fs asm/README asm/bitmask.fs asm/numref.fs chains.fs asm/basic.fs asm/generic.fs asm/target.fs ec/README ec/mirror.fs ec/shex.fs ec/builttag.fs ec/dotx.fs ec/nesting.fs build-ec.in libffi.fs fflib.fs cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.fs unix/filestat.fs unix/libc.fs unix/time.fs  unix/x.fs  unix/opengl.fs  unix/png.fs unix/x.fs unix/opengl.fs unix/opengles.fs unix/opengles3.fs unix/jnilib.fs unix/soillib.fs unix/soil2lib.fs unix/freetype-gllib.fs unix/android.fs unix/openmax.fs unix/cpu.fs unix/png.fs unix/waylandlib.fs unix/gpslib.fs unix/vulkanlib.fs unix/harfbuzzlib.fs minos2/gl-helper.fs minos2/gl-terminal.fs minos2/jpeg-exif.fs minos2/linux-gl.fs minos2/wayland-gl.fs minos2/soil-texture.fs minos2/gl-sample.fs minos2/gl-slideshow.fs minos2/ftgl-helper.fs minos2/ftgl-sample.fs minos2/widgets.fs minos2/actors.fs minos2/x11-actors.fs minos2/android-actors.fs minos2/wayland-actors.fs minos2/widgets-test.fs minos2/presentation.fs minos2/mts-tools.fs minos2/mkv-tools.fs minos2/omx-example.fs minos2/mkv-tags.fs minos2/android-recorder.fs minos2/animation.fs minos2/need-x.fs minos2/ascii.png minos2/button.png minos2/button2.png minos2/button3.png minos2/bad-gateway.png minos2/net2o-minos2.png ans-report.fs ansi.fs answords.fs colorize.fs comp-i.fs complex.fs depth-changes.fs dosekey.fs doskey.fs ds2texi.fs envos.dos envos.os2 etags.fs fft.fs filedump.fs fi2c.fs forward.fs fsl-util.4th fsl-util.fs glosgen.fs gray.fs httpd.fs install-tags.fs make-app.fs doc/makedoc.fs locate.fs locate1.fs more.fs onebench.fs fft-bench.fs other.fs prims2x.fs prims2x0.6.2.fs proxy.fs random.fs regexp.fs regexp-test.fs sokoban.fs string.fs table.fs tags.fs tt.fs quotations.fs unbuffer.fs wordsets.fs 2012words.fs test/tester.fs test/ttester.fs test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs test/float.fs test/search.fs test/gforth.fs test/other.fs test/signals.fs test/checkans.fs test/primtest.fs test/coreext.fs test/deferred.fs test/coremore.fs test/gforth-nofast.fs test/libcc.fs test/macros.fs test/fp/ak-fp-test.fth test/fp/fatan2-test.fs test/fp/fpio-test.4th test/fp/fpzero-test.4th test/fp/ieee-arith-test.fs test/fp/ieee-fprox-test.fs test/fp/paranoia.4th test/fp/readme-fp.txt test/fp/runfptests.fth test/fp/to-float-test.4th test/fp/ttester.fs bubble.fs siev.fs matrix.fs fib.fs oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs moofglos.fs fixpath.fs mini-oof2.fs moof2-example.fs user-object.fs callable.fs add.fs lib.fs oldlib.fs sieve.fs list.fs endtry-iferror.fs recover-endtry.fs smartdots.fs unix/terminal-server.fs unix/jni-helper.fs unix/jni-tools.fs unix/jni-media.fs unix/jni-location.fs unix/sensors.fs unix/gdi.fs unix/user.fs unix/win32.fs date.fs script.fs wf.fs traceall.fs rec-scope.fs rec-env.fs rec-meta.fs notfound.fs utf16.fs archive.fs cilk.fs sections.fs fixfiles.fs bits.fs reverse-words.fs config.fs compat/README compat/anslocal.fs compat/assert.fs compat/caseext.fs compat/control.fs compat/defer.fs compat/exception.fs compat/execute-parsing.fs compat/loops.fs compat/macros.fs compat/required.fs compat/strcomp.fs compat/struct.fs compat/vocabulary.fs compat/stagediv.fs compat/memory.4th prim; do \
		/usr/bin/install -c -m 644 ./$i /usr/local/share/gforth/0.7.9_20180103/$i; \
	done
/usr/bin/install -c -m 644 ./doc/gforth.1 /usr/local/share/man/man1
mkdir -p /usr/local/share/info
/usr/bin/install-info --info-dir=/usr/local/share/info /usr/local/share/info/gforth.info
install-info: No such file or directory for /usr/local/share/info/gforth.info
Makefile:824: recipe for target 'install-info' failed
make: *** [install-info] Error 1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.