From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 6BskI+dRmGPPuQAAbAwnHQ (envelope-from ) for ; Tue, 13 Dec 2022 11:20:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id YJEiI+dRmGOJTQAA9RJhRA (envelope-from ) for ; Tue, 13 Dec 2022 11:20:23 +0100 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 71820C651 for ; Tue, 13 Dec 2022 11:20:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p52OK-0007fp-MC; Tue, 13 Dec 2022 05:20:04 -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 1p52OI-0007fg-VA for bug-guix@gnu.org; Tue, 13 Dec 2022 05:20:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p52OI-0008Ap-Ls for bug-guix@gnu.org; Tue, 13 Dec 2022 05:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p52OI-0002rv-6H for bug-guix@gnu.org; Tue, 13 Dec 2022 05:20:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#60026: Failed to compute derivation bug Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 13 Dec 2022 10:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60026 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Joseph Turner , 60026@debbugs.gnu.org Received: via spool by 60026-submit@debbugs.gnu.org id=B60026.167092674911003 (code B ref 60026); Tue, 13 Dec 2022 10:20:02 +0000 Received: (at 60026) by debbugs.gnu.org; 13 Dec 2022 10:19:09 +0000 Received: from localhost ([127.0.0.1]:59474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p52NR-0002rP-D3 for submit@debbugs.gnu.org; Tue, 13 Dec 2022 05:19:09 -0500 Received: from jpoiret.xyz ([206.189.101.64]:47074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p52NP-0002rJ-DU for 60026@debbugs.gnu.org; Tue, 13 Dec 2022 05:19:07 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 73FFD184D6B; Tue, 13 Dec 2022 10:19:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1670926746; 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=VEnM3ErRVMYKWt3Wrg2u/7/rVGYBJFFNAJ6dCbzIiK8=; b=qXQbfaRZImipkJLuBuVWTAE8BHapWFdV0LhoF7HJyW1xp/Gstm6ociyq601+3KcZlhQErG 8vi/Cm7y8p38u20dMhmKGLPpj0mvZVHZlRoSSW9cNajJTGaiOgSr48B3ReGHPCDCaz1kd+ kWOikTL09MjlKwWjRcIf5mqHS+xAyGVd3jj0RISjN4dOU2j6BUl8FB3wNXstCQqnaTwFlI 5gkqoC80NbFwbpCKE/fNlyzdoVcxkhCTlAvd0so58mkHdCZrEd9x3n20ySf7aA8H4xcBa9 u8MP6HOgPbCh+mTIbjcdDK2lC8cEGXwya/9/l6V/RmRWd0Cd2a0165mvGEuiOg== In-Reply-To: <877cywkpjn.fsf@breatheoutbreathe.in> References: <877cywkpjn.fsf@breatheoutbreathe.in> Date: Tue, 13 Dec 2022 11:19:06 +0100 Message-ID: <87edt3fvxh.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: , Reply-to: Josselin Poiret From: Josselin Poiret via Bug reports for GNU Guix Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: 71820C651 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; none X-TUID: V4X3Kn2aqS/W Hi, Joseph Turner via Bug reports for GNU Guix writes: > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git e84042f > Computing Guix derivation for 'x86_64-linux'... |guix pull: error: You found a bug: the program '/gnu/store/2xp4c2dsiyjpfa > uix-derivation' > failed to compute the derivation for Guix (version: "e84042fdd4ac2f903224e1b5f366537a22b4d593"; system: "x86_64-linux"; > host version: "1.2.0"; pull-version: 1). Your host Guix version seems extremely old (1.2.0). I assume you're running on a foreign distro? How did you install Guix, and how does the daemon run? Best, -- Josselin Poiret