~% brew install automake pkg-config % git clone https://github.com/PDP-10/its.git % gmake EMULATOR=klh10 MAKE=gmake =================================================================== Not sure how important this is: Cloning into '/Users/cstacy/E21/its/tools/tek4010'... Submodule path 'tools/tek4010': checked out 'de5d4cdbd6ab482a59894d82e1efac7fc70386a5' build/stamp.sh build/timestamps.txt touch: invalid date format ‘198904020211.39’ touch: invalid date format ‘198904020211.45’ touch: invalid date format ‘198904020211.46’ mkdir -p out/klh10/stamp touch out/klh10/stamp/touch % touch --version touch (GNU coreutils) 8.32 =================================================================== The emulator builds, but has trouble... Subprocesses (such as the disk) are not working, apparently because the shared memory segment cannot be initialized. I am guessing the problem is in tools/klh10/src/dpsup.c: /* Create a shared mem seg. Set perms to owner-only RW. */ if ((shmid = shmget(IPC_PRIVATE, (u_int)totsiz, 0600)) == -1) { fprintf(stderr, "[dp_init: shmget failed - %d]\r\n", errno); return FALSE; } I vaguely remember someone here saying something about running as root. Maybe that's what is happening? Not sure what the permissions bits constant is supposed to be, but StackOverflow has maybe seen something like this before, and says you need to do: shmid = shmget(IPC_PRIVATE, arrsize * sizeof(double), S_IRUSR | S_IWUSR ); Alternatively, some blogger says that shared memory is generally prevented by the App Sandbox, but that there is another API that does work. That would include: shm_open, ftruncate, munmap, and shm_unlink. --------- KLH10# devdef dsk0 rh0.0 rp type=rp06 format=dbd9 path=../../out/klh10/rp0.dsk iodly=0 [dp_init: shmget failed - 12] RPXX subproc init failed! Final init of device "dsk0" failed! KLH10# devdef mta0 rh1.0 tm02 fmtr=tm03 type=tu45 KLH10# devdef mta1 rh1.1 tm02 fmtr=tm03 type=tu45 KLH10# devmo mta0 ../../out/klh10/minsys.tape Mount succeeded. KLH10# devmo mta1 ../../out/klh10/salv.tape Mount succeeded. KLH10# ; Define IMP for PI on ITS.JOSS.COM KLH10# devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=199.34.53.51 gwaddr=199.34.53.50 [dp_init: shmget failed - 12] IMP subproc init failed! Final init of device "imp" failed! KLH10# load @.nsalv-260-u Using word format "u36"... Added 2914 syms to DDT, total 2974 Loaded "@.nsalv-260-u": Format: ITS-SBLK Data: 9830, Symwds: 2914, Low: 0, High: 0777266, Startaddress: 0774000 KLH10# [EOF on nsalv.ini] KLH10# go Starting KN10 at loc 0774000... MARK$G' Format pack on unit #0send: spawn id exp9 not open while executing "send -- $c" (procedure "type" line 4) invoked from within "type $r" (procedure "respond" line 3) invoked from within "respond "Are you sure you want to format pack on drive" "y"" (procedure "mark_packs" line 4) invoked from within "mark_packs" (file "/Users/cstacy/E21/its/build/mark.tcl" line 5) =================================================================== % gmake EMULATOR=klh10 MAKE=gmake git submodule sync --recursive `dirname tools/dasm/.gitignore` git submodule update --recursive --init `dirname tools/dasm/.gitignore` Submodule 'tools/dasm' (https://github.com/larsbrinkhoff/pdp10-its-disassembler) registered for path 'tools/dasm' Cloning into '/Users/cstacy/E21/its/tools/dasm'... Submodule path 'tools/dasm': checked out 'ff4b84490295c4ed53aceaf07a653e6a51fc304a' Submodule 'lodepng' (https://github.com/lvandeve/lodepng) registered for path 'tools/dasm/lodepng' Cloning into '/Users/cstacy/E21/its/tools/dasm/lodepng'... Submodule path 'tools/dasm/lodepng': checked out '34628e89e80cd007179b25b0b2695e6af0f57fac' git submodule sync --recursive `dirname tools/itstar/.gitignore` git submodule update --recursive --init `dirname tools/itstar/.gitignore` Submodule 'itstar' (https://github.com/PDP-10/itstar) registered for path 'tools/itstar' Cloning into '/Users/cstacy/E21/its/tools/itstar'... Submodule path 'tools/itstar': checked out 'd8ff19ba6e8ed5e20eeafba6b0f8a0607dd962e3' git submodule sync --recursive `dirname tools/klh10/.gitignore` git submodule update --recursive --init `dirname tools/klh10/.gitignore` Submodule 'tools/klh10' (https://github.com/PDP-10/klh10) registered for path 'tools/klh10' Cloning into '/Users/cstacy/E21/its/tools/klh10'... Submodule path 'tools/klh10': checked out 'f432d23c41efddb770cfb8d661bc6fd3860156d3' git submodule sync --recursive `dirname tools/mldev/.gitignore` git submodule update --recursive --init `dirname tools/mldev/.gitignore` Submodule 'tools/mldev' (https://github.com/larsbrinkhoff/mldev) registered for path 'tools/mldev' Cloning into '/Users/cstacy/E21/its/tools/mldev'... Submodule path 'tools/mldev': checked out '7a04cfb5477c24377032ac342e392e8845050244' git submodule sync --recursive `dirname tools/simh/.gitignore` git submodule update --recursive --init `dirname tools/simh/.gitignore` Submodule 'tools/simh' (https://github.com/simh/simh) registered for path 'tools/simh' Cloning into '/Users/cstacy/E21/its/tools/simh'... Submodule path 'tools/simh': checked out 'e1db7dec41098cc7e22d2b379a26a7c4561dfa14' git submodule sync --recursive `dirname tools/sim-h/.gitignore` git submodule update --recursive --init `dirname tools/sim-h/.gitignore` Submodule 'tools/sim-h' (https://github.com/simh/simh) registered for path 'tools/sim-h' Cloning into '/Users/cstacy/E21/its/tools/sim-h'... Submodule path 'tools/sim-h': checked out 'dea084a908d800ce4e92fab451cca4695443d23e' git submodule sync --recursive `dirname tools/sims/.gitignore` git submodule update --recursive --init `dirname tools/sims/.gitignore` Submodule 'tools/sims' (https://github.com/larsbrinkhoff/ka10-simh) registered for path 'tools/sims' Cloning into '/Users/cstacy/E21/its/tools/sims'... Submodule path 'tools/sims': checked out '20826b240ed7cf4ff773b43812b41f5cfa53d1aa' git submodule sync --recursive `dirname tools/supdup/.gitignore` git submodule update --recursive --init `dirname tools/supdup/.gitignore` Submodule 'tools/supdup' (https://github.com/PDP-10/supdup) registered for path 'tools/supdup' Cloning into '/Users/cstacy/E21/its/tools/supdup'... Submodule path 'tools/supdup': checked out 'db619553ec805e209691a314b3f046e51a31d79e' git submodule sync --recursive `dirname tools/tapeutils/.gitignore` git submodule update --recursive --init `dirname tools/tapeutils/.gitignore` Submodule 'tapeutils' (https://github.com/brouhaha/tapeutils) registered for path 'tools/tapeutils' Cloning into '/Users/cstacy/E21/its/tools/tapeutils'... Submodule path 'tools/tapeutils': checked out '56d22663af651f22c2810e5cb1d80a3911e316f1' git submodule sync --recursive `dirname tools/tv11/.gitignore` git submodule update --recursive --init `dirname tools/tv11/.gitignore` Submodule 'tools/tv11' (https://github.com/aap/pdp11) registered for path 'tools/tv11' Cloning into '/Users/cstacy/E21/its/tools/tv11'... Submodule path 'tools/tv11': checked out '0af72978b4664ad0c64b1e74470ac8c0d6333f4d' git submodule sync --recursive `dirname tools/pdp6/.gitignore` git submodule update --recursive --init `dirname tools/pdp6/.gitignore` Submodule 'tools/pdp6' (https://github.com/aap/pdp6) registered for path 'tools/pdp6' Cloning into '/Users/cstacy/E21/its/tools/pdp6'... Submodule path 'tools/pdp6': checked out 'e000f5b5a7409f47932c6d81bccfd0fd57598017' git submodule sync --recursive `dirname tools/vt05/.gitignore` git submodule update --recursive --init `dirname tools/vt05/.gitignore` Submodule 'tools/vt05' (https://github.com/aap/vt05) registered for path 'tools/vt05' Cloning into '/Users/cstacy/E21/its/tools/vt05'... Submodule path 'tools/vt05': checked out '44d89bd33490205db86ead5dc7396536597d5f96' git submodule sync --recursive `dirname tools/tek4010/.gitignore` git submodule update --recursive --init `dirname tools/tek4010/.gitignore` Submodule 'tools/tek4010' (https://github.com/rricharz/Tek4010) registered for path 'tools/tek4010' Cloning into '/Users/cstacy/E21/its/tools/tek4010'... Submodule path 'tools/tek4010': checked out 'de5d4cdbd6ab482a59894d82e1efac7fc70386a5' build/stamp.sh build/timestamps.txt touch: invalid date format ‘198904020211.39’ touch: invalid date format ‘198904020211.45’ touch: invalid date format ‘198904020211.46’ mkdir -p out/klh10/stamp touch out/klh10/stamp/touch gmake -C tools/itstar gmake[1]: Entering directory '/Users/cstacy/E21/its/tools/itstar' Makefile:25: warning: ignoring prerequisites on suffix rule definition cc -O -c itstar.c itstar.c:531:9: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 1: AOBJN ptr giving length */ ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:531:12: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 1: AOBJN ptr giving length */ ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:534:10: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 2: tape,,real */ ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:534:13: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 2: tape,,real */ ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:538:10: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 4: type */ ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:538:13: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* 4: type */ ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:551:22: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] while(len--) inword(&l,&r); /* eat unknown words */ ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:551:25: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] while(len--) inword(&l,&r); /* eat unknown words */ ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:556:16: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] fhead: inword(&l,&r); /* 1: AOBJN ptr givin... ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:556:19: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] fhead: inword(&l,&r); /* 1: AOBJN ptr givin... ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:567:11: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&islink,&r); ^~~~~~~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:567:19: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&islink,&r); ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:573:11: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:573:14: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:580:11: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:580:14: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:592:23: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] while(len--) inword(&l,&r); /* ea... ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:592:26: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] while(len--) inword(&l,&r); /* ea... ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:654:9: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* read it */ ^~ ./itstar.h:7:19: note: passing argument to parameter 'l' here void inword(long *l,long *r); ^ itstar.c:654:12: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] inword(&l,&r); /* read it */ ^~ ./itstar.h:7:27: note: passing argument to parameter 'r' here void inword(long *l,long *r); ^ itstar.c:728:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(;c=(*p);*p++=c) ~^~~~~ itstar.c:728:8: note: place parentheses around the assignment to silence this warning for(;c=(*p);*p++=c) ^ ( ) itstar.c:728:8: note: use '==' to turn this assignment into an equality comparison for(;c=(*p);*p++=c) ^ == itstar.c:743:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(;c=(*p);*p++=c) ~^~~~~ itstar.c:743:8: note: place parentheses around the assignment to silence this warning for(;c=(*p);*p++=c) ^ ( ) itstar.c:743:8: note: use '==' to turn this assignment into an equality comparison for(;c=(*p);*p++=c) ^ == 22 warnings generated. cc -O -c dirlst.c dirlst.c:202:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ dirlst.c:219:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 2 warnings generated. cc -O -c pack.c pack.c:218:15: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] if(nextword(&l,&r)<0) { ^~ ./itstar.h:9:20: note: passing argument to parameter 'l' here int nextword(long *l,long *r); ^ pack.c:218:18: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign] if(nextword(&l,&r)<0) { ^~ ./itstar.h:9:28: note: passing argument to parameter 'r' here int nextword(long *l,long *r); ^ pack.c:253:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(d=pfx177[c]) { ~^~~~~~~~~~ pack.c:253:10: note: place parentheses around the assignment to silence this warning if(d=pfx177[c]) { ^ ( ) pack.c:253:10: note: use '==' to turn this assignment into an equality comparison if(d=pfx177[c]) { ^ == 3 warnings generated. cc -O -c tapeio.c cc -O -c tm03.c cc -O -c unpack.c cc -O -c zopen.c cc -o itstar itstar.o dirlst.o pack.o tapeio.o \ tm03.o unpack.o zopen.o strip itstar gmake[1]: Leaving directory '/Users/cstacy/E21/its/tools/itstar' mkdir -p out/klh10/system cp=0; ca=0; \ test no != no && cp=1 && ca=no ; \ x=`echo 192.168.1.100 | tr . ,`; \ sed -e "s/%IP%/$x/" \ -e 's/%NETMASK%/255,255,255,248/' \ -e "s/%CHAOSP%/$cp/" \ -e "s/%CHAOSA%/$ca/" < build/klh10/config.203 > out/klh10/system/config.203 mkdir -p out/klh10 tools/itstar/itstar -cf out/klh10/minsys.tape -C bin/ks10 _ sys tools/itstar/itstar -rf out/klh10/minsys.tape -C bin/minsys sys mkdir -p out/klh10 tools/itstar/itstar -cf out/klh10/minsrc.tape -C src midas system sysen1/ddt.1547 syseng/datime.74 syseng/lsrtns.69 syseng/msgs.47 syseng/ntsddt.n79h kshack/nsalv.261 syseng/format.305 syseng/rfn.13 kshack/ksfedr.146 syseng/dump.447 sysnet/netwrk.266 tools/itstar/itstar -rf out/klh10/minsrc.tape -C out/klh10 system gmake -C tools/tapeutils gmake[1]: Entering directory '/Users/cstacy/E21/its/tools/tapeutils' cc -M -MG -g -Wall tapex.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tapex.d cc -M -MG -g -Wall read20.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > read20.d cc -M -MG -g -Wall t10backup.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > t10backup.d cc -M -MG -g -Wall tapewrite.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tapewrite.d cc -M -MG -g -Wall taperead.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > taperead.d cc -M -MG -g -Wall tapedump.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tapedump.d cc -M -MG -g -Wall tapecopy.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tapecopy.d cc -M -MG -g -Wall tapeio.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tapeio.d cc -g -Wall -c -o tapecopy.o tapecopy.c cc -g -Wall -c -o tapeio.o tapeio.c cc -g tapecopy.o tapeio.o -o tapecopy cc -g -Wall -c -o tapedump.o tapedump.c cc -g tapedump.o tapeio.o -o tapedump cc -g -Wall -c -o taperead.o taperead.c cc -g taperead.o tapeio.o -o taperead cc -g -Wall -c -o tapewrite.o tapewrite.c cc -g tapewrite.o tapeio.o -o tapewrite cc -g -Wall -c -o t10backup.o t10backup.c cc -g t10backup.o tapeio.o -o t10backup cc -g -Wall -c -o read20.o read20.c cc -g read20.o tapeio.o -o read20 cc -g -Wall -c -o tapex.o tapex.c cc -g tapex.o tapeio.o -o tapex gmake[1]: Leaving directory '/Users/cstacy/E21/its/tools/tapeutils' mkdir -p out/klh10 tools/tapeutils/tapewrite -n 2560 out/klh10/salv.tape bin/ks10/boot/ram.262 bin/ks10/boot/salv.rp06 mkdir -p out/klh10 tools/tapeutils/tapewrite -n 2560 out/klh10/dskdmp.tape bin/ks10/boot/ram.262 bin/ks10/boot/dskdmp.rp06 cd tools/klh10; \ rm -f -rf tmp; \ ./autogen.sh; \ mkdir -p tmp; \ cd tmp; \ export CONFFLAGS_USR="-DKLH10_DEV_DPTM03=0 $CONFFLAGS_USR"; \ ../configure --bindir="/Users/cstacy/E21/its/build/klh10"; \ gmake -C bld-ks-its; \ gmake -C bld-ks-its install Not running configure in the source directory. 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gmake sets $(MAKE)... yes checking for nanosleep... yes checking for if_nameindex in -lsocket... no checking for pcap_findalldevs in -lpcap... yes checking for pcap_set_immediate_mode in -lpcap... yes checking for vde_send in -lvdeplug... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for arpa/inet.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netinet/in.h... yes checking for sgtty.h... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for net/if_tun.h... no checking for linux/if_tun.h... no checking for linux/if_packet.h... no checking for net/if_tap.h... no checking for sys/mtio.h... no checking for net/nit.h... no checking for sys/dlpi.h... no checking for net/if_dl.h... yes checking for net/if_types.h... yes checking for sys/io.h... no checking for libvdeplug.h... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for struct stat.st_rdev... yes checking for error_at_line... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking build system type... x86_64-apple-darwin20.5.0 checking host system type... x86_64-apple-darwin20.5.0 checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for alarm... yes checking for dup2... yes checking for gettimeofday... yes checking for localtime_r... yes checking for memset... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strtol... yes checking for getifaddrs... yes checking for if_nameindex... yes checking for sigaction... yes checking for nanosleep... (cached) yes checking for gettimeofday... (cached) yes checking for getrusage... yes checking for setitimer... yes checking for tcsetattr... yes checking for mlockall... yes checking for setpriority... yes checking target system type... x86_64-apple-darwin20.5.0 checking whether byte ordering is bigendian... no checking whether vaddr_t escapes from ... no (all ok) checking whether sys_errlist exists... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking size of long... 8 checking size of long long... 8 checking size of off_t... 8 configure: creating ./config.status config.status: creating bld-kl/Makefile config.status: creating bld-ks/Makefile config.status: creating bld-ks-its/Makefile config.status: creating Makefile config.status: creating src/config.h gmake[1]: Entering directory '/Users/cstacy/E21/its/tools/klh10/tmp/bld-ks-its' gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/klh10.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ ../../src/klh10.c:391:24: warning: illegal character encoding in string literal [-Winvalid-source-encoding] fprintf(f, "%s\n", KLH10_COPYRIGHT); ^~~~~~~~~~~~~~~ ../../src/klh10.h:68:15: note: expanded from macro 'KLH10_COPYRIGHT' Copyright 2002 Kenneth L. Harrenstien -- All ... ^~~~ 2 warnings generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/prmstr.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/fecmd.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/feload.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/wfio.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ ../../src/wfio.c:763:5: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] wf->wfloc-1); ^~~~~~~~~~~ 2 warnings generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/osdsup.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/kn10cpu.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/kn10pag.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/kn10clk.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/opdata.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/kn10ops.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inmove.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inhalf.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inblsh.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/intest.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/infix.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inflt.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inbyte.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/injrst.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inexts.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/inio.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/kn10dev.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvuba.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvcty.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/vdisk.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvrpxx.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvrh11.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/vmtape.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ ../../src/vmtape.c:3817:3: warning: format specifies type 'long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] td->tdbytes, td->tdrecs, td->tdfils, ^~~~~~~~~~~ ../../src/vmtape.c:3823:39: warning: format specifies type 'unsigned long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] ...fprintf(f, "%" VMTAPE_POS_FMT "u:", rd->rdloc); ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ %lld 3 warnings generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvtm03.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvlhdh.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvdz11.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvch11.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dpsup.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvhost.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dvlites.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -o kn10-ks-its klh10.o prmstr.o fecmd.o feload.o wfio.o osdsup.o kn10cpu.o kn10pag.o kn10clk.o opdata.o kn10ops.o inmove.o inhalf.o inblsh.o intest.o infix.o inflt.o inbyte.o injrst.o inexts.o inio.o kn10dev.o dvuba.o dvcty.o vdisk.o dvrpxx.o dvrh11.o vmtape.o dvtm03.o dvlhdh.o dvdz11.o dvch11.o dpsup.o dvhost.o dvlites.o gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dprpxx.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -o dprpxx dprpxx.o dpsup.o gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dptm03.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ In file included from ../../src/dptm03.c:343: ../../src/vmtape.c:3817:3: warning: format specifies type 'long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] td->tdbytes, td->tdrecs, td->tdfils, ^~~~~~~~~~~ ../../src/vmtape.c:3823:39: warning: format specifies type 'unsigned long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] ...fprintf(f, "%" VMTAPE_POS_FMT "u:", rd->rdloc); ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ %lld 3 warnings generated. gcc -o dptm03 dptm03.o dpsup.o wfio.o prmstr.o gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dpimp.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -o dpimp dpimp.o dpsup.o -lvdeplug -lpcap gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 -DKLH10_I_CIRC=1 -DKLH10_DEV_DPTM03=0 ../../src/dpchaos.c In file included from :367: :18:9: warning: 'KLH10_DEV_DPTM03' macro redefined [-Wmacro-redefined] #define KLH10_DEV_DPTM03 0 ^ :4:9: note: previous definition is here #define KLH10_DEV_DPTM03 1 ^ 1 warning generated. gcc -o dpchaos dpchaos.o dpsup.o -lvdeplug -lpcap gcc -c -g3 -O3 -I../src -I../../src ../../src/wfconv.c In file included from ../../src/wfconv.c:59: ../../src/wfio.c:763:5: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] wf->wfloc-1); ^~~~~~~~~~~ 1 warning generated. gcc -o wfconv wfconv.o gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 ../../src/tapedd.c In file included from ../../src/tapedd.c:104: ../../src/vmtape.c:3817:3: warning: format specifies type 'long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] td->tdbytes, td->tdrecs, td->tdfils, ^~~~~~~~~~~ ../../src/vmtape.c:3823:39: warning: format specifies type 'unsigned long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] ...fprintf(f, "%" VMTAPE_POS_FMT "u:", rd->rdloc); ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ %lld ../../src/tapedd.c:496:27: warning: format specifies type 'long' but the argument has type 'vmtpos_t' (aka 'long long') [-Wformat] d->d_files, d->d_recs, d->d_tloc); ^~~~~~~~~ 3 warnings generated. gcc -o tapedd tapedd.o wfio.o prmstr.o gcc -c -g3 -O3 -I../src -I../../src ../../src/vdkfmt.c gcc -o vdkfmt vdkfmt.o gcc -c -g3 -O3 -I../src -I../../src ../../src/wxtest.c gcc -o wxtest wxtest.o gcc -c -g3 -O3 -I../src -I../../src ../../src/udlconv.c gcc -o udlconv udlconv.o gcc -c -g3 -O3 -I../src -I../../src ../../src/uexbconv.c In file included from ../../src/uexbconv.c:67: ../../src/wfio.c:763:5: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] wf->wfloc-1); ^~~~~~~~~~~ 1 warning generated. gcc -o uexbconv uexbconv.o gcc -c -g3 -O3 -I../src -I../../src -DKLH10_CPU_KS=1 -DKLH10_SYS_ITS=1 -DKLH10_EVHS_INT=1 -DKLH10_DEV_DPTM03=1 -DKLH10_DEV_DPRPXX=1 -DKLH10_DEV_DPIMP=1 -DKLH10_SIMP=0 -DKLH10_MEM_SHARED=1 -DKLH10_RTIME_OSGET=1 -DKLH10_ITIME_INTRP=1 -DKLH10_QTIME_OSVIRT=1 -DKLH10_IMPIO_INT=1 -DKLH10_CTYIO_INT=1 -DKLH10_APRID_SERIALNO=4097 -DKLH10_CLIENT=\"MyITS\" -DVMTAPE_ITSDUMP=1 ../../src/enaddr.c gcc -o enaddr enaddr.o -lvdeplug -lpcap gmake[1]: Leaving directory '/Users/cstacy/E21/its/tools/klh10/tmp/bld-ks-its' gmake[1]: Entering directory '/Users/cstacy/E21/its/tools/klh10/tmp/bld-ks-its' Copying binaries into /Users/cstacy/E21/its/build/klh10 Done! gmake[1]: Leaving directory '/Users/cstacy/E21/its/tools/klh10/tmp/bld-ks-its' ln -s build/klh10/start cp=';'; ca=''; \ test no != no && cp='' && ca='myaddr=no chip=3150/no.nocrew.org chip=3040/router.chaosnet.net chip=7100/sj.gewt.net'; \ sed -e 's/%IP%/192.168.1.100/' \ -e 's/%GW%/192.168.0.45/' \ -e "s/%CHAOSP%/$cp/" \ -e "s|%CHAOSA%|$ca|" < build/klh10/dskdmp.txt > build/klh10/dskdmp.ini mkdir -p out/klh10/stamp touch out/klh10/stamp/pdp10 mkdir -p out/klh10/syshst test no != no && c="CHAOS no , "; \ sed -e 's/%IP%/192.168.1.100/' \ -e 's/%HOSTNAME%/DB-ITS.EXAMPLE.COM/' \ -e "s/%CHAOS%/$c/" < build/h3text.2016 > out/klh10/syshst/h3text.2016 cat conf/hosts >> out/klh10/syshst/h3text.2016 mkdir -p out/klh10 rm -f -f src/*/*~ tools/itstar/itstar -cf out/klh10/sources.tape -C src syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa _teco_ emacs emacs1 rms klh syshst sra mrc ksc eak gren bawden _mail_ l lisp libdoc comlap lspsrc nilcom rwk chprog rg inquir acount gz sys decsys ecc alan sail kcc kcc_sy c games archy dcp spcwar rwg libmax rat z emaxim rz maxtul aljabr cffk das ell ellen jim jm jpg macrak maxdoc maxsrc mrg munfas paulw reh rlb rlb% share tensor transl wgd zz graphs lmlib pratt quux scheme gsb ejs mudsys draw wl taa tj6 budd sharem ucode rvb kldcp math as imsrc gls demo macsym lmcons dmcg hibou agb gt40 rug maeda ms kle aap common fonts lcf 11logo kmp info aplogo bkph bbn pdp11 chsncp sca music1 moon teach ken lmio1 llogo a2deh chsgtv clib sys3 lmio turnip mits_s rab stan_k bs cstacy kp dcp2 -pics- victor imlac rjl mb bh lars drnil radia gjd maint bolio cent shrdlu vis cbf digest prs jsf decus bsg muds54 hello rrs 2500 minsky danny survey librm3 librm4 klotz atlogo tools/itstar/itstar -rf out/klh10/sources.tape -C doc info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc chprog sail draw wl pc tj6 share _glpr_ _xgpr_ inquir mudman system xfont maxout ucode moon acount alan channa fonts games graphs humor kldcp libdoc lisp _mail_ midas quux scheme manual wp chess ms macdoc aplogo _temp_ pdp11 chsncp cbf rug bawden llogo eak clib teach pcnet combat pdl minits mits_s chaos hal -pics- imlac maint cent ksc klh digest prs decus bsg madman hur lmdoc rrs danny netwrk klotz tools/itstar/itstar -rf out/klh10/sources.tape -C bin sys sys1 sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys graphs draw datdrw fonts fonts1 fonts2 games macsym maint _www_ gt40 llogo bawden sysbin -pics- lmman r shrdlu imlac pdp10 madman survey rrs tools/itstar/itstar -rf out/klh10/sources.tape -C out/klh10 syshst PATH="/Users/cstacy/E21/its/tools/simh/BIN:$PATH" expect -f build/klh10/build.tcl 192.168.1.100 192.168.0.45 ENTERING MAIN BUILD SCRIPT Wed Jun 23 10:37:54 EDT 2021 BUILDING DB ITS ENTERING BUILD SCRIPT: MARK Wed Jun 23 10:37:54 EDT 2021 spawn ./kn10-ks-its nsalv.ini KLH10 2.0l (MyITS) built Jun 23 2021 10:37:34 Copyright © 2002 Kenneth L. Harrenstien -- All Rights Reserved. This program comes "AS IS" with ABSOLUTELY NO WARRANTY. Compiled for apple-darwin20.5.0 on x86_64 with word model USEINT Emulated config: CPU: KS10 SYS: ITS Pager: ITS APRID: 4097 Memory: 512 pages of 1024 words (SHARED) Time interval: INTRP Base: OSGET Quantums: OSVIRT Interval default: 60Hz Internal clock: OSINT Other: CIRC JPC DEBUG PCCACHE CTYINT IMPINT EVHINT Devices: RH11 RPXX(DP) TM03 DZ11 CH11 LHDH(DPIMP) [MEM: Allocating 512 pages shared memory, clearing...done] KLH10# ; Define basic KS10 device config - two RH11s each on its own Unibus KLH10# KLH10# devdef rh0 ub1 rh11 addr=776700 br=6 vec=254 KLH10# devdef rh1 ub3 rh11 addr=772440 br=6 vec=224 KLH10# KLH10# ; Provide one disk, one tape in config ITS expects KLH10# KLH10# devdef dsk0 rh0.0 rp type=rp06 format=dbd9 path=../../out/klh10/rp0.dsk iodly=0 [dp_init: shmget failed - 12] RPXX subproc init failed! Final init of device "dsk0" failed! KLH10# devdef mta0 rh1.0 tm02 fmtr=tm03 type=tu45 KLH10# devdef mta1 rh1.1 tm02 fmtr=tm03 type=tu45 KLH10# devmo mta0 ../../out/klh10/minsys.tape Mount succeeded. KLH10# devmo mta1 ../../out/klh10/salv.tape Mount succeeded. KLH10# KLH10# ; ITS wants a 60Hz clock, allow it. Need this until defaults OK. KLH10# set clk_ithzfix=60 clk_ithzfix: 60. => 60. KLH10# KLH10# ; Define IMP for PI on ITS.JOSS.COM KLH10# devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=199.34.53.51 gwaddr=199.34.53.50 [dp_init: shmget failed - 12] IMP subproc init failed! Final init of device "imp" failed! KLH10# KLH10# ; Dummy definitions. Only one DZ is still (apparently) needed. KLH10# devdef dz0 ub3 dz11 addr=760010 br=5 vec=340 KLH10# ;devdef dz1 ub3 dz11 addr=760020 br=5 vec=350 KLH10# ;devdef chaos ub3 ch11 addr=764140 br=5 vec=270 KLH10# KLH10# ; Define new HOST device hackery KLH10# ;devdef idler ub3 host addr=777000 KLH10# KLH10# load @.nsalv-260-u Using word format "u36"... Added 2914 syms to DDT, total 2974 Loaded "@.nsalv-260-u": Format: ITS-SBLK Data: 9830, Symwds: 2914, Low: 0, High: 0777266, Startaddress: 0774000 KLH10# [EOF on nsalv.ini] KLH10# go Starting KN10 at loc 0774000... MARK$G' Format pack on unit #0send: spawn id exp9 not open while executing "send -- $c" (procedure "type" line 4) invoked from within "type $r" (procedure "respond" line 3) invoked from within "respond "Are you sure you want to format pack on drive" "y"" (procedure "mark_packs" line 4) invoked from within "mark_packs" (file "/Users/cstacy/E21/its/build/mark.tcl" line 5) invoked from within "source $build/mark.tcl" (file "../build.tcl" line 171) invoked from within "source ../build.tcl" (file "build/klh10/build.tcl" line 68) gmake: *** [Makefile:139: out/klh10/rp0.dsk] Error 1 silver its% which expect /usr/bin/expect