https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056

--- Comment #29 from Yuval Pavel Zholkover <[email protected]> ---
Any thoughts on just fixing rclone by patching the bazil/fuse module it
downloads?
I'm not sure how easy it is to do under the ports patch system:
It would require updating the rclone go.mod with a local 'replace' during build
require (
        bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
        ...
)

replace (
        bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05 => ./fork/fuse
)

to point to a local copy of bazil.org/fuse with the applied workaround.

If not, then the "full" exclude fuse devices from the netpoller fix by Dmitri
Goutnik should probably be used instead:
https://go-review.googlesource.com/c/go/+/420235/

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to