>>> Building on exopi-3 under editors/bvi BDEPENDS = [devel/dwz] DIST = [editors/bvi:bvi-1.5.0.src.tar.gz] FULLPKGNAME = bvi-1.5.0 (Junk lock obtained for exopi-3 at 1764751044.34) >>> Running depends in editors/bvi at 1764751044.40 /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 >>> Running show-prepare-results in editors/bvi at 1764751048.58 ===> editors/bvi ===> Building from scratch bvi-1.5.0 ===> bvi-1.5.0 depends on: dwz-* -> dwz-0.16p0 ===> Verifying specs: c curses ===> found c.102.2 curses.16.0 dwz-0.16p0 (Junk lock released for exopi-3 at 1764751050.16) Woken up education/freedict/isl-eng distfiles size=151429 >>> Running build in editors/bvi at 1764751051.01 ===> editors/bvi ===> Checking files for bvi-1.5.0 `/exopi-cvs/ports/distfiles/bvi-1.5.0.src.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for bvi-1.5.0 ===> Patching for bvi-1.5.0 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Wed Oct 1 20:59:36 2014 |+++ Makefile.in Mon Oct 27 22:38:09 2014 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 59 with fuzz 1 (offset 2 lines). 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 bvi-1.5.0 ===> Configuring for bvi-1.5.0 Using /exopi-obj/pobj/bvi-1.5.0/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/bvi-1.5.0/config.site 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking build system type... x86_64-unknown-openbsd7.8 checking host system type... x86_64-unknown-openbsd7.8 checking for gcc... (cached) cc 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... (cached) none needed checking for a BSD-compatible install... /exopi-obj/pobj/bvi-1.5.0/bin/install -c 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 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 size of int... 4 checking size of long... 8 checking size of long long... (cached) 8 checking size of void *... 8 checking for size_t... (cached) yes checking for off_t... (cached) yes checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for termio.h... (cached) no checking for termios.h... (cached) yes checking for unistd.h... (cached) yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for library containing initscr... -lncurses checking for library containing tputs... none required checking for strdup... (cached) yes checking for strtol... (cached) yes checking for strtoll... (cached) yes checking for strerror... (cached) yes checking for memmove... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for bvi-1.5.0 cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c bvi.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c comm.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c set.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c re.c re.c:497:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 497 | if (*s_end = bregexec(spos, smem)) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ re.c:497:14: note: place parentheses around the assignment to silence this warning 497 | if (*s_end = bregexec(spos, smem)) { | ^ | ( ) re.c:497:14: note: use '==' to turn this assignment into an equality comparison 497 | if (*s_end = bregexec(spos, smem)) { | ^ | == re.c:499:4: warning: expression result unused [-Wunused-value] 499 | *s_end++; | ^~~~~~~~ 2 warnings generated. cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c io.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c edit.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c recomp.c cc -o bvi bvi.o comm.o set.o re.o io.o edit.o recomp.o -lncurses ld: warning: io.c:0(io.o:(save)): warning: sprintf() is often misused, please use snprintf() ld: warning: comm.c:120(comm.o:(docmdline)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: comm.c:367(comm.o:(docmdline)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -DHELPFILE=\"/usr/local/share/bvi/bmore.help\" -c bmore.c cc -O2 -pipe -g -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DHAVE_CONFIG_H -c bm_unix.c cc -o bmore bmore.o bm_unix.o recomp.o -lncurses ld: warning: bmore.c:190(bmore.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: bmore.c:504(bmore.o:(main)): warning: sprintf() is often misused, please use snprintf() ld: warning: bmore.c:568(bmore.o:(rdline)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in editors/bvi at 1764751067.28 ===> editors/bvi ===> Faking installation for bvi-1.5.0 /bin/sh ./mkinstalldirs /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/bin /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/share/bvi /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/man/man1 mkdir -p -- /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/share/bvi /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/man/man1 Installing bvi Reading existing plist for bvi-1.5.0 Writing /exopi-obj/pobj/bvi-1.5.0/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/bvi-1.5.0/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/bvi-1.5.0/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/bin/bmore dwz: /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/bin/.debug/bmore.dbg: DWARF compression not beneficial - old size 10494 new size 10644 > Extracting debug info from /exopi-obj/pobj/bvi-1.5.0/fake-amd64/usr/local/bin/bvedit ===> Building package for bvi-1.5.0 Create /exopi-cvs/ports/packages/amd64/all/bvi-1.5.0.tgz Creating package bvi-1.5.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************** | 22% archiving|*************************************************** | 80% archiving|****************************************************** | 84% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Creating package debug-bvi-1.5.0 reading plist| checking dependencies| checking dependencies|editors/bvi 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|******************* | 29% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bvi-1.5.0.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-bvi-1.5.0.tgz >>> Running clean in editors/bvi at 1764751076.22 ===> editors/bvi ===> Cleaning for bvi-1.5.0 >>> Ended at 1764751077.49 max_stuck=0.00/depends=3.67/show-prepare-results=2.21/build=16.51/package=9.10/clean=1.37