From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id kFqlC23co2bQBgAAqHPOHw:P1 (envelope-from ) for ; Fri, 26 Jul 2024 17:27:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id kFqlC23co2bQBgAAqHPOHw (envelope-from ) for ; Fri, 26 Jul 2024 19:27:09 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SjkdH3yI; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1722014828; 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-to: 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=wO0PCHvLOqKxIaR5HMqi5Kkqy0DfCZf7n/mU/8fGK9g=; b=F9mxUYN1nW76jPqKGtTMuQt2QpNWfiIPmGRK579vlsDdvWFY4fXmzquxCEEtspBZaiVHPN XzcAWYWcU47ZHiHPeLWnX5UnXHXycyeiC/9SokV3faJK/0mF69T2yGYkFtR8ku8mEmYD3h hJCDm57ymFAj4pI6FMO7vGAFo12OK8bQuuKNonppjHttsuaq1Ypzv9TqWwkOK/XQ24/35V bSaaX4jdmjpKB8Mk9ll8ID2fJPau5B+kk0ys80+ZKTCHoXqFzSqSQn48edbaK76gZ0Pvfe RJAd/tZJSA7xZlHBXJSoH5uLFAAU5WtQ+YDStDLcU4o56+3EWMJ2ZfVXKUehgQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1722014828; a=rsa-sha256; cv=none; b=JyRhscJUNk7hiaGondb+vNVylqqRt+cV9/sFjdnxn9fvQR8JH5ncew9YQdXtmVQUGnfvDL Gox8KpStg8hZzpCxbOunzd5qIOM4hgO/ZHVByy72qBtID1ImrFGiroErEFzVqo34SQ7ut8 /hgQzN/iIbnuvZRofk09YVlcCZ97QU3zmYM0jLnl3r9EZBd3XF6WPGi2Q5EhBJaArN8Fcc TpxzDLHiwSWoCw0EcfVGU/X3f6EovZF0HUrpQ6qvTRvMWOmYGt/tSPJ41oi904udka3VA3 jlLgvtkI1WCiJ92q/s25z9Ata4igB42mlexR+UgnKOLqsviQB+X1N9tUMVKuVw== 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=SjkdH3yI; 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" 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 DEF091657D for ; Fri, 26 Jul 2024 19:27:08 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sXOiV-0007yQ-HD; Fri, 26 Jul 2024 13:26:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sXOiU-0007xy-8G for guix-patches@gnu.org; Fri, 26 Jul 2024 13:26:54 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sXOiT-0007pu-VQ for guix-patches@gnu.org; Fri, 26 Jul 2024 13:26:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sXOic-0000s6-PK for guix-patches@gnu.org; Fri, 26 Jul 2024 13:27:02 -0400 Subject: bug#71773: [PATCH] gnu: gtk: Fix build on aarch64. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 26 Jul 2024 17:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71773 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Timotej Lazar Cc: Vivien Kraus , Maxim Cournoyer , Liliana Marie Prikler , 71773-done@debbugs.gnu.org Mail-Followup-To: 71773@debbugs.gnu.org, ludo@gnu.org, timotej.lazar@araneo.si Received: via spool by 71773-done@debbugs.gnu.org id=D71773.17220148113329 (code D ref 71773); Fri, 26 Jul 2024 17:27:02 +0000 Received: (at 71773-done) by debbugs.gnu.org; 26 Jul 2024 17:26:51 +0000 Received: from localhost ([127.0.0.1]:40002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXOiR-0000rd-7w for submit@debbugs.gnu.org; Fri, 26 Jul 2024 13:26:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sXOiP-0000rR-2x for 71773-done@debbugs.gnu.org; Fri, 26 Jul 2024 13:26:50 -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 1sXOiA-0006nu-5X; Fri, 26 Jul 2024 13:26:34 -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:References:In-Reply-To:Subject:To: From; bh=wO0PCHvLOqKxIaR5HMqi5Kkqy0DfCZf7n/mU/8fGK9g=; b=SjkdH3yIm0k4luuK0NSh wJU5/Je354h/rzLDPVG35ed+7Be59F1xwpfxnup8uWJWzVnspY8bvSBN6cQy9uxDhL+K5Hs74c8kX Qv4asJ5B6y1xX1egr4EK7pxcUv3M+/gmky1+ez80XmTE8kTOxU2dG1LVAbkkKDsMChhjX/hpid3Zy 3yy4oK7NA94CfPAw6P7jMqEWlmlrH9FA9lFh3zLaf9XHp5FJzdAaND2NEa72x4Bmnj55ZU56mTzxg o5G2+fmuWXGklpAIOZu+BkmJ79WFcymlnebRuWZxq2aHqvZCp+7bJyWC4fUz6Chvm2k8t8rTXR7g6 HraKh4vEs/5Rig==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <695c737461fb9b5f2639ea494d1adcf12ec46e20.1719321256.git.timotej.lazar@araneo.si> (Timotej Lazar's message of "Tue, 25 Jun 2024 15:14:16 +0200") References: <695c737461fb9b5f2639ea494d1adcf12ec46e20.1719321256.git.timotej.lazar@araneo.si> Date: Fri, 26 Jul 2024 19:26:28 +0200 Message-ID: <87ikwsawu3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: DEF091657D X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -5.82 X-Spam-Score: -5.82 X-TUID: s2YlUpBEwO6g Timotej Lazar skribis: > See . > > * gnu/packages/gtk.scm (gtk)[arguments]<#:configure-flags>: Rename failing > test suite to match upstream change. > > Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c Hi! I pushed a variant thereof as 72e586fcae78e467d01e2add09c1db26be6bfa93, with the goal of avoiding rebuilds on other architectures. Thank you! Ludo=E2=80=99.