tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
MAKE_JOBS_SAFE?= yes (Re: rust-1.66.1 stalls
Hi, thanks Chuck and Greg for the information.
I'm preparing the environment with 9.3, but it is taking a time,
sorry.
By the way, attached patch makes sense ?
I'm testing with
MAKE_JOBS= 4
for now,
Thank you,
--
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498 8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/rust/Makefile,v
retrieving revision 1.277
diff -u -r1.277 Makefile
--- Makefile 23 Jan 2023 18:49:03 -0000 1.277
+++ Makefile 25 Mar 2023 00:17:49 -0000
@@ -175,6 +175,10 @@
#
# If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
# \todo Consider avoiding setting this on netbsd-9 past the fix.
+# Release 9.x and 9.1 or later is OK
+. if ${OPSYS} == "NetBSD" && 090099 < ${OPSYS_VERSION} && ${OPSYS_VERSION} < 090900
+MAKE_JOBS_SAFE?= yes
+. endif
. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 099957
MAKE_JOBS_SAFE?= no
. endif
Home |
Main Index |
Thread Index |
Old Index