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 ms5.migadu.com with LMTPS id aJPVOMsIa2JujgAAbAwnHQ (envelope-from ) for ; Thu, 28 Apr 2022 23:36:11 +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 2ObLOMsIa2JURwEA9RJhRA (envelope-from ) for ; Thu, 28 Apr 2022 23:36:11 +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 ADE642E0EC for ; Thu, 28 Apr 2022 23:36:11 +0200 (CEST) Received: from localhost ([::1]:36032 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkBo2-0004ZO-C9 for larch@yhetil.org; Thu, 28 Apr 2022 17:36:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkBnu-0004YT-Fl for guix-patches@gnu.org; Thu, 28 Apr 2022 17:36:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56278) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkBnu-0000uM-70 for guix-patches@gnu.org; Thu, 28 Apr 2022 17:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkBnt-00083Q-VL for guix-patches@gnu.org; Thu, 28 Apr 2022 17:36:01 -0400 Subject: bug#53434: Patches to unbreak many i686 packages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Apr 2022 21:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53434 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Denis 'GNUtoo' Carikli Cc: 53434-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 53434@debbugs.gnu.org, ludo@gnu.org, GNUtoo@cyberdimension.org Received: via spool by 53434-done@debbugs.gnu.org id=D53434.165118174430929 (code D ref 53434); Thu, 28 Apr 2022 21:36:01 +0000 Received: (at 53434-done) by debbugs.gnu.org; 28 Apr 2022 21:35:44 +0000 Received: from localhost ([127.0.0.1]:50174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkBnc-00082n-DW for submit@debbugs.gnu.org; Thu, 28 Apr 2022 17:35:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkBnb-00082X-QH for 53434-done@debbugs.gnu.org; Thu, 28 Apr 2022 17:35:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60798) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkBnV-0000rb-3o; Thu, 28 Apr 2022 17:35:37 -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=LBwvPbK9YPbmGfAjJyEJRjw/ZlN1duYQu8/WemT6/j0=; b=BgM8MPgHc6iCuQsUf9An GojRCHiMB/NkMnbkybUUM+0oik7QENtBQyi9TvajGaikMBLgwYlt58Vrz3nlg4LzZVGaC+1kEGOmc D3hF30p8IiDEwO6dWEQxp7sQsL9Ppkq0nZUZNqcGBqG1gxL7z14wTMJed5chRc1a5NcK0ue+YOkTU 1Szxlh7CEXFebj5DXpR8DyWowRaQ4mENlZzVKG5M7XgugtpsCylsVXf0sslJdQcOJB9ytUUZY4rUD Zf8Z9tUS7h66EnDBbnUWO1q1twpuFZDBZNevPKcrQlGBdX2Ol2W0y+nzKF0xJu9IqchWhyZDqdaVx 7b244rLKad1A6g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54936 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkBnU-0005ZL-OD; Thu, 28 Apr 2022 17:35:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220122025926.22804-1-GNUtoo@cyberdimension.org> <20220122025926.22804-11-GNUtoo@cyberdimension.org> <8735kiyl1q.fsf_-_@gnu.org> <20220423215449.6a0d4175@primarylaptop.localdomain> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 =?UTF-8?Q?Flor=C3=A9al?= an 230 de la =?UTF-8?Q?R=C3=A9volution?= 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: Thu, 28 Apr 2022 23:35:34 +0200 In-Reply-To: <20220423215449.6a0d4175@primarylaptop.localdomain> (Denis Carikli's message of "Sat, 23 Apr 2022 21:54:49 +0200") Message-ID: <878rroc2mx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651181771; 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=LBwvPbK9YPbmGfAjJyEJRjw/ZlN1duYQu8/WemT6/j0=; b=cyemr/e9fWOcFqmnybaObIeYfToIqjlUBenzZXN9vbI4IaoMdZS0w8NTAbs2xxExoBcF6Y aK+nL75etXwj4tKkYzZpP4bTC/urGCz57cRDXvZeEwkO4yRNhWvHRd56sOgrs5jWVzs/br uCj5F1AG8Fj+XjNKkyYacYRgtZGkPEJU6jbNqGJWlZ8cY4UTZQ2wlCJPSWbdn4UVkS7geH zIMKwHtYL6K4LYxZEZl2i9ZfPca/GbiRdPwcTSdF1W6MrBm+cnRqV5pxJM6Bi0LNc7mZu0 d+LijYEHOEQDp0c0tnhYPm23bhxEioVH5rS2IuHwGe5brKFEoJpEuAo2LLsvMg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651181771; a=rsa-sha256; cv=none; b=o7jvGUoHoliE+Wzcs4mxgR/o/wNcOrzqvN8ZFzl5noEd5TMhL91dnKEum4Vm71wq2Uu8fG 8faDetm6Xmxw165ljoLZHxSiHW6E3oCTCSPjVfebxxNStmLJd/iptwn4eHsPfW2Xnrg5LA SJeSBdratlBuPcQ9XZCiCPTjWwhaL1+ZJPqV5ZFR6jmjEFFx0NOxiVtTLfTsEQLqLJalHy qrlxhZHOTSaqL2PiTiFV7Ohhu473h8bBMSU5GnoV0XlqurY66MhzRKDBdIyErsZVFHNqdv BEJ/IP6qsAoZhoyvSg681IDs7O6gpec7vgBulSEMXpz+LRCi9/QKc77R9zOHHA== 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=BgM8MPgH; 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: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BgM8MPgH; 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: ADE642E0EC X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: zS/PK5GAw8of Hi, Denis 'GNUtoo' Carikli skribis: > On Wed, 16 Feb 2022 14:53:53 +0100 > Ludovic Court=C3=A8s wrote: > >> Did the problem sort itself? > I think so. Beside gdm that started to really depend on rust, all the > other packages I mentioned now build fine. > > Should I send a mail to close the bug? Doing it right now. :-) Thanks! Ludo=E2=80=99.