From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8N24I37O/GNApAAAbAwnHQ (envelope-from ) for ; Mon, 27 Feb 2023 16:38:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4D+3I37O/GOJiAAA9RJhRA (envelope-from ) for ; Mon, 27 Feb 2023 16:38:38 +0100 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 EB4401D8C8 for ; Mon, 27 Feb 2023 16:38:37 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Fj0YCiai; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677512318; a=rsa-sha256; cv=none; b=P+EOgnrgHqdQXYzsBimvZk/ThqJmCEuIQYoGDxbr/4mhA+zhTsKhQRcwrup0TP6NzDeUO1 PsuntHv/02HgbrvcdSOeVLPxXPhQGIzuMWHMqnT6d+4nn5sNyQzZGv4Z01Nesiyi8wRcP3 2Nt+8W4s3u7K/a5Bnc9QTGBpdombzbWGcPiMPUZQZn95QR9VuIdFkyN5Hpgl8eFlFIMnKM LCcmRS3HKh/J6er4WRkwgrmkeWRmW0NkOvKapkxcLY4FyHZp0Njg5qQK/kFGtNIX25W+Sf da6d6u8rgqinEOuioAisVevvdIhfBzKOybxGylftPacrBPR760MwDkcuAg3Qmg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inria.fr header.s=dc header.b=Fj0YCiai; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=inria.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677512318; 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=iZYCjCFKJe/CL7qIgj13MSrsjZ2vroozUdP/e9EL4IY=; b=a8rbpT2xP4dcUXvOakdYfgjdwjxrxQ2mfBhrQHCH+cwdKEZSb19t3W/NIIpOWlyjuYcgwh cksVswqRARMsmHVDP67uA81QUox4gw41zmmwQp99jeTU+hCqoV9ARpW0EBPs32PoXPxFKz fSgnwd96ww/nReSQw3van37ioxkUcdCBw/7nMOYuH5BfvBgAirPe39oqunVGdhjx+9EsK1 VmQ2v2u1tsFGqXxGeR7aTybwLJLlcjXc+6ef2jVYasM8cpHizyNnDAa5Q1c6PtV0UbJrNo jkjlCTrFZ8WmmOuus6CaNMKhlvr+OLzTxVxL/6KN3fwhgyukVZweBWsB9l1ADg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWfZm-0005xP-Ir; Mon, 27 Feb 2023 10:38:06 -0500 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 1pWfZk-0005oh-9H for guix-patches@gnu.org; Mon, 27 Feb 2023 10:38:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWfZi-00023p-G8 for guix-patches@gnu.org; Mon, 27 Feb 2023 10:38:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWfZh-00011f-Tb for guix-patches@gnu.org; Mon, 27 Feb 2023 10:38:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61493] [PATCH 0/2] gnu: hwloc: Skip failing test on non-x86 systems. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Feb 2023 15:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61493 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South Cc: 61493@debbugs.gnu.org Received: via spool by 61493-submit@debbugs.gnu.org id=B61493.16775122663921 (code B ref 61493); Mon, 27 Feb 2023 15:38:01 +0000 Received: (at 61493) by debbugs.gnu.org; 27 Feb 2023 15:37:46 +0000 Received: from localhost ([127.0.0.1]:48598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWfZS-00011A-Cu for submit@debbugs.gnu.org; Mon, 27 Feb 2023 10:37:46 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:49356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWfZM-00010q-KL for 61493@debbugs.gnu.org; Mon, 27 Feb 2023 10:37:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=iZYCjCFKJe/CL7qIgj13MSrsjZ2vroozUdP/e9EL4IY=; b=Fj0YCiaikD83DQ6T9g4JZdJfLc3/6kuwhBKlyIbiDFO8tgT6pg2pkDcE as3OvbUrH+kl6+Rn/LkRvNx02UqCmgaTL4Y/+2YhDiwsGUQTHwNPDGXUx f0GQ6G7VtIN3DtAo/OlLyzbIR2gZwygHUMHHPvqfqH4rbLHDMMZSXqyJN Q=; X-IronPort-AV: E=Sophos;i="5.98,219,1673910000"; d="scan'208";a="48742918" Received: from unknown (HELO ribbon) ([193.50.110.164]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 16:37:34 +0100 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 27 Feb 2023 16:37:33 +0100 In-Reply-To: (Simon South's message of "Mon, 13 Feb 2023 15:56:47 -0500") Message-ID: <87cz5vi0g2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (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: X-Migadu-Queue-Id: EB4401D8C8 X-Spam-Score: -1.09 X-Migadu-Spam-Score: -1.09 X-Migadu-Scanner: scn0.migadu.com 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-TUID: PtzkcXHjMuEZ Hi again, Simon South skribis: > Here's a patch that circumvents a test failure in hwloc 2.9.0 on non-x86 > systems (and specifically on AArch64), allowing the package to build > successfully on these machines. I forwarded this to Brice Goglin, a colleague of mine also hwloc co-maintainer, and they kindly opened an issue usptream: https://github.com/open-mpi/hwloc/pull/570 Feel free to comment there! Ludo=E2=80=99.