From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oB6CHmI8MWA5YgAA0tVLHw (envelope-from ) for ; Sat, 20 Feb 2021 16:44:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cDxDGmI8MWDLZgAAB5/wlQ (envelope-from ) for ; Sat, 20 Feb 2021 16:44:18 +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 63C071ED1A for ; Sat, 20 Feb 2021 17:44:14 +0100 (CET) Received: from localhost ([::1]:46480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lDVMb-0007kq-5B for larch@yhetil.org; Sat, 20 Feb 2021 11:44:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDU7i-0003mm-BI for help-guix@gnu.org; Sat, 20 Feb 2021 10:24:46 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:53606 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDU7g-00038Y-Hq for help-guix@gnu.org; Sat, 20 Feb 2021 10:24:46 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1613834155; bh=lpmgvVv3xFpwlgAJqbG28CWC8Nc//bwP05f4k9xl3WU=; h=From:To:Subject:In-Reply-To:References:Date; b=bx0VrMR2vGHc82L+hVqwkPNG2GnCw/qW9RWvjczTBNgvrr2hiceJkXUM5B7CqhB+8 VLtgEeIHgAZtqzBGSJhew1p4Jww2t8Iodc8PM7nTiJJBbWbJJFXI13OdMbAu8BO5Mf ukQev/2KsUDHau7ivKQ9QXmKU983+7C/O7U7xVHo= To: help-guix@gnu.org Subject: Re: Cannot install packages In-Reply-To: <87bldel9w6.fsf@yoctocell.xyz> References: <87bldel9w6.fsf@yoctocell.xyz> Date: Sat, 20 Feb 2021 16:15:53 +0100 Message-ID: <87blceojme.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 27 X-Spam_score: 2.7 X-Spam_bar: ++ X-Spam_report: (2.7 / 5.0 requ) BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.949, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 20 Feb 2021 11:44:05 -0500 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: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.57 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=yoctocell.xyz header.s=mail header.b=bx0VrMR2; dmarc=pass (policy=none) header.from=yoctocell.xyz; 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-Migadu-Queue-Id: 63C071ED1A X-Spam-Score: -1.57 X-Migadu-Scanner: scn0.migadu.com X-TUID: +07G2/ic/lgI I ended up installing Guix from the binary bootstrap rather than compiling from source, and it worked as expected. :-) If anyone else bumps into the same problem, see the discussion I had with some other people [1]. Sorry for the noise. [1] https://github.com/bqv/guix/issues/2