[Bug 258056] lang/go118: musn't poll /dev/fuse
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 13:54:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056
--- Comment #29 from Yuval Pavel Zholkover <paulzhol@gmail.com> ---
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.