Date: Tue, 5 Nov 2019 11:38:21 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516791 - head/devel/p5-subversion Message-ID: <201911051138.xA5BcLL4068437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Nov 5 11:38:21 2019 New Revision: 516791 URL: https://svnweb.freebsd.org/changeset/ports/516791 Log: Fix a random jobs error. Once in a while, build will fail with: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy '../../../../../subversion/bindings/swig/perl/native/Core.pm' to 'blib/lib/SVN/Core.pm': Permission denied !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at -e line 1. Modified: head/devel/p5-subversion/Makefile (contents, props changed) Modified: head/devel/p5-subversion/Makefile ============================================================================== --- head/devel/p5-subversion/Makefile Tue Nov 5 10:21:13 2019 (r516790) +++ head/devel/p5-subversion/Makefile Tue Nov 5 11:38:21 2019 (r516791) @@ -14,6 +14,8 @@ PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes +MAKE_JOBS_UNSAFE= yes + .include "${.CURDIR}/../../devel/subversion/Makefile.addons" CATEGORIES+= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911051138.xA5BcLL4068437>