ports/181156: lang/pcc does not build with parallel make jobs
Javad Kouhi
javad.kouhi at gmail.com
Fri Aug 9 04:00:00 UTC 2013
>Number: 181156
>Category: ports
>Synopsis: lang/pcc does not build with parallel make jobs
>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 Aug 09 04:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Javad Kouhi
>Release: 9.2-PRERELEASE
>Organization:
>Environment:
FreeBSD minootux 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r253320: Sat Jul 13 19:40:58 IRDT 2013 root at minootux:/usr/obj/usr/src/sys/GIGABYTE amd64
>Description:
>How-To-Repeat:
cd /usr/ports/lang/pcc && make install clean
build log here:
https://redports.org/~bkouhi/20130809034200-50552-136564/pcc-1.0.0.log
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 324415)
+++ Makefile (working copy)
@@ -8,12 +8,10 @@
PORTNAME= pcc
PORTVERSION= 1.0.0
-PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
ftp://226.net120.skekraft.net/pcc-releases/
-DISTNAME= pcc-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= joel at FreeBSD.org
@@ -21,6 +19,7 @@
ONLY_FOR_ARCHS= i386 amd64
+MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC=${YACC}
Index: pkg-descr
===================================================================
--- pkg-descr (revision 324415)
+++ pkg-descr (working copy)
@@ -7,4 +7,4 @@
run on PDP11 (even if it may not happen in reality). But with this in mind it
becomes important to think twice about what algorithms are used.
-WWW: http://pcc.ludd.ltu.se/
+WWW: http://pcc.ludd.ltu.se/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list