Skip to content

Commit

Permalink
Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
leres committed Feb 14, 2019
1 parent 6dadefa commit bece9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comms/rxtx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down

0 comments on commit bece9dc

Please sign in to comment.