Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2019 01:54:23 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520768 - head/mail/neomutt
Message-ID:  <201912240154.xBO1sNSe024621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912240154.xBO1sNSe024621>