Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 913794 Details for
Bug 943199
gnome-extra/gnome-software-46.4 fails to build with sys-apps/fwupd-2.0.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
FWUPD1.patch
FWUPD1.patch (text/plain), 1.22 KB, created by
Petr Šourek
on 2024-12-11 10:12:08 UTC
(
hide
)
Description:
FWUPD1.patch
Filename:
MIME Type:
Creator:
Petr Šourek
Created:
2024-12-11 10:12:08 UTC
Size:
1.22 KB
patch
obsolete
>From a9c4fa125d6ba32dc59dc7bd45e9c570f1794f92 Mon Sep 17 00:00:00 2001 >From: Richard Hughes <richard@hughsie.com> >Date: Wed, 29 May 2024 12:12:45 +0100 >Subject: [PATCH] fwupd: Do not use API removed from fwupd 2.0.x > >--- > plugins/fwupd/gs-plugin-fwupd.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/plugins/fwupd/gs-plugin-fwupd.c b/plugins/fwupd/gs-plugin-fwupd.c >index ffec4a472d..54404af232 100644 >--- a/plugins/fwupd/gs-plugin-fwupd.c >+++ b/plugins/fwupd/gs-plugin-fwupd.c >@@ -1232,10 +1232,11 @@ install_device_request_cb (FwupdClient *client, FwupdRequest *request, GTask *ta > GsPluginFwupd *self = g_task_get_source_object (task); > InstallData *data = g_task_get_task_data (task); > g_autoptr(AsScreenshot) ss = as_screenshot_new (); >- g_autofree gchar *str = fwupd_request_to_string (request); > > /* check the device ID is correct */ >- g_debug ("got FwupdRequest: %s", str); >+ g_debug ("got FwupdRequest: %s for %s", >+ fwupd_request_get_id (request), >+ fwupd_request_get_device_id (request)); > if (g_strcmp0 (data->device_id, FWUPD_DEVICE_ID_ANY) != 0 && > g_strcmp0 (data->device_id, fwupd_request_get_device_id (request)) != 0) { > g_warning ("received request for %s, but updating %s", >-- >GitLab >
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 943199
:
908408
| 913794 |
913795