Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2021 06:04:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 257977] devel/glib20: unbreak machine-id lookup after 2.68 update
Message-ID:  <bug-257977-39348-9dDpX9R033@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257977-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257977-39348@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=3D257977

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D769efa05cf4c27f16b30286b258b8f0=
738acc345

commit 769efa05cf4c27f16b30286b258b8f0738acc345
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-21 03:03:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-28 06:04:08 +0000

    devel/glib20: unbreak session bus autolaunch after 94630ac169bc

    Regressed by https://gitlab.gnome.org/GNOME/glib/-/commit/05ff2f877ca3

    $ pkg install gtk4
    $ service dbus onestart
    $ cat /var/lib/dbus/machine-id
    123456789012345678901234567890123
    $ unset DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
    $ gtk4-demo
    Gdk-Message: Failed to get file transfer portal: Cannot spawn a message=
 bus
without a machine-id: Unable to load /var/local/lib/dbus/machine-id or
/etc/machine-id: Failed to open file =E2=80=9C/var/local/lib/dbus/machine-i=
d=E2=80=9D: No such
file or directory
    ^C
    $ gdbus call --session --dest=3Dorg.freedesktop.DBus --object-path=3D/
--method=3Dorg.freedesktop.DBus.ListNames
    Error connecting: Cannot spawn a message bus without a machine-id: Unab=
le
to load /var/local/lib/dbus/machine-id or /etc/machine-id: Failed to open f=
ile
=E2=80=9C/var/local/lib/dbus/machine-id=E2=80=9D: No such file or directory

    PR:             257977
    Tested by:      Thibault Payet
    Approved by:    tcberner

 devel/glib20/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--=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-257977-39348-9dDpX9R033>