From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 CK2mCNqsuWTFJAEASxT56A (envelope-from ) for ; Thu, 20 Jul 2023 23:53:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8FegCNqsuWR9FgEAauVa8A (envelope-from ) for ; Thu, 20 Jul 2023 23:53:30 +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 95FDE5A499 for ; Thu, 20 Jul 2023 23:53:29 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NULIuNCZ; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-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=1689890010; 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=cYcVFpWyDdszlV3Ul1lj2xYK5bjOZaUPX+XPVPQJq5M=; b=U2pnfXFJ0U8MFjZIjGzLe0f3xmpB2TZAviOJj+0ATtjEt/JviXDB8jFmf1MyY1dbJYgCw8 eezw3BqK394g60lnd5ebNxVUOk/IzRuHLpJt/8YOdjYuNo5aeNGb5XwvGzmDMyYfAWy9DH rid+5Ff/B+H8EQ/EXLz14eCpeohQ2nD3ZZx50/U4Q7Rru1d/QELEjpUnJwEyuTi8RqmKke ePr9CpEDgfyx1MHvPpaYxeM1SP2ausNKVsEKfJKhPygtYKZAjM7+rMY5a5JJHDW+xFzmhx sQS7rVsTzulpY/ZwLMaXZNKo87EMs+ELczl29NI125AGRiTAnXSNFEaB+ZYFQw== 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=NULIuNCZ; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689890010; a=rsa-sha256; cv=none; b=uV4Os+zbDZdRR7xRHV0Q7xyTbNWqK02Rq5jETz8v4CXVQyjcVNxJNxCJ3P0FkgmbZ+Dcyc WCG7ZmbRn2qPkz9ov7c1edZNCwYEy1MbElOvXkhBI7LUG7M4S1Ubbbt1hBUjLbUR2on6+f Pai0Au0GUIMX4vGGGJMXB2O6/j1eKwdn4qY1kg+BL9avVEBuB2i1MfJcnrZ9reksTLnK0J Zdy7521gTMnwDhyrlymsCmlUx8GX8D+hdMGs37jdPtiysqqkIxtKbXKpCwJJ4tKbbjG5zm Tzd9rAOm3C4AfqjOpMybsAKlHDC1IjRWIibD0YUiCnvk2hfyUqycaN2o/+byXQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qMba3-0003xu-UL; Thu, 20 Jul 2023 17:53:03 -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 1qMba3-0003xm-1N for bug-guix@gnu.org; Thu, 20 Jul 2023 17:53:03 -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 1qMba2-0001KH-Py for bug-guix@gnu.org; Thu, 20 Jul 2023 17:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qMba2-0002VT-C8 for bug-guix@gnu.org; Thu, 20 Jul 2023 17:53:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#64745: [guix-past] channel derivation broken after recent u-boot update Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 20 Jul 2023 21:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64745 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 64745@debbugs.gnu.org Received: via spool by 64745-submit@debbugs.gnu.org id=B64745.16898899809628 (code B ref 64745); Thu, 20 Jul 2023 21:53:02 +0000 Received: (at 64745) by debbugs.gnu.org; 20 Jul 2023 21:53:00 +0000 Received: from localhost ([127.0.0.1]:60131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMbZz-0002VD-VE for submit@debbugs.gnu.org; Thu, 20 Jul 2023 17:53:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qMbZu-0002Ux-UB for 64745@debbugs.gnu.org; Thu, 20 Jul 2023 17:52:58 -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 1qMbZp-0001Im-EY; Thu, 20 Jul 2023 17:52:49 -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=cYcVFpWyDdszlV3Ul1lj2xYK5bjOZaUPX+XPVPQJq5M=; b=NULIuNCZFtp5BD4NSf78 2dX6WDoX9RIkva8WG1z/WTaD1G+5bs8o6Y8upa3PGAERpOPeBmZZEWmQdmLABaPThZY0NfPZFRoj7 932xJy5MrzMZWmTUehNq5QibBvKJn1nDHLfV9xpB+x326CSm63VZyR5OyHIe0WgxYLYCovdql5H0N pwp6b1iKHsaZQ1z/BnHK5VeaV1CkgVC3+I4xiAWAxSpCcWWSQeMQwmGAkDR5bdmWoO9BHnlzQu0Kj HPM9dYuW7m9XQJ3krlTl2I35TO17jFRKIc2V3cOeK0rYof3QHEPCawGF3nAa211/j6hTVNrItcbjk nztIaP8D0hRHPg==; Received: from 2a02-a462-da03-1-aeb0-2f5e-e96a-dccb.fixed6.kpn.net ([2a02:a462:da03:1:aeb0:2f5e:e96a:dccb] 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 1qMbZp-0004ew-1R; Thu, 20 Jul 2023 17:52:49 -0400 From: Janneke Nieuwenhuizen Organization: AvatarAcademy.nl References: <87lefalf91.fsf@gmail.com> <87r0p2tqh4.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Thu, 20 Jul 2023 23:52:44 +0200 In-Reply-To: <87r0p2tqh4.fsf@gnu.org> (Janneke Nieuwenhuizen's message of "Thu, 20 Jul 2023 19:58:15 +0200") Message-ID: <87ilaetfmb.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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.85 X-Migadu-Queue-Id: 95FDE5A499 X-Migadu-Spam-Score: -6.85 X-Migadu-Scanner: mx0.migadu.com X-TUID: 6Ekupy53zKm2 Janneke Nieuwenhuizen writes: Hello again, >> It appears that the Guix-Past channel now fails to build like so: [..] >> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (v= alue (crust-pine64-plus)) (value #f)) [..] >> I suspect it's caused by the commit >> ed5dc3a25d858a394bb7db937a51d866c3cdc6ed ("gnu: u-boot: Add crust >> firmware to pinebook, pine64_plus and pine64-lts."), although I don't >> understand why. > > I've hit a simimilar problem when attempting to build guix > (./pre-inst-env guix build guix for x86_64) on hurd-team. > > [ 39%] GUILEC gnu/packages/fsf.go > [ 39%] GUILEC gnu/packages/ftp.go > [ 39%] GUILEC gnu/packages/fribidi.go > [ 39%] GUILEC gnu/packages/fvwm.go > Compiling Scheme modules... > [ 39%] LOAD gnu/packages/game-development.scm > ice-9/eval.scm:293:34: error: crust-pine64-plus: unbound variable > hint: Did you forget a `use-modules' form? > > The hurd-team branch has (two) `make update-guix-package' commits > because it has guix build fixes for the hurd. As discussed on IRC, I can confirm ed5dc3a25d858a394bb7db937a51d866c3cdc6ed= =20 is causing this for me. When I revert it before `make update-guix-package', then the build phase of `./pre-inst-env guix build guix (x86_64) succeeds. Completely unrelated but sadly, the check phase fails --8<---------------cut here---------------start------------->8--- FAIL: tests/packages.scm FAIL: tests/store-roots.scm FAIL: tests/texlive.scm --8<---------------cut here---------------end--------------->8--- so I'm skipping those patches for now on hurd-team. Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com