From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6Fp2HvdTaF8BYgAA0tVLHw (envelope-from ) for ; Mon, 21 Sep 2020 07:19:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QNJVGvdTaF/sSgAAbx9fmQ (envelope-from ) for ; Mon, 21 Sep 2020 07:19:19 +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 0FD239402AE for ; Mon, 21 Sep 2020 07:19:19 +0000 (UTC) Received: from localhost ([::1]:48016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKG6X-0007Aw-Um for larch@yhetil.org; Mon, 21 Sep 2020 03:19:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKG6Q-0007Al-AV for help-guix@gnu.org; Mon, 21 Sep 2020 03:19:10 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:62670) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKG6M-00009k-Qy for help-guix@gnu.org; Mon, 21 Sep 2020 03:19:09 -0400 Date: Mon, 21 Sep 2020 07:18:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1600672741; bh=DdZhkM4PkoCJ3IGch5c8QMGKAWUeado6SpRJxWAl6pU=; h=Date:To:From:Reply-To:Subject:From; b=Tfwx9Aei026pRb8tjxvB3cmfr4dj+PRBXFMiCuPa2YuLw35aKbeODDFG2pQ6e5NJA 2o3anpWbKp2c2v0f9OaDJMiib5zoDQftdbLhurw4FerMRKd//nJ6Phe/yUCWAXkFa+ OKgHxUChJJP46xIcZGRhsNxju4F7bIoFoJo8HyGs= To: "help-guix\\@gnu.org" From: =?utf-8?Q?Todor_Kondi=C4=87?= Subject: Problem with guix pull (error when generating cashe for a package) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.134; envelope-from=tk.code@protonmail.com; helo=mail-40134.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 03:19:02 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: =?utf-8?Q?Todor_Kondi=C4=87?= Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=Tfwx9Aei; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: AMxTsPLPT1Ny Hi, Doing a pull this morning (guix pull -c4) results in this error: (repl-version 0 1 1) Generating package cache for '/gnu/store/9h588g8m8rz57yy465gi32m0822s1nsd-p= rofile'... (exception unbound-variable (value #f) (value "Unbound variable: ~S") (valu= e (r-preprocesscore)) (value #f)) I thought this is odd, because no R programs are in my default profile. I a= lso do not think those listed below depend on r-preprocesscore: guix package -I: markdown pigz whois recordmydesktop git angband gnucash crawl crawl-tiles w3m gimp stellarium celestia tuxpaint adb *** end list of installed packages *** Another interesting thing is that when, guix package -r gnucash I get, guix package: warning: Your Guix installation is 26 days old. guix package: warning: Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates. guix package: error: package 'gnucash' not found in profile *** end of remove gnucash output *** I do have other profiles laying around, but they should not matter in this = case, should they?