From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SPtHGtiZiWT6IgEASxT56A (envelope-from ) for ; Wed, 14 Jun 2023 12:43:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id IJ6qGdiZiWQkEwEAauVa8A (envelope-from ) for ; Wed, 14 Jun 2023 12:43:36 +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 3137BA24F for ; Wed, 14 Jun 2023 12:43:31 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q9NpF-00008c-2B; Wed, 14 Jun 2023 06:34: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 1q9NpD-000082-0Q for guix-patches@gnu.org; Wed, 14 Jun 2023 06:34: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 1q9NpC-00042e-OI for guix-patches@gnu.org; Wed, 14 Jun 2023 06:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q9NpC-0005NE-Ja for guix-patches@gnu.org; Wed, 14 Jun 2023 06:34:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63641] [PATCH 0/8] Add libc specific to Hurd and update components Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Jun 2023 10:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63641 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Josselin Poiret , 63641@debbugs.gnu.org Received: via spool by 63641-submit@debbugs.gnu.org id=B63641.168673882520621 (code B ref 63641); Wed, 14 Jun 2023 10:34:02 +0000 Received: (at 63641) by debbugs.gnu.org; 14 Jun 2023 10:33:45 +0000 Received: from localhost ([127.0.0.1]:43787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9Nof-0005ME-RT for submit@debbugs.gnu.org; Wed, 14 Jun 2023 06:33:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q9Noc-0005Ly-Ri for 63641@debbugs.gnu.org; Wed, 14 Jun 2023 06:33:27 -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 1q9NoX-0003sw-7M; Wed, 14 Jun 2023 06:33:21 -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=Fpz9jRA7EyWWHfX7rVUIY8E6SQb6X2RRMXocjNbvMuA=; b=D6mvUrzxs5qugbx1O6vT G4nijHJq8wcZoPCkKk5bHj96bDPQW8mycNVO8P54bab6n9t0haei3sSH4CVdSzcuM7+RkBbrB/xmS /CQnTivPpfboIwnry2mFLJzOGaBUMsZqaS+TAhsKl5fB5yh43NWOjfMHvv6hWMIK0p08Coy6z1s/1 6YSw5QEZxQIao0ccWTTCWV/qPc0J1kQqaIlSxwCmaGxWssWtChWAZT3zeDigAYA/O6wyrVr/58CJG ZB3uDsuuzo8xhnQ7ffS0StND+6pRjPHpWpWrVDCv4z6uc433PIeV+f/8tGsgjwzPhWrGfFPGV3qi5 Entb4+Dgsu6kaQ==; Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net ([2a02:a462:da03:1:2701:7f81:a736:4607] helo=drakenpad.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q9NoW-0002Pg-Qn; Wed, 14 Jun 2023 06:33:21 -0400 From: Janneke Nieuwenhuizen Organization: AvatarAcademy.nl References: <87jzx07lmr.fsf@jpoiret.xyz> <37e9697f42aecfb83757989f8172beba8faf32ab.1684748476.git.dev@jpoiret.xyz> <87y1l2moh1.fsf@gnu.org> <87a5xa1i7a.fsf@gnu.org> <87zg52s87i.fsf_-_@gnu.org> X-Url: http://AvatarAcademy.nl Date: Wed, 14 Jun 2023 12:33:16 +0200 In-Reply-To: <87zg52s87i.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Wed, 14 Jun 2023 11:29:21 +0200") Message-ID: <87a5x2z637.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-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1686739411; 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=Fpz9jRA7EyWWHfX7rVUIY8E6SQb6X2RRMXocjNbvMuA=; b=H+uKSEa9Hae2e4yvewxMpMPZzHcbYSUqjm5FvbUtSq6EJ9y5j8msWDkLLfr2HDNLUVpRza EFMxiyaAUNpJSc9tiFhX7r/3vRWkN/Re0JYfhvktbbKyJqvTkt1SJX9yPu8+iStV0H8B9K CAiNM4eZuxzMSgWBMGMbdIkzUfpS+bKX1Ad7iQOw66q0lMeZZ2ZRB/4kA5ZhJBYcyYYjrU KB1TS0X3sw6PjombxaWDxAIdq8GBMS/0lRxPhO0AJQzCBna8lynUq7nwa9gM00zLBmEOEg g9wb/pkJP3AqC4Ag0gIFWvcEYMZCnVpNnUhvz7GI8hR0Kf5fSgIfqZd1WTTsag== 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=D6mvUrzx; 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-Seal: i=1; s=key1; d=yhetil.org; t=1686739411; a=rsa-sha256; cv=none; b=J7q3GATkQ4Yir2ZysW8pbQW8ylLWYMS61vOsxkKvHM83soRWIOKAFXVfsU2HeE8ZQKoMEk mT+reZexvHrdxm41VebUkIKzpKJo8kEZeZdjDOAXU5FAoYdjlUXOfwrAZqmpeb3uIKzrYo B49T3wJ+rCBMACZu9F3ARMvZAgPJki+1Ghr7TD1xWCXmVAyMoLB6je8SuKKU5BjT7MiZV+ lohp42ougPqE/ki6KBfVILLwAIzB7q6cYwimhZa0cyblM9/S7xvgOIj2x00gk+iwS0Z6D/ 4bj6JXKBowbAKJpgQGeSMFtEQsheLRidnF9j/bMO1XOiEPbS5nnkN++xzq6kBg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.63 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=D6mvUrzx; 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: 3137BA24F X-Spam-Score: -2.63 X-TUID: Me7pnlbS8xjP Ludovic Court=C3=A8s writes: Hello Ludo, Josselin, >>> As discussed on IRC, I found that we're still building glibc-2.35 during >>> commencement. I overlooked that this recent patch of yours made these >>> changes in commencement, so I already made patches for this (attached). >> >> Even with these patches (on wip-hurd now), gcc-toolchain still depends >> on glibc-2.35 for offload builds, as you can see when doing >> >> ./pre-inst-env guix build --system=3Di568-gnu -d gcc-toolchain >> >> from GNU/Linux. When running this same build in a childhurd, the >> glibc-2.35 dependency is gone. Note that gcc-final, i.e. >> >> ./pre-inst-env guix build --system=3Di568-gnu -d \ >> -e '(@@ (gnu packages commencement) gcc-final)' >> >> does not depend ond glibc-2.35, but both glibc-final and >> glibc-final-with-bootstrap-bash build 2.35 when using --system. > > Turns out that this was because =E2=80=98%final-inputs=E2=80=99 now also = needs to be > parameterized by system type so it returns the right =E2=80=98glibc-final= =E2=80=99 > package. Patch below. > > Josselin, Janneke: could you squash this with the original > =E2=80=98libc-for-target=E2=80=99 patch? > > (Eventually we should update callers of =E2=80=98standard-packages=E2=80= =99 so they pass > the =E2=80=98system=E2=80=99 argument.) Beautiful, thanks! As libc-for-target is Josselin's patch, I kept it as a separate "squash! ..." commit right now, adding a changelog message https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dwip-hurd&id=3D1d= 3b66230f7d5730ce50b654f4b3a83cc28859e7 and put it on top of of my earlier "squash! ..." commit for the libc-for-target patch https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dwip-hurd&id=3D81= 455d49bac2c8cf3f0f1663773a95b22e6ebc7d for easier reading/revieving by Josselin, and squashing should be trivial. I have reset the "wip-hurd" branch, and as discussed on IRC plan to would like to rename it to "hurd-team", possibly later today. In other news, I have built all dependencies needed for `guix' natively using (the previous) "wip-hurd" branch. Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com