svn commit: r520768 - head/mail/neomutt
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Dec 24 01:54:23 UTC 2019
Author: pkubaj
Date: Tue Dec 24 01:54:23 2019
New Revision: 520768
URL: https://svnweb.freebsd.org/changeset/ports/520768
Log:
mail/neomutt: add MAKE_JOBS_UNSAFE=yes
I had race condition during build of this port on powerpc64 elfv2 with 18 cores (72 threads).
--- conn/getdomain.o ---
cc -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/local/include -DNCURSES_WIDECHAR -I/usr/include -I/usr/include -I. -I. -Wall -I./test -MT conn/getdomain.o -MD -MP -MF getdomain.Tpo -c -o conn/getdomain.o conn/getdomain.c
--- complete.o ---
mv: complete.Tpo: No such file or directory
PR: 242436
Approved by: bapt (maintainer timeout)
Modified:
head/mail/neomutt/Makefile
Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile Tue Dec 24 01:00:24 2019 (r520767)
+++ head/mail/neomutt/Makefile Tue Dec 24 01:54:23 2019 (r520768)
@@ -17,6 +17,7 @@ USES= iconv:translit localbase perl5 shebangfix ssl
USE_GITHUB= yes
USE_PERL5= build
+MAKE_JOBS_UNSAFE= yes
HAS_CONFIGURE= yes
More information about the svn-ports-all
mailing list