pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44865: lang/perl5 should be marked as MAKE_JOBS unsafe



>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]*                     \



Home | Main Index | Thread Index | Old Index