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 aMBoAMx/DWB+CQAA0tVLHw (envelope-from ) for ; Sun, 24 Jan 2021 14:10:20 +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 QBjAN8t/DWCAZgAAB5/wlQ (envelope-from ) for ; Sun, 24 Jan 2021 14:10: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 0E2A1940484 for ; Sun, 24 Jan 2021 14:10:19 +0000 (UTC) Received: from localhost ([::1]:37512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l3g5o-0002EJ-MJ for larch@yhetil.org; Sun, 24 Jan 2021 09:10:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l3g5f-0002Dv-0G for help-guix@gnu.org; Sun, 24 Jan 2021 09:10:07 -0500 Received: from ciao.gmane.io ([116.202.254.214]:43144) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l3g5d-0006MK-9T for help-guix@gnu.org; Sun, 24 Jan 2021 09:10:06 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1l3g5a-0009tv-GA for help-guix@gnu.org; Sun, 24 Jan 2021 15:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: help-guix@gnu.org From: Xinglu Chen Subject: Cannot install packages Date: Sun, 24 Jan 2021 14:52:41 +0100 Message-ID: <87bldel9w6.fsf@yoctocell.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:OX/jawsv9psN8hxk7nWTxFV+2sk= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gcggh-help-guix@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.598, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no 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: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.75 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=yoctocell.xyz (policy=none); 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: 0E2A1940484 X-Spam-Score: -1.75 X-Migadu-Scanner: scn0.migadu.com X-TUID: xr/1Ls7lufa9 I am trying to install Guix on NixOS, thanks to this[0] repo, I was able to install Guix. But I cannot seem to install packages with it, when I run `guix pull`, I get $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to c95f7dc (54 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git c95f7dc downloading from https://ci.guix.gnu.org/nar/lzip/q0s3bi0by383cqzl9zz1wf74p6pdl3fc-libx11-1.6.A-doc ... Backtrace: 3 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 2 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 1 (_ #(#(#))) In guix/ui.scm: 2117:12 0 (run-guix-command _ . _) guix/ui.scm:2117:12: In procedure run-guix-command: Wrong type to apply: #f substitution of /gnu/store/q0s3bi0by383cqzl9zz1wf74p6pdl3fc-libx11-1.6.A-doc failed guix pull: error: some substitutes for the outputs of derivation `/gnu/store/mvf88n2v90jjxg9n8b315p22r6jrkbyb-libx11-1.6.A.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source Running `guix install hello` gives the same error $ guix install hello guix install: warning: Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates. The following package will be installed: hello 2.10 15.7 MB will be downloaded downloading from https://ci.guix.gnu.org/nar/lzip/z7a6sbvqzb5zapwpznmjkq2rsxil6i67-glibc-utf8-locales-2.31 ... Backtrace: 3 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 2 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 1 (_ #(#(#))) In guix/ui.scm: 2117:12 0 (run-guix-command _ . _) guix/ui.scm:2117:12: In procedure run-guix-command: Wrong type to apply: #f substitution of /gnu/store/z7a6sbvqzb5zapwpznmjkq2rsxil6i67-glibc-utf8-locales-2.31 failed killing process 20010 guix install: error: some substitutes for the outputs of derivation `/gnu/store/p8w0ickl7n4psa5rkybx0q856phzxmpp-glibc-utf8-locales-2.31.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source When doing `guix install --fallback hello`, it can download the tarballs just fine, but packages cannot get built. Any ideas on why this happens? [0]: https://github.com/Emiller88/guix -- Xinglu Chen 8B88 2502 31D7 03B1 68BC 2691 3851 020D 7E61 BBC2