GNU bug report logs - #48142
gupnp build test failed while doing reconfiguring system

Previous Next

Package: guix;

Reported by: Shyam Saran <syamsaran12345 <at> gmail.com>

Date: Sat, 1 May 2021 15:52:01 UTC

Severity: normal

Full log


Message #20 received at 48142 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 48142 <at> debbugs.gnu.org
Cc: leo.prikler <at> student.tugraz.at
Subject: [PATCH v2] gnu: gupnp: Add missing input.
Date: Sat,  1 May 2021 17:41:17 -0400
Fixes <https://bugs.gnu.org/48142>.
Reported by Shyam Saran <syamsaran12345 <at> gmail.com>.

This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not
installed", which causes builds to fail.

* gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 444e743bed..b653abafce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1327,7 +1327,9 @@ a debugging tool, @command{gssdp-device-sniffer}.")
       ("pkg-config" ,pkg-config)
       ("vala" ,vala)))
    (inputs
-    `(("gssdp" ,gssdp)
+    ;; gsettings-desktop-schemas for org.gnome.system.proxy
+    `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+      ("gssdp" ,gssdp)
       ("gtk+" ,gtk+)
       ("libsoup" ,libsoup)))
    (synopsis "PnP API for GNOME")
-- 
2.31.1





This bug report was last modified 4 years and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.