>>> Building on exopi-2 under mail/mboxgrep BDEPENDS = [archivers/bzip2;devel/pcre2] DIST = [mail/mboxgrep:mboxgrep-0.7.13.tar.gz] FULLPKGNAME = mboxgrep-0.7.13 RDEPENDS = [devel/pcre2;archivers/bzip2] (Junk lock failure for exopi-2 at 1780750985.87259) Received IO (Junk lock obtained for exopi-2 at 1780751001.46) Received IO Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep >>> Running depends in mail/mboxgrep at 1780751003.19 last junk was in devel/riscv32-esp-elf/gcc-bootstrap /usr/sbin/pkg_add -aI -Drepair pcre2-10.47 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 pcre2-10.47 /usr/sbin/pkg_add -aI -Drepair pcre2-10.47 >>> Running show-prepare-results in mail/mboxgrep at 1780751004.96 ===> mail/mboxgrep ===> Building from scratch mboxgrep-0.7.13 ===> mboxgrep-0.7.13 depends on: bzip2-* -> bzip2-1.0.8p0 ===> mboxgrep-0.7.13 depends on: pcre2-* -> pcre2-10.47 ===> Verifying specs: bz2 c pcre2-32 z ===> found bz2.10.4 c.103.0 pcre2-32.0.7 z.7.2 bzip2-1.0.8p0 pcre2-10.47 (Junk lock released for exopi-2 at 1780751005.84) distfiles size=254085 >>> Running build in mail/mboxgrep at 1780751005.89 ===> mail/mboxgrep ===> Checking files for mboxgrep-0.7.13 `/exopi-cvs/ports/distfiles/mboxgrep-0.7.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for mboxgrep-0.7.13 ===> Patching for mboxgrep-0.7.13 ===> 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 mboxgrep-0.7.13 ===> Configuring for mboxgrep-0.7.13 Using /exopi-obj/pobj/mboxgrep-0.7.13/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/mboxgrep-0.7.13/config.site checking for a BSD-compatible install... /exopi-obj/pobj/mboxgrep-0.7.13/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes 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 the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for pcre2-config... /usr/local/bin/pcre2-config checking for gzopen in -lz... yes checking for BZ2_bzopen in -lbz2... yes checking for like_monday in -lgarfield... no checking for fcntl... (cached) yes checking for flock... (cached) yes checking for regcomp... (cached) yes checking for strptime... (cached) yes checking for ftw... (cached) yes checking for fts_open... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for mboxgrep-0.7.13 Making all in doc Making all in src /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c mv -f .deps/info.Tpo .deps/info.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT maildir.o -MD -MP -MF .deps/maildir.Tpo -c -o maildir.o maildir.c In file included from maildir.c:53: In file included from ./misc.h:24: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ 1 warning generated. mv -f .deps/maildir.Tpo .deps/maildir.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c In file included from main.c:31: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ 1 warning generated. mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT mbox.o -MD -MP -MF .deps/mbox.Tpo -c -o mbox.o mbox.c In file included from mbox.c:45: In file included from ./misc.h:24: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ 1 warning generated. mv -f .deps/mbox.Tpo .deps/mbox.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c md5.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | md5_init_ctx (ctx) | ^ md5.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 90 | md5_read_ctx (ctx, resbuf) | ^ md5.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 108 | md5_finish_ctx (ctx, resbuf) | ^ md5.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | md5_stream (stream, resblock) | ^ md5.c:196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 196 | md5_buffer (buffer, len, resblock) | ^ md5.c:215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 215 | md5_process_bytes (buffer, len, ctx) | ^ md5.c:288:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 288 | md5_process_block (buffer, len, ctx) | ^ 7 warnings generated. mv -f .deps/md5.Tpo .deps/md5.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c In file included from misc.c:34: In file included from ./misc.h:24: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ misc.c:52:12: warning: call to undeclared library function 'strncasecmp' with type 'int (const char *, const char *, __size_t)' (aka 'int (const char *, const char *, unsigned long)'); ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 52 | if (0 == strncasecmp (name, "mbox", 4)) | ^ misc.c:52:12: note: include the header or explicitly provide a declaration for 'strncasecmp' 2 warnings generated. mv -f .deps/misc.Tpo .deps/misc.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT mh.o -MD -MP -MF .deps/mh.Tpo -c -o mh.o mh.c In file included from mh.c:50: In file included from ./misc.h:24: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ 1 warning generated. mv -f .deps/mh.Tpo .deps/mh.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c getopt.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | my_index (str, chr) | ^ getopt.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | my_bcopy (from, to, size) | ^ getopt.c:236:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 236 | exchange (argv) | ^ getopt.c:314:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 314 | _getopt_internal (argc, argv, optstring, longopts, longind, long_only) | ^ getopt.c:349:23: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | else if (getenv ("POSIXLY_CORRECT") != NULL) | ^ getopt.c:386: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] 386 | if (optind != argc && !strcmp (argv[optind], "--")) | ^ getopt.c:386:30: note: include the header or explicitly provide a declaration for 'strcmp' getopt.c:455:7: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, __size_t)' (aka 'int (const char *, const char *, unsigned long)'); ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 455 | if (!strncmp (p->name, nextchar, s - nextchar)) | ^ getopt.c:455:7: note: include the header or explicitly provide a declaration for 'strncmp' getopt.c:457:26: warning: call to undeclared library function 'strlen' with type '__size_t (const char *)' (aka 'unsigned long (const char *)'); ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 457 | if (s - nextchar == strlen (p->name)) | ^ getopt.c:457:26: note: include the header or explicitly provide a declaration for 'strlen' getopt.c:648:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 648 | getopt (argc, argv, optstring) | ^ In file included from getopt.c:97: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ 10 warnings generated. mv -f .deps/getopt.Tpo .deps/getopt.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c getopt1.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 55 | getopt_long (argc, argv, options, long_options, opt_index) | ^ getopt1.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 71 | getopt_long_only (argc, argv, options, long_options, opt_index) | ^ 2 warnings generated. mv -f .deps/getopt1.Tpo .deps/getopt1.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT re.o -MD -MP -MF .deps/re.Tpo -c -o re.o re.c mv -f .deps/re.Tpo .deps/re.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c In file included from scan.c:59: In file included from ./misc.h:24: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 104 | extern int getopt (); | ^ /usr/include/unistd.h:389:6: note: conflicting prototype is here 389 | int getopt(int, char * const *, const char *); | ^ 1 warning generated. mv -f .deps/scan.Tpo .deps/scan.Po cc -DHAVE_CONFIG_H -I. -O2 -pipe -I/usr/local/include -MT wrap.o -MD -MP -MF .deps/wrap.Tpo -c -o wrap.o wrap.c mv -f .deps/wrap.Tpo .deps/wrap.Po cc -O2 -pipe -I/usr/local/include -o mboxgrep info.o maildir.o main.o mbox.o md5.o misc.o mh.o getopt.o getopt1.o re.o scan.o wrap.o -lbz2 -lz -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre2-32 ld: warning: maildir.c(maildir.o:(maildir_open)): warning: sprintf() is often misused, please use snprintf() ld: warning: maildir.c(maildir.o:(maildir_read_message)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in mail/mboxgrep at 1780751015.69 ===> mail/mboxgrep ===> Faking installation for mboxgrep-0.7.13 Making install in doc mkdir -p '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/info' /exopi-obj/pobj/mboxgrep-0.7.13/bin/install -c -m 644 ./mboxgrep.info '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/info' install-info --info-dir='/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/info' '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/info/mboxgrep.info' mkdir -p '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/mboxgrep-0.7.13/bin/install -c -m 644 mboxgrep.1 '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/man/man1' Making install in src mkdir -p '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/bin' /exopi-obj/pobj/mboxgrep-0.7.13/bin/install -c -s -m 755 mboxgrep '/exopi-obj/pobj/mboxgrep-0.7.13/fake-amd64/usr/local/bin' ===> Building package for mboxgrep-0.7.13 Create /exopi-cvs/ports/packages/amd64/all/mboxgrep-0.7.13.tgz Creating package mboxgrep-0.7.13 reading plist| checking dependencies| checking dependencies|archivers/bzip2 checking dependencies|devel/pcre2 checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*************************************************** | 80% archiving|************************************************************ | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/mboxgrep-0.7.13.tgz >>> Running clean in mail/mboxgrep at 1780751017.84 ===> mail/mboxgrep ===> Cleaning for mboxgrep-0.7.13 >>> Ended at 1780751018.03 max_stuck=12.86/waiting-for-lock #102=17.33/depends=1.73/show-prepare-results=0.96/build=9.81/package=2.14/clean=0.23