From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 AEQ8AofLW2RuzgAASxT56A (envelope-from ) for ; Wed, 10 May 2023 18:51:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sBYjAofLW2Q+LwEA9RJhRA (envelope-from ) for ; Wed, 10 May 2023 18:51:19 +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 B6246396C for ; Wed, 10 May 2023 18:51:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pwn1t-0002tL-00; Wed, 10 May 2023 12:51: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 1pwn1r-0002sx-Em for guix-patches@gnu.org; Wed, 10 May 2023 12:51:03 -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 1pwn1r-0000E2-6I for guix-patches@gnu.org; Wed, 10 May 2023 12:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pwn1q-0003oP-PB for guix-patches@gnu.org; Wed, 10 May 2023 12:51:02 -0400 Subject: bug#63217: [PATCH 2/2] gnu: bear: Fix build. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 10 May 2023 16:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63217 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?=E8=B7=AF=E8=BE=89?= Cc: 63217-done@debbugs.gnu.org Mail-Followup-To: 63217@debbugs.gnu.org, ludo@gnu.org, luhux76@gmail.com Received: via spool by 63217-done@debbugs.gnu.org id=D63217.168373742114420 (code D ref 63217); Wed, 10 May 2023 16:51:02 +0000 Received: (at 63217-done) by debbugs.gnu.org; 10 May 2023 16:50:21 +0000 Received: from localhost ([127.0.0.1]:48869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwn1B-0003kV-E8 for submit@debbugs.gnu.org; Wed, 10 May 2023 12:50:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwn19-0003kH-KB for 63217-done@debbugs.gnu.org; Wed, 10 May 2023 12:50:19 -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 1pwn14-0008LP-8C; Wed, 10 May 2023 12:50:14 -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=FMjtbrhinlpc7QQZkVOElmKFC1pLfq72aE9+rTWgPOI=; b=f6IbQLhhKTgLV8o7NBqf busrqA6VlYQezBnSDDICIjiDbnF8qJkU7OWsgy18n0bmO0Ef+2e8hRvVw4/RtkzLNK3tE8BsYRkmO o24qepAoNCMcM/4B5EKQi/H7FfAfEL2s65C5miLPArW3dM1REWYZbUTlwc1Ltj2tWbRjHGy5RSf9w oMIp+Zc+RXXQZLrw1F6yUoByG+UJlFqh8d0WFhcnMGom5ulrIRuG7HZJUvdZNf8IAKok2MunIx6EY +6jlOk3/+RHphgAFuauAmq99hBedTAjsXpl2poMCO4Z0wMd6L8OFJa7zY5CCsyWO1JCtY9XtUZ8KC RZ92UeZvFQiKAg==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwn13-00043A-S4; Wed, 10 May 2023 12:50:14 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87a5yimojo.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Primidi 21 =?UTF-8?Q?Flor=C3=A9al?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Statice X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 10 May 2023 18:50:11 +0200 In-Reply-To: ("=?UTF-8?Q?=E8=B7=AF=E8=BE=89?="'s message of "Tue, 9 May 2023 21:23:08 +0800") Message-ID: <877ctg8724.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-Flow: FLOW_IN X-Migadu-Country: US ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683737478; a=rsa-sha256; cv=none; b=uKSX54Kgsa9l8ZQq9hpnf3csl4OUAa0mJDu9rZEeiRKypRKWVIwJcpQDP5WlqBfAf3GyBW HtvfYSb0s9PjBvcEOa/3JnIt6CM+Xdj/EAC5YJgc164JBLKnymkHmMst+IVOxRV2dyGvCg kcn7rc+spGTz59OTHonn7+FVWN+JbYIixWJ5b5oyW5usTOnr/EurC0y8KpL2oBf8tGyREP CzxzsFjqgPT+Rk38fbt1/05ewjdXgvu8sJ+s40KDAdsttrSR835dd0Ft5VYXqUygcl+1aQ wIKPBs4HPbqR7/OLjpnM7nrOQzjIIuxnw7ycy8fUr4WBy87qq2DNunIi/B0jRg== 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=f6IbQLhh; 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=1683737478; 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=FMjtbrhinlpc7QQZkVOElmKFC1pLfq72aE9+rTWgPOI=; b=eCgbm7clssUh8ZKgGl25A6PNpGQoT6mz+fLfPXTReRNalb8Zp7w+3FL+6RD347ZnLkTj0C Yb4MBui0VjlfLZUAtBrG6qC6nnltAhby2QmN0iELOhSaDilKxp9EPKjlApNXHARvIm7WgP DJKI+emEEQRhttTSd9Vw0fttI63xb32W1d7CSuhXU6JjdFPqmmNrbbu+tIKfZUoX8msnPf Dge15qMasdHIQNVDM76m8UVC8TLs6LkEtU0LLGrJI7NRnAkSWGgKBEGvi8/wTp2cbt/aEv G4NsgCukmiTkL8X1cTGUf+B/6J5fUOMhE/SLVaS1ANME9mJk2DAU4903fsthvw== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=f6IbQLhh; 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-Spam-Score: -4.08 X-Spam-Score: -4.08 X-Migadu-Queue-Id: B6246396C X-TUID: yR+yKrl5aKxs =E8=B7=AF=E8=BE=89 skribis: > it works, not need this patch :) OK, closing, thank you! Ludo=E2=80=99.