https://svnweb.freebsd.org/ports?view=revision&revision=431187 has changed a directory for machine-id. So s|/var/lib/dbus|/var/db/dbus|g is not needed.
Created attachment 182008 [details] remove patch for dbus machine-id path Thanks for reporting. This patch removes the sed operation to change the machine-id's path.
A commit references this bug: Author: rakuco Date: Sun Apr 30 10:58:18 UTC 2017 New revision: 439799 URL: https://svnweb.freebsd.org/changeset/ports/439799 Log: Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) MFH: 2017Q2 Changes: head/textproc/ibus/Makefile
Committed, thanks!
A commit references this bug: Author: rakuco Date: Sun Apr 30 13:13:36 UTC 2017 New revision: 439816 URL: https://svnweb.freebsd.org/changeset/ports/439816 Log: MFH: r439799 Drop machine-id path substitution in post-patch. r431187 stopped using a non-default path for dbus's machine-id file, so the sed call here is unnecessary and produces warnings at runtime: IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file '/var/db/dbus/machine-id': No such file or directory PR: 218812 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) Approved by: ports-secteam (miwi) Changes: _U branches/2017Q2/ branches/2017Q2/textproc/ibus/Makefile
(process:2748): IBUS-WARNING **: 02:27:33.349: Unable to load /var/lib/dbus/machine-id: Failed to open file ?/var/lib/dbus/machine-id?: No such file or directory (process:2748): GVFS-RemoteVolumeMonitor-WARNING **: 02:27:33.357: remote volume monitor with dbus name org.gtk.vfs.HalVolumeMonitor is not supported mozc-jp root@ssum:~ # ibus engine (process:2749): IBUS-WARNING **: 02:28:00.794: Unable to load /var/lib/dbus/machine-id: Failed to open file ?/var/lib/dbus/machine-id?: No such file or directory (process:2749): GVFS-RemoteVolumeMonitor-WARNING **: 02:28:00.801: remote volume monitor with dbus name org.gtk.vfs.HalVolumeMonitor is not supported mozc-jp
(In reply to bugfree from comment #5) Probably it. → Bug 225098