From unknown Sat Jun 14 18:53:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57933: Gtk is unsupported on i686-linux Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 19 Sep 2022 11:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57933 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 57933@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166358770514130 (code B ref -1); Mon, 19 Sep 2022 11:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Sep 2022 11:41:45 +0000 Received: from localhost ([127.0.0.1]:52582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaF9l-0003fp-5L for submit@debbugs.gnu.org; Mon, 19 Sep 2022 07:41:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:60958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaF9j-0003fi-CZ for submit@debbugs.gnu.org; Mon, 19 Sep 2022 07:41:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9X-00069x-Nz for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53562) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9X-0003R1-Ds for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=uTnEGZkBzSpr0E6d69MYeZ7nb/XxU3+iEPMBqmaxQwE=; b=GjZiiNQt60PAf7 SHWE0pxsz3bvJQ3Z8OH/wKQvNV+g0K7m+zYrLs/raNHw5DTiivDkHtwsJ/JbxOTCwFSdmNOpvBFA4 xiUR3osw9siDftF09rEKkzsxZ5UM9VN1fyyc+cDj4Iz5igm0uci4pO1skTMtUqfMIXuvNcShcpf75 gotFeiqPE/Ohm1vcBVQ//hyt65G2SNnOA9H2zAvZJPVCCqL53MKStUtCcG78alVMlhk2a1ZYoXeww T0qnqarbaRc70bApVcJcaMUcdDe80bWCCA4XBXD06ri4XF/r7xsBu4yvk58Ita/glgTeH3ttebEMq LXTy2N2f9nnOJct5Adsg==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:41232 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9W-0005TV-BE for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:31 -0400 From: Mathieu Othacehe Date: Mon, 19 Sep 2022 13:41:26 +0200 Message-ID: <87leqf382h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, I had the following error while trying out `make release` for `i686-linux` specifically. --8<---------------cut here---------------start------------->8--- + for example in gnu/system/examples/*.tmpl + case "$example" in + options= + guix system -n disk-image gnu/system/examples/desktop.tmpl accepted connection from pid 17139, user nixbld guix system: warning: 'disk-image' is deprecated: use 'image' instead guix system: error: package gvfs@1.50.2 does not support i686-linux + rm -f t-guix-system-16656 t-guix-system-error-16656 /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/config.scm /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/my-torrc + rmdir /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656 FAIL tests/guix-system.sh (exit status: 1) --8<---------------cut here---------------end--------------->8--- Turns out, Gtk is unsupported on i686-linux which is problematic to build the desktop.tmpl image. --8<---------------cut here---------------start------------->8--- mathieu@meije ~/guix [env]$ make -j8 && ./pre-inst-env guix build gtk -s i686-linux gnu/packages/gtk.scm:1182:2: warning: package gtk@4.8.0 does not support i686-linux --8<---------------cut here---------------end--------------->8--- That's because `gst-plugins-bad` and `librsvg-bootstrap` both refer to `librsvg` which depends on Rust which is only supported on x86_64-linux. There are other packages in (gnu packages gnome) relying on librsvg directly. I'm not sure what's our best option here. Use librsvg-for-system for the entire desktop.tmpl closure? Thanks, Mathieu From unknown Sat Jun 14 18:53:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57933: Gtk is unsupported on i686-linux Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 09 Oct 2022 20:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57933 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mathieu Othacehe Cc: 57933@debbugs.gnu.org Received: via spool by 57933-submit@debbugs.gnu.org id=B57933.166534779421519 (code B ref 57933); Sun, 09 Oct 2022 20:37:02 +0000 Received: (at 57933) by debbugs.gnu.org; 9 Oct 2022 20:36:34 +0000 Received: from localhost ([127.0.0.1]:45011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohd2H-0005b0-JX for submit@debbugs.gnu.org; Sun, 09 Oct 2022 16:36:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohd2F-0005ao-ES for 57933@debbugs.gnu.org; Sun, 09 Oct 2022 16:36:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohd2A-0003BN-8T for 57933@debbugs.gnu.org; Sun, 09 Oct 2022 16:36:26 -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=tZc2m4KZ1jRNskwU40dKo5lyWlE5DoqeZLeeLKEQ4lU=; b=EE4H7eF+jf/K2r7V/xuj wZZOAX/egK2OdYGBTbcDZq/rNvIQFKUfCRBwbQEckTgaGxpQTPM/5j+XVGNmlqPCG1ZvXll9Jtv2c 2Ly7SEdz84dHTTFvdI+kDfaWouNGutD+hPPhiJOsBrzV+zL7NdLTez1nDBh7P58e7yCgfGSwD93tq DAopJ7laId2mNumiv9AgnNTcsQXYVmZgQ2bbBmAlt+2BwsZob3V45e58904jxuSmfYPOso7IPT1Rl 6mGrSNFFhHmMLYkCICX99vfjm/5JoXDF4T9ADbbw7gn5DTVHWhRi40qUEp22MNVTBY7ztTObQk/aH WYXzlowDOpuRFw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64382 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohd29-0007Xa-NA; Sun, 09 Oct 2022 16:36:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87leqf382h.fsf@gnu.org> Date: Sun, 09 Oct 2022 22:36:23 +0200 In-Reply-To: <87leqf382h.fsf@gnu.org> (Mathieu Othacehe's message of "Mon, 19 Sep 2022 13:41:26 +0200") Message-ID: <87y1to3faw.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-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Mathieu Othacehe skribis: > I had the following error while trying out `make release` for > `i686-linux` specifically. > > + for example in gnu/system/examples/*.tmpl > + case "$example" in > + options=3D > + guix system -n disk-image gnu/system/examples/desktop.tmpl > accepted connection from pid 17139, user nixbld > guix system: warning: 'disk-image' is deprecated: use 'image' instead > guix system: error: package gvfs@1.50.2 does not support i686-linux > + rm -f t-guix-system-16656 t-guix-system-error-16656 /tmp/guix-build-gui= x-1.3.0.24760-34049.drv-0/t-guix-system-16656/config.scm /tmp/guix-build-gu= ix-1.3.0.24760-34049.drv-0/t-guix-system-16656/my-torrc > + rmdir /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656 > FAIL tests/guix-system.sh (exit status: 1) I reported and fixed this one recently: https://issues.guix.gnu.org/58352 > Turns out, Gtk is unsupported on i686-linux which is problematic to > build the desktop.tmpl image. > > mathieu@meije ~/guix [env]$ make -j8 && ./pre-inst-env guix build gtk -s = i686-linux > gnu/packages/gtk.scm:1182:2: warning: package gtk@4.8.0 does not support = i686-linux That is still the case due to Rust being pulled in via librsvg: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix graph --path gtk librsvg gtk@4.8.1 gst-plugins-bad@1.18.5 librsvg@2.50.7 --8<---------------cut here---------------end--------------->8--- (Time passes=E2=80=A6) I pushed things to make =E2=80=98gst-plugins-bad=E2=80=99 supported on i686= -linux: --8<---------------cut here---------------start------------->8--- 27a3a5d193 gnu: svt-hevc: Mark as supported on x86_64-linux only. e3362e249a gnu: directfb: Remove input labels. 3714c8bdcd gnu: gst-plugins-bad: Use 'librsvg-for-system'. c3b0be1fa2 gnu: directfb: Use 'librsvg-for-system'. --8<---------------cut here---------------end--------------->8--- But now there=E2=80=99s an =E2=80=98openexr=E2=80=99 test failure on i686. And GTK has another path to unsupported software on i686-linux. (Note that we=E2=80=99re talking about GTK 4.x, not GTK+, so maybe we can l= ive with that for now. At least it no longer affects =E2=80=98desktop.tmpl=E2= =80=99 and GTK has relatively few dependents at this point.) Ludo=E2=80=99. From unknown Sat Jun 14 18:53:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Mathieu Othacehe Subject: bug#57933: closed (Re: bug#57933: Gtk is unsupported on i686-linux) Message-ID: References: <87o7ujznya.fsf@gnu.org> <87leqf382h.fsf@gnu.org> X-Gnu-PR-Message: they-closed 57933 X-Gnu-PR-Package: guix Reply-To: 57933@debbugs.gnu.org Date: Mon, 10 Oct 2022 15:41:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1665416461-32723-1" This is a multi-part message in MIME format... ------------=_1665416461-32723-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57933: Gtk is unsupported on i686-linux which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57933@debbugs.gnu.org. --=20 57933: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57933 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1665416461-32723-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57933-done) by debbugs.gnu.org; 10 Oct 2022 15:41:00 +0000 Received: from localhost ([127.0.0.1]:49590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohutn-0008VQ-ML for submit@debbugs.gnu.org; Mon, 10 Oct 2022 11:40:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohutk-0008V9-TO for 57933-done@debbugs.gnu.org; Mon, 10 Oct 2022 11:40:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohutf-0000nE-KN for 57933-done@debbugs.gnu.org; Mon, 10 Oct 2022 11:40:51 -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=18d9Xu+Zgl8s2PId4UdelXkDcRRGqvTrW1MDT+o6YUw=; b=QpAQfHqjLbvrEUg7K/kO lYnif6yP+seTlt3Cw69d0jeCBdDHeOd5t7DndaTr1eq9/yDF9Pqf0yyTVuYcaJ3KvGkMneqecmimA x+KsBa6PaAV69wfVS0QRYh0oECSGosORRMMWyy2zM3Sj9kXMI1SEr5DNB/MMh7oSioDWjVXA9kxxW BRv3O+Nxr77tVD6gXaB/DFVorkNJfvyUPxf8ZllDVam9kWe16z2mvr+fIElyewHBSd8JlQZ7uCULa 8otIQ3cvQeoUUy6bfQhWSLvy6cp3gL0J3BTkThTsfmzBLE6zO10ZGpUKMGWyo7ttlVLqK/X+JW+ZP SlvQkedDd/JI9A==; Received: from [193.50.110.253] (port=58158 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohutc-0003KY-7R; Mon, 10 Oct 2022 11:40:49 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: bug#57933: Gtk is unsupported on i686-linux References: <87leqf382h.fsf@gnu.org> <87y1to3faw.fsf@gnu.org> Date: Mon, 10 Oct 2022 17:40:45 +0200 In-Reply-To: <87y1to3faw.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 09 Oct 2022 22:36:23 +0200") Message-ID: <87o7ujznya.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57933-done Cc: 57933-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > I pushed things to make =E2=80=98gst-plugins-bad=E2=80=99 supported on i6= 86-linux: > > 27a3a5d193 gnu: svt-hevc: Mark as supported on x86_64-linux only. > e3362e249a gnu: directfb: Remove input labels. > 3714c8bdcd gnu: gst-plugins-bad: Use 'librsvg-for-system'. > c3b0be1fa2 gnu: directfb: Use 'librsvg-for-system'. > > But now there=E2=80=99s an =E2=80=98openexr=E2=80=99 test failure on i686. > > And GTK has another path to unsupported software on i686-linux. Thanks to GNUtoo=E2=80=99s work in , thi= s is now fixed: 75e24eec1e * gnu: gtk: Use librsvg-2.40 for non-x86_64. 4133e50026 * gnu: openexr: Skip failing tests on i686. 831e038dff * gnu: openexr: Apply 'guix style'. Ludo=E2=80=99. ------------=_1665416461-32723-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Sep 2022 11:41:45 +0000 Received: from localhost ([127.0.0.1]:52582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaF9l-0003fp-5L for submit@debbugs.gnu.org; Mon, 19 Sep 2022 07:41:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:60958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaF9j-0003fi-CZ for submit@debbugs.gnu.org; Mon, 19 Sep 2022 07:41:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9X-00069x-Nz for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53562) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9X-0003R1-Ds for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=uTnEGZkBzSpr0E6d69MYeZ7nb/XxU3+iEPMBqmaxQwE=; b=GjZiiNQt60PAf7 SHWE0pxsz3bvJQ3Z8OH/wKQvNV+g0K7m+zYrLs/raNHw5DTiivDkHtwsJ/JbxOTCwFSdmNOpvBFA4 xiUR3osw9siDftF09rEKkzsxZ5UM9VN1fyyc+cDj4Iz5igm0uci4pO1skTMtUqfMIXuvNcShcpf75 gotFeiqPE/Ohm1vcBVQ//hyt65G2SNnOA9H2zAvZJPVCCqL53MKStUtCcG78alVMlhk2a1ZYoXeww T0qnqarbaRc70bApVcJcaMUcdDe80bWCCA4XBXD06ri4XF/r7xsBu4yvk58Ita/glgTeH3ttebEMq LXTy2N2f9nnOJct5Adsg==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:41232 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaF9W-0005TV-BE for bug-guix@gnu.org; Mon, 19 Sep 2022 07:41:31 -0400 From: Mathieu Othacehe To: bug-guix@gnu.org Subject: Gtk is unsupported on i686-linux Date: Mon, 19 Sep 2022 13:41:26 +0200 Message-ID: <87leqf382h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, I had the following error while trying out `make release` for `i686-linux` specifically. --8<---------------cut here---------------start------------->8--- + for example in gnu/system/examples/*.tmpl + case "$example" in + options= + guix system -n disk-image gnu/system/examples/desktop.tmpl accepted connection from pid 17139, user nixbld guix system: warning: 'disk-image' is deprecated: use 'image' instead guix system: error: package gvfs@1.50.2 does not support i686-linux + rm -f t-guix-system-16656 t-guix-system-error-16656 /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/config.scm /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656/my-torrc + rmdir /tmp/guix-build-guix-1.3.0.24760-34049.drv-0/t-guix-system-16656 FAIL tests/guix-system.sh (exit status: 1) --8<---------------cut here---------------end--------------->8--- Turns out, Gtk is unsupported on i686-linux which is problematic to build the desktop.tmpl image. --8<---------------cut here---------------start------------->8--- mathieu@meije ~/guix [env]$ make -j8 && ./pre-inst-env guix build gtk -s i686-linux gnu/packages/gtk.scm:1182:2: warning: package gtk@4.8.0 does not support i686-linux --8<---------------cut here---------------end--------------->8--- That's because `gst-plugins-bad` and `librsvg-bootstrap` both refer to `librsvg` which depends on Rust which is only supported on x86_64-linux. There are other packages in (gnu packages gnome) relying on librsvg directly. I'm not sure what's our best option here. Use librsvg-for-system for the entire desktop.tmpl closure? Thanks, Mathieu ------------=_1665416461-32723-1--