>>> Building on exopi-3 under devel/argtable DIST = [devel/argtable:argtable2-13.tar.gz] FULLPKGNAME = argtable-2.13p1 distfiles size=3326444 >>> Running build in devel/argtable at 1714743375.28 ===> devel/argtable ===> Building from scratch argtable-2.13p1 ===> Checking files for argtable-2.13p1 `/exopi-cvs/ports/distfiles/argtable2-13.tar.gz' is up to date. >> (SHA256) argtable2-13.tar.gz: OK ===> Extracting for argtable-2.13p1 ===> Patching for argtable-2.13p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for argtable-2.13p1 ===> Configuring for argtable-2.13p1 Using /exopi-obj/pobj/argtable-2.13/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/argtable-2.13/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/argtable-2.13/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for ar... (cached) ar checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 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... yes checking whether make sets $(MAKE)... (cached) yes checking for ANSI C header files... (cached) yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for strftime... (cached) yes checking for working strtod... (cached) yes checking for bzero... (cached) yes checking for strchr... (cached) yes checking for strcspn... (cached) yes checking for strrchr... (cached) yes checking for strtol... (cached) yes checking for getopt_long... (cached) yes checking for regcomp... (cached) yes checking for strptime... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating example/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/argtable2.3 config.status: creating doc/argtable2.html config.status: creating tests/Makefile config.status: creating argtable2.pc config.status: creating argtable2-uninstalled.pc config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for argtable-2.13p1 Making all in src /usr/bin/make all-am /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT argtable2.lo -MD -MP -MF .deps/argtable2.Tpo -c -o argtable2.lo argtable2.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT argtable2.lo -MD -MP -MF .deps/argtable2.Tpo -c argtable2.c -fPIC -DPIC -o .libs/argtable2.o In file included from argtable2.c:39: ./getopt.h:109:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern int getopt(); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT argtable2.lo -MD -MP -MF .deps/argtable2.Tpo -c argtable2.c -o argtable2.o In file included from argtable2.c:39: ./getopt.h:109:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern int getopt(); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ 1 warning generated. mv -f .deps/argtable2.Tpo .deps/argtable2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_end.lo -MD -MP -MF .deps/arg_end.Tpo -c -o arg_end.lo arg_end.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_end.lo -MD -MP -MF .deps/arg_end.Tpo -c arg_end.c -fPIC -DPIC -o .libs/arg_end.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_end.lo -MD -MP -MF .deps/arg_end.Tpo -c arg_end.c -o arg_end.o mv -f .deps/arg_end.Tpo .deps/arg_end.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rem.lo -MD -MP -MF .deps/arg_rem.Tpo -c -o arg_rem.lo arg_rem.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rem.lo -MD -MP -MF .deps/arg_rem.Tpo -c arg_rem.c -fPIC -DPIC -o .libs/arg_rem.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rem.lo -MD -MP -MF .deps/arg_rem.Tpo -c arg_rem.c -o arg_rem.o mv -f .deps/arg_rem.Tpo .deps/arg_rem.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_lit.lo -MD -MP -MF .deps/arg_lit.Tpo -c -o arg_lit.lo arg_lit.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_lit.lo -MD -MP -MF .deps/arg_lit.Tpo -c arg_lit.c -fPIC -DPIC -o .libs/arg_lit.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_lit.lo -MD -MP -MF .deps/arg_lit.Tpo -c arg_lit.c -o arg_lit.o mv -f .deps/arg_lit.Tpo .deps/arg_lit.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_int.lo -MD -MP -MF .deps/arg_int.Tpo -c -o arg_int.lo arg_int.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_int.lo -MD -MP -MF .deps/arg_int.Tpo -c arg_int.c -fPIC -DPIC -o .libs/arg_int.o arg_int.c:60:12: warning: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] while (isspace(*ptr)) ^ arg_int.c:60:12: note: include the header or explicitly provide a declaration for 'isspace' arg_int.c:89:8: warning: call to undeclared library function 'toupper' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (toupper(*ptr++)!=toupper(X)) ^ arg_int.c:89:8: note: include the header or explicitly provide a declaration for 'toupper' 2 warnings generated. cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_int.lo -MD -MP -MF .deps/arg_int.Tpo -c arg_int.c -o arg_int.o arg_int.c:60:12: warning: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] while (isspace(*ptr)) ^ arg_int.c:60:12: note: include the header or explicitly provide a declaration for 'isspace' arg_int.c:89:8: warning: call to undeclared library function 'toupper' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (toupper(*ptr++)!=toupper(X)) ^ arg_int.c:89:8: note: include the header or explicitly provide a declaration for 'toupper' 2 warnings generated. mv -f .deps/arg_int.Tpo .deps/arg_int.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_dbl.lo -MD -MP -MF .deps/arg_dbl.Tpo -c -o arg_dbl.lo arg_dbl.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_dbl.lo -MD -MP -MF .deps/arg_dbl.Tpo -c arg_dbl.c -fPIC -DPIC -o .libs/arg_dbl.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_dbl.lo -MD -MP -MF .deps/arg_dbl.Tpo -c arg_dbl.c -o arg_dbl.o mv -f .deps/arg_dbl.Tpo .deps/arg_dbl.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_str.lo -MD -MP -MF .deps/arg_str.Tpo -c -o arg_str.lo arg_str.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_str.lo -MD -MP -MF .deps/arg_str.Tpo -c arg_str.c -fPIC -DPIC -o .libs/arg_str.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_str.lo -MD -MP -MF .deps/arg_str.Tpo -c arg_str.c -o arg_str.o mv -f .deps/arg_str.Tpo .deps/arg_str.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_file.lo -MD -MP -MF .deps/arg_file.Tpo -c -o arg_file.lo arg_file.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_file.lo -MD -MP -MF .deps/arg_file.Tpo -c arg_file.c -fPIC -DPIC -o .libs/arg_file.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_file.lo -MD -MP -MF .deps/arg_file.Tpo -c arg_file.c -o arg_file.o mv -f .deps/arg_file.Tpo .deps/arg_file.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rex.lo -MD -MP -MF .deps/arg_rex.Tpo -c -o arg_rex.lo arg_rex.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rex.lo -MD -MP -MF .deps/arg_rex.Tpo -c arg_rex.c -fPIC -DPIC -o .libs/arg_rex.o cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_rex.lo -MD -MP -MF .deps/arg_rex.Tpo -c arg_rex.c -o arg_rex.o mv -f .deps/arg_rex.Tpo .deps/arg_rex.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_date.lo -MD -MP -MF .deps/arg_date.Tpo -c -o arg_date.lo arg_date.c cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_date.lo -MD -MP -MF .deps/arg_date.Tpo -c arg_date.c -fPIC -DPIC -o .libs/arg_date.o arg_date.c:115:13: warning: call to undeclared library function 'bzero' with type 'void (void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bzero(&tm,sizeof(tm)); ^ arg_date.c:115:13: note: include the header or explicitly provide a declaration for 'bzero' 1 warning generated. cc -DHAVE_CONFIG_H -I. -O2 -pipe -MT arg_date.lo -MD -MP -MF .deps/arg_date.Tpo -c arg_date.c -o arg_date.o arg_date.c:115:13: warning: call to undeclared library function 'bzero' with type 'void (void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bzero(&tm,sizeof(tm)); ^ arg_date.c:115:13: note: include the header or explicitly provide a declaration for 'bzero' 1 warning generated. mv -f .deps/arg_date.Tpo .deps/arg_date.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -version-info 1:8:1 -o libargtable2.la -rpath /usr/local/lib argtable2.lo arg_end.lo arg_rem.lo arg_lit.lo arg_int.lo arg_dbl.lo arg_str.lo arg_file.lo arg_rex.lo arg_date.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libargtable2.so.1.2 -O2 -pipe .libs/argtable2.o .libs/arg_end.o .libs/arg_rem.o .libs/arg_lit.o .libs/arg_int.o .libs/arg_dbl.o .libs/arg_str.o .libs/arg_file.o .libs/arg_rex.o .libs/arg_date.o -Wl,-soname,libargtable2.so.1.2 libtool: link: ar cru .libs/libargtable2.a argtable2.o arg_end.o arg_rem.o arg_lit.o arg_int.o arg_dbl.o arg_str.o arg_file.o arg_rex.o arg_date.o libtool: link: ranlib .libs/libargtable2.a Making all in tests Making all in doc cp argtable2.3 argtable.3 >>> Running package in devel/argtable at 1714743401.95 ===> devel/argtable ===> Faking installation for argtable-2.13p1 Making install in src test -z "/usr/local/lib" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib" /usr/bin/libtool --mode=install /exopi-obj/pobj/argtable-2.13/bin/install -c 'libargtable2.la' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/libargtable2.la' libtool: install: /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 ./.libs/libargtable2.a /exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/libargtable2.a libtool: install: /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 ./.libs/libargtable2.so.1.2 /exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/libargtable2.so.1.2 libtool: install: /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 ./.libs/libargtable2.lai /exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/libargtable2.la test -z "/usr/local/include" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/include" /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.h' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/include/argtable2.h' Making install in tests Making install in doc test -z "/usr/local/share/doc/argtable2" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2" /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-advanced.html' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-advanced.html' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-advanced.pdf' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-advanced.pdf' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-advanced.ps' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-advanced.ps' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-intro.html' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-intro.html' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-intro.pdf' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-intro.pdf' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2-intro.ps' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2-intro.ps' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.html' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2.html' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.pdf' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2.pdf' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.ps' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argtable2.ps' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argxxx.gif' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/argxxx.gif' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'arg_int.gif' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/doc/argtable2/arg_int.gif' test -z "/usr/local/man/man3" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/man/man3" /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.3' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/man/man3/argtable2.3' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable.3' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/man/man3/argtable.3' test -z "/usr/local/share/examples/argtable2" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2" /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/Makefile' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/Makefile' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/README.txt' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/README.txt' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/argcustom.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/argcustom.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/argxxx.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/argxxx.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/argxxx.h' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/argxxx.h' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/callbacks.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/callbacks.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/echo.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/echo.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/hasoptvalue.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/hasoptvalue.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/ls.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/ls.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/multisyntax.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/multisyntax.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/mv.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/mv.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/myprog.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/myprog.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/myprog_C89.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/myprog_C89.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/rm.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/rm.c' /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'example/uname.c' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/share/examples/argtable2/uname.c' test -z "/usr/local/lib/pkgconfig" || mkdir -p "/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/pkgconfig" /exopi-obj/pobj/argtable-2.13/bin/install -c -m 644 'argtable2.pc' '/exopi-obj/pobj/argtable-2.13/fake-amd64/usr/local/lib/pkgconfig/argtable2.pc' ===> Building package for argtable-2.13p1 Create /exopi-cvs/ports/packages/amd64/all/argtable-2.13p1.tgz Creating package argtable-2.13p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 10% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************ | 19% archiving|******************* | 30% archiving|********************** | 34% archiving|************************* | 39% archiving|**************************** | 44% archiving|********************************* | 52% archiving|*************************************** | 61% archiving|******************************************* | 68% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|********************************************************* | 90% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/argtable-2.13p1.tgz >>> Running clean in devel/argtable at 1714743406.80 ===> devel/argtable ===> Cleaning for argtable-2.13p1 >>> Ended at 1714743407.48 max_stuck=2.18/build=26.57/package=4.95/clean=0.72