pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go122



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Apr  2 11:37:22 UTC 2026

Modified Files:
        pkgsrc/lang/go122: Makefile

Log Message:
go122: build w/ GOMAXPROCS=1

It frequently encounters a concurrency/gc related panic[1] on at
least earmv7hf. Could not reproduce with later versions of go.
[1] fatal error: workbuf is not empty


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go122/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go122/Makefile
diff -u pkgsrc/lang/go122/Makefile:1.1 pkgsrc/lang/go122/Makefile:1.2
--- pkgsrc/lang/go122/Makefile:1.1      Fri Feb  9 20:34:10 2024
+++ pkgsrc/lang/go122/Makefile  Thu Apr  2 11:37:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/02/09 20:34:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/02 11:37:22 tnn Exp $
 
 .include "../../lang/go/version.mk"
 GO_BOOTSTRAP_REQD=     120
@@ -100,6 +100,7 @@ post-extract:
 do-build:
        cd ${WRKSRC}/src && \
                env \
+               GOMAXPROCS=1 \
                GOROOT_BOOTSTRAP=${GOROOT_BOOTSTRAP:Q} \
                GOROOT_FINAL=${GOROOT_FINAL:Q} \
                ${GOOPT} \



Home | Main Index | Thread Index | Old Index