Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Aug 2022 13:54:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258056] lang/go118: musn't poll /dev/fuse
Message-ID:  <bug-258056-227-jDmvBFwt7U@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258056-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258056-227-jDmvBFwt7U>