From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EAeYLZ5l0WI/nQAAbAwnHQ (envelope-from ) for ; Fri, 15 Jul 2022 15:03:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GBa4LZ5l0WLX7wAA9RJhRA (envelope-from ) for ; Fri, 15 Jul 2022 15:03:26 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 66B49382D for ; Fri, 15 Jul 2022 15:03:23 +0200 (CEST) Received: from localhost ([::1]:56396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCKyY-0006QU-7L for larch@yhetil.org; Fri, 15 Jul 2022 09:03:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38220) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCKyE-0006Bo-CB for guix-patches@gnu.org; Fri, 15 Jul 2022 09:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42042) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oCKyE-00074m-2e for guix-patches@gnu.org; Fri, 15 Jul 2022 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oCKyD-0000L4-Tt for guix-patches@gnu.org; Fri, 15 Jul 2022 09:03:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Jul 2022 13:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56382 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Raghav Gururajan" Cc: Morgan.J.Smith@outlook.com, 56382@debbugs.gnu.org Received: via spool by 56382-submit@debbugs.gnu.org id=B56382.16578901361243 (code B ref 56382); Fri, 15 Jul 2022 13:03:01 +0000 Received: (at 56382) by debbugs.gnu.org; 15 Jul 2022 13:02:16 +0000 Received: from localhost ([127.0.0.1]:39800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCKxU-0000Jy-4G for submit@debbugs.gnu.org; Fri, 15 Jul 2022 09:02:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCKxP-0000Ji-R4 for 56382@debbugs.gnu.org; Fri, 15 Jul 2022 09:02:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33112) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCKxJ-0006re-2f; Fri, 15 Jul 2022 09:02:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9HEIBo69vW5+23guk54WWDobmoC1C1TmzKt+yYzXZY4=; b=BHH/slNPmhdF1B4NtTM7 qt3lIgDvY94OuVUJUdDZ9OfyQuxtcvL019rNWreWuM5XiNdMlgEh9H5539ZilMGdiQwi5GtRsa3nn tkTHWa/KYurbqZI44UUBcKGxQqDpXgbWBZYg5lPUvmi4WjGhlxvV//uh1w99QidHvsxzKHdlKAs8M n2Tqg2RLw0SDBwklFLdsUeDEW+XqOFNf638zC/N7rzwssiSxAw+Ty1qFsCmsxX/sTU9XUR3brt5OU iM3Kue7ywsEHgkr7kVbPmo5dxvVyJ/EwvoGj1BX09ZQd0AePj5OSdd7TuQ5KU2IqurBNsTQ5jjTxs uBPPlQwTxwxgWg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59294 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCKxI-00065N-MS; Fri, 15 Jul 2022 09:02:04 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sfn6asfz.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de l'Ail X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 15 Jul 2022 15:02:02 +0200 In-Reply-To: (Raghav Gururajan's message of "Wed, 13 Jul 2022 08:54:37 +0000") Message-ID: <877d4e8r79.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1657890203; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9HEIBo69vW5+23guk54WWDobmoC1C1TmzKt+yYzXZY4=; b=bt7h/acxSdPF9dQTvpbk7aN7Iq1DIlxF2cmW60ub7/zuT6jnB4gwwtv/5N4MC/nhGGmpaI b6hXJ0j8g0a8sJj5zvMmzV5dwXe8nmqTwWyXUC7MybMBRqEjtXFyDUXGg8jgtqiwc7ThJL x3a4yxJxS3LFgbtIlRhX4P6vMOioLZ0CIjgyWBmcnIqoHuzA/IDr7AGA0Y2MqyP0HHCRl9 5Mgty7F4LNb5OHxu+9TEdKYCO8BB1foNwkEwwz8VtPvPNHRDi45sIIdm6Iyv1B98BEBpAO WpzVl7ZgyBi7N7e8Fday6GQKBW6ffLdJ7XN2Z2qAF5FluAgH48A15xPJWxrw9g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1657890203; a=rsa-sha256; cv=none; b=AmPKCzD2VdqPNhzDHYTvOIpjfklRCGadQnyJ+ecFFm5f/aXsPEdws3EfopSUEWg/YbQ2QJ gJ/Gaq3kwN7ivWrxjZ0uyyxaLPCoNdlGrxFAus7CUQpmlB/3J8x4v3j7CPHC/7x2PmIL4W wUxkLJ4ufF01o+m9CZO+XRlTVGylYEVfSuqVqcGVFPLuuuVmasZ/y1BYb4gp2Pn2TmrL5T Jt7h87JablxabdKzKT42kXRj1nZYPO87K1ByPM6/mmxJP49760W8A6lgrN7hAg5VC7hjuD MJO4OP34ng0AU3HgNAEETYIjhVr6Ha3pJjugQcg0KyVMASvKPw1O9Igxm8zPKQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="BHH/slNP"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.85 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="BHH/slNP"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 66B49382D X-Spam-Score: -3.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: X/uu2lgFMJNj Hi, "Raghav Gururajan" skribis: >> Does simply adding =E2=80=98hicolor-icon-theme=E2=80=99 to =E2=80=98inpu= ts=E2=80=99 fix the issue? > > Most gtk-based apps expect hicolor-icon-theme and adwaita-icon-theme to b= e in the profile. Adding these in either system or user profile would preve= nt this error from occurring. Right, so the proposed patch (adding =E2=80=98hicolor-icon-theme=E2=80=99 t= o =E2=80=98inputs=E2=80=99, not =E2=80=98propagated-inputs=E2=80=99) shouldn=E2=80=99t make any differe= nce I guess? >> Unfortunately, Gajim fails to build for me as described in >> . >>=20 >> Raghav, what should we do about it? The issue above is closed, but are >> we missing the fix? > > That's odd. The upstream removed those obsolete test files which were cau= sing the build failure. Could you please confirm the commit and system-arch= itecture you tried to build on? I retried and this time it passed. Perhaps it=E2=80=99s non-deterministic? Maybe has to do with running tests in parallel? Thanks, Ludo=E2=80=99.