>>> Building on exopi-3 under archivers/par1cmdline DIST = [archivers/par1cmdline:par-v1.1.tar.gz] FULLPKGNAME = par1cmdline-1.1p3 distfiles size=40959 >>> Running build in archivers/par1cmdline at 1713769539.44 ===> archivers/par1cmdline ===> Building from scratch par1cmdline-1.1p3 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for par1cmdline-1.1p3 `/exopi-cvs/ports/distfiles/par-v1.1.tar.gz' is up to date. >> (SHA256) par-v1.1.tar.gz: OK ===> Extracting for par1cmdline-1.1p3 ===> Patching for par1cmdline-1.1p3 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sat Nov 17 10:39:52 2001 |+++ Makefile Sat Jul 3 18:15:34 2004 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. 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 par1cmdline-1.1p3 ===> Configuring for par1cmdline-1.1p3 ===> Building for par1cmdline-1.1p3 cc -O2 -pipe -c -Wall backend.c -o backend.o backend.c:104:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ backend.c:775:7: warning: unused variable 'str' [-Wunused-variable] u16 *str; ^ 2 warnings generated. cc -O2 -pipe -c -Wall checkpar.c -o checkpar.o cc -O2 -pipe -c -Wall makepar.c -o makepar.o cc -O2 -pipe -c -Wall rwpar.c -o rwpar.o cc -O2 -pipe -c -Wall rs.c -o rs.o cc -O2 -pipe -c -Wall md5.c -o md5.o md5.c:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_init_ctx (ctx) ^ md5.c:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_read_ctx (ctx, resbuf) ^ md5.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_finish_ctx (ctx, resbuf) ^ md5.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_stream (stream, resblock) ^ md5.c:198:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_buffer (buffer, len, resblock) ^ md5.c:217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_bytes (buffer, len, ctx) ^ md5.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_block (buffer, len, ctx) ^ 7 warnings generated. cc -O2 -pipe -c -Wall fileops.c -o fileops.o fileops.c:285:13: warning: unused variable 'dp' [-Wunused-variable] char *dr, *dp, *ds; ^ fileops.c:285:18: warning: unused variable 'ds' [-Wunused-variable] char *dr, *dp, *ds; ^ 2 warnings generated. cc -O2 -pipe -c -Wall main.c -o main.o main.c:103:13: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.pervol = 1; ^ ~ main.c:104:10: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.pxx = 1; ^ ~ main.c:105:11: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.ctrl = 1; ^ ~ main.c:106:10: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.add = 1; ^ ~ main.c:107:14: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.usecase = 1; ^ ~ main.c:117:15: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.dash = 1; ^ ~ main.c:119:15: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] cmd.plus = 1; ^ ~ 7 warnings generated. cc -O2 -pipe -c -Wall readoldpar.c -o readoldpar.o readoldpar.c:40:1: warning: unused function 'read_u32' [-Wunused-function] read_u32(void *data) ^ 1 warning generated. cc -O2 -pipe -c -Wall interface.c -o interface.o interface.c:48:37: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] if (flags & PARFLAG_MOVE) cmd.move = 1; ^ ~ interface.c:49:40: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] if (flags & PARFLAG_CASE) cmd.usecase = 1; ^ ~ interface.c:50:37: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] if (flags & PARFLAG_CTRL) cmd.ctrl = 1; ^ ~ interface.c:51:37: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] if (flags & PARFLAG_KEEP) cmd.keep = 1; ^ ~ 4 warnings generated. cc -O2 -pipe -c -Wall ui_text.c -o ui_text.o cc -o par backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o fileops.c(fileops.o:(file_rename)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in archivers/par1cmdline at 1713769545.06 ===> archivers/par1cmdline ===> Faking installation for par1cmdline-1.1p3 /exopi-obj/pobj/par1cmdline-1.1/bin/install -d -m 755 /exopi-obj/pobj/par1cmdline-1.1/fake-amd64/usr/local/share/doc/par1cmdline /exopi-obj/pobj/par1cmdline-1.1/bin/install -c -s -m 755 /exopi-obj/pobj/par1cmdline-1.1/par-cmdline/par /exopi-obj/pobj/par1cmdline-1.1/fake-amd64/usr/local/bin/par1 /exopi-obj/pobj/par1cmdline-1.1/bin/install -c -m 644 /exopi-obj/pobj/par1cmdline-1.1/par-cmdline/README /exopi-obj/pobj/par1cmdline-1.1/fake-amd64/usr/local/share/doc/par1cmdline ===> Building package for par1cmdline-1.1p3 Create /exopi-cvs/ports/packages/amd64/all/par1cmdline-1.1p3.tgz Creating package par1cmdline-1.1p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/par1cmdline-1.1p3.tgz >>> Running clean in archivers/par1cmdline at 1713769547.33 ===> archivers/par1cmdline ===> Cleaning for par1cmdline-1.1p3 >>> Ended at 1713769547.68 max_stuck=0.22/build=5.65/package=2.28/clean=0.37