[packages/zabbix] Disable agent2 (go needs vendoring)

glen glen at pld-linux.org
Tue Aug 24 16:41:08 CEST 2021


commit b3422443fe1cbca5100d6355e92cac7e977ca53c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Aug 24 17:40:22 2021 +0300

    Disable agent2 (go needs vendoring)
    
    go: github.com/BurntSushi/locker at v0.0.0-20171006230638-a6e239ea1c69: Get "https://proxy.golang.org/github.com/%
    21burnt%21sushi/locker/@v/v0.0.0-20171006230638-a6e239ea1c69.mod": dial tcp: lookup proxy.golang.org on [::1]:53: dial udp [::1]:53: connect: cannot assign requested address
    make[2]: *** [Makefile:538: build] Error 1

 zabbix.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 208c6aa..e1c5e2c 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -10,7 +10,7 @@
 %bcond_without	sqlite3	# enable sqlite3 support
 %bcond_without	mysql	# enable MySQL support
 %bcond_without	java	# disable java support
-%bcond_without	agent2	# disable bulding of Go based agent2
+%bcond_with	agent2	# disable bulding of Go based agent2
 
 %define databases %{?with_sqlite3:sqlite3} %{?with_pgsql:postgresql} %{?with_mysql:mysql}
 %define any_database %{with pgsql}%{with mysql}%{with sqlite3}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/b3422443fe1cbca5100d6355e92cac7e977ca53c



More information about the pld-cvs-commit mailing list