From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 9 04:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA81E904 for ; Fri, 9 Aug 2013 04:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89AB12A50 for ; Fri, 9 Aug 2013 04:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r79400Td067591 for ; Fri, 9 Aug 2013 04:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r79400Xf067590; Fri, 9 Aug 2013 04:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 9 Aug 2013 04:00:00 GMT Resent-Message-Id: <201308090400.r79400Xf067590@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Javad Kouhi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4D21890 for ; Fri, 9 Aug 2013 03:53:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A27F12A1C for ; Fri, 9 Aug 2013 03:53:42 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r793rgQx058685 for ; Fri, 9 Aug 2013 03:53:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r793rg4I058684; Fri, 9 Aug 2013 03:53:42 GMT (envelope-from nobody) Message-Id: <201308090353.r793rg4I058684@oldred.freebsd.org> Date: Fri, 9 Aug 2013 03:53:42 GMT From: Javad Kouhi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181156: lang/pcc does not build with parallel make jobs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 04:00:00 -0000 >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: