tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: two baffling bulk build failures



Benny Siegert <bsiegert%gmail.com@localhost> writes:

>>  http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-i386/20240824.2109/syncthing-1.26.1nb7/build.log:
>
> You missed the actual build failure, which is unfortunately in the middle of the build log:
>
> # github.com/shirou/gopsutil/v3/disk
> vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:45:13: undefined: sizeOfStatvfs
> vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:46:16: undefined: Statvfs
> vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:105:10: undefined: Statvfs
> vendor/github.com/shirou/gopsutil/v3/disk/disk_netbsd.go:142:21: undefined: Statvfs
>
> Looking at https://github.com/shirou/gopsutil/tree/v3.24.5/disk, I see specializations for NetBSD arm64 and amd64 but not 32-bit platforms.
>
> This would be easy to add, though the current version of the package is v4.

Wow, per-os per-cpu code, rather than.... using types.
Noted in the makefile, and I hope someone(tm) fixes it in the various
upstreams.


Home | Main Index | Thread Index | Old Index