pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Mark not MAKE_JOBS_SAFE. This just fail...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea2074b7c324
branches:  trunk
changeset: 356188:ea2074b7c324
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Dec 21 10:39:15 2016 +0000

description:
Mark not MAKE_JOBS_SAFE. This just failed for me with -j16 but worked
fine with MAKE_JOBS=1.

diffstat:

 emulators/qemu/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8774395a09f7 -r ea2074b7c324 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Wed Dec 21 10:31:42 2016 +0000
+++ b/emulators/qemu/Makefile   Wed Dec 21 10:39:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2016/10/30 14:48:00 spz Exp $
+# $NetBSD: Makefile,v 1.157 2016/12/21 10:39:15 bsiegert Exp $
 
 DISTNAME=      qemu-2.7.0
 CATEGORIES=    emulators
@@ -38,6 +38,9 @@
 CONFIGURE_ARGS+=       --disable-opengl
 CONFIGURE_ENV+=                mansuffix=/${PKGMANDIR}
 
+# Parallel build fails on NetBSD/amd64
+MAKE_JOBS_SAFE=                no
+
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-aarch64
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-alpha
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-arm



Home | Main Index | Thread Index | Old Index