>>> Building on exopi-1 under sysutils/pscpug DIST = [sysutils/pscpug:pscpug035.tgz] FULLPKGNAME = pscpug-0.3.5p3 distfiles size=41552 >>> Running build in sysutils/pscpug at 1711651737.99 ===> sysutils/pscpug ===> Building from scratch pscpug-0.3.5p3 ===> Verifying specs: c curses kvm m ===> found c.99.0 curses.15.0 kvm.17.0 m.10.1 ===> Checking files for pscpug-0.3.5p3 `/exopi-cvs/ports/distfiles/pscpug035.tgz' is up to date. >> (SHA256) pscpug035.tgz: OK ===> Extracting for pscpug-0.3.5p3 ===> Patching for pscpug-0.3.5p3 ===> Applying OpenBSD patch patch-psinfo_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt to new OpenBSD kinfo_proc API. | |--- psinfo.c.orig Sun Mar 15 03:15:49 2009 |+++ psinfo.c Wed Jul 6 14:41:49 2011 -------------------------- Patching file psinfo.c using Plan A... Hunk #1 succeeded at 90. Hunk #2 succeeded at 107. Hunk #3 succeeded at 125. Hunk #4 succeeded at 259. Hunk #5 succeeded at 302. done ===> 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 pscpug-0.3.5p3 ===> Configuring for pscpug-0.3.5p3 Using /exopi-obj/pobj/pscpug-0.3.5/config.site (generated) configure: loading site script /exopi-obj/pobj/pscpug-0.3.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/pscpug-0.3.5/bin/install -c checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for initscr in -lcurses... yes checking for kvm_open in -lkvm... yes checking for task_for_pid... no checking for /proc... no checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -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 stdbool.h that conforms to C99... yes checking for _Bool... yes checking osreldate.h usability... no checking osreldate.h presence... no checking for osreldate.h... no checking for exp in -lm... (cached) yes configure: Will install suid group kmem configure: creating ./config.status config.status: creating Makefile ===> Building for pscpug-0.3.5p3 cc -O2 -pipe -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBCURSES=1 -DHAVE_LIBKVM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LIBM=1 -c main.c cc -O2 -pipe -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBCURSES=1 -DHAVE_LIBKVM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LIBM=1 -c common.c cc -O2 -pipe -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBCURSES=1 -DHAVE_LIBKVM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LIBM=1 -c output.c cc -O2 -pipe -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBCURSES=1 -DHAVE_LIBKVM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_LIBM=1 -c psinfo.c cc -o pscpug main.o common.o output.o psinfo.o -lm -lkvm -lcurses >>> Running package in sysutils/pscpug at 1711651746.39 ===> sysutils/pscpug ===> Faking installation for pscpug-0.3.5p3 /exopi-obj/pobj/pscpug-0.3.5/bin/install -c -s -m 755 /exopi-obj/pobj/pscpug-0.3.5/pscpug035/pscpug /exopi-obj/pobj/pscpug-0.3.5/fake-amd64/usr/local/sbin /exopi-obj/pobj/pscpug-0.3.5/bin/install -c -m 644 /exopi-obj/pobj/pscpug-0.3.5/pscpug035/pscpug.1 /exopi-obj/pobj/pscpug-0.3.5/fake-amd64/usr/local/man/man1 ===> Building package for pscpug-0.3.5p3 Create /exopi-cvs/ports/packages/amd64/all/pscpug-0.3.5p3.tgz Creating package pscpug-0.3.5p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pscpug-0.3.5p3.tgz >>> Running clean in sysutils/pscpug at 1711651748.82 ===> sysutils/pscpug ===> Cleaning for pscpug-0.3.5p3 >>> Ended at 1711651749.53 max_stuck=0.00/build=8.41/package=2.43/clean=0.74