------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/simh-hpdoc-3.11.0.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by simh-hp2100-3.11.0.29 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by simh-hp2100-3.11.0.29 for building => SHA256 Checksum OK for simh-hp/HP2100-source-release-29.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by simh-hp2100-3.11.0.29 for building ===> Extracting for simh-hp2100-3.11.0.29 => SHA256 Checksum OK for simh-hp/HP2100-source-release-29.zip. Extracted Memory Use: 6.57M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for simh-hp2100-3.11.0.29 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for simh-hp2100-3.11.0.29 from /xports/emulators/simh-hp2100/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on package: gmake>=4.3 - found ===> Configuring for simh-hp2100-3.11.0.29 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for simh-hp2100-3.11.0.29 (cd /construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29; GCC="cc" gmake -C SCP hp2100) gmake[1]: Entering directory '/construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29/SCP' lib paths are: /lib /usr/lib /usr/local/lib /usr/local/lib/compat/pkg include paths are: /usr/libdata/gcc80 /usr/include /usr/local/include using libm: /usr/lib/libm.a using librt: /usr/lib/librt.a using libpthread: /usr/lib/libpthread.a /usr/include/pthread.h using semaphore: /usr/include/semaphore.h using mman: /usr/include/sys/mman.h using libdl: /usr/lib/libdl.a /usr/include/dlfcn.h *** *** hp2100 Simulator being built with: *** - compiler optimizations and no debugging support. GCC Version: 8.3. *** cc -std=c99 -U__STRICT_ANSI__ -O2 -finline-functions -fgcse-after-reload -fpredictive-commoning -fipa-cp-clone -fno-unsafe-loop-optimizations -fno-strict-overflow -Wno-unused-result -I . -D_GNU_SOURCE -I/usr/local/include -DHAVE_SEMAPHORE -DHAVE_SHM_OPEN -DHAVE_DLOPEN=a HP2100/hp2100_baci.c HP2100/hp2100_cpu.c HP2100/hp2100_cpu_fp.c HP2100/hp2100_cpu_fpp.c HP2100/hp2100_cpu0.c HP2100/hp2100_cpu1.c HP2100/hp2100_cpu2.c HP2100/hp2100_cpu3.c HP2100/hp2100_cpu4.c HP2100/hp2100_cpu5.c HP2100/hp2100_cpu6.c HP2100/hp2100_cpu7.c HP2100/hp2100_di.c HP2100/hp2100_di_da.c HP2100/hp2100_disclib.c HP2100/hp2100_dma.c HP2100/hp2100_dp.c HP2100/hp2100_dq.c HP2100/hp2100_dr.c HP2100/hp2100_ds.c HP2100/hp2100_ipl.c HP2100/hp2100_lps.c HP2100/hp2100_lpt.c HP2100/hp2100_mc.c HP2100/hp2100_mem.c HP2100/hp2100_mpx.c HP2100/hp2100_ms.c HP2100/hp2100_mt.c HP2100/hp2100_mux.c HP2100/hp2100_pif.c HP2100/hp2100_pt.c HP2100/hp2100_sys.c HP2100/hp2100_tbg.c HP2100/hp2100_tty.c scp.c sim_console.c sim_fio.c sim_timer.c sim_sock.c sim_tmxr.c sim_tape.c sim_shmem.c sim_extension.c sim_serial.c -D HAVE_INT64 -I HP2100 -o ../hp2100 -L/lib -L/usr/lib -L/usr/local/lib -L/usr/local/lib/compat/pkg -lm -lrt -lpthread -ldl sim_sock.c: In function 'sim_accept_conn_ex': sim_sock.c:1058:60: warning: passing argument 3 of 'accept' from incompatible pointer type [-Wincompatible-pointer-types] newsock = accept (master, (struct sockaddr *) &clientname, &size); ^~~~~ In file included from sim_sock.h:59, from sim_sock.c:50: /usr/include/sys/socket.h:487:47: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~~~~~~~~~~~~ sim_sock.c: In function 'sim_check_conn': sim_sock.c:1130:63: warning: passing argument 3 of 'getpeername' from incompatible pointer type [-Wincompatible-pointer-types] if (0 == getpeername (sock, (struct sockaddr *)&peername, &peernamesize)) ^~~~~~~~~~~~~ In file included from sim_sock.h:59, from sim_sock.c:50: /usr/include/sys/socket.h:493:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~~~~~~~~~~~~ sim_sock.c: In function 'sim_getnames_sock': sim_sock.c:1197:56: warning: passing argument 3 of 'getsockname' from incompatible pointer type [-Wincompatible-pointer-types] (void)getsockname (sock, (struct sockaddr *)&sockname, &socknamesize); ^~~~~~~~~~~~~ In file included from sim_sock.h:59, from sim_sock.c:50: /usr/include/sys/socket.h:494:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~~~~~~~~~~~~ sim_sock.c:1198:56: warning: passing argument 3 of 'getpeername' from incompatible pointer type [-Wincompatible-pointer-types] (void)getpeername (sock, (struct sockaddr *)&peername, &peernamesize); ^~~~~~~~~~~~~ In file included from sim_sock.h:59, from sim_sock.c:50: /usr/include/sys/socket.h:493:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~~~~~~~~~~~~ gmake[1]: Leaving directory '/construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29/SCP' SUCCEEDED 00:00:36 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/share/doc/hpdoc/simh_doc.pdf - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for simh-hp2100-3.11.0.29 ===> simh-hp2100-3.11.0.29 depends on file: /usr/local/share/doc/hpdoc/simh_doc.pdf - found ===> Generating temporary packing list install -s -m 555 /construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29/hp2100 /construction/emulators/simh-hp2100/stage/usr/local/bin install -m 444 /construction/emulators/simh-hp2100/hp2100.1 /construction/emulators/simh-hp2100/stage/usr/local/man/man1 install -m 444 /construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29/SCP/doc/*.txt /construction/emulators/simh-hp2100/stage/usr/local/share/doc/hp2100 install -m 444 /construction/emulators/simh-hp2100/simh-hp2100-3.11.0.29/SCP/doc/hp2100_guide.pdf /construction/emulators/simh-hp2100/stage/usr/local/share/doc/hp2100 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for simh-hp2100-3.11.0.29 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:41