From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gCIPIeYqimTWCgAASxT56A (envelope-from ) for ; Wed, 14 Jun 2023 23:02:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2IOwIOYqimSoXAAAauVa8A (envelope-from ) for ; Wed, 14 Jun 2023 23:02:30 +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 10920A80B for ; Wed, 14 Jun 2023 23:02:30 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q9Xd0-0007Wl-Fg; Wed, 14 Jun 2023 17:02:06 -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 1q9Xcx-0007W3-67 for guix-patches@gnu.org; Wed, 14 Jun 2023 17:02:04 -0400 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 1q9Xcw-00031H-QR for guix-patches@gnu.org; Wed, 14 Jun 2023 17:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q9Xcw-0004fk-By for guix-patches@gnu.org; Wed, 14 Jun 2023 17:02:02 -0400 Subject: bug#63735: [PATCH] gnu: libtree: fix building on non-x86 systems. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 14 Jun 2023 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63735 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Z572 <873216071@qq.com> Cc: 63735-done@debbugs.gnu.org, Tobias Geerinckx-Rice , Leo Famulari Mail-Followup-To: 63735@debbugs.gnu.org, ludo@gnu.org, 873216071@qq.com Received: via spool by 63735-done@debbugs.gnu.org id=D63735.168677648117906 (code D ref 63735); Wed, 14 Jun 2023 21:02:02 +0000 Received: (at 63735-done) by debbugs.gnu.org; 14 Jun 2023 21:01:21 +0000 Received: from localhost ([127.0.0.1]:45534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9XcG-0004ek-Vt for submit@debbugs.gnu.org; Wed, 14 Jun 2023 17:01:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9XcD-0004eR-Um for 63735-done@debbugs.gnu.org; Wed, 14 Jun 2023 17:01:20 -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 1q9Xc3-0002hL-EV; Wed, 14 Jun 2023 17:01:08 -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=8rnf7ZlC+DKJXpTZev5UM+qk0Onc/zbRDUI3A9CQtRI=; b=BqS5rszgs7+K5e9stdLf HwMwReQqhfw+ANCEOzUYCnAxTX8Ee9nnQ52s2aNczvpH/SifgvfDEy5VPp9AHyKMY933NilpDPWew SRKPQkXjBngTLyB4XgeaDbF49o4vwGuKE24NvcIY9wgIY1znok3+JNH8kJ4fzW4tdz4MeSjm8Xp33 RuSn/yzLTqEFr1cTm1Xmq0gLyNUyT6mEwCkVjVwpRgn9GKkVPNFeDfCjymkvaTYjDn4YsS7kjTkPq 23pIq5oAhm91bzpxhUkLoMNzUu+lhEj9a067hbzjoGc/xd532IfVO4M/B5frKuL9b9Fv3BnW/05Ln BLGc52OmllSXTw==; 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 1q9Xc1-0004i5-Ko; Wed, 14 Jun 2023 17:01:06 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 14 Jun 2023 23:01:03 +0200 In-Reply-To: (873216071@qq.com's message of "Fri, 26 May 2023 18:23:45 +0800") Message-ID: <87zg51rc6o.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: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1686776550; 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=8rnf7ZlC+DKJXpTZev5UM+qk0Onc/zbRDUI3A9CQtRI=; b=RqPUzQ95l/u2TfWQRHwgDfUyEsfDWGKS0nirDEw+uHCKeDCuy7YuzQjZeE1/xpyYORD/4q KHJnftjyPuFrMXdvBTijqH2SmxRRQekAzEcdmZp8xJ2qr5IfV9PVaqdfKOZvwMbDYOONdI um7hrFYvNH5LHSnb5bksMDoOOtzEs6YK5l52P0CD3mcp49FGKjEa49JhAT272c0ARqUNRE B0tpcAgbDyPonnUPcki7ro2KGvtfGFcX1194w1oF5TWBXwHdwqQmJ6/nPvp6Su5USWJkEX vXzFn8pm/Jmso2yEa+5PIWyZIB8x6ZKJHhBfDybABrejiP3DPys9xEwuZ93QZQ== 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=BqS5rszg; 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-Seal: i=1; s=key1; d=yhetil.org; t=1686776550; a=rsa-sha256; cv=none; b=GhL9SAq0eHAcqaSEP7xa8m3k8ISr7u1AeFLa+glc5A6Ba4Z2lcURh37YuxhI54eE8II4He LaJHT2m7DqF+w/RdMlN1Jf3wJ8wuR182OvWJJMSOIc4x+TTqHkFHpibzA+EtRQH5cX+10n TDKdEtGzhE3/e3eVS7GoQKcK5o2lnX3yjFxo57X+GsuZXA4mv1g1MvqGhm9ulRKhmzvutc i5sflgjhSvc0VvukBYwTrwo+1blulUXYEH9vB8JE+OQ6MqykNdZPIqfDMeGaEViIyKe0fA mefeKfHl7GGAFOjM+cdhaTLAwGO3AAiGpQGqYCiY3O1S1i412bT+CQkt+sO8Wg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.13 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BqS5rszg; 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: 10920A80B X-Spam-Score: -4.13 X-TUID: XswJ3Af27oXm Hi, Z572 <873216071@qq.com> skribis: > * gnu/packages/linux.scm (libtree): fix building on non-x86 systems. > [source]: add patch. > * gnu/packages/patches/libtree-fix-check-non-x86.patch: New file. > * gnu/local.mk (dist_path_DATA): Register it. Applied, thanks! Ludo=E2=80=99.