Created attachment 178932 [details] root@ibook:/usr/ports/security/gnutls # make install clean # uname -a FreeBSD ibook 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 05:26:23 UTC 2016 root@releng2.nyi.freebsd.org: /usr/obj/powerpc.powerpc/usr/src/sys/GENERIC powerpc The output from `make install clean` is attached (this is not the first run, so some make targets have already been compiled). I tried to compile it with the suggested `MAKE_JOBS_UNSAFE=yes`, but I get the same results (I believe that's for multicore systems but I tried it anyway).
Created attachment 178934 [details] patch-lib-random.c Try with this patch in the security/gnutls/files directory.
Builds fine now with that patch. Thanks.
A commit references this bug: Author: tijl Date: Mon Jan 16 10:19:01 UTC 2017 New revision: 431622 URL: https://svnweb.freebsd.org/changeset/ports/431622 Log: Make atomic operations explicit to support old gcc. PR: 216122 Changes: head/security/gnutls/files/patch-lib-random.c
A commit references this bug: Author: tijl Date: Mon Jan 16 10:21:52 UTC 2017 New revision: 431623 URL: https://svnweb.freebsd.org/changeset/ports/431623 Log: MFH: r431622 Make atomic operations explicit to support old gcc. PR: 216122 Approved by: ports-secteam (build fix blanket) Changes: _U branches/2017Q1/ branches/2017Q1/security/gnutls/files/patch-lib-random.c