From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sICqLm5JFGRwAAEASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 12:05:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id EI7ALW5JFGSwbgAAG6o9tA (envelope-from ) for ; Fri, 17 Mar 2023 12:05:18 +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 8E247EC56 for ; Fri, 17 Mar 2023 12:05:18 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b="CJtDp/8J"; 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=1679051118; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: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=m0X7iyRC+omFCFKeI89UPvJ/MglaNuDzMQ16zDzLAIs=; b=sCnLtcQcTTpjmrN85rqa+eEl4GBIrVAsPREAjC6qeXmjEWxdPuYk/BZd0UuAxG4FScxGdu skNacFFqaVfeisa8ujYtPIN60Y+aeHN2UCCuyjndWshhpAQ6GNYh7xx6+d9IaoxsrntOnG 289342YgsM+ke6G5F9LLnOpXLYHuRvIJ9fLH6Cfwmbsh9bo2i2xviOc6h8bbFJClly+1/e Gsf1eGPP1y+s0wazTC/EAoTrMoED4lKK9HPmiducka3rGQWQmnpKZce9EuWq2k9KRhEB42 BvLI1FutigrOs53MQAyCGG2EEfEO7DyFBVIDxOS098Y8PnrdP2usELLFlR4Rfw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b="CJtDp/8J"; 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=1679051118; a=rsa-sha256; cv=none; b=uSggx41t1tgibzYhD7jCI/gelZwfrJo8i6ZII9Q3Ue2EJPCHBewUPEnjjHHv35FhmI69ae aDv6j0UIKkYrVaVV05Zy+q7M7xJnSLLcBzeHoqfoD6JCK+QLtYR9J6cTNs9j7CZHodgDwu cU9wk+QGK8wwe8+O22gqqDNObS7Z6pKLf3og7n1pT8XSoRj1X/aFtEPK8niU3BomzfdMq3 QZPAY/gwj9w83BvFWVNv5B36TXAM3xGHD8eDcXxIBL1OhpxoD/u+w55i80fbl8OUg4NWd5 R2t5ld2hWcRtmQYJn3qQtLjV2T4hShidrf0TkJ2ZqVjxDF19nFNvL2yfsm9u5g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pd7tQ-0002OL-KD; Fri, 17 Mar 2023 07:05:05 -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 1pd7tO-0002Nv-D8 for guix-patches@gnu.org; Fri, 17 Mar 2023 07:05:02 -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 1pd7tO-0001HZ-12 for guix-patches@gnu.org; Fri, 17 Mar 2023 07:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pd7tN-0003ZG-S3 for guix-patches@gnu.org; Fri, 17 Mar 2023 07:05:01 -0400 Subject: bug#62094: [PATCH] gnu: gamin: fix riscv64 cross-compile. Resent-From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 11:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62094 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Z572 <873216071@qq.com> Cc: 62094-done@debbugs.gnu.org Mail-Followup-To: 62094@debbugs.gnu.org, iyzsong@envs.net, 873216071@qq.com Received: via spool by 62094-done@debbugs.gnu.org id=D62094.167905106713663 (code D ref 62094); Fri, 17 Mar 2023 11:05:01 +0000 Received: (at 62094-done) by debbugs.gnu.org; 17 Mar 2023 11:04:27 +0000 Received: from localhost ([127.0.0.1]:43791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pd7sp-0003YJ-Dg for submit@debbugs.gnu.org; Fri, 17 Mar 2023 07:04:27 -0400 Received: from envs.net ([89.163.145.170]:33730 helo=mail.envs.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pd7sn-0003YA-Bi for 62094-done@debbugs.gnu.org; Fri, 17 Mar 2023 07:04:26 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 32DA138A087B; Fri, 17 Mar 2023 11:04:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1679051061; bh=m0X7iyRC+omFCFKeI89UPvJ/MglaNuDzMQ16zDzLAIs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=CJtDp/8J6PYw52JNX6uDPBEnRrh5bt3NWt8jT9Ad062L+2IRwsPA7jK9P+2P1reUE k40TMfEEgATWLtjVrW/OzO1ljVeESl0igV8dEA7zPsElMOcyfgJnlADC+hEndkaoWK r1v7+BQb42PYFKLVquYDSMIJ5qb4jT9o0d0iUnlybi3JcKdsn/xD7adckSypWD+9I/ +Ju44nmCv4LTCvo+5cv7q2N0WwRjRk05rfVHnzqpxocBXu0QmZ6g3uyn+WpsO1E+Yi YNbt0AE5cBwOjn5cG+6nkTa1KzCYTtROVk1qyR82bmkvtKbHsmQ/BJpR1Q7Rz+DgzF o1c1adYv7feBJ6DrySb1QxTNXM/8fxrJP2K2c7pbOS0O7TVgk4xzScgyA5qu06PjD2 CJvZ9/wx60u9d/r/fP1opjDozPubuFAwWkMH8DYQqks2gIeyHQPayN6uNLU8PCqKnm 2d9LPxJg/7fpgKI2+E71JAeEhKvmI3FNnGFCePQW0uRuNw0GUWVbGR5YDChwi42MH+ i7hFSnY4WCeAjHDOpbvalvgmgSqhdldEYcw52Xs4CJXp5PGaLYq3QqlBNO5DXH6VAa X8aUMBQ/6Kao2fHSL+as/ULQxv5sLfQWzcpWICgeug6xq+lmWmfwLDC05I7FoRYkK6 U0hfX/6FDKBbQzp3n4e3a4+k= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id UUQdKJN9myrx; Fri, 17 Mar 2023 11:04:18 +0000 (UTC) Received: from localhost (unknown [36.170.56.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 17 Mar 2023 11:04:17 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 44916ce3; Fri, 17 Mar 2023 11:04:38 +0000 (UTC) References: Date: Fri, 17 Mar 2023 19:04:38 +0800 In-Reply-To: (873216071@qq.com's message of "Fri, 10 Mar 2023 21:07:56 +0800") Message-ID: <87pm971vw9.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: , Reply-to: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Migadu-Queue-Id: 8E247EC56 X-Spam-Score: -4.24 X-Migadu-Spam-Score: -4.24 X-Migadu-Scanner: scn0.migadu.com X-ACL-Warn: , =?utf-8?b?5a6L5paH5q2mIHZpYSBHdWl4LXBhdGNoZXM=?= From: =?utf-8?b?5a6L5paH5q2mIHZpYSBHdWl4LXBhdGNoZXM=?= via 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 X-TUID: 4HROzvWLIcwz Z572 <873216071@qq.com> writes: > * gnu/packages/gnome.scm: (gamin): fix riscv64 cross-compile. > [arguments]: <#phases>: when target-riscv64? add replace-config.sub. > [native-inputs]: when target-riscv64? add config. Pushed with commit message changed: gnu: gamin: Fix cross-compilation to riscv64. * gnu/packages/gnome.scm (gamin) [arguments]<#:phases>: Apply 'replace-config.sub for riscv64 too. [native-inputs]: Add config for riscv64 too. Thank you!