>>> Building on exopi-5 under archivers/cabextract BDEPENDS = [converters/libiconv;archivers/libmspack] DIST = [archivers/cabextract:cabextract-1.11.tar.gz] FULLPKGNAME = cabextract-1.11 RDEPENDS = [archivers/libmspack;converters/libiconv] (Junk lock obtained for exopi-5 at 1714767285.63) >>> Running depends in archivers/cabextract at 1714767285.67 last junk was in graphics/mtpaint /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 libmspack-0.11alphav2 was: /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 libmspack-0.11alphav2 /usr/sbin/pkg_add -aI -Drepair libiconv-1.17 libmspack-0.11alphav2 >>> Running show-prepare-results in archivers/cabextract at 1714767288.62 ===> archivers/cabextract ===> Building from scratch cabextract-1.11 ===> cabextract-1.11 depends on: libmspack-* -> libmspack-0.11alphav2 ===> cabextract-1.11 depends on: libiconv-* -> libiconv-1.17 ===> Verifying specs: c iconv mspack ===> found c.100.0 iconv.7.1 mspack.3.0 libiconv-1.17 libmspack-0.11alphav2 (Junk lock released for exopi-5 at 1714767289.38) distfiles size=489656 >>> Running build in archivers/cabextract at 1714767289.41 ===> archivers/cabextract ===> Checking files for cabextract-1.11 `/exopi-cvs/ports/distfiles/cabextract-1.11.tar.gz' is up to date. >> (SHA256) cabextract-1.11.tar.gz: OK ===> Extracting for cabextract-1.11 ===> Patching for cabextract-1.11 ===> 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 cabextract-1.11 ===> Configuring for cabextract-1.11 Using /exopi-obj/pobj/cabextract-1.11/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/cabextract-1.11/config.site checking for a BSD-compatible install... /exopi-obj/pobj/cabextract-1.11/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... 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 the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... none checking for ar... (cached) ar checking the archiver (ar) interface... ar checking for ranlib... (cached) ranlib checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for inttypes.h... (cached) yes checking for strings.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... no checking for mode_t... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) 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 off_t... 8 checking for working POSIX fnmatch... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for mkdir... (cached) yes checking for _mkdir... no checking whether mkdir takes one argument... no checking for towlower... yes checking for umask... (cached) yes checking for utime... (cached) yes checking for utimes... (cached) yes checking for getopt_long... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) checking for mbstate_t... yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether getenv is declared... yes checking for btowc... (cached) yes checking for mbsrtowcs... (cached) yes checking for mempcpy... no checking for wmempcpy... no checking for working POSIX fnmatch... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so.7.1 checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libmspack... yes checking for mspack.h... yes checking for mspack_create_cab_decompressor in -lmspack... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating cabextract.spec config.status: creating test/testcase config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for cabextract-1.11 /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/cabextract-1.11/cabextract-1.11 -I/usr/local/include -O2 -pipe -c -o src/cabextract.o /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/src/cabextract.c In file included from /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/src/cabextract.c:78: /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/getopt.h:136:12: 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 previous 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. -I/exopi-obj/pobj/cabextract-1.11/cabextract-1.11 -I/usr/local/include -O2 -pipe -c -o md5.o /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/md5.c cc -O2 -pipe -L/usr/local/lib -o cabextract src/cabextract.o md5.o /usr/local/lib/libiconv.so.7.1 -lmspack cabextract.c(src/cabextract.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() cabextract.c(src/cabextract.o:(find_cabinet_file)): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/cabextract-1.11/cabextract-1.11 -I/usr/local/include -O2 -pipe -c -o src/cabinfo.o /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/src/cabinfo.c cc -O2 -pipe -L/usr/local/lib -o src/cabinfo src/cabinfo.o -lmspack >>> Running package in archivers/cabextract at 1714767300.95 ===> archivers/cabextract ===> Faking installation for cabextract-1.11 mkdir -p '/exopi-obj/pobj/cabextract-1.11/fake-amd64/usr/local/bin' /exopi-obj/pobj/cabextract-1.11/bin/install -c -s -m 755 cabextract '/exopi-obj/pobj/cabextract-1.11/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/cabextract-1.11/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/cabextract-1.11/bin/install -c -m 644 /exopi-obj/pobj/cabextract-1.11/cabextract-1.11/doc/cabextract.1 '/exopi-obj/pobj/cabextract-1.11/fake-amd64/usr/local/man/man1' ===> Building package for cabextract-1.11 Create /exopi-cvs/ports/packages/amd64/all/cabextract-1.11.tgz Creating package cabextract-1.11 reading plist| checking dependencies| checking dependencies|archivers/libmspack checking dependencies|converters/libiconv checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|********************************************************** | 90% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cabextract-1.11.tgz >>> Running clean in archivers/cabextract at 1714767302.85 ===> archivers/cabextract ===> Cleaning for cabextract-1.11 >>> Ended at 1714767303.06 max_stuck=0.00/depends=2.96/show-prepare-results=0.79/build=11.54/package=1.91/clean=0.24