pkgsrc-Bugs archive

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

Re: pkg/58722 (Compiling GO packages fails)



Thanks to Roland Illig for pointing out where the issue was hiding.

Index: lang/go/go-module.mk
===================================================================
RCS file: /cvsroot/pkgsrc/lang/go/go-module.mk,v
retrieving revision 1.18
diff -u -p -r1.18 go-module.mk
--- lang/go/go-module.mk	3 Oct 2024 15:41:00 -0000	1.18
+++ lang/go/go-module.mk	6 Oct 2024 15:12:02 -0000
@@ -53,7 +53,7 @@ MAKE_ENV+=	GOTOOLCHAIN=local
 
 .if !target(do-build)
 do-build:
-	${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} telemetry off
+	# ${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} telemetry off
 	${RUN} cd ${WRKSRC} && ${_ULIMIT_CMD} ${PKGSRC_SETENV} ${MAKE_ENV} ${GO} install -v ${GO_BUILD_PATTERN}
 .endif
 


Home | Main Index | Thread Index | Old Index