"Aaron M. Ucko" <[email protected]> writes: > # github.com/shirou/gopsutil/host > src/github.com/shirou/gopsutil/host/host_linux.go:108: undefined: utmp > src/github.com/shirou/gopsutil/host/host_linux.go:109: invalid expression > unsafe.Sizeof(u) > src/github.com/shirou/gopsutil/host/host_linux.go:117: undefined: utmp
These same errors showed up on arm64. It looks like the existing host_linux_arm.go is actually meant for arm64; please recharacterize it appropriately and add a version suitable for 32-bit ARM (armel/armhf). Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected] _______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
