From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2IELBLMWzV6MPwAA0tVLHw (envelope-from ) for ; Tue, 26 May 2020 13:16:35 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id yDiRO7IWzV4VHgAA1q6Kng (envelope-from ) for ; Tue, 26 May 2020 13:16:34 +0000 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 ADB80940B28 for ; Tue, 26 May 2020 13:16:34 +0000 (UTC) Received: from localhost ([::1]:49904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdZRZ-0005Cu-Ev for larch@yhetil.org; Tue, 26 May 2020 09:16:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdZRD-0004pC-QY for guix-devel@gnu.org; Tue, 26 May 2020 09:16:11 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:36692) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdZRB-00030u-De for guix-devel@gnu.org; Tue, 26 May 2020 09:16:11 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id e824a9be; Tue, 26 May 2020 13:16:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:message-id:date:mime-version :content-type; s=2018; i=me@tobias.gr; bh=0wMsxapRbzty+ENo1IgMGq B5jgvQwsV1pbkBTWLD6qA=; b=JZ9fxZi2Br163pT1IDnxgUULoHZ/hl0OrpnyyI 1DqRDXQJlKXlpMtdS+ggkXNUJfUEbxDH0KZ9in+rJr+I+LmeAYpp2A9s7VKd15PS 0Ueu1KrWzXwSOoWGKIx/9F3RqH9RJo3mVH7RTORIx0VcxyCIelOVGnm0lw8W6wnk cy2DDjrB4/WHkpnn+ojDWJsvKolt+w6TQalaMEXrK/YVud6fzQSoj9phqdx0cUJD KOkaFUF/ethpVo+r3bv055SlfIcQ8K7mHO5gTtMzwp+eeMsdbpmZND+z5wFFrcKV T46I1g4ype3SlRUgZIYLzj8AVQdwOTKL7I7xWYpfD0vNsJ8w== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 36098043 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 26 May 2020 13:16:04 +0000 (UTC) From: Tobias Geerinckx-Rice To: Edouard Klein Cc: guix-devel@gnu.org Subject: Re: What is guix-package-cache ? References: <87blmayihe.fsf@alice.lan> In-reply-to: <87blmayihe.fsf@alice.lan> Message-ID: <87v9ki6dmb.fsf@nckx> Date: Tue, 26 May 2020 15:15:56 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=JZ9fxZi2; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -2.31 X-TUID: KgnptJRnL7XV --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Afternoon Edouard, Edouard Klein =E5=86=99=E9=81=93=EF=BC=9A > I don't understand why guix feels the need to try to build it. So Guix isn't trying to build any packages (yet), just complaining=20 that you're still using python2-prompt-toolkit-1 somewhere. I'm=20 inclined to believe it: > The log says: > (repl-version 0 1 1) > Generating package cache for=20 > '/gnu/store/zdv0j5x5dfwr4b6bh8jc9vp818lvd38g-profile'... > (exception unbound-variable (value #f) (value "Unbound variable:=20 > ~S") (value (python2-prompt-toolkit-1)) (value #f)) Does =E2=80=98find -name \*.scm -exec grep python2-prompt-toolkit-1 {} +=E2= =80=99=20 in your channel's directory return anything useful? Are there any uncommitted changes to your channel(s) that =E2=80=98guix=20 pull=E2=80=99 can't see yet? > I grepped for 'guix-package-cache' and tried to read the code in > guix/channels.scm, but I don't understand. It's a simple cache of package metadata from your channel(s) to=20 speed up future Guix operations. I doubt it's related to your=20 problem; it's just what happened to fail first. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXs0WjAAKCRANsP+IT1Vt eQGhAP9vHyPAd7pGtiR2P7tL5HQueGswLnspEbObysbn8yYLUwD+KE3njicvTyCx Zp4/fy753J9D8L7RgXyZaW1JmnADrAo= =wfpM -----END PGP SIGNATURE----- --=-=-=--