[Bug 218750] devel/dbus: X11 fails to start because /etc/machine-id missing under 10.3 RELEASE 2017Q2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 Dec 2022 14:49:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218750

--- Comment #4 from Alex Richardson <arichardson@FreeBSD.org> ---
Just for context: I noticed this because I was trying to build GLib from source
and it looks for machine-id in the following two locations:

  const gchar *var_lib_path = LOCALSTATEDIR "/lib/dbus/machine-id";
  const gchar *etc_path = "/etc/machine-id";

And when installing to a local prefix, that means the machine-id is not found
since lOCALSTATEDIR will be <prefix>/var

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