GNU bug report logs - #37937
Lollypop missing propagated-input gsettings-desktop-schemas

Previous Next

Package: guix;

Reported by: Sam <email_sam <at> posteo.de>

Date: Sat, 26 Oct 2019 21:15:01 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37937 in the body.
You can then email your comments to 37937 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#37937; Package guix. (Sat, 26 Oct 2019 21:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sam <email_sam <at> posteo.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 26 Oct 2019 21:15:02 GMT) Full text and rfc822 format available.

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

From: Sam <email_sam <at> posteo.de>
To: bug-guix <at> gnu.org
Subject: Lollypop missing propagated-input gsettings-desktop-schemas
Date: Sat, 26 Oct 2019 22:39:52 +0200
Hello,
lollypop is missing gsettings-desktop-schemas as dependency, and fails 
to start without the package.
Below there is a patch where I tried to fix it, but since I couldn't 
find out how to test the effect I chose to not send it to the patch 
mailing list.
I'm sorry for the inconvenience.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bb891bfb3..a6596bc92d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7833,8 +7833,9 @@ views can be printed as PDF or PostScript files, 
or exported to HTML.")
        ("totem-pl-parser" ,totem-pl-parser)
        ("webkitgtk" ,webkitgtk)))
     (propagated-inputs
-     `(;; gst-plugins-base is required to start Lollypop,
+     `(;; gst-plugins-base and gsettings-desktop-schemas are required 
to start Lollypop,
        ;; the others are required to play streaming.
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gst-plugins-good" ,gst-plugins-good)
        ("gst-plugins-ugly" ,gst-plugins-ugly)))
     (home-page "https://wiki.gnome.org/Apps/Lollypop")





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sat, 26 Oct 2019 23:29:02 GMT) Full text and rfc822 format available.

Notification sent to Sam <email_sam <at> posteo.de>:
bug acknowledged by developer. (Sat, 26 Oct 2019 23:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 37937-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Sam <email_sam <at> posteo.de>
Cc: 37937-done <at> debbugs.gnu.org
Subject: Re: bug#37937: Lollypop missing propagated-input
 gsettings-desktop-schemas
Date: Sun, 27 Oct 2019 01:28:09 +0200
[Message part 1 (text/plain, inline)]
Sam,

Sam 写道:
> lollypop is missing gsettings-desktop-schemas as dependency, and 
> fails
> to start without the package.

Thanks for reporting this, and for trying to fix it.  I took a 
different approach in commit 
8ac8b3b3601560c4a455543435276a8cdf61b54e: propagation is, at 
heart, a kluge, and one that should be avoided whenever 
possible[0].

I'm closing this bug because it now works for me.

Could you pull, upgrade lollypop, and let me know whether it now 
works for you?

> I couldn't find out how to test the effect

Assuming you already have a Guix git checkout to create the patch, 
you simply:

 $ guix environment guix
 $ ./configure --localstatedir=/var
 $ make -j `nproc`
 $ ./pre-inst-env guix lollypop

…or something like that :-)

Kind regards,

T G-R

[0]: https://issues.guix.info/issue/36896
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Nov 2019 13:09:13 GMT) Full text and rfc822 format available.

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

Previous Next


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