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 EB0qHPsQsF+FSQAA0tVLHw (envelope-from ) for ; Sat, 14 Nov 2020 17:16:43 +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 OFbrF/sQsF+IbQAAbx9fmQ (envelope-from ) for ; Sat, 14 Nov 2020 17:16:43 +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 351229404DF for ; Sat, 14 Nov 2020 17:16:43 +0000 (UTC) Received: from localhost ([::1]:35110 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdzAI-00083S-87 for larch@yhetil.org; Sat, 14 Nov 2020 12:16:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdzA9-00082K-Bj for guix-devel@gnu.org; Sat, 14 Nov 2020 12:16:33 -0500 Received: from mailout2.hostsharing.net ([2a01:37:3000::53df:4ee9:0]:59595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdzA7-0000Ya-5G for guix-devel@gnu.org; Sat, 14 Nov 2020 12:16:32 -0500 Received: from h20.hostsharing.net (h20.hostsharing.net [83.223.95.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mailout2.hostsharing.net (Postfix) with ESMTPS id B7ABD1002A03D for ; Sat, 14 Nov 2020 18:16:27 +0100 (CET) Received: from anna (55d48bbb.access.ecotel.net [85.212.139.187]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by h20.hostsharing.net (Postfix) with ESMTPSA id 755C154B82F for ; Sat, 14 Nov 2020 18:16:27 +0100 (CET) Date: Sat, 14 Nov 2020 18:16:26 +0100 From: Tobias Platen To: guix-devel@gnu.org Subject: Re: Guix now compiles on my Talos II, but download fails Message-Id: <20201114181626.41c19bbf98960a6cc5c5a8d5@platen-software.de> In-Reply-To: <20201109221352.02203c79005b35d5936ab3df@platen-software.de> References: <20201109221352.02203c79005b35d5936ab3df@platen-software.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; powerpc64le-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: none client-ip=2a01:37:3000::53df:4ee9:0; envelope-from=guix@platen-software.de; helo=mailout2.hostsharing.net X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no 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: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; 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: -0.51 X-TUID: o3Au/SX34VAO On Mon, 9 Nov 2020 22:13:52 +0100 Tobias Platen wrote: > I checked out the wip-ppc branch which I compiled on my Talos II. Guix now runs and is able to download files and put them in the store. ./pre-inst-env guix download https://ftp.gnu.org/gnu/guix/guix-1.1.0.tar.gz works, but other commands that download files do not work, with the following error message: building /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv... error: failed to run download program '/home/user/guix-ppc/guix/scripts/guix': Permission denied builder for `/gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv' failed with exit code 1 build of /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv failed View build log at '/usr/local/var/log/guix/drvs/gc/saa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv.gz'. cannot build derivation `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv': 1 dependencies couldn't be built guix build: error: build of `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv' failed -- Tobias Platen