From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id eFZqHBdL0mUArAAA62LTzQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 19:23:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id eFZqHBdL0mUArAAA62LTzQ (envelope-from ) for ; Sun, 18 Feb 2024 19:23:19 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=AHJukmCh; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708280599; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=meB+MaBt9y3mgiFy5fmasAXJufeN0MG3Ba9/NRnDaoI=; b=jwRnhOImRIrromZcHQi/ap8/XOiE2TELOjc6yGDrEYm3cz9qqIGs26zhJwlrU4mBt+YvHq 25NCWtcLHOE8bgQU9daRjZ1WNMbUfW9DgP3Mpp+ttlJAwPXmT8V0GNeAu6WpqDQ/fobgUR 4Bot/vHBgN7So1nDtBzNt3AHOm0zQfdB9Jtgdm9bFKNxWoIHSfwt0y27rynX+gyXENTqeY nvM1cnmBHK8Z3oWHOqILCcPIq3mLJssCHpUL6zA5FQbYBQ6rX1gCQQ5LGsvqhBVkgWHqg/ JKHIJZ2iU9gQAmOoGQeCEUyUbosqg/x+3aOlRFhUQGuu8A7wktPO/zhKd/yJzg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=AHJukmCh; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708280599; a=rsa-sha256; cv=none; b=PIznUEYtuFD6Y25sdLbWCbkHo+v686Cim7D0Il1L/SoNbK69XXmIsGkJJ9OVBdPHsL86ge DkTl9ZIBHEdeSFId6EYsEVU5m9ZQmWziSBArVBj8OEBt9UtYaQvpIx8p/Rw1mEke1dhGP0 TZvLYX8UARnh9B3FfWyfBqGhG/ZCV5BzXkjFLxMyrpHLHuL+E7JgdrzwNCuI3tDKebN+Ra S1FhGARlGCbR10XEwFEyANLMfQ/eACVSYdSb35/4Afwg4lSfs/fN1BgGQtjg/l+QhCimmi cIQkUNDSUAQPsGpwvBlVUam63/SeKUfGLMWO3q41ENVUaDmgpsyMPS2ZdH1wRw== 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 57484E3A3 for ; Sun, 18 Feb 2024 19:23:19 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rbloK-0007cB-5S; Sun, 18 Feb 2024 13:22:44 -0500 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 1rbloH-0007aG-R6 for bug-guix@gnu.org; Sun, 18 Feb 2024 13:22:42 -0500 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 1rbloH-0002av-J8 for bug-guix@gnu.org; Sun, 18 Feb 2024 13:22:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbloc-00035o-4W for bug-guix@gnu.org; Sun, 18 Feb 2024 13:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#69209: Extended packaging example from the Guix cookbook produces an error Resent-From: Balthazar Potet Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 18 Feb 2024 18:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69209 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 69209@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170828054711680 (code B ref -1); Sun, 18 Feb 2024 18:23:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Feb 2024 18:22:27 +0000 Received: from localhost ([127.0.0.1]:37057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblo2-00032E-Af for submit@debbugs.gnu.org; Sun, 18 Feb 2024 13:22:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:53956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblQk-0001mW-I9 for submit@debbugs.gnu.org; Sun, 18 Feb 2024 12:58:22 -0500 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 1rbOR8-0007wh-2r for bug-guix@gnu.org; Sat, 17 Feb 2024 12:25:14 -0500 Received: from mail-ua1-x92c.google.com ([2607:f8b0:4864:20::92c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rbOR6-0000wH-LZ for bug-guix@gnu.org; Sat, 17 Feb 2024 12:25:13 -0500 Received: by mail-ua1-x92c.google.com with SMTP id a1e0cc1a2514c-7d5bddb0f4cso1161828241.2 for ; Sat, 17 Feb 2024 09:25:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708190711; x=1708795511; darn=gnu.org; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=meB+MaBt9y3mgiFy5fmasAXJufeN0MG3Ba9/NRnDaoI=; b=AHJukmChljU40dxxbpL4dusrH1PxxLFpF3IeCxTbA38bN/gqKqxl3Y41roMdB+S0lL bX30tedh7rb0YEi7uPvGW1tyCveevuxF4ivmCRHTxplIjHBC1vyuPtQuuiWOr6tNJZel MlNrIB9MZuFWnESRkCBEuPAur3TpZG1fu1XffTGEcyvClmaA9FAOc8r6fbjNsBF8bntF DRmfaACWxTtKJRJrGiXyZZXohHXrzEGlaXXn7njqyyzr3xFWKgtq6AAmEm0YVxnfMCva CnLsgbkykxbmB7Q7veUiPgJssg3z8530i5wcl0bYU4fVe6w+llFL36w+mV+peD8ZSaSB j0wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708190711; x=1708795511; h=content-transfer-encoding:to:subject:message-id:date:from :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=meB+MaBt9y3mgiFy5fmasAXJufeN0MG3Ba9/NRnDaoI=; b=Q/cGgTwZeUuydK4VlyrciVB2Gla2lOr53+RKputLogWYjA9dAuQKEBOpZpN6rkUivo KXiiqCTjbgaW9BsjeMDLPt3NNhatUCfJ872br85c4VzK6Kk2W/qiLsGrlGeX48pMbrIX WI/PT7vC/4bhF57IOVwJY4M/d5oYdXG+RoOTdDFjLaT/Hr2hYxoHRGMVS0bbgX5csKRU Hphkk7eFMmFBErFEyOAp8xLbemNS1XVx6FfOM9l3tcsrLT6qTrj8fPBMn3W9mqnz7MpB 1zI9ZUM/zJw50tvGvKEcJmoQSbTyZWFI8ur4oofoNs3Ceu7EAgK0hw7a5HTVQk8kjtCZ f2+A== X-Gm-Message-State: AOJu0Yz7gufPxaXDIhHGOeSj82nI1zrwTOGSmEhQ+NQ6fufCiH/esQGq DPFHITAMiyhuCm1A7AOdHbFotxwJ5V1JE6jsWuVza2C2zmFI7scLh6hOQJphcLlKN/4GxnRau/u U1zOHSIjhJ2D9oX6ZEk7/cwWIHyzsrnoOGY3FtA== X-Google-Smtp-Source: AGHT+IH785WGzQJjwG1VzyHI1egkILCkKAYV48OV5pklRUcV7Tbrli3UUGhIKcUr7gS901wQQ+WwD/EqQ96lxPPBzJg= X-Received: by 2002:a05:6102:f14:b0:46d:1fca:3f4f with SMTP id v20-20020a0561020f1400b0046d1fca3f4fmr9481137vss.16.1708190711318; Sat, 17 Feb 2024 09:25:11 -0800 (PST) MIME-Version: 1.0 From: Balthazar Potet Date: Sat, 17 Feb 2024 18:25:00 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2607:f8b0:4864:20::92c; envelope-from=balthazarpotet@gmail.com; helo=mail-ua1-x92c.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -2.71 X-Spam-Score: -2.71 X-Migadu-Queue-Id: 57484E3A3 X-TUID: rnjM3QdsT75G Hello, I tried to install the package defined in this section of the Guix cookbook : https://guix.gnu.org/cookbook/en/guix-cookbook.html#Extended-exa= mple Running `guix package -f example.scm` gives the following error: Backtrace: In guix/store.scm: 2180:25 19 (run-with-store # =E2=80= =A6) In guix/gexp.scm: 914:13 18 (_ _) In guix/store.scm: 2008:8 17 (_ _) In guix/gexp.scm: 299:22 16 (_ _) In guix/store.scm: 2008:8 15 (_ _) In guix/packages.scm: 1977:11 14 (_ _) In guix/gexp.scm: 1201:2 13 (_ #) 1068:2 12 (_ _) 909:4 11 (_ _) In guix/store.scm: 2065:12 10 (_ #) 1382:11 9 (map/accumulate-builds # =E2=80=A6) 1300:8 8 (call-with-build-handler # =E2=80=A6) 2180:25 7 (run-with-store # =E2=80= =A6) In guix/gexp.scm: 914:13 6 (_ _) In guix/store.scm: 2008:13 5 (_ #) In guix/gexp.scm: 299:51 4 (_) In guix/packages.scm: 2081:2 3 Exception thrown while printing backtrace: error: search-patches: unbound variable ice-9/boot-9.scm:1685:16: In procedure raise-exception: error: search-patches: unbound variable