Source: zabbix Version: 1:7.0.3+dfsg-1 Severity: serious Justification: FTBFS Tags: sid ftbfs patch Affects: src:golang-github-go-logr-logr src:golang-github-go-sql-driver-mysql src:golang-github-mattn-go-sqlite3
Recently a couple golang libraries were updated, and unfortunately they're causing zabbix to FTBFS. This wasn't caught due to another package which was FTBFS and masked the zabbix build failure. Thankfully, it's a trivial matter to fix the build; I've attached a patch. (There's quite a list of modules, with various required golang versions; you might want to consider bumping them all up to 1.23 to match the version of go currently in unstable.) I would like to upload a newer version of golang-github-mattn-go- sqlite3, but will hold off until it won't cause an additional build failure for zabbix. Thanks, Mathias
diff --git a/vendor/modules.txt b/vendor/modules.txt.new index 210be56..a3d1d70 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt.new @@ -87,14 +87,14 @@ github.com/go-ldap/ldap ## explicit; go 1.17 github.com/go-logfmt/logfmt # github.com/go-logr/logr v1.2.3 -## explicit; go 1.16 +## explicit; go 1.18 github.com/go-logr/logr # github.com/go-ole/go-ole v1.2.6 ## explicit; go 1.12 github.com/go-ole/go-ole github.com/go-ole/go-ole/oleutil # github.com/go-sql-driver/mysql v1.7.1 -## explicit; go 1.13 +## explicit; go 1.18 github.com/go-sql-driver/mysql # github.com/goburrow/modbus v0.1.0 ## explicit @@ -149,7 +149,7 @@ github.com/mailru/easyjson/buffer github.com/mailru/easyjson/jlexer github.com/mailru/easyjson/jwriter # github.com/mattn/go-sqlite3 v1.14.19 -## explicit; go 1.16 +## explicit; go 1.18 github.com/mattn/go-sqlite3 # github.com/mediocregopher/radix/v3 v3.8.1 ## explicit; go 1.13
signature.asc
Description: This is a digitally signed message part

