From unknown Fri Jun 20 07:17:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58488 <58488@debbugs.gnu.org> To: bug#58488 <58488@debbugs.gnu.org> Subject: Status: [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. Reply-To: bug#58488 <58488@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:17:42 +0000 retitle 58488 [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. reassign 58488 guix-patches submitter 58488 Christopher Baines severity 58488 normal tag 58488 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 13 06:21:00 2022 Received: (at submit) by debbugs.gnu.org; 13 Oct 2022 10:21:00 +0000 Received: from localhost ([127.0.0.1]:59638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oivKm-0005ld-Ka for submit@debbugs.gnu.org; Thu, 13 Oct 2022 06:21:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:36876) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oivKk-0005lV-7t for submit@debbugs.gnu.org; Thu, 13 Oct 2022 06:20:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oivKf-0002cA-Mz for guix-patches@gnu.org; Thu, 13 Oct 2022 06:20:56 -0400 Received: from mira.cbaines.net ([212.71.252.8]:36754) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oivKe-0005ZL-28 for guix-patches@gnu.org; Thu, 13 Oct 2022 06:20:53 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id 38A3E27BBE9 for ; Thu, 13 Oct 2022 11:20:49 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 691acb91 for ; Thu, 13 Oct 2022 10:20:48 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. Date: Thu, 13 Oct 2022 11:20:48 +0100 Message-Id: <20221013102048.22966-1-mail@cbaines.net> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) Since the staging merge, librsvg has been buildable for aarch64. * gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64. --- gnu/packages/gnome.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 09a991b14c..ff9d95c244 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3753,8 +3753,10 @@ (define* (librsvg-for-system #:optional (system (or (%current-target-system) (%current-system)))) ;; Since librsvg 2.50 depends on Rust, and Rust is only correctly supported - ;; on x86_64 so far, use the ancient C version on other platforms (FIXME). - (if (string-prefix? "x86_64-" system) + ;; on x86_64 and aarch64 so far, use the ancient C version on other + ;; platforms (FIXME). + (if (or (string-prefix? "x86_64-" system) + (string-prefix? "aarch64-" system)) librsvg librsvg-2.40)) -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 23 09:10:26 2022 Received: (at 58488) by debbugs.gnu.org; 23 Oct 2022 13:10:26 +0000 Received: from localhost ([127.0.0.1]:43831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omakE-0006ub-ID for submit@debbugs.gnu.org; Sun, 23 Oct 2022 09:10:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omakC-0006uO-6f for 58488@debbugs.gnu.org; Sun, 23 Oct 2022 09:10:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omak6-00013l-TX; Sun, 23 Oct 2022 09:10:18 -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=bEThI/U/xzSao6zP2c9Z60m4BJLMudkpP0l19BaVaFw=; b=cBFuUzKYYBm1jdLCuleC cbu0n0Ay9ZWWxIZJfMp8SOEkwIYZgSxiFtF6/VpnmpOotrD4ezyTSSco++/aHnEEm9h/ENvZ5ymGJ goBLlH04yZK++EELyiWuNLvxSUarZXa0u966WpbpvjekofUHcqGTRbyxTrmleXtLGzkv/64pp6TOc U2gfYwZP2fX4POlTCh9QvXk4JwIYikQq6dvwPBD8VDUC3O2rjdjJXHnQu5TqRxAhwsRTonGwrQUzm PWPUwNkVV6SOHNbGej3DU2RZISDM8THppXuiDuJ583dIPc/CnZ9/8q3Htey05TnR1gUmWdBebyDvu 43XQlBq5cGEAvA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omak3-0006f9-Nl; Sun, 23 Oct 2022 09:10:18 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#58488: [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. References: <20221013102048.22966-1-mail@cbaines.net> Date: Sun, 23 Oct 2022 15:10:14 +0200 In-Reply-To: <20221013102048.22966-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 13 Oct 2022 11:20:48 +0100") Message-ID: <8735be4rex.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: 58488 Cc: 58488@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 Chris, Christopher Baines skribis: > Since the staging merge, librsvg has been buildable for aarch64. > > * gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64. [...] > + ;; on x86_64 and aarch64 so far, use the ancient C version on other > + ;; platforms (FIXME). > + (if (or (string-prefix? "x86_64-" system) > + (string-prefix? "aarch64-" system)) > librsvg > librsvg-2.40)) Looks like a reasonable workaround to me. Go for it! Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 11:33:09 2022 Received: (at 58488) by debbugs.gnu.org; 3 Nov 2022 15:33:09 +0000 Received: from localhost ([127.0.0.1]:50001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqcDN-0003Z5-8W for submit@debbugs.gnu.org; Thu, 03 Nov 2022 11:33:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqcDK-0003Y9-DV for 58488@debbugs.gnu.org; Thu, 03 Nov 2022 11:33:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqcDE-0001cK-Tv; Thu, 03 Nov 2022 11:33:00 -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=P+zNKB+X+uuBOb+PAYxMKSX1+gj/MRy9ysE7q+o8NMw=; b=g7mwS10oh/fqZxfe+xgm OxYi6o4IKxtEI8OVvnfEGAlFcc7QlIBzvVMOcrUX7Obe/cpxqj91FejwuYdSQvBnYUT/fETrx4XFh OUTwFf0FuBPZtfvD8lsmvAmHtSQZMXUjrD013mXPos99ZV0wo5kDiNJSV0H/9/YY/9paKjQzUXnel N2PjHMMT7qK3YXdwhBBZUeEJtqe5NWHoZjB6S1Fgxoeh/XX2RbKzhhYlWMkRAxbQtjtuO9aT4DUG6 wYCPgUf5iz4QRrlkqCpON6pANZVo9Ts6x9i2lg+POTriu4WvWiCBrFU+b+RIjLCxo4FX2lYPBtdon xVj763VKcVwEVA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqcDE-0002WI-Hf; Thu, 03 Nov 2022 11:33:00 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#58488: [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. References: <20221013102048.22966-1-mail@cbaines.net> Date: Thu, 03 Nov 2022 16:32:59 +0100 In-Reply-To: <20221013102048.22966-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 13 Oct 2022 11:20:48 +0100") Message-ID: <874jvgoxxw.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: 58488 Cc: 58488@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 (---) Christopher Baines skribis: > Since the staging merge, librsvg has been buildable for aarch64. > > * gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64. > --- > gnu/packages/gnome.scm | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 09a991b14c..ff9d95c244 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -3753,8 +3753,10 @@ (define* (librsvg-for-system #:optional > (system (or (%current-target-system) > (%current-system)))) > ;; Since librsvg 2.50 depends on Rust, and Rust is only correctly supp= orted > - ;; on x86_64 so far, use the ancient C version on other platforms (FIX= ME). > - (if (string-prefix? "x86_64-" system) > + ;; on x86_64 and aarch64 so far, use the ancient C version on other > + ;; platforms (FIXME). > + (if (or (string-prefix? "x86_64-" system) > + (string-prefix? "aarch64-" system)) With now fixed, I think you can go ahead and push this one, no? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 12:46:38 2022 Received: (at 58488-done) by debbugs.gnu.org; 3 Nov 2022 16:46:38 +0000 Received: from localhost ([127.0.0.1]:50211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdMU-00066V-DH for submit@debbugs.gnu.org; Thu, 03 Nov 2022 12:46:38 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqdMS-00066N-GA for 58488-done@debbugs.gnu.org; Thu, 03 Nov 2022 12:46:37 -0400 Received: from localhost (93-63-133-243.ip27.fastwebnet.it [93.63.133.243]) by mira.cbaines.net (Postfix) with ESMTPSA id 08F8727BBEA; Thu, 3 Nov 2022 16:46:36 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6412fcf4; Thu, 3 Nov 2022 16:46:35 +0000 (UTC) References: <20221013102048.22966-1-mail@cbaines.net> <874jvgoxxw.fsf@gnu.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#58488: [PATCH] gnu: gnome: Include aarch64 in librsvg-for-system. Date: Thu, 03 Nov 2022 17:46:16 +0100 In-reply-to: <874jvgoxxw.fsf@gnu.org> Message-ID: <87bkpom1ed.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58488-done Cc: 58488-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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> Since the staging merge, librsvg has been buildable for aarch64. >> >> * gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64. >> --- >> gnu/packages/gnome.scm | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm >> index 09a991b14c..ff9d95c244 100644 >> --- a/gnu/packages/gnome.scm >> +++ b/gnu/packages/gnome.scm >> @@ -3753,8 +3753,10 @@ (define* (librsvg-for-system #:optional >> (system (or (%current-target-system) >> (%current-system)))) >> ;; Since librsvg 2.50 depends on Rust, and Rust is only correctly sup= ported >> - ;; on x86_64 so far, use the ancient C version on other platforms (FI= XME). >> - (if (string-prefix? "x86_64-" system) >> + ;; on x86_64 and aarch64 so far, use the ancient C version on other >> + ;; platforms (FIXME). >> + (if (or (string-prefix? "x86_64-" system) >> + (string-prefix? "aarch64-" system)) > > With now fixed, I think you can go > ahead and push this one, no? Indeed, thanks for the reminder, I've pushed to master as 754f260753fb6ebe28325616bc08336a184e4621. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNj8GpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfdEhAAs6k37blnGRM18+dzqqFYPlQhOTNvIYah sTw4RGKFvr2Aaeg8LE2lhYt83RlaovLFt/0MxXU2+S8auW91Xx6fAguN+xTmUI91 vrUZvpWu9jBi09ft2DRemmmfapPt4MSQLIFKMMosYD8epG8johlhzjA3zXfBVzAP NehTzv+ag851qSaVH/IYhJ29gXpiOCNJlwwuJj4O0+YFJ78QW6Q0QNvBamLQMNAE E7jjaTV0FAuZynDa8lRJaZXCRKAMQO3ejRldlPjAFgQlrWxvqWjMHZG9diei017v dO2tj9VHwr7uXhcrVtHS+/iMbUPc82u3LK4pmbjRIwcxEcN2nTYBoOl9Ov6ejrFR sMWBsbbENGCRiMVuzGtUE6c9fKlUieRdoLEXKtdFeokX7t/KybGlgpi9gMndvqkE FIzqluySOTVaWkuuLJoITvUmP4/4rWBcDhDztkbpq7DZm6Y8i8Pwy3GsIrGLSwFT corZ+Wo88HT2Tjh3RtlgmF6gLLqKIcrVWGRCsYEW4QPOwhZ5tnlyFqeMe6iVcied n63IGi73UW3GVwZ8TMtfiBBUhsGoc9oRZ/jMl2DjyNb1vUQRN1Q3rUq34XTyCb0V 1tLgZJcKvBWqSWpJb4rZFtpFRCpIJcaEQV5d1UtwdYnZIW3gG4q9nJonkM5SstPd CWmENIffFCU= =+/xt -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:17:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Dec 2022 12:24:16 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator