Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 22:23:06 +0100
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        glarkin@FreeBSD.org
Subject:   ports/152213: [PATCH] print/pdftk: Mark MAKE_JOBS_UNSAFE
Message-ID:  <E1PHNYw-000GBY-Uc@apollo.emma.line.org>
Resent-Message-ID: <201011132130.oADLUAUX053465@freefall.freebsd.org>

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

>Number:         152213
>Category:       ports
>Synopsis:       [PATCH] print/pdftk: Mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 13 21:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.1-STABLE FreeBSD 8.1-STABLE #36: Sun Nov  7 16:50:35 CET
>Description:
Hi Greg,

the port fails to build on a quadcore computer with forced parallel
builds.  Could you check if you can fix that? If not, I propose to mark
MAKE_JOBS_UNSAFE as in the patch below.

Thanks.

Port maintainer (glarkin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pdftk-1.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/print/pdftk/Makefile,v
retrieving revision 1.34
diff -u -u -r1.34 Makefile
--- Makefile	12 Nov 2010 22:52:53 -0000	1.34
+++ Makefile	13 Nov 2010 21:10:11 -0000
@@ -39,6 +39,7 @@
 
 MAKEFILE=	Makefile.FreeBSD
 MAKE_ENV=	GCJ=gcj${CSUFF} GCJH=gcjh${CSUFF} OBJCOPY=${OBJCOPY} LANG=C
+MAKE_JOBS_UNSAFE=yes
 
 MAN1=		${PORTNAME}.1
 PLIST_FILES=	bin/pdftk
--- pdftk-1.44.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1PHNYw-000GBY-Uc>