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
cgo-gcc-prolog: In function '_cgo_afe072e410cc_Cfunc_libusb_set_debug':
cgo-gcc-prolog:662:2: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations]
In file included from /root/go/pkg/mod/github.com/hanwen/[email protected]/usb.go:8:0:
/usr/pkg/include/libusb-1.0/libusb.h:1352:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^~~~~~~~~~~~~~~~
localhost# go build ./
github.com/hanwen/usb
cgo-gcc-prolog: In function '_cgo_afe072e410cc_Cfunc_libusb_set_debug':
cgo-gcc-prolog:662:2: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations]
In file included from /root/go/pkg/mod/github.com/hanwen/[email protected]/usb.go:8:0:
/usr/pkg/include/libusb-1.0/libusb.h:1352:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^~~~~~~~~~~~~~~~
github.com/hanwen/go-fuse/v2/fuse
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/types.go:549:2: undefined: Attr
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/types.go:577:2: undefined: Attr
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:209:41: undefined: GetAttrIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:210:41: undefined: SetAttrIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:213:39: undefined: MknodIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:237:42: undefined: SetXAttrIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:243:40: undefined: CreateIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:245:38: undefined: ReadIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:254:39: undefined: WriteIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:263:41: undefined: ReadIn
/root/go/pkg/mod/github.com/hanwen/go-fuse/[email protected]/fuse/api.go:263:41: too many errors
localhost#
OS - NetBSD-9.2/amd64. go-1.18
The text was updated successfully, but these errors were encountered: