------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by reed-solomon-4.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by reed-solomon-4.0 for building => SHA256 Checksum OK for reed-solomon-4.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by reed-solomon-4.0 for building ===> Extracting for reed-solomon-4.0 => SHA256 Checksum OK for reed-solomon-4.0.tar.gz. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for reed-solomon-4.0 ===> Applying ports patches for reed-solomon-4.0 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> reed-solomon-4.0 depends on executable: gmake - found ===> Configuring for reed-solomon-4.0 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for malloc in -lc... yes checking how to run the C preprocessor... cpp checking for string.h... (cached) yes checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 checking build system type... x86_64-portbld-dragonfly5.9 checking for memset... (cached) yes checking for memmove... (cached) yes updating cache ./config.cache creating ./config.status creating makefile SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for reed-solomon-4.0 gmake[1]: Entering directory '/construction/math/reed-solomon/reed-solomon-4.0' cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o encode_rs_char.o encode_rs.c cc -DBIGSYM=1 -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o encode_rs_int.o encode_rs.c cc -DFIXED=1 -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o encode_rs_8.o encode_rs.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o decode_rs_char.o decode_rs.c cc -DBIGSYM=1 -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o decode_rs_int.o decode_rs.c cc -DFIXED=1 -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o decode_rs_8.o decode_rs.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o init_rs_char.o init_rs.c cc -DBIGSYM=1 -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o init_rs_int.o init_rs.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o gen_ccsds.o gen_ccsds.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o encode_rs_ccsds.o encode_rs_ccsds.c gen_ccsds.c: In function 'main': gen_ccsds.c:33:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ gen_ccsds.c:33:3: warning: incompatible implicit declaration of built-in function 'exit' gen_ccsds.c:33:3: note: include '' or provide a declaration of 'exit' gen_ccsds.c:7:1: +#include gen_ccsds.c:33:3: exit(0); ^~~~ cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o decode_rs_ccsds.o decode_rs_ccsds.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall gen_ccsds_tal.c -o gen_ccsds_tal gen_ccsds_tal.c: In function 'main': gen_ccsds_tal.c:49:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ gen_ccsds_tal.c:49:3: warning: incompatible implicit declaration of built-in function 'exit' gen_ccsds_tal.c:49:3: note: include '' or provide a declaration of 'exit' gen_ccsds_tal.c:14:1: +#include #define DTYPE unsigned char gen_ccsds_tal.c:49:3: exit(0); ^~~~ ./gen_ccsds_tal > ccsds_tal.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o ccsds_tal.o ccsds_tal.c cc -o gen_ccsds gen_ccsds.o init_rs_char.o ./gen_ccsds > ccsds_tab.c cc -pipe -O2 -fno-strict-aliasing -fPIC -Wall -c -o ccsds_tab.o ccsds_tab.c ar rv librs.a encode_rs_char.o encode_rs_int.o encode_rs_8.o decode_rs_char.o decode_rs_int.o decode_rs_8.o init_rs_char.o init_rs_int.o ccsds_tab.o encode_rs_ccsds.o decode_rs_ccsds.o ccsds_tal.o /usr/libexec/binutils227/elf/ar: creating librs.a a - encode_rs_char.o a - encode_rs_int.o a - encode_rs_8.o a - decode_rs_char.o a - decode_rs_int.o a - decode_rs_8.o a - init_rs_char.o a - init_rs_int.o a - ccsds_tab.o a - encode_rs_ccsds.o a - decode_rs_ccsds.o a - ccsds_tal.o cc -shared -fPIC -Xlinker -soname=librs.so.4 -o librs.so.4.0.0 -Wl,-whole-archive librs.a -Wl,-no-whole-archive -lc gmake[1]: Leaving directory '/construction/math/reed-solomon/reed-solomon-4.0' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for reed-solomon-4.0 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/math/reed-solomon/reed-solomon-4.0' install -m 0644 librs.a /construction/math/reed-solomon/stage/usr/local/lib install -s -m 555 librs.so.4.0.0 /construction/math/reed-solomon/stage/usr/local/lib ln -sf librs.so.4.0.0 /construction/math/reed-solomon/stage/usr/local/lib/librs.so install -m 0644 rs.h /construction/math/reed-solomon/stage/usr/local/include install -m 444 rs.3 /construction/math/reed-solomon/stage/usr/local/man/man3 gmake[1]: Leaving directory '/construction/math/reed-solomon/reed-solomon-4.0' ====> 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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for reed-solomon-4.0 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04