Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 03:53:42 GMT
From:      Javad Kouhi <javad.kouhi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181156: lang/pcc does not build with parallel make jobs
Message-ID:  <201308090353.r793rg4I058684@oldred.freebsd.org>
Resent-Message-ID: <201308090400.r79400Xf067590@freefall.freebsd.org>

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

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



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