FreeBSD Bugzilla – Attachment 227350 Details for
Bug 257977
devel/glib20: unbreak machine-id lookup after 2.68 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
bug257977.diff (text/plain), 2.31 KB, created by
Jan Beich
on 2021-08-21 03:28:40 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2021-08-21 03:28:40 UTC
Size:
2.31 KB
patch
obsolete
>From a60ef1ff94dc1e89eef4a5012b26f83e7a6ca40c Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sat, 21 Aug 2021 03:03:06 +0000 >Subject: [PATCH] devel/glib20: unbreak machine-id lookup after 94630ac169bc >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Regressed by https://gitlab.gnome.org/GNOME/glib/-/commit/05ff2f877ca3 > >$ pkg install gtk4 >$ service dbus onestart >$ cat /var/lib/dbus/machine-id >123456789012345678901234567890123 >$ 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 â/var/local/lib/dbus/machine-idâ: No such file or directory >^C > >$ pkg install squeekboard >$ squeekboard & >Can't connect to the bus: 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 â/var/local/lib/dbus/machine-idâ: No such file or directory. Visibility switching unavailable. >** (squeekboard:1234): WARNING **: Could not connect to session manager: 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 â/var/local/lib/dbus/machine-idâ: No such file or directory >$ gdbus call --session \ > --dest=sm.puri.OSK0 \ > --object-path=/sm/puri/OSK0 \ > --method=sm.puri.OSK0.SetVisible \ > true >Error connecting: 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 â/var/local/lib/dbus/machine-idâ: No such file or directory > >PR: 257977 >Approved by: ? >--- > devel/glib20/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile >index ea534cd9cd74..f63d414fb5b3 100644 >--- a/devel/glib20/Makefile >+++ b/devel/glib20/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= glib > DISTVERSION= 2.68.3 >-PORTREVISION= 0 >+PORTREVISION= 1 > PORTEPOCH= 2 > CATEGORIES= devel > MASTER_SITES= GNOME >@@ -27,6 +27,7 @@ MESON_ARGS= -Db_lundef=false \ > -Ddefault_library=both \ > -Dinstalled_tests=false \ > -Dlibmount=disabled \ >+ -Dlocalstatedir=/var \ > -Dselinux=disabled \ > -Dxattr=false > BINARY_ALIAS= python3=${PYTHON_CMD}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257977
: 227350