pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono2 Put back MAKE_JOBS_SAFE=no, despite buildin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/800e548e50e6
branches:  trunk
changeset: 639530:800e548e50e6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Sep 15 15:34:49 2014 +0000

description:
Put back MAKE_JOBS_SAFE=no, despite building fine at various MAKE_JOBS levels
I've since observed a couple of failures in bulk builds at MAKE_JOBS=2.  The
usual failure mode is

  MCS     [net_4_0] mono-api-info.exe
  error CS0006: Metadata file `../../class/lib/net_2_0/Mono.Cecil.dll' could not be found

or similar (net_4_0 components depending upon unbuilt net_2_0 dependencies).

diffstat:

 lang/mono2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5094b2173f8d -r 800e548e50e6 lang/mono2/Makefile
--- a/lang/mono2/Makefile       Mon Sep 15 14:05:13 2014 +0000
+++ b/lang/mono2/Makefile       Mon Sep 15 15:34:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/09/01 19:18:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2014/09/15 15:34:49 jperkin Exp $
 
 DISTNAME=      mono-2.10.9
 PKGREVISION=   9
@@ -18,6 +18,9 @@
 
 ALL_ENV+=              MONO_SHARED_DIR=${WRKDIR:Q} PLATFORM=
 
+# Occasional errors with net_2_0 dlls not being built before later dependents
+MAKE_JOBS_SAFE=        no
+
 USE_TOOLS+=            bison gmake perl:run pkg-config bash:run msgfmt
 USE_LIBTOOL=           yes
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index