[Bug 250887] textproc/ibus: build error on v1.5.23
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 7 04:07:32 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250887
Henry Hu <henry.hu.sh at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|maintainer-feedback?(henry. |maintainer-feedback+
|hu.sh at gmail.com) |
--- Comment #1 from Henry Hu <henry.hu.sh at gmail.com> ---
So you're the second person hitting this issue.
Now I noticed an issue: you're running gvfs 1.46, while the pkg still has gvfs
1.30.
gvfs 1.30 has FUSE option default to true, so we can have gvfs mounted. Thus,
the umount will succeed.
However, gvfs is recently updated to 1.46. Since FUSE option is broken in 1.46,
it's disabled by default. Thus, the script fails to umount gvfs, as it's not
successfully mounted.
I saw another patch from Kim (another user who hit this issue), and his patch
is simpler: just do umount || true, so basically ignores the error. I think
that should suffice.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list