reva icon indicating copy to clipboard operation
reva copied to clipboard

build 2.12.0 under freebsd

Open jostreff opened this issue 2 years ago • 0 comments

Hi, trying to build with go1.19.3 freebsd/amd64. Building fails with following error:

github.com/cs3org/reva/v2/pkg/storage/utils/localfs

/root/go/pkg/mod/github.com/cs3org/reva/[email protected]/pkg/storage/utils/localfs/localfs_unix.go:80:11: invalid operation: stat.Blocks - stat.Bavail (mismatched types uint64 and int64) /root/go/pkg/mod/github.com/cs3org/reva/[email protected]/pkg/storage/utils/localfs/localfs_unix.go:81:15: invalid operation: stat.Bavail * uint64(stat.Bsize) (mismatched types int64 and uint64) gmake: *** [../.make/go.mk:102: bin/ocis] Error 2

jostreff avatar Nov 26 '22 19:11 jostreff