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 ms5.migadu.com with LMTPS id OB89OUoNq2IDHgEAbAwnHQ (envelope-from ) for ; Thu, 16 Jun 2022 13:00:27 +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 oHb7OEoNq2JXVwAAauVa8A (envelope-from ) for ; Thu, 16 Jun 2022 13:00:26 +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 0070D1E528 for ; Thu, 16 Jun 2022 13:00:25 +0200 (CEST) Received: from localhost ([::1]:44294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1nEd-0002Hq-Bi for larch@yhetil.org; Thu, 16 Jun 2022 07:00:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1mp8-0007lJ-8W for bug-guix@gnu.org; Thu, 16 Jun 2022 06:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1mp7-0003Dv-WD for bug-guix@gnu.org; Thu, 16 Jun 2022 06:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1mp7-0004J2-QK for bug-guix@gnu.org; Thu, 16 Jun 2022 06:34:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#56016: [BUG] Various confusing error messages. Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 16 Jun 2022 10:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56016 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "(" , 56016@debbugs.gnu.org Received: via spool by 56016-submit@debbugs.gnu.org id=B56016.165537562716524 (code B ref 56016); Thu, 16 Jun 2022 10:34:01 +0000 Received: (at 56016) by debbugs.gnu.org; 16 Jun 2022 10:33:47 +0000 Received: from localhost ([127.0.0.1]:40784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1mos-0004IS-IX for submit@debbugs.gnu.org; Thu, 16 Jun 2022 06:33:47 -0400 Received: from jpoiret.xyz ([206.189.101.64]:38308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1mom-0004ID-SV for 56016@debbugs.gnu.org; Thu, 16 Jun 2022 06:33:44 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 4575D184F1E; Thu, 16 Jun 2022 10:33:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655375618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0TGmqtlkoJscY97Dg2lZBDkOQvaRUJn30Eoj7yeD468=; b=WRZtR7WQvV+aUzqcct3efcaWUQj8uF4lMGWqcVMh/9n6uOOu5o++wxPLT+WWjwcfF2KCJL jxjgIoxNvPRlW29QsPNTbhOBG5AANJCQXZGSrmRloakgGCb5nqf6ijqJQko8KLyYg6B/gH KPMnoVRSfbnjXUB88jYz+BXshAlWU2rSsFsalW2GDT4J8JgoS/549V66sDII+v595/TiTD bgH3UpOcJwOjCK47vMegSHeXY7fO4bBe98g1IUkLydaLYtIrqqTgm+56bt50gJs8ukpRLk ZOuTRUf70ZXDoPKTMJHWhemCcxJfuWTjJmq+MeQOrYT8drLxjwrI5y98XLzlcQ== In-Reply-To: References: Date: Thu, 16 Jun 2022 12:33:37 +0200 Message-ID: <87ilp099tq.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / 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" Reply-to: Josselin Poiret From: Josselin Poiret via Bug reports for GNU Guix X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655377226; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: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=0TGmqtlkoJscY97Dg2lZBDkOQvaRUJn30Eoj7yeD468=; b=mGRD9w3a4Fi6l8IlzNUPZhdtBBlOKwriisV+21rGGhJJUmC3Z3IL6ZxSoqcKcKDz/mfF1r U/i38ENW19yDG7s4mlTT5zzd4kuMr4PKr1+rUpQW3Y7yfKYlsHTSFv4nNEQbuCN4trnyyt 0tg0Usy5G3JDnYB3/k+zGe1Q2/0wlqeQ8y09qkuOe1pXi2aGRD6jpzNk1jweB9IQRR4W8R ZR8NSC04xSWIkyuD6RVRVnJ8PYK9HpM3TfDz4uKklPeyCBrTgWsR1wYUMYYurljqxyc3hE l23HAAdWZKf36sXnoDvhpfD56UKixYXgeFwqYV2Eo1A8E/pgJgLdRu2JuefInQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655377226; a=rsa-sha256; cv=none; b=aVnohofGEbtZhjXn6rXKUakDNC5JyCyfpiTt/s1OwghmQ1rlkqZBq+hlxzHnE9OcxFX0K+ PO9m55SR8+tK0o33EiI8nexfaC8j0b7/pXIpRHbSYVxa3k71lBViEkaPVh326O/KmtK1Qr KiB6DgR8fMg285iZqghjmKHvo8NzE6SsztcqLNZcSi5t2zdxTwrKHYWiThQ7skejWlSE1E SHI5VEsJvGFdyiI4VVEIxcdykojkA6PETaxDuuVD2uToPMMGI0AvU6EIMB3wFiaqzkX5B+ VoZbLgRu7oVqBNtLx92p0mjY55BwwzKvfTR/ELnHCwH+0Iky7EeEi9w1ZmaIOw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=WRZtR7WQ; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=WRZtR7WQ; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 0070D1E528 X-Spam-Score: -4.09 X-Migadu-Scanner: scn0.migadu.com X-TUID: NQgLqLjSiIak Hello, paren--- via Bug reports for GNU Guix writes: > ~ Unbound variable while building package cache > > This might be a Guile or Guix thing, not sure which. Using the recent > libpng/guix-gaming problem as an example: > > --- > Generating package cache for > '/gnu/store/1mzdd7rf9r34xiibcs1gpjsf7jkh6a0r-profile'... > (exception unbound-variable (value #f) (value "Unbound variable: ~S") > (value (libpng-1.2)) (value #f)) > --- For now, [1] should add more context to this error message by printing the whole backtrace. You need the new `guix pull`'d guix first though before you can benefit from it for future guix pulls (and time-machines) :) [1] https://issues.guix.gnu.org/55911 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55911 Best, -- Josselin Poiret