Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 19:35:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565055 - head/net/libstorj
Message-ID:  <202102121935.11CJZNVZ010442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb 12 19:35:23 2021
New Revision: 565055
URL: https://svnweb.freebsd.org/changeset/ports/565055

Log:
  - Mark MAKE_JOBS_UNSAFE, fails sporadically in parallel build
  
  PR:		226052
  Reported by:	truckman

Modified:
  head/net/libstorj/Makefile

Modified: head/net/libstorj/Makefile
==============================================================================
--- head/net/libstorj/Makefile	Fri Feb 12 19:33:48 2021	(r565054)
+++ head/net/libstorj/Makefile	Fri Feb 12 19:35:23 2021	(r565055)
@@ -32,6 +32,7 @@ GH_ACCOUNT=	Storj
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes  # ./storjtests.h:10:10: fatal error: 'mockbridgeinfo.json.h' file not found
 
 #CFLAGS+=	-I. -I${LOCALBASE}/include
 #LDFLAGS+=	-L. -L${LOCALBASE}/lib



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