GNU bug report logs

#30767 gtk+ not reproducible because of icon-theme.cache

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to bug-guix@gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 11:38:02 GMT) (full text, mbox, link).


Acknowledgement sent to Ricardo Wurmus <rekado@elephly.net>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org. (Sun, 11 Mar 2018 11:38:02 GMT) (full text, mbox, link).


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

From: Ricardo Wurmus <rekado@elephly.net>
To: bug-guix@gnu.org
Subject: gtk+ not reproducible because of icon-theme.cache
Date: Sun, 11 Mar 2018 12:37:26 +0100
The gtk+-3.22.28 package is not reproducible because of a single file:

    share/icons/hicolor/icon-theme.cache

The contents of this file appear not be sorted deterministically:

--8<---------------cut here---------------start------------->8---
diffoscope /gnu/store/1qqyd1mhydh19qcis13kg3455lfm9vv5-gtk+-3.22.28/share/icons/hicolor/icon-theme.cache /tmp/gtk/share/icons/hicolor/icon-theme.cache
--- /gnu/store/1qqyd1mhydh19qcis13kg3455lfm9vv5-gtk+-3.22.28/share/icons/hicolor/icon-theme.cache
+++ /tmp/gtk/share/icons/hicolor/icon-theme.cache
│? 'showttf' not available in path. Falling back to binary comparison.
@@ -21,13 +21,13 @@
 00000140: 0000 0000 ffff ffff 0000 0150 0000 016c  ...........P...l
 00000150: 6774 6b33 2d64 656d 6f2d 7379 6d62 6f6c  gtk3-demo-symbol
 00000160: 6963 2e73 796d 626f 6c69 6300 0000 0006  ic.symbolic.....
 00000170: 0005 0004 0000 0000 0004 0004 0000 0000  ................
 00000180: 0003 0004 0000 0000 0002 0004 0000 0000  ................
 00000190: 0001 0004 0000 0000 0000 0004 0000 0000  ................
 000001a0: 0000 0006 0000 01bc 0000 01c8 0000 01d4  ................
-000001b0: 0000 01e0 0000 01ec 0000 01fc 3232 7832  ............22x2
+000001b0: 0000 01e0 0000 01ec 0000 01f8 3332 7833  ............32x3
 000001c0: 322f 6170 7073 0000 3136 7831 362f 6170  2/apps..16x16/ap
-000001d0: 7073 0000 3438 7834 382f 6170 7073 0000  ps..48x48/apps..
-000001e0: 3234 7832 342f 6170 7073 0000 3235 3678  24x24/apps..256x
-000001f0: 3235 362f 6170 7073 0000 0000 3332 7833  256/apps....32x3
-00000200: 322f 6170 7073 0000                      2/apps..
+000001d0: 7073 0000 3234 7832 342f 6170 7073 0000  ps..24x24/apps..
+000001e0: 3438 7834 382f 6170 7073 0000 3232 7832  48x48/apps..22x2
+000001f0: 322f 6170 7073 0000 3235 3678 3235 362f  2/apps..256x256/
+00000200: 6170 7073 0000 0000                      apps....
--8<---------------cut here---------------end--------------->8---

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net






Information forwarded to bug-guix@gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 12:16:01 GMT) (full text, mbox, link).


Message #8 received at 30767@debbugs.gnu.org (full text, mbox, reply):

From: Danny Milosavljevic <dannym@scratchpost.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 30767@debbugs.gnu.org
Subject: Re: bug#30767: gtk+ not reproducible because of icon-theme.cache
Date: Sun, 11 Mar 2018 13:15:11 +0100
[Message part 1 (text/plain, inline)]
Hi Ricardo,

just remove icon-theme.cache from gtk+.  There's a profile hook to generate icon-theme.cache .
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to bug-guix@gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 12:22:02 GMT) (full text, mbox, link).


Message #11 received at 30767@debbugs.gnu.org (full text, mbox, reply):

From: Danny Milosavljevic <dannym@scratchpost.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 30767@debbugs.gnu.org
Subject: Re: bug#30767: gtk+ not reproducible because of icon-theme.cache
Date: Sun, 11 Mar 2018 13:21:41 +0100
[Message part 1 (text/plain, inline)]
Then again usually people don't install gtk+ into their profiles.

gtk/updateiconcache.c scan_directory returns "directories".

Instead of that, return g_list_sort(directories, strcmp).
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to bug-guix@gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 14:04:01 GMT) (full text, mbox, link).


Message #14 received at 30767@debbugs.gnu.org (full text, mbox, reply):

From: Ricardo Wurmus <rekado@elephly.net>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 30767@debbugs.gnu.org
Subject: Re: bug#30767: gtk+ not reproducible because of icon-theme.cache
Date: Sun, 11 Mar 2018 15:02:59 +0100
Danny Milosavljevic <dannym@scratchpost.org> writes:

> Then again usually people don't install gtk+ into their profiles.

They do if they choose to install python-matplotlib, which sadly
propagates gtk+.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





Merged 30767 48534. Request was from Maxim Cournoyer <maxim.cournoyer@gmail.com> to control@debbugs.gnu.org. (Sun, 21 Nov 2021 06:45:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 05:05:14 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.