You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on packaging this library for use in Debian, and have encountered the following build error when using github.com/shirou/gopsutil/v3 v3.22.10 (the current version of that library and recently updated in Debian):
Debian policy requires that all packages can build without any Internet access. This means that all golang libraries are firstly packaged, and then when needed to build another package they are added to the GOPATH automatically. In Debian, the github.com/shirou/gopsutil package has already been updated to 3.22.10, and you can't have different versions of the same package in unstable/stable/etc.
It looks like gopsutil has partially reverted that change in shirou/gopsutil#1379, so this may resolve itself in the next release of that library.
I am working on packaging this library for use in Debian, and have encountered the following build error when using github.com/shirou/gopsutil/v3 v3.22.10 (the current version of that library and recently updated in Debian):
It appears that commit shirou/gopsutil@dbc0f20 moved
host/types.go
->internal/common/warnings.go
.The text was updated successfully, but these errors were encountered: