From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0DSJHAEDt2TmIgEASxT56A (envelope-from ) for ; Tue, 18 Jul 2023 23:24:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gDyCGwEDt2RSegEAG6o9tA (envelope-from ) for ; Tue, 18 Jul 2023 23:24:17 +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 2748E4E569 for ; Tue, 18 Jul 2023 23:24:17 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=PsZB+Lpf; 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=1689715457; 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-cc: 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=bqdt/rlyj9C5jYLfGMBs9YHHsDxdTI16u4cB5U8aMtw=; b=ldnlXF3KlsxNu27wWmjxzbYqSga944fErHWg3Fu9QBloHJNa1A4Z1sc6u1UZkVjKaRAFTm o4uAUIhhyA2RSyKV8gyA8g1Mp/hgJGWNN9/sY00y4TQ9WNoncameZXzhcNNDMGrgLj3vET pdccQ+OMFooU5E+i3kbVQJ/7bTwZUJ7OLw17i9x7WaIoDbsocw0u4SrrsdPhKZ53b9mggn //nM7EnVm/O84gQzAnbPEzeDEank95wBH3JnL5+KOfZYuyU0cp8JYDcPOQUTXN0N1lFX80 c5YNFSRe/MwsKp0M6pw3ASsjZl+21woih1ELGarOJ0rE7DkYQC4YmAuD+ZQy1A== 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=PsZB+Lpf; 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-Seal: i=1; s=key1; d=yhetil.org; t=1689715457; a=rsa-sha256; cv=none; b=inONbuQvyju6DNWfoOJuR0kxGkVkPWT91QkAbjBlPAtAK7fCKPB9ku79S1pKOpMrCLDCaH oylgUCAQfwRt06w0E6PhRoG8JNtJZRdR+9njuw4By6+FkQkJy0lh1Nua06Vz+sSzpyt7DI imjchlghe5kdKsz8EL+0UO/Ye7/mH+nhUW+lTNxh4iuGKU7fH44IVVHtW/uo1ZxtgiZ1+R BvdNcE0pwJ/FURbf3DP296V2ARMGL1lN0+vNaScnaQOV1Lbn2zYPLyXQIO+QWp78PXpRRi 8lBv1uWKoBN9z4Inb3qgO63YFT9metd04A8Gu1HzkmAnRmkEb2eB6MANHSJfdA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLsAu-0005qh-Mn; Tue, 18 Jul 2023 17:24: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 1qLsAs-0005qV-OQ for guix-patches@gnu.org; Tue, 18 Jul 2023 17:24:02 -0400 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 1qLsAs-0008Mt-Cg for guix-patches@gnu.org; Tue, 18 Jul 2023 17:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qLsAs-0005pI-8b for guix-patches@gnu.org; Tue, 18 Jul 2023 17:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64708] [PATCH 0/8] Fix cross build and native build for the Hurd. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 18 Jul 2023 21:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64708 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Janneke Nieuwenhuizen Cc: 64708@debbugs.gnu.org Received: via spool by 64708-submit@debbugs.gnu.org id=B64708.168971542122367 (code B ref 64708); Tue, 18 Jul 2023 21:24:02 +0000 Received: (at 64708) by debbugs.gnu.org; 18 Jul 2023 21:23:41 +0000 Received: from localhost ([127.0.0.1]:54477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLsAW-0005oh-Qj for submit@debbugs.gnu.org; Tue, 18 Jul 2023 17:23:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLsAU-0005oS-Fg for 64708@debbugs.gnu.org; Tue, 18 Jul 2023 17:23:39 -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 1qLsAP-0008IE-63; Tue, 18 Jul 2023 17:23:33 -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=bqdt/rlyj9C5jYLfGMBs9YHHsDxdTI16u4cB5U8aMtw=; b=PsZB+Lpfgf+PT0W71dTT lCn8Od+xNQ8dn6ihR5TY0swnavcUXnYuoM3AqeknoJFhzFO+i4AfhpHIIk4zg1DEr/fYz1ygX1HiN Yxe6BHYGPu6FLPGOpI6Kf7aRWc8kvGE2G0/ehx4H/0rS7qelAPl+Z66z7/zimQGs7zEhIhCdb3I48 vI8fisbJfwepaSjCY1I3CZ/o9iMTIxujouXbRMEYM18czkkQvsIFc/8hIJ4UQzrslxhlYXuSWTeKi MvoSntqe6z3efQAene/SKGcWPgs4NTQJwOtbBSU2Cy4n8huDOfJvyZjwQ97gGmKjslePdMYMejBq2 r+23JlZAAPoELw==; 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 1qLsAO-0000Vx-Pq; Tue, 18 Jul 2023 17:23:32 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 18 Jul 2023 23:23:30 +0200 In-Reply-To: (Janneke Nieuwenhuizen's message of "Tue, 18 Jul 2023 15:11:52 +0200") Message-ID: <87wmywewx9.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 X-Spam-Score: -5.35 X-Migadu-Queue-Id: 2748E4E569 X-Migadu-Spam-Score: -5.35 X-Migadu-Scanner: mx0.migadu.com X-TUID: yBAf2vHgTA4P Hi, Janneke Nieuwenhuizen skribis: > So...updating mig using git-fetch created a circular dependency because > mig-boot0 re-used mig's source, and we cannot use git in commencement. > > This patch series now uses a hack by Ludo (thanks!) as suggested on IRC > to not directly use > generated cgit tarballs from savannah. > > The versions of gnumach-headers-boot0, mig-boot0, and hurd-headers-boot0 = are > updated so that native builds work again. Because upstream does not prod= uce > release tarballs we now also need autoconf and automake in commencement. I sent minor suggestions, but overall LGTM! As of 4e11cac6be68a674c16965dc74e7da54cd3168df, we have cross-compilation to i586-pc-gnu working again. After this series, we should still have that + =E2=80=98-s i586-gnu=E2=80=99 (native compilation)= working (modulo test failures fixed by , of course). I haven=E2=80=99t checked whether this is the case but that=E2=80= =99s the idea, right? :-) Thanks again for this! Ludo=E2=80=99.