------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libXaw-1.0.13_3,2.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexcalc-1.11_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexcalc-1.11_3 for building => SHA256 Checksum OK for hexcalc.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hexcalc-1.11_3 for building ===> Extracting for hexcalc-1.11_3 => SHA256 Checksum OK for hexcalc.tar.Z. Extracted Memory Use: 0.07M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for hexcalc-1.11_3 ===> Applying ports patches for hexcalc-1.11_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Configuring for hexcalc-1.11_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for hexcalc-1.11_3 --- hexcalc.o --- cc -O -I/usr/local/include -DAIXV3 -D_NO_PROTO -c hexcalc.c hexcalc.c: In function 'Left': hexcalc.c:421:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ hexcalc.c:421:3: warning: incompatible implicit declaration of built-in function 'exit' hexcalc.c:421:3: note: include '' or provide a declaration of 'exit' hexcalc.c:48:1: +#include hexcalc.c:421:3: exit(1); ^~~~ hexcalc.c: In function 'Right': hexcalc.c:455:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ hexcalc.c:455:3: note: include '' or provide a declaration of 'exit' hexcalc.c: In function 'Op': hexcalc.c:489:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char op = (char) data; ^ hexcalc.c: In function 'Radix': hexcalc.c:625:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int newRadix = (int) data; ^ hexcalc.c: In function 'Off': hexcalc.c:676:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ hexcalc.c:676:2: note: include '' or provide a declaration of 'exit' hexcalc.c: In function 'SetSize': hexcalc.c:692:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int bits = (int) data; ^ hexcalc.c: In function 'SetSign': hexcalc.c:732:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Boolean newSign = (Boolean) data; ^ hexcalc.c: In function 'Digit': hexcalc.c:772:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int digit = (int) data; ^ --- hexcalc --- rm -f hexcalc cc -o hexcalc hexcalc.o -O -L/usr/local/lib -lXaw -lXt -lXmu -lXext -lX11 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for hexcalc-1.11_3 ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> hexcalc-1.11_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Generating temporary packing list install -s -m 555 /construction/math/hexcalc/hexcalc/hexcalc /construction/math/hexcalc/stage/usr/local/bin install -m 444 /construction/math/hexcalc/hexcalc/hexcalc.man /construction/math/hexcalc/stage/usr/local/man/man1/hexcalc.1 ====> 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: package ------------------------------------------------------------------------------- ===> Building package for hexcalc-1.11_3 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:07