From unknown Sat Jun 21 10:34:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#78349 <78349@debbugs.gnu.org> To: bug#78349 <78349@debbugs.gnu.org> Subject: Status: [PATCH hurd-team] Allow for a crossbuilt gnumach. Reply-To: bug#78349 <78349@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:34:15 +0000 retitle 78349 [PATCH hurd-team] Allow for a crossbuilt gnumach. reassign 78349 guix-patches submitter 78349 yelninei@tutamail.com severity 78349 normal tag 78349 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 10 04:44:54 2025 Received: (at submit) by debbugs.gnu.org; 10 May 2025 08:44:55 +0000 Received: from localhost ([127.0.0.1]:43607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDfpG-0002We-HO for submit@debbugs.gnu.org; Sat, 10 May 2025 04:44:54 -0400 Received: from lists.gnu.org ([2001:470:142::17]:32858) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDfpB-0002WH-PP for submit@debbugs.gnu.org; Sat, 10 May 2025 04:44:52 -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 1uDfp3-0005d9-AT for guix-patches@gnu.org; Sat, 10 May 2025 04:44:42 -0400 Received: from mail.w13.tutanota.de ([185.205.69.213]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDfp0-0004wj-Pi for guix-patches@gnu.org; Sat, 10 May 2025 04:44:40 -0400 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id F26DE85E506E for ; Sat, 10 May 2025 10:44:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1746866676; s=s1; d=tutamail.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=skcb6ah7rZofvlUHJsfjRnYvkS9O1X0kGk2mKwCkYoo=; b=XhLH1kwED45jobT2iZrHWP5mQK0CY+QOf9wFHA0T3flm6KyX18cdwYvMxguopA69 3rMozAla0MRfoMD4W8Arb0Pc3EfhclCXBLhBZv6aQR1VuXLy3yk0Ub1igRvazM3RLpV aDoLZa8vIkbtXtzJdhDLkwe+CPEFVqZdfdnEj8neYbU4Vyvpg3GKd9BJ3FYHQnumb/r DO/t8sH78NYzHCD+JiWgq3RU0GI8WinK+CFnleuL5G28TzkVd3erB3X+cN0TIg9H5rI 0abvox6oukGFg0rMVZwArsFiuY8AtQDHwRCqdjJlqNQoXAyhXevIpDQjZ89GIRMHHkf fwPJV8lC5Q== Date: Sat, 10 May 2025 10:44:36 +0200 (CEST) From: yelninei@tutamail.com To: guix-patches@gnu.org Message-ID: Subject: [PATCH hurd-team] Allow for a crossbuilt gnumach. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_312415_116140860.1746866676987" Received-SPF: pass client-ip=185.205.69.213; envelope-from=yelninei@tutamail.com; helo=mail.w13.tutanota.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Janneke Nieuwenhuizen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) ------=_Part_312415_116140860.1746866676987 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, While building a childhurd for core-packages-team I noticed that gnumach is currently build with the i686-linux toolchain rather than the i586-pc-gnu cross toolchain with a comment that a cross-built mach has issues. As I wanted to avoid bootstrapping a second toolchain I tried a to cross-build one and found no issues. I then tried this is also on master with both i586-pc-gnu and x86_64-pc-gnu and have not noticed something (yet?) that indicates that mach is broken, the system boots and I was able to talk to the guix-daemon. I marked the target as a [hurd-team] branch in case there is need for some more testing. ------=_Part_312415_116140860.1746866676987 Content-Type: text/x-patch; charset=us-ascii; name=0001-system-hurd-Use-the-regular-gnumach-as-default-kerne.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-system-hurd-Use-the-regular-gnumach-as-default-kerne.patch >From 1ca15aadf75a46467038deaecf801018b8aa2a39 Mon Sep 17 00:00:00 2001 Message-ID: <1ca15aadf75a46467038deaecf801018b8aa2a39.1746864636.git.yelninei@tutamail.com> From: Yelninei Date: Fri, 9 May 2025 18:26:54 +0000 Subject: [PATCH 1/2] system: hurd: Use the regular gnumach as default kernel. * gnu/system/hurd.scm (%hurd-default-operating-system-kernel, %hurd64-default-operating-system-kernel): Set to gnumach. Change-Id: I7d5515c95e2994e2f0c4ae3a43afe4e6575a53ed --- gnu/system/hurd.scm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index c9df366f24..1436f7b52c 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -64,20 +64,10 @@ (define-module (gnu system hurd) ;;; Code: (define %hurd-default-operating-system-kernel - (if (system-hurd?) - gnumach - ;; A cross-built GNUmach does not work - (with-parameters ((%current-system "i686-linux") - (%current-target-system #f)) - gnumach))) + gnumach) (define %hurd64-default-operating-system-kernel - (if (system-hurd?) - gnumach - ;; A cross-built GNUmach does not work - (with-parameters ((%current-system "x86_64-linux") - (%current-target-system #f)) - gnumach))) + %hurd-default-operating-system-kernel) (define %base-packages/hurd ;; Note: the Shepherd comes before the Hurd, not just because its duty is to base-commit: 43de5db0af03f118c10cef43dc3966ff8eabec0e -- 2.49.0 ------=_Part_312415_116140860.1746866676987-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 24 03:19:19 2025 Received: (at submit) by debbugs.gnu.org; 24 May 2025 07:19:19 +0000 Received: from localhost ([127.0.0.1]:56125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uIjA6-0004ll-JL for submit@debbugs.gnu.org; Sat, 24 May 2025 03:19:19 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46756) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uIjA3-0004lG-Ko for submit@debbugs.gnu.org; Sat, 24 May 2025 03:19:16 -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 1uIj9y-0007KC-3Z for guix-patches@gnu.org; Sat, 24 May 2025 03:19:10 -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 1uIj9x-0006Aq-CG; Sat, 24 May 2025 03:19:09 -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=ovOsxRjuc/9Dieq3Thhb9ZrptVJAs7Hq1KLN/xeneZ8=; b=MsO1gDHxchx5qCK8c88H G5ARVZO2/gSRz7dzg8pSRfNRPo5KYimyg/LLpBKlCVWUDi5vmVvd57xR8JJCrO0TzZPJZ5hI7XfKJ wFp5dpo2Am+08HwLX3JEPaAn2Z+LqO1AWJ/H1Dl51oZFnMmRnczCY7bKmSju6B66nAsFvEXaQeZcr gGybnkuCI99kR8w8xO6qaAuTHXs115TmmgLyVDDcPcIWUkXSf7POF5bdwdoS+JrnMZLLR4u52Q5tb jhqGzfkv/asuMJPd0Ws66z1asaJAPUO7i3W7fc4IfAruS6NaeEKB4oMK81bCzrsMmL7+D3QYcChUy C+J31af9GB9vDQ==; From: Janneke Nieuwenhuizen To: yelninei@tutamail.com Subject: Re: [PATCH hurd-team] Allow for a crossbuilt gnumach. In-Reply-To: (yelninei@tutamail.com's message of "Sat, 10 May 2025 10:44:36 +0200 (CEST)") Organization: AvatarAcademy.nl References: X-Url: http://AvatarAcademy.nl Date: Sat, 24 May 2025 09:19:07 +0200 Message-ID: <87zff2qxw4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, > While building a childhurd for core-packages-team I noticed that > gnumach is currently build with the i686-linux toolchain rather than > the i586-pc-gnu cross toolchain with a comment that a cross-built mach > has issues. As I wanted to avoid bootstrapping a second toolchain I > tried a to cross-build one and found no issues. Okay, that makes sense. It also makes for the removal of a quirk, so that's nice. > I then tried this is also on master with both i586-pc-gnu and > x86_64-pc-gnu and have not noticed something (yet?) that indicates > that mach is broken, the system boots and I was able to talk to the > guix-daemon. Good. > I marked the target as a [hurd-team] branch in case there is need for > some more testing. It works for me, so apparently a long standing cross build problem has been fixed. Pushed to master as 8f852885de485098812450711e81c1f446d3acb6 Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com From debbugs-submit-bounces@debbugs.gnu.org Sat May 24 11:09:42 2025 Received: (at 78349-done) by debbugs.gnu.org; 24 May 2025 15:09:42 +0000 Received: from localhost ([127.0.0.1]:33598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uIqVJ-0002Kq-DY for submit@debbugs.gnu.org; Sat, 24 May 2025 11:09:42 -0400 Received: from mail.w13.tutanota.de ([185.205.69.213]:33072) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uIqVB-0002IR-Lk for 78349-done@debbugs.gnu.org; Sat, 24 May 2025 11:09:35 -0400 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id 3C4948C6E3E2 for <78349-done@debbugs.gnu.org>; Sat, 24 May 2025 17:08:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1748099337; s=s1; d=tutamail.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=N8vvT09116UQhRR1Is4Q8T4nvWBXL1xFJ+LgAwK4Z1o=; b=zboUrFznVymDLumP8ZGZQAFX9foHUq1Jq59i6Bf1NxzWw/VRc6OdtUxt6XpSypi8 V3naSP7CqZrtIQajLSEt5Oe3n9vjgbJGdhf3Vew7bW9IUQ12y9ZzDX495uVU3HQM1a9 lVVKZRjQOHT8m72rVEjMQos3eihwsHQqfa5Oz9SvqKESaQHubmEWCEFQn9ZUdtKXGve vdsOWgeO3mns2vvaloGwoCnpF3Wsfm2rQ+d/fIb6s3IXIC/Ettl0MY9qybibEX2Gmyb 05nD5AfElTPAXrrSxWMsLdLWAgLJEA8o3I6Y8lMaO0qm3WaYaaGPW0Bv03Nvdwa887o lopXcOUrVw== Date: Sat, 24 May 2025 17:08:57 +0200 (GMT+02:00) From: yelninei@tutamail.com To: 78349-done@debbugs.gnu.org, 78513-done@debbugs.gnu.org, 78351-done@debbugs.gnu.org, 78471-done@debbugs.gnu.org Message-ID: Subject: Closing Issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78349-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) All patches are applied, cleaning up the issues.