>>> Building on amd64-1 under mail/mboxgrep BDEPENDS = [devel/pcre;archivers/bzip2] DIST = [mail/mboxgrep:mboxgrep-0.7.9.tar.gz] FULLPKGNAME = mboxgrep-0.7.9p0 RDEPENDS = [archivers/bzip2;devel/pcre] (Junk lock failure for amd64-1 at 1779295860.92365) Received IO (Junk lock obtained for amd64-1 at 1779295862.22) Received IO Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep Woken up mail/mboxgrep >>> Running show-prepare-results in mail/mboxgrep at 1779295863.29 ===> mail/mboxgrep ===> Building from scratch mboxgrep-0.7.9p0 ===> mboxgrep-0.7.9p0 depends on: bzip2-* -> bzip2-1.0.8p0 ===> mboxgrep-0.7.9p0 depends on: pcre-* -> pcre-8.45 ===> Verifying specs: bz2 c pcre z ===> found bz2.10.4 c.103.0 pcre.3.0 z.7.2 bzip2-1.0.8p0 pcre-8.45 (Junk lock released for amd64-1 at 1779295864.21) Woken up mail/p5-Catalyst-View-Email distfiles size=76067 >>> Running build in mail/mboxgrep at 1779295864.25 ===> mail/mboxgrep ===> Checking files for mboxgrep-0.7.9p0 `/usr/ports/distfiles/mboxgrep-0.7.9.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for mboxgrep-0.7.9p0 ===> Patching for mboxgrep-0.7.9p0 ===> Applying OpenBSD patch patch-src_getopt_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |getopt.c:457: warning: incompatible implicit declaration of built-in function 'strlen' | |--- src/getopt.c.orig Fri Jun 19 14:38:04 2015 |+++ src/getopt.c Fri Jun 19 14:38:27 2015 -------------------------- Patching file src/getopt.c using Plan A... Hunk #1 succeeded at 30. done ===> Applying OpenBSD patch patch-src_main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix for -fno-common | |main.c:317: warning: dereferencing 'void *' pointer |main.c:317: error: request for member '_file' in something not a structure or union | |Index: src/main.c |--- src/main.c.orig |+++ src/main.c -------------------------- Patching file src/main.c using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 56. done ===> Applying OpenBSD patch patch-src_mboxgrep_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/mboxgrep.h |--- src/mboxgrep.h.orig |+++ src/mboxgrep.h -------------------------- Patching file src/mboxgrep.h using Plan A... Hunk #1 succeeded at 129. done ===> Applying OpenBSD patch patch-src_misc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/misc.c |--- src/misc.c.orig |+++ src/misc.c -------------------------- Patching file src/misc.c using Plan A... Hunk #1 succeeded at 20. 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 mboxgrep-0.7.9p0 ===> Configuring for mboxgrep-0.7.9p0 Using /usr/obj/ports/mboxgrep-0.7.9/config.site (generated) configure: loading site script /usr/obj/ports/mboxgrep-0.7.9/config.site checking for gcc... cc checking for C compiler default output... 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/obj/ports/mboxgrep-0.7.9/bin/install -c checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for pcre-config... /usr/local/bin/pcre-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 configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/config.h ===> Building for mboxgrep-0.7.9p0 cd src; /usr/bin/make cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c info.c info.c:34:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 34 | fprintf (stdout, str); | ^~~ info.c:34:20: note: treat the string as an argument to avoid this 34 | fprintf (stdout, str); | ^ | "%s", 1 warning generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c main.c In file included from main.c:37: ./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 *); | ^ main.c:350:15: error: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] 350 | gzclose (tmpp); | ^~~~ /usr/include/zlib.h:1750:36: note: passing argument to parameter 'file' here 1750 | ZEXTERN int ZEXPORT gzclose(gzFile file); | ^ 1 warning and 1 error generated. *** Error 1 in src (Makefile:39 'main.o') *** Error 2 in /usr/obj/ports/mboxgrep-0.7.9/mboxgrep-0.7.9 (Makefile:23 'all') *** Error 2 in mail/mboxgrep (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/mboxgrep-0.7.9/.build_done': @cd /usr/obj/ports/...) *** Error 2 in mail/mboxgrep (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=mboxgrep-0.7.9p0; export _LOCKS_HELD=" mboxgrep-...) ===> Exiting mail/mboxgrep with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1779295870.10 max_stuck=0.00/waiting-for-lock #129=2.37/show-prepare-results=0.95/build=5.88 Error: job failed with 512 on amd64-1 at 1779295870