>>> Building on amd64-3 under misc/randtype DIST = [misc/randtype:randtype-1.13.tar.gz] FULLPKGNAME = randtype-1.13p1 distfiles size=15524 >>> Running build in misc/randtype at 1779301795.11 ===> misc/randtype ===> Building from scratch randtype-1.13p1 ===> Verifying specs: c z ===> found c.103.0 z.7.2 ===> Checking files for randtype-1.13p1 `/usr/ports/distfiles/randtype-1.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for randtype-1.13p1 ===> Patching for randtype-1.13p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Fri Dec 7 00:22:16 2001 |+++ Makefile Mon Feb 27 19:29:36 2017 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 4. 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 randtype-1.13p1 ===> Configuring for randtype-1.13p1 ===> Building for randtype-1.13p1 cc -Wall -ansi -pedantic -O2 -pipe -DDEF_MS=18 -DDEF_MULT=20000 -DHAVE_RANDOM -D_GNU_SOURCE -DHAVE_ZLIB -c randtype.c -o randtype.o randtype.c:353:10: error: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] 353 | if ((fp = gzdopen(0, "rb")) == NULL) { | ^ ~~~~~~~~~~~~~~~~ randtype.c:363:10: error: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] 363 | if ((fp = gzopen(filename, "rb")) == NULL) { | ^ ~~~~~~~~~~~~~~~~~~~~~~ randtype.c:373:24: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 373 | while ((s = gzgets(fp, s, LINE_MAX)) != NULL) { | ^~ | * /usr/include/zlib.h:1588:38: note: passing argument to parameter 'file' here 1588 | ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); | ^ randtype.c:434:14: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] 434 | for (i = i; i < strlen(p); i++) | ~ ^ ~ randtype.c:448:13: error: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] 448 | gzclose(fp); | ^~ | * /usr/include/zlib.h:1750:36: note: passing argument to parameter 'file' here 1750 | ZEXTERN int ZEXPORT gzclose(gzFile file); | ^ 1 warning and 4 errors generated. *** Error 1 in /usr/obj/ports/randtype-1.13/randtype-1.13 (Makefile:23 'randtype.o') *** Error 2 in misc/randtype (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/randtype-1.13/.build_done': @cd /usr/obj/ports/r...) ===> Exiting misc/randtype with an error *** Error 2 in misc/randtype (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=randtype-1.13p1; export _LOCKS_HELD=" randtype-1...) *** 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 1779301796.00 max_stuck=0.00/build=0.92 Error: job failed with 512 on amd64-3 at 1779301796