Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2020 04:07:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250887] textproc/ibus: build error on v1.5.23
Message-ID:  <bug-250887-7788-BoygT6lt82@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250887-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250887-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250887

Henry Hu <henry.hu.sh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(henry. |maintainer-feedback+
                   |hu.sh@gmail.com)            |

--- Comment #1 from Henry Hu <henry.hu.sh@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 g=
vfs
1.30.
gvfs 1.30 has FUSE option default to true, so we can have gvfs mounted. Thu=
s,
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 pat=
ch
is simpler: just do umount || true, so basically ignores the error. I think
that should suffice.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250887-7788-BoygT6lt82>