>>> Building on exopi-1 under devel/cutils DIST = [devel/cutils:cutils-1.6.tar.gz] FULLPKGNAME = cutils-1.6p5 distfiles size=128722 >>> Running build in devel/cutils at 1711504583.97 ===> devel/cutils ===> Building from scratch cutils-1.6p5 ===> Verifying specs: c ===> found c.99.0 ===> Checking files for cutils-1.6p5 `/exopi-cvs/ports/distfiles/cutils-1.6.tar.gz' is up to date. >> (SHA256) cutils-1.6.tar.gz: OK ===> Extracting for cutils-1.6p5 ===> Patching for cutils-1.6p5 ===> Applying OpenBSD patch patch-doc_cutils Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- doc/cutils.info.orig Sun Jul 15 18:03:24 2001 |+++ doc/cutils.info Wed Sep 12 11:00:56 2007 -------------------------- Patching file doc/cutils.info using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-src_cobfusc_cobfusc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/cobfusc/cobfusc.c.orig Tue Dec 9 20:23:33 2014 |+++ src/cobfusc/cobfusc.c Tue Dec 9 20:23:42 2014 -------------------------- Patching file src/cobfusc/cobfusc.c using Plan A... Hunk #1 succeeded at 908. 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 cutils-1.6p5 ===> Configuring for cutils-1.6p5 Using /exopi-obj/pobj/cutils-1.6/config.site (generated) loading site script /exopi-obj/pobj/cutils-1.6/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for a BSD compatible install... /exopi-obj/pobj/cutils-1.6/bin/install -c checking for ranlib... ranlib checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking how to run the C preprocessor... cc -E checking lex output file root... lex.yy checking whether yytext is a pointer... (cached) yes checking for bison... yacc checking for err... (cached) yes checking for xmalloc... no checking for xrealloc... no checking for xstrdup... no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for 8-bit clean memcmp... (cached) yes checking for vprintf... (cached) yes checking for strerror... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating doc/Makefile creating lib/Makefile creating src/Makefile creating src/cdecl/Makefile creating src/chilight/Makefile creating src/cobfusc/Makefile creating src/cundecl/Makefile creating src/cunloop/Makefile creating src/yyextract/Makefile creating src/yyref/Makefile creating config.h ===> Building for cutils-1.6p5 cc -c -I. -I. -I./.. -I.. -O2 -pipe alist.c cc -c -I. -I. -I./.. -I.. -O2 -pipe htable.c cc -c -I. -I. -I./.. -I.. -O2 -pipe xmalloc.c cc -c -I. -I. -I./.. -I.. -O2 -pipe xrealloc.c cc -c -I. -I. -I./.. -I.. -O2 -pipe xstrdup.c rm -f libcutils.a ar rc libcutils.a alist.o htable.o xmalloc.o xrealloc.o xstrdup.o ranlib libcutils.a cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe cdecl.c yacc -d ./parser.y mv y.tab.c parser.c mv y.tab.h parser.h cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe parser.c y.tab.c:461:23: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ y.tab.c:902:27: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ 2 warnings generated. flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c cc -o cdecl cdecl.o parser.o lexer.o ../../lib/libcutils.a parser.c(parser.o:(cat)): warning: strcpy() is almost always misused, please use strlcpy() parser.c(parser.o:(cat)): warning: strcat() is almost always misused, please use strlcat() cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe chilight.c flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c cc -o chilight chilight.o lexer.o ../../lib/libcutils.a cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe cobfusc.c flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c cc -o cobfusc cobfusc.o lexer.o ../../lib/libcutils.a xstrdup.c(xstrdup.o:(xstrdup) in archive ../../lib/libcutils.a): warning: strcpy() is almost always misused, please use strlcpy() cobfusc.c(cobfusc.o:(process_file)): warning: sprintf() is often misused, please use snprintf() cobfusc.c(cobfusc.o:(process_file)): warning: strcat() is almost always misused, please use strlcat() cobfusc.c(cobfusc.o:(process_file)): warning: rand() may return deterministic values, is that what you want? cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe cundecl.c yacc -d ./parser.y mv y.tab.c parser.c mv y.tab.h parser.h cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe parser.c y.tab.c:473:23: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ y.tab.c:857:27: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ 2 warnings generated. flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c cc -o cundecl cundecl.o parser.o lexer.o ../../lib/libcutils.a xstrdup.c(xstrdup.o:(xstrdup) in archive ../../lib/libcutils.a): warning: strcpy() is almost always misused, please use strlcpy() parser.c(parser.o:(cat)): warning: strcat() is almost always misused, please use strlcat() cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe cunloop.c flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c ./lexer.l:219:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else ^ 1 warning generated. cc -o cunloop cunloop.o lexer.o ../../lib/libcutils.a yacc -d ./parser.y mv y.tab.c parser.c mv y.tab.h parser.h cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe yyextract.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe parser.c flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c ./lexer.l:87:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (c == '\n') ^ 1 warning generated. cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe tree.c cc -o yyextract yyextract.o parser.o lexer.o tree.o ../../lib/libcutils.a xstrdup.c(xstrdup.o:(xstrdup) in archive ../../lib/libcutils.a): warning: strcpy() is almost always misused, please use strlcpy() cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe yyref.c yacc -d ./parser.y mv y.tab.c parser.c mv y.tab.h parser.h cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe parser.c y.tab.c:332:23: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ y.tab.c:485:27: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((yychar = yylex()) < 0) yychar = 0; ^ 2 warnings generated. flex ./lexer.l mv lex.yy.c lexer.c cc -c -I. -I. -I../.. -I./../.. -I./../../lib -O2 -pipe lexer.c cc -o yyref yyref.o parser.o lexer.o ../../lib/libcutils.a yyref.c(yyref.o:(on_left)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in devel/cutils at 1711504596.80 ===> devel/cutils ===> Faking installation for cutils-1.6p5 ./../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/info for f in ./cutils.info; do /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 $f /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/info; done ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 cdecl /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./cdecl.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/cdecl.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 chilight /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./chilight.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/chilight.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 cobfusc /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./cobfusc.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/cobfusc.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 cundecl /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./cundecl.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/cundecl.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 cunloop /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./cunloop.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/cunloop.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 yyextract /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./yyextract.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/yyextract.1 ./../../mkinsdir.sh /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cutils-1.6/bin/install -c -s -m 755 yyref /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/cutils-1.6/bin/install -c -m 644 ./yyref.1 /exopi-obj/pobj/cutils-1.6/fake-amd64/usr/local/man/man1/yyref.1 ===> Building package for cutils-1.6p5 Create /exopi-cvs/ports/packages/amd64/all/cutils-1.6p5.tgz Creating package cutils-1.6p5 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******* | 11% archiving|*************** | 23% archiving|***************************** | 46% archiving|************************************* | 57% archiving|******************************************** | 68% archiving|*************************************************** | 80% archiving|********************************************************** | 90% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cutils-1.6p5.tgz >>> Running clean in devel/cutils at 1711504601.43 ===> devel/cutils ===> Cleaning for cutils-1.6p5 >>> Ended at 1711504602.18 max_stuck=0.00/build=12.82/package=4.50/clean=0.91