From owner-svn-ports-all@freebsd.org Thu Feb 14 01:05:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2699B14DDD5C; Thu, 14 Feb 2019 01:05:59 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0093855EA; Thu, 14 Feb 2019 01:05:58 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B30AC2F304; Thu, 14 Feb 2019 01:05:58 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1E15wEo073076; Thu, 14 Feb 2019 01:05:58 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1E15wf5073075; Thu, 14 Feb 2019 01:05:58 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201902140105.x1E15wf5073075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Thu, 14 Feb 2019 01:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492894 - head/comms/rxtx X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/comms/rxtx X-SVN-Commit-Revision: 492894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C0093855EA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2019 01:05:59 -0000 Author: leres Date: Thu Feb 14 01:05:58 2019 New Revision: 492894 URL: https://svnweb.freebsd.org/changeset/ports/492894 Log: Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE. Sample poudriere build error without MAKE_JOBS_UNSAFE: Error: Could not find class file for 'gnu.io.Raw'. gmake[1]: *** [Makefile:613: /wrkdirs/usr/ports/comms/rxtx/work/rxtx-2.2pre2/gnu/io/NoSuchPortException.class] Error 1 PR: 216558 Reviewed by: mat, matthew (mentor) Approved by: mat, koobs (maintainer), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D18999 Modified: head/comms/rxtx/Makefile Modified: head/comms/rxtx/Makefile ============================================================================== --- head/comms/rxtx/Makefile Thu Feb 14 00:54:56 2019 (r492893) +++ head/comms/rxtx/Makefile Thu Feb 14 01:05:58 2019 (r492894) @@ -28,6 +28,7 @@ CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} INSTALL_TARGET= install-strip USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,} PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}