ports/174443: [patch] mark lang/expect as MAKE_JOBS_UNSAFE

4721 at hushmail.com 4721 at hushmail.com
Fri Dec 14 22:30:00 UTC 2012


>Number:         174443
>Category:       ports
>Synopsis:       [patch] mark lang/expect as MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 22:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     4721 at hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
lang/expect sometimes fails to build when using highly parallel build. (default parallel build=on, job count=20). mark as unsafe and builds each time.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: lang/expect/Makefile
===================================================================
--- lang/expect/Makefile	(revision 308925)
+++ lang/expect/Makefile	(working copy)
@@ -23,6 +23,7 @@
 WRKSRC=		${WRKDIR}/expect-${EXPECT_VER}
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=yes
 
 PLIST_SUB+=	EXPECT_VER="${EXPECT_VER}"
 PLIST_SUB+=	LIBEXPECT_VER="${LIBEXPECT_VER}"


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list