From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wOBdGqZUT2KlkQAAgWs5BA (envelope-from ) for ; Thu, 07 Apr 2022 23:16:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 8HapF6ZUT2LICQEA9RJhRA (envelope-from ) for ; Thu, 07 Apr 2022 23:16:22 +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 DC63944349 for ; Thu, 7 Apr 2022 23:16:21 +0200 (CEST) Received: from localhost ([::1]:44732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ncZUL-0002AK-4e for larch@yhetil.org; Thu, 07 Apr 2022 17:16:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncZU5-00029M-Fi for guix-patches@gnu.org; Thu, 07 Apr 2022 17:16:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ncZU5-0002Ac-7F for guix-patches@gnu.org; Thu, 07 Apr 2022 17:16:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ncZU4-0006Oq-3S for guix-patches@gnu.org; Thu, 07 Apr 2022 17:16:04 -0400 Subject: bug#36322: [PATCH 0/4] [core-updates] Fix cross-compiling bootstrap tarballs Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 07 Apr 2022 21:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 36322 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 36322-close@debbugs.gnu.org Mail-Followup-To: 36322@debbugs.gnu.org, marius@gnu.org, mbakke@fastmail.com Received: via spool by 36322-done@debbugs.gnu.org id=D36322.164936613624547 (code D ref 36322); Thu, 07 Apr 2022 21:16:02 +0000 Received: (at 36322-close) by debbugs.gnu.org; 7 Apr 2022 21:15:36 +0000 Received: from localhost ([127.0.0.1]:33544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncZTb-0006Nq-RE for submit@debbugs.gnu.org; Thu, 07 Apr 2022 17:15:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncZTa-0006Ne-Da for 36322-close@debbugs.gnu.org; Thu, 07 Apr 2022 17:15:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncZTU-00027Y-Vi; Thu, 07 Apr 2022 17:15:29 -0400 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=RQc7n1ruEQQPPm4jWVivUGP9mLLC/qmGWcip9di4OiM=; b=IoDyN+mHWuLOFzxXevLQ OCur2rNas/PgdWYGaHJ1zKJVRc8gplLksyQMasb/ezQKXr2ttgFzTjBma01s20EfpATeBN3eyboPe MiX0ZhQYis8+bbuYVvjBl+snu/UIiCr9eIPDUkQTL/r/1bd38fk7DIiZg8CJ+sV09Dwg5dLo7cwMR SP90C80fohFGoTAc5D1FzjRKdgScsqh+0mZ6RzNpVkMA80C5INIWWLoSyjOWyZatIDybzAuT2jvcR 3cCw+5Ik11cNXBbI6HnVt+tCiu3XMV5aDkCoFIs49VEv2sHqKA5sXzA8VBGSOPY1LPA6g/oBzlapN smDVFwU8GSzAEQ==; Received: from host-37-191-236-102.lynet.no ([37.191.236.102]:40156 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncZTE-0001Bl-ST; Thu, 07 Apr 2022 17:15:27 -0400 From: Marius Bakke In-Reply-To: <86lewh1179.fsf@gmail.com> References: <20190621122411.17847-1-mbakke@fastmail.com> <86lewh1179.fsf@gmail.com> Date: Thu, 07 Apr 2022 23:15:10 +0200 Message-ID: <87bkxcioip.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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=1649366182; 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=RQc7n1ruEQQPPm4jWVivUGP9mLLC/qmGWcip9di4OiM=; b=ksyzbju5aMrDk5qhhquaL0SOt7Kcthj/9ZCnd5ooxnhZN+hky5auDAoyo6UkeYfbPtnukA lbjap6+4wUUXJr57sEcLfeKBxhe/5CpG8a7jc3rPyvtShQFbjP9xV73u1nrkXTDEiBrBf9 sKRGMThcW7Bndw3c0f61HmbL/E3ardXoHGXxelXWWxSvoY6uTWGXtVkPwuZVxe7CT8TYAl Kq5S19991syjnQl2xUtCE2pILgspHibYuF/wt91daf2fkE+/TTyka9MX5pKL0OcVDepXz6 ILoWouQdWVaybQs/m21l6Xpo/5rNOMHv/K3e1RuMiT9COl6luOUkNPIgV89PTg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649366182; a=rsa-sha256; cv=none; b=IxQZsMQQfrsNHWuVVLVMTaxHBQk7++jtSh62AMRCbSFuF5pLEgTLS1HSZgJ1M4FjPw5aj+ haNGItZOMmfMsLN3+J+k7hxAUij9zf/T5O+2tA6EhQC4of73f+lxWrnkO7ZqUgkAqh9w99 ERjxXuEU/xt57WqHmfM/D43z8A4GkqmvkZP06p/1YV2TjjGx+nVrUWX7T1HuiFsDAW4IRR Ll1iqv3YW0aOX1mMK7loZsccHwFUecDSYlvJ2VvVoMT0hRhKO5C3NpvPA1TMWVOSX1XJwU GAI9LZo1XUzuYFTiRB0PyDWn4t1Tszfm7XBGBCBz+1hNmQD6mxeFEJwWew2BIA== 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=IoDyN+mH; 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: -6.06 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IoDyN+mH; 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: DC63944349 X-Spam-Score: -6.06 X-Migadu-Scanner: scn1.migadu.com X-TUID: UuaAONVBSKI1 --=-=-= Content-Type: text/plain zimoun skriver: > Hi Marius, > > What is the status of this patch series [1]? > > 1: [...] >> Marius Bakke (4): >> gnu: make-bootstrap: Remove obsolete header file. >> gnu: make-bootstrap: Restore cross-compilation workarounds. >> gnu: make-bootstrap: Adjust for GCC 7. >> gnu: bootstrap-tarballs: Don't include the native mes when >> cross-compiling. >> >> gnu/packages/make-bootstrap.scm | 64 ++++++++++++++++++++++++--------- >> guix/build/make-bootstrap.scm | 1 - >> 2 files changed, 47 insertions(+), 18 deletions(-) This series is long obsolete, closing! Thanks for the reminder. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYk9UXg8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHe0IwEA/loeQr139ZvbvQUzzMP9WLQxl/7A3b9qgp0G ki7AeegBAJXKxZ7OfSD6NpcfzucpEExFwzmx9j3+TUtDZh1DPf8K =2nSS -----END PGP SIGNATURE----- --=-=-=--