From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mCRiEyoVj2XQuAAAkFu2QA (envelope-from ) for ; Fri, 29 Dec 2023 19:51:22 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id +PYTDCoVj2XFTAAAe85BDQ (envelope-from ) for ; Fri, 29 Dec 2023 19:51:22 +0100 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=JABfUDjH; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703875882; 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: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=MUEcESUmXk67TizizJEnivNhvC8zoqDcam3lvtDwEZQ=; b=j/6Yy3mZw9dzd2O+GXgelfPI4I+bLsTbEBhgUKp+CBhIUeCOFKEWOCpIbGygPGk+YH1xR8 b72/1nu/hfEaihk9b7lW6YdFmdFx4Gb3wt18LPvekWgS1MF6/1KB975+euDIlNlK948zzK qoCLuH8oJPt+wSCLGuu7ynTjRy7qam9RmQmsQxEFI75zjfxDA37YwIZuVOyvMJqM6puXdZ 2cwhvRcdPCEM9X6Uq79rjIgj36pFXwQIDtLiWs/3yK3qQEdkZNNZXP4LpNGeUAbL4wf4Fe X2fUSiPQd9faBC8kEBSPj5nHrfran8SI+RfvGLB+REro9EH8jdx8kq8SbAXI/A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703875882; a=rsa-sha256; cv=none; b=ccoNl/NSpEJHzN8My8t4Lbhs4AqTj0nL2+xq3xHeQUGnZIyg1tVTXUD/VDK+cduY4Ro/76 At9IWBaf6cCbSPx5lHkrY6YviG1HjcfXAHKvqF3C1GmMwY7mPp0zfmG5iRQfr6G7K8Sbhv NhbRvN4+yVX1eOjQD9KX38MVlp77HG+MkcJwsVXXGJvHtulcpihfgjGVcaPedsmAPO7B5d p1z0XylKdouBlaT7fa0Z2sda+fUeUJRZjc8qnrASA2MvwFxz/QMlbqrG495do2n5M0a4jK a/wYz++wXJKHy1Uij6V4HP74U3BW7BGv3m4YVo40dV0EVbIwMc2txIl3DiJDXg== 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=JABfUDjH; 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=pass (policy=none) header.from=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 0664924411 for ; Fri, 29 Dec 2023 19:51:22 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJHwm-0000N8-E7; Fri, 29 Dec 2023 13:51:04 -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 1rJHwk-0000MU-M4 for guix-patches@gnu.org; Fri, 29 Dec 2023 13:51:02 -0500 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 1rJHwk-0007de-Dj for guix-patches@gnu.org; Fri, 29 Dec 2023 13:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rJHwk-0001m3-DW for guix-patches@gnu.org; Fri, 29 Dec 2023 13:51:02 -0500 Subject: bug#68102: [PATCH] gnu: swaylock: Fix cross-compiling. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 Dec 2023 18:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68102 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zheng Junjie Cc: 68102-done@debbugs.gnu.org Mail-Followup-To: 68102@debbugs.gnu.org, othacehe@gnu.org, zhengjunjie@iscas.ac.cn Received: via spool by 68102-done@debbugs.gnu.org id=D68102.17038758336762 (code D ref 68102); Fri, 29 Dec 2023 18:51:02 +0000 Received: (at 68102-done) by debbugs.gnu.org; 29 Dec 2023 18:50:33 +0000 Received: from localhost ([127.0.0.1]:42224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJHwH-0001l0-1p for submit@debbugs.gnu.org; Fri, 29 Dec 2023 13:50:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJHwE-0001kp-Va for 68102-done@debbugs.gnu.org; Fri, 29 Dec 2023 13:50:31 -0500 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 1rJHw7-0007X6-1N; Fri, 29 Dec 2023 13:50:23 -0500 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=MUEcESUmXk67TizizJEnivNhvC8zoqDcam3lvtDwEZQ=; b=JABfUDjHTxu99/JkZ0kx 5vjlXVTosEgH6ppx3DPrxMQJ68S+vXbQIIH0vE1H+lqg5V+mISFRkyYbcuCZ1cSNBt3uON0GvqQoG baS+cJwScR8ZS0pDOKwPb4nYyb5HEdr7BpO/8qOG8x2SXAxCaa61GMl7ybk+beu66UJEcL3EgwUdj Y9QHXLkqT6ihhyoR5zV2WRjndWRExMu/oLjpc0JPrIDmjDmsnU3sSp5WHrdY0kq9CFXUSRK4cUmT0 d819gP3JeEvG1zWu53gFiodXXYh2MtGw5+17I+fZQBLvGiOE2GsexosoU2uu2YVzewOwtse/jq/6Q rrWX7high7Gb8A==; From: Mathieu Othacehe In-Reply-To: <8e34a85422d535bf3acb4dfac643ed559661ddd4.1703853088.git.zhengjunjie@iscas.ac.cn> (Zheng Junjie's message of "Fri, 29 Dec 2023 20:31:41 +0800") References: <8e34a85422d535bf3acb4dfac643ed559661ddd4.1703853088.git.zhengjunjie@iscas.ac.cn> Date: Fri, 29 Dec 2023 19:50:20 +0100 Message-ID: <87il4gq1w3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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: , 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-Spam-Score: -6.89 X-Spam-Score: -6.89 X-Migadu-Queue-Id: 0664924411 X-Migadu-Scanner: mx12.migadu.com X-TUID: hKOx7T6dm3Kj > +;;; Copyright 2021,2023 Zheng Junjie <873216071@qq.com> ^ I added a missing space and applied, Thanks, Mathieu