>>> Building on exopi-1 under www/cronolog DIST = [www/cronolog:cronolog-1.6.2.tar.gz] FULLPKGNAME = cronolog-1.6.2p0 Woken up databases/p5-Catalyst-Model-CDBI Woken up databases/p5-Catalyst-Model-CDBI Woken up security/snort2pf Woken up security/snort2pf Woken up www/p5-CGI-Application-Plugin-ConfigAuto Woken up games/cmatrix Woken up games/cmatrix (Junk lock failure for exopi-1 at 1713856688.70343) Received IO (Junk lock obtained for exopi-1 at 1713856734.24) Received IO Woken up www/cronolog Still tainted: host marked nojunk by games/openclonk >>> Running junk in www/cronolog at 1713856737.35 Can't run junk because of lock on games/openclonk (Junk lock released for exopi-1 at 1713856740.56) Woken up sysutils/iwatch distfiles size=133591 >>> Running build in www/cronolog at 1713856741.58 ===> www/cronolog ===> Building from scratch cronolog-1.6.2p0 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for cronolog-1.6.2p0 `/exopi-cvs/ports/distfiles/cronolog-1.6.2.tar.gz' is up to date. >> (SHA256) cronolog-1.6.2.tar.gz: OK ===> Extracting for cronolog-1.6.2p0 ===> Patching for cronolog-1.6.2p0 ===> 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 cronolog-1.6.2p0 ===> Configuring for cronolog-1.6.2p0 Using /exopi-obj/pobj/cronolog-1.6.2/config.site (generated) loading site script /exopi-obj/pobj/cronolog-1.6.2/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/cronolog-1.6.2/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found 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/cronolog-1.6.2/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for perl... /usr/bin/perl checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for tm_zone in struct tm... yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for strftime... (cached) yes checking for vprintf... (cached) yes checking for mkdir... (cached) yes checking for mktime... (cached) yes checking for putenv... (cached) yes checking for strptime... (cached) yes checking for localtime_r... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating lib/Makefile creating src/Makefile creating doc/Makefile creating testsuite/Makefile creating src/cronosplit ===> Building for cronolog-1.6.2p0 Making all in lib cc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I/exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib -O2 -pipe -c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:389:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (argc, argv, optstring) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:402:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:514:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:577:30: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:577:30: note: include the header or explicitly provide a declaration for 'strcmp' /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:653:7: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:653:7: note: include the header or explicitly provide a declaration for 'strncmp' /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:656:21: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:656:21: note: include the header or explicitly provide a declaration for 'strlen' /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:704:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.c:113: /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt.h:108:12: 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] extern int getopt (); ^ 11 warnings generated. cc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I/exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib -O2 -pipe -c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt1.c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt1.c:68:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/lib/getopt1.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. rm -f libutil.a ar cru libutil.a getopt.o getopt1.o ranlib libutil.a Making all in src cc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I/exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src -I../lib -O2 -pipe -c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronotest.c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronotest.c:228:95: warning: data argument not used by format string [-Wformat-extra-args] fprintf(stderr, "%s: period delay cannot be larger than the rollover period\n", argv[0], start_time); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronotest.c:238:45: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] printf("Start time is %s (%ld)\n", buf, time_now); ~~~ ^~~~~~~~ %lld /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronotest.c:244:52: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] printf("Period %d starts at %s (%ld): ", i, buf, time_now); ~~~ ^~~~~~~~ %lld 3 warnings generated. cc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I/exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src -I../lib -O2 -pipe -c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronoutils.c cc -O2 -pipe -o cronotest cronotest.o cronoutils.o ../lib/libutil.a cronoutils.c(cronoutils.o:(create_subdirs)): warning: strcpy() is almost always misused, please use strlcpy() cronotest.c(cronotest.o:(main)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE=\"cronolog\" -DVERSION=\"1.6.2\" -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_MKDIR=1 -DHAVE_MKTIME=1 -DHAVE_PUTENV=1 -DHAVE_STRPTIME=1 -DHAVE_LOCALTIME_R=1 -I. -I/exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src -I../lib -O2 -pipe -c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronolog.c /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronolog.c:212:97: warning: data argument not used by format string [-Wformat-extra-args] fprintf(stderr, "A current log symlink is needed to mantain a symlink to the previous log\n", argv[0]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/src/cronolog.c:300:95: warning: data argument not used by format string [-Wformat-extra-args] fprintf(stderr, "%s: period delay cannot be larger than the rollover period\n", argv[0], start_time); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 2 warnings generated. cc -O2 -pipe -o cronolog cronolog.o cronoutils.o ../lib/libutil.a cronolog.c(cronolog.o:(main)): warning: sprintf() is often misused, please use snprintf() cronoutils.c(cronoutils.o:(create_subdirs)): warning: strcpy() is almost always misused, please use strlcpy() Making all in doc cd /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc && makeinfo `echo /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronolog.texi | sed 's,.*/,,'` Making all in testsuite >>> Running package in www/cronolog at 1713856746.66 ===> www/cronolog ===> Faking installation for cronolog-1.6.2p0 Making install in lib Making install in src /bin/sh /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/mkinstalldirs /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/sbin /exopi-obj/pobj/cronolog-1.6.2/bin/install -c -s -m 755 cronolog /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/sbin/cronolog /bin/sh /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/mkinstalldirs /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/sbin /exopi-obj/pobj/cronolog-1.6.2/bin/install -c -m 755 cronosplit /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/sbin/cronosplit Making install in doc cd /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc && makeinfo `echo /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronolog.texi | sed 's,.*/,,'` cd /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc && makeinfo `echo /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronolog.texi | sed 's,.*/,,'` /bin/sh /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/mkinstalldirs /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/info /exopi-obj/pobj/cronolog-1.6.2/bin/install -c -m 644 /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronolog.info /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/info/cronolog.info install-info --info-dir=/exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/info /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/info/cronolog.info /usr/bin/make install-man1 /bin/sh /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/mkinstalldirs /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/cronolog-1.6.2/bin/install -c -m 644 /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronolog.1m /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/man/man1/cronolog.1m /exopi-obj/pobj/cronolog-1.6.2/bin/install -c -m 644 /exopi-obj/pobj/cronolog-1.6.2/cronolog-1.6.2/doc/cronosplit.1m /exopi-obj/pobj/cronolog-1.6.2/fake-amd64/usr/local/man/man1/cronosplit.1m Making install in testsuite ===> Building package for cronolog-1.6.2p0 Create /exopi-cvs/ports/packages/amd64/all/cronolog-1.6.2p0.tgz Creating package cronolog-1.6.2p0 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|* | 1% archiving|********************************* | 52% archiving|************************************* | 57% archiving|*********************************************** | 73% archiving|*************************************************** | 80% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cronolog-1.6.2p0.tgz >>> Running clean in www/cronolog at 1713856749.13 ===> www/cronolog ===> Cleaning for cronolog-1.6.2p0 >>> Ended at 1713856749.59 max_stuck=14.61/waiting-for-lock #281=49.01/junk=4.10/build=5.06/package=2.14/clean=0.86