GNU bug report logs - #30767
gtk+ not reproducible because of icon-theme.cache

Previous Next

Package: guix;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Sun, 11 Mar 2018 11:38:02 UTC

Severity: normal

Merged with 48534

To reply to this bug, email your comments to 30767 AT debbugs.gnu.org.

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#30767; Package guix. (Sun, 11 Mar 2018 11:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 11 Mar 2018 11:38:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: bug-guix <at> 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 <at> gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 12:16:01 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 30767 <at> 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 <at> gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 12:22:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 30767 <at> 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 <at> gnu.org:
bug#30767; Package guix. (Sun, 11 Mar 2018 14:04:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 30767 <at> 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 <at> 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 <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 21 Nov 2021 06:45:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 202 days ago.

Previous Next


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