From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 21 06:29:07 2021 Received: (at 50568) by debbugs.gnu.org; 21 Sep 2021 10:29:07 +0000 Received: from localhost ([127.0.0.1]:45036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSd1O-00007l-KY for submit@debbugs.gnu.org; Tue, 21 Sep 2021 06:29:06 -0400 Received: from pelzflorian.de ([5.45.111.108]:55196 helo=mail.pelzflorian.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSd1I-00007I-7b for 50568@debbugs.gnu.org; Tue, 21 Sep 2021 06:29:05 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id C528E360674; Tue, 21 Sep 2021 12:28:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1632220138; bh=IR0wNWG/OPG3CVbUIyyTr8Bd915A1i+KGQtTIpG4AAc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=D6L5Cr0gRIkYaJeCMsz600/vY96Z/e1lko6miwAaaCTgttephZwrAM8bku6Yu/xYk aO5Pw7g/evUwUMKPudzn96FlVXOqaxk0kr7cKRkIN7JcUY6dkEUpnbZD2daNjphTUl 2e/eW74LfLdub9otpgrEkMVJpZcSsWO9Ui2uA7pw= Date: Tue, 21 Sep 2021 12:28:50 +0200 From: "pelzflorian (Florian Pelz)" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#50568: Missing source code Message-ID: <20210921102850.yknkbmhpmuyhsvjc@pelzflorian.localdomain> References: <87k0jk8vkf.fsf@inria.fr> <87tuin7dr4.fsf@gnu.org> <20210914093610.u56q7ltjbwbbnf34@pelzflorian.localdomain> <8735q41ezt.fsf@gnu.org> <20210917104650.xf5hb4e2wjb734ed@pelzflorian.localdomain> <87fstzr9nc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fstzr9nc.fsf@gnu.org> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50568 Cc: Maxime Devos , 50568@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Mon, Sep 20, 2021 at 09:25:27AM +0200, Ludovic Courtès wrote: > The thing is that this code is used by the internal ‘guix > perform-download’ command, invoked by ‘guix-daemon’ when performing a > source download. Thank you for enlightening me; I had not expected guix-daemon. Success! After ./bootstrap ./configure --localstatedir=/var make GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT=y make update-guix-package and git commit -a, guix pull, reconfigure and reboot, your web.archive.org patch downloads from web.archive.org with the steps from before: "pelzflorian (Florian Pelz)" skribis: > I guix pull with the patch applied, add the IP from > > guix environment --ad-hoc bind:utils -- dig web.archive.org > > to /etc/hosts, set my DNS server to a non-existing 10.0.0.50, disable > IPv6, then “sudo herd stop nscd”, re-connect Network Manager (ping > gnu.org fails now) and LC_ALL=en_US.utf8 guix install hello. /var/log/guix/drvs/wy/24jyd0mm2jlgpzsxxlip03df065g35-hello-2.10.tar.gz.drv.bz2 says after various failures in name resolution it got downloaded from web.archive.org. I enjoy GNU Hello now. Thank you for making reproducibility easier. > To test it, you can first start the new daemon, along these lines: > > sudo herd stop guix-daemon > sudo -E ./pre-inst-env guix-daemon --build-users-group=guixbuild No, going back one generation and guix gc -D’ing the /gnu/store/*hello-2.10* after adding web.archive.org to /etc/hosts again, I for some reason get a florian@florianacer ~$ bzcat /var/log/guix/drvs/wy/24jyd0mm2jlgpzsxxlip03df065g35-hello-2.10.tar.gz.drv.bz2 error: failed to run download program '/home/florian/src/guix/scripts/guix': Keine Berechtigung (Keine Berechtigung is German for Permission denied) but it does not matter, since the reconfigure and reboot works when and only when adding web.archive.org to /etc/hosts. Actually I will later take another look at this, because the manual says ./pre-inst-env guix-daemon should work. > Another option is to call ‘url-fetch’ manually at the REPL. This I didn’t try. Regards, Florian