[Bug 263644] sysutils/govmomi: update to 0.28.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263644] sysutils/govmomi: update to 0.28.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Apr 2022 20:33:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263644 --- Comment #3 from Aleksandr Ignatyev <alex@i.org.ua> --- It was successful on go 1.17. But, with Go 1.18 upgrade make is failing with error: ===> Extracting for govmomi-0.28.0 => SHA256 Checksum OK for go/sysutils_govmomi/govmomi-v0.28.0/v0.28.0.mod. => SHA256 Checksum OK for go/sysutils_govmomi/govmomi-v0.28.0/v0.28.0.zip. github.com/vmware/govmomi/examples/alarms imports github.com/dougm/pretty: no required module provides package github.com/dougm/pretty; to add it: go get github.com/dougm/pretty github.com/vmware/govmomi/govc/object imports github.com/a8m/tree: no required module provides package github.com/a8m/tree; to add it: go get github.com/a8m/tree github.com/vmware/govmomi/toolbox imports github.com/rasky/go-xdr/xdr2: no required module provides package github.com/rasky/go-xdr/xdr2; to add it: go get github.com/rasky/go-xdr/xdr2 *** Error code 1 ======== %< ========= These modules updates a long time ago. Actually, I see several reported bugs with the same error about other Go-built ports after Go upgrade. -- You are receiving this mail because: You are the assignee for the bug.