NetBSD Problem Report #44865
From www@NetBSD.org Wed Apr 13 15:14:21 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
by www.NetBSD.org (Postfix) with ESMTP id 27DA063C264
for <gnats-bugs@gnats.NetBSD.org>; Wed, 13 Apr 2011 15:14:21 +0000 (UTC)
Message-Id: <20110413151420.681DA63BA68@www.NetBSD.org>
Date: Wed, 13 Apr 2011 15:14:20 +0000 (UTC)
From: fgudin+pkgsrc@bsdbellule.fr
Reply-To: fgudin+pkgsrc@bsdbellule.fr
To: gnats-bugs@NetBSD.org
Subject: lang/perl5 should be marked as MAKE_JOBS unsafe
X-Send-Pr-Version: www-1.0
>Number: 44865
>Category: pkg
>Synopsis: lang/perl5 should be marked as MAKE_JOBS unsafe
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Apr 13 15:15:00 +0000 2011
>Originator: Francis GUDIN
>Release: Non NetBSD
>Organization:
N/A
>Environment:
2.8-RELEASE DragonFly v2.8.2.59.g58df0-RELEASE #1: Thu Feb 10 16:50:28 CET 2011
>Description:
See [perl #82194] Race condition installing modules to lib in parallel builds (e.g. here: http://www.nntp.perl.org/group/perl.perl5.porters/2011/01/msg168072.html)
>How-To-Repeat:
Try and try again, until you hit it.
>Fix:
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 2aba2c0..3f78c36 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -6,6 +6,8 @@
PKGREVISION= 1
COMMENT= Practical Extraction and Report Language
+MAKE_JOBS_SAFE= no
+
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \
(Contact us)
$NetBSD: query-full-pr,v 1.36 2007/11/24 03:27:39 kano Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.