>>> Building on exopi-2 under devel/p5-File-RsyncP DIST = [devel/p5-File-RsyncP:File-RsyncP-0.76.tar.gz] FULLPKGNAME = p5-File-RsyncP-0.76 distfiles size=167744 >>> Running build in devel/p5-File-RsyncP at 1713167176.22 ===> devel/p5-File-RsyncP ===> Building from scratch p5-File-RsyncP-0.76 ===> Verifying specs: c m perl ===> found c.99.0 m.10.1 perl.23.0 ===> Checking files for p5-File-RsyncP-0.76 `/exopi-cvs/ports/distfiles/File-RsyncP-0.76.tar.gz' is up to date. >> (SHA256) File-RsyncP-0.76.tar.gz: OK ===> Extracting for p5-File-RsyncP-0.76 ===> Patching for p5-File-RsyncP-0.76 ===> 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 p5-File-RsyncP-0.76 ===> Configuring for p5-File-RsyncP-0.76 Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for File::RsyncP Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-RsyncP-0.76 cp lib/File/RsyncP/FileIO.pm blib/lib/File/RsyncP/FileIO.pm cp lib/File/RsyncP.pm blib/lib/File/RsyncP.pm cp Digest.pm ../blib/lib/File/RsyncP/Digest.pm AutoSplitting ../blib/lib/File/RsyncP/Digest.pm (../blib/lib/auto/File/RsyncP/Digest) Running Mkbootstrap for Digest () chmod 644 "Digest.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Digest.bs ../blib/arch/auto/File/RsyncP/Digest/Digest.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-File-RsyncP-0.76/File-RsyncP-0.76/Digest/typemap' Digest.xs > Digest.xsc mv Digest.xsc Digest.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER=12345678 Digest.c Digest.xs:45:18: warning: passing arguments to 'RsyncMD4Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Init(RETVAL); ^ Digest.xs:69:18: warning: passing arguments to 'RsyncMD4Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Init(context); ^ Digest.xs:98:17: warning: passing arguments to 'RsyncMD4Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Update(context, data, len); ^ Digest.xs:109:24: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(digeststr, context); ^ Digest.xs:127:24: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(digeststr + 0, ^ Digest.xs:129:24: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(digeststr + 16, ^ 6 warnings generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER=12345678 md4c.c md4c.c:84:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4Init (context) ^ In file included from md4c.c:26: ./md4.h:41:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4Init PROTO_LIST ((RsyncMD4_CTX *)); ^ md4c.c:123:7: warning: passing arguments to 'RsyncMD4_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)input, partLen); ^ md4c.c:124:23: warning: passing arguments to 'RsyncMD4Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Transform (context->state, context->buffer); ^ md4c.c:127:25: warning: passing arguments to 'RsyncMD4Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Transform (context->state, &input[i]); ^ md4c.c:136:5: warning: passing arguments to 'RsyncMD4_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)&input[i], ^ md4c.c:102:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4Update (context, input, inputLen) ^ In file included from md4c.c:26: ./md4.h:42:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4Update PROTO_LIST ^ md4c.c:151:18: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode (bits, context->count, 8); ^ md4c.c:162:18: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode (digest, context->state, 16); ^ md4c.c:166:19: warning: passing arguments to 'RsyncMD4_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4_memset ((POINTER)context, 0, sizeof (*context)); ^ md4c.c:143:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4Final (digest, context) ^ In file included from md4c.c:26: ./md4.h:44:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4Final PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); ^ md4c.c:193:18: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode (bits, context->count, 8); ^ md4c.c:206:18: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode (digest, context->state, 16); ^ md4c.c:210:19: warning: passing arguments to 'RsyncMD4_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4_memset ((POINTER)context, 0, sizeof (*context)); ^ md4c.c:182:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4FinalRsync (digest, context) ^ In file included from md4c.c:26: ./md4.h:47:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4FinalRsync PROTO_LIST ((unsigned char [16], RsyncMD4_CTX *)); ^ md4c.c:221:18: warning: passing arguments to 'RsyncMD4Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Decode (x, block, 64); ^ md4c.c:284:19: warning: passing arguments to 'RsyncMD4_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4_memset ((POINTER)x, 0, sizeof (x)); ^ md4c.c:215:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void RsyncMD4Transform (state, block) ^ md4c.c:43:13: 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 subsequent definition [-Wdeprecated-non-prototype] static void RsyncMD4Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); ^ md4c.c:290:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4Encode (output, input, len) ^ md4c.c:44:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4Encode PROTO_LIST ^ md4c.c:308:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void RsyncMD4Decode (output, input, len) ^ md4c.c:46:6: 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 subsequent definition [-Wdeprecated-non-prototype] void RsyncMD4Decode PROTO_LIST ^ md4c.c:323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void RsyncMD4_memcpy (output, input, len) ^ md4c.c:48:13: 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 subsequent definition [-Wdeprecated-non-prototype] static void RsyncMD4_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); ^ md4c.c:336:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void RsyncMD4_memset (output, value, len) ^ md4c.c:49:13: 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 subsequent definition [-Wdeprecated-non-prototype] static void RsyncMD4_memset PROTO_LIST ((POINTER, int, unsigned int)); ^ 30 warnings generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER=12345678 rsync_lib.c rsync_lib.c:72:16: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode(seedBytes, &seed, 1); ^ rsync_lib.c:78:16: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode(digest, &adler32, 1); ^ rsync_lib.c:82:18: warning: passing arguments to 'RsyncMD4Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Init(&md4); ^ rsync_lib.c:83:20: warning: passing arguments to 'RsyncMD4Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Update(&md4, buf, thisLen); ^ rsync_lib.c:85:17: warning: passing arguments to 'RsyncMD4Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Update(&md4, seedBytes, 4); ^ rsync_lib.c:91:24: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode(digest, md4.state, 16); ^ rsync_lib.c:99:21: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(digest, &md4); ^ rsync_lib.c:106:21: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(md4Digest, &md4); ^ rsync_lib.c:139:16: warning: passing arguments to 'RsyncMD4Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Encode(seedBytes, &seed, 1); ^ rsync_lib.c:152:21: warning: passing arguments to 'RsyncMD4Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Init(&md4); ^ rsync_lib.c:153:23: warning: passing arguments to 'RsyncMD4Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Decode(md4.state, digestIn, 16); ^ rsync_lib.c:167:27: warning: passing arguments to 'RsyncMD4Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4Update(&md4, seedBytes, 4); ^ rsync_lib.c:173:31: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(digestOut, &md4); ^ rsync_lib.c:179:31: warning: passing arguments to 'RsyncMD4FinalRsync' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RsyncMD4FinalRsync(md4Digest, &md4); ^ 14 warnings generated. rm -f ../blib/arch/auto/File/RsyncP/Digest/Digest.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Digest.o md4c.o rsync_lib.o -o ../blib/arch/auto/File/RsyncP/Digest/Digest.so chmod 755 ../blib/arch/auto/File/RsyncP/Digest/Digest.so Manifying 1 pod document cp FileList.pm ../blib/lib/File/RsyncP/FileList.pm AutoSplitting ../blib/lib/File/RsyncP/FileList.pm (../blib/lib/auto/File/RsyncP/FileList) Running Mkbootstrap for FileList () chmod 644 "FileList.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FileList.bs ../blib/arch/auto/File/RsyncP/FileList/FileList.bs 644 ./configure configure: Configuring File::RsyncP::FileList based on rsync 2.6.3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for a BSD-compatible install... /exopi-obj/pobj/p5-File-RsyncP-0.76/bin/install -c checking whether to include debugging symbols... yes checking for remsh... 0 checking for broken largefile support... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking ipv6 stack type... kame checking for library containing getaddrinfo... none required checking whether to call shutdown on all sockets... no checking whether byte ordering is bigendian... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/unistd.h usability... yes checking sys/unistd.h presence... yes checking for sys/unistd.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking compat.h usability... no checking compat.h presence... no checking for compat.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for sys/wait.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/mode.h usability... no checking sys/mode.h presence... no checking for sys/mode.h... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking mcheck.h usability... no checking mcheck.h presence... no checking for mcheck.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking whether sys/types.h defines makedev... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for short... yes checking size of short... 2 checking for inline... inline checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for pid_t... yes checking type of array argument to getgroups... gid_t checking for struct stat.st_rdev... yes checking for ino_t... yes checking for errno in errno.h... yes checking for connect... yes checking for inet_ntop in -lresolv... no checking for inet_ntop... yes checking for inet_pton... yes checking whether defines needed by getaddrinfo exist... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for struct sockaddr.sa_len... yes checking for struct sockaddr_in.sin_len... yes checking struct sockaddr_storage... yes checking for struct sockaddr_in6.sin6_scope_id... yes checking for strcasecmp... yes checking whether utime accepts a null argument... yes checking for working alloca.h... no checking for alloca... yes checking for waitpid... yes checking for wait4... yes checking for getcwd... yes checking for strdup... yes checking for strerror... yes checking for chown... yes checking for chmod... yes checking for mknod... yes checking for mkfifo... yes checking for fchmod... yes checking for fstat... yes checking for strchr... yes checking for readlink... yes checking for link... yes checking for utime... yes checking for utimes... yes checking for strftime... yes checking for mtrace... no checking for ftruncate... yes checking for memmove... yes checking for lchown... yes checking for vsnprintf... yes checking for snprintf... yes checking for asprintf... yes checking for setsid... yes checking for glob... yes checking for strpbrk... yes checking for strlcat... yes checking for strlcpy... yes checking for strtol... yes checking for mallinfo... no checking for getgroups... yes checking for setgroups... yes checking for geteuid... yes checking for getegid... yes checking for open64... no checking for mkstemp64... no checking for working socketpair... yes checking for long long... yes checking for off64_t... no checking for short ino_t... no checking for unsigned char... no checking for broken readdir... no checking for utimbuf... yes checking if gettimeofday takes tz argument... yes checking for C99 vsnprintf... yes checking for secure mkstemp... yes checking for broken inet_ntoa... no checking for broken inet_aton... no checking whether -c -o works... yes configure: creating ./config.status config.status: creating config.h File::RsyncP::FileList based on rsync 2.6.3 configuration successful "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-File-RsyncP-0.76/File-RsyncP-0.76/FileList/typemap' FileList.xs > FileList.xsc mv FileList.xsc FileList.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= FileList.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= exclude.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= flist.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= hlink.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= pool_alloc.c pool_alloc.c:170:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*pool->bomb)(bomb); ^ cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= snprintf.c 1 warning generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.76\" -DXS_VERSION=\"0.76\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" -DPERL_BYTEORDER= wildmatch.c rm -f ../blib/arch/auto/File/RsyncP/FileList/FileList.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib FileList.o exclude.o flist.o hlink.o pool_alloc.o snprintf.o wildmatch.o -o ../blib/arch/auto/File/RsyncP/FileList/FileList.so -lm chmod 755 ../blib/arch/auto/File/RsyncP/FileList/FileList.so Manifying 1 pod document Manifying 2 pod documents >>> Running package in devel/p5-File-RsyncP at 1713167229.43 ===> devel/p5-File-RsyncP ===> Faking installation for p5-File-RsyncP-0.76 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Digest.bs ../blib/arch/auto/File/RsyncP/Digest/Digest.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FileList.bs ../blib/arch/auto/File/RsyncP/FileList/FileList.bs 644 Manifying 1 pod document Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/File/RsyncP/Digest/Digest.so Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/File/RsyncP/FileList/FileList.so Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/RsyncP.pm Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/RsyncP/FileIO.pm Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/RsyncP/Digest.pm Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/File/RsyncP/FileList.pm Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/File/RsyncP/Digest/autosplit.ix Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/File/RsyncP/FileList/autosplit.ix Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/man/man3p/File::RsyncP::Digest.3p Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/man/man3p/File::RsyncP::FileList.3p Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/man/man3p/File::RsyncP.3p Installing /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/local/man/man3p/File::RsyncP::FileIO.3p Appending installation info to /exopi-obj/pobj/p5-File-RsyncP-0.76/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-File-RsyncP-0.76 Create /exopi-cvs/ports/packages/amd64/all/p5-File-RsyncP-0.76.tgz Creating package p5-File-RsyncP-0.76 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 47% checksumming|******************************* | 50% checksumming|********************************* | 53% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|*************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****** | 10% archiving|********************** | 34% archiving|*************************** | 41% archiving|****************************** | 47% archiving|********************************* | 52% archiving|************************************ | 56% archiving|*************************************************** | 80% archiving|******************************************************* | 86% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-File-RsyncP-0.76.tgz >>> Running clean in devel/p5-File-RsyncP at 1713167232.56 ===> devel/p5-File-RsyncP ===> Cleaning for p5-File-RsyncP-0.76 >>> Ended at 1713167233.52 max_stuck=0.22/build=53.20/package=3.12/clean=1.01