Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 22:20:02 GMT
From:      "4721@hushmail.com" <4721@hushmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174443: [patch] mark lang/expect as MAKE_JOBS_UNSAFE
Message-ID:  <201212142220.qBEMK2Vs029718@red.freebsd.org>
Resent-Message-ID: <201212142230.qBEMU0SH097193@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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