[Bug 250887] textproc/ibus: build error on v1.5.23

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 5 23:25:43 UTC 2020


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

            Bug ID: 250887
           Summary: textproc/ibus: build error on v1.5.23
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: zab at zltech.eu
                CC: henry.hu.sh at gmail.com
             Flags: maintainer-feedback?(henry.hu.sh at gmail.com)
                CC: henry.hu.sh at gmail.com

Created attachment 219379
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219379&action=edit
extended patch "files/patch-data_dconf_make-dconf-override-db.sh"

Base: FreeBSD 12.2-RELEASE (amd64)
Ports: rolling-release (updated weekly and portmaster'd all changes at once)
Currently installed: ibus-1.5.22_1, gvfs-1.46.1_2

Build error:
[...]
gmake[5]: Entering directory
'/usr/ports/textproc/ibus/work/ibus-1.5.23/data/dconf'
./make-dconf-override-db.sh > 00-upstream-settings || \
        { rc=$?; rm -f -rf 00-upstream-settings; exit $rc; }
gmake[5]: *** [Makefile:789: 00-upstream-settings] Error 1
[...]

Cause:
"/usr/ports/textproc/ibus/work/ibus-1.5.23/data/dconf/make-dconf-override-db.sh"
tries to umount non-mounted filesystem.

Solution:
Adding another chunk to "files/patch-data_dconf_make-dconf-override-db.sh" for
checking fs before umount. It possibly does not break systems where fs mounted
actually by gvfs.

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


More information about the freebsd-ports-bugs mailing list