unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: help-guix@gnu.org
Subject: Re: Berlin substitute server "Bad Read-Header-Line header: #<eof>
Date: Fri, 02 Nov 2018 12:18:16 +0100	[thread overview]
Message-ID: <87zhur7mo7.fsf@roquette.mug.biscuolo.net> (raw)
In-Reply-To: <20181101191731.GA4117@jasmine.lan>

[-- Attachment #1: Type: text/plain, Size: 4098 bytes --]

Ciao,

Leo Famulari <leo@famulari.name> writes:

> Most of the substitutes I am requesting from <berlin.guixsd.org> are
> failing as shown below. Using --fallback does work.

[...]

> guix/ui.scm:1583:12: In procedure run-guix-command: Bad
> Read-Header-Line header: #<eof>

same here

I was able to start a VM (via libvirt/KVM) booting the latest iso
install image

I need a way to download a git repo where I store a simple script i
use to automate the "partitioning" [1] process and a custom config.scm
including a standard set of (base) packages, users and related ssh
keys

I authorized berlin.guixsd.org using the key I found in the store:

    guix archive --authorize < /gnu/store/cw55zvxzi3d9cjmhfvxsryz31jxb1y6k-guix-0.15.0-1.4876bc8/share/guix/berlin.guixsd.org.pub

then I tried to install git via

    guix package -i git --substitute-urls="https://berlin.guixsd.org https://mirror.hydra.gnu.org"

but got the following errors (sorry for line reformating):

...............

root@gnu ~# guix package -i git --substitute-urls="https://berlin.guixsd.org https://mirror.hydra.gnu.org"

guix package: 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:
	git 2.18.0
	/gnu/store/w9qwlwpfmhkyj6rqk3rvkk1a89vmymqf-git-2.18.0

     substitute: updating substitutes from
     'https://berlin.guixsd.org'... 100.0% substitute: guix substitute:
     warning: while fetching
  'https://mirror.hydra.gnu.org/nix-cache-info': 504 ("Gateway
  Time-out")
     substitute: guix substitute: warning: ignoring substitute server at
  '"https://mirror.hydra.gnu.org"'
     The following derivations will be built:
	/gnu/store/zjh794hi22frbmxmjcgn0q7iibgpdfk6-profile.drv
	/gnu/store/rydjini7v7k3k5gb6dsnkv21cdg3v5a7-ca-certificate-bundle.drv
	/gnu/store/k5rp1y9iw8gwyz013g8wzhlpv12fwig4-info-dir.drv
	/gnu/store/735c19sp407c11bpcpszj4nq5pia2l96-fonts-dir.drv
	/gnu/store/8jdivkklxp5l4zkrrgrxm09rh4ibkld4-manual-database.drv
     32.9 MB will be downloaded:
	/gnu/store/w9qwlwpfmhkyj6rqk3rvkk1a89vmymqf-git-2.18.0
	/gnu/store/47x07izc2v1gpkpai1jkym7m13mxhqir-perl-cgi-4.38
	/gnu/store/70825hjil6070g7cs3mmdnfwmhxgga36-expat-2.2.5
	/gnu/store/7vr3ngwyxs5a50xfqaklp0ds24bcrwqm-curl-7.60.0
	/gnu/store/qqmra1pkcijn2psad965r5fi2m05wxdj-perl-html-parser-3.72
	/gnu/store/w3jgj8466q0ji27h3848yhjm0vm5aa9b-python2-2.7.14
     substitute: guix substitute: warning: while fetching
  'https://mirror.hydra.gnu.org/nix-cache-info': 504 ("Gateway
  Time-out")
     substitute: guix substitute: warning: ignoring substitute server at
  '"https://mirror.hydra.gnu.org"'
     Downloading
  https://berlin.guixsd.org/nar/gzip/47x07izc2v1gpkpai1jkym7m13mxhqir-perl-cgi-4.38...
      perl-cgi-4.38 162KiB 2.1MiB/s 00:00 [##################] 100.0%

     Downloading
  https://berlin.guixsd.org/nar/gzip/70825hjil6070g7cs3mmdnfwmhxgga36-expat-2.2.5...
     Backtrace:
		3 (apply-smob/1 #<catch-closure 17a9520>) In
     ice-9/boot-9.scm:
	 705:2 2 (call-with-prompt _ _ #<procedure
     default-prompt-handle…>) In ice-9/eval.scm:
	 619:8 1 (_ #(#(#<directory (guile-user) 18d2140>))) In
     guix/ui.scm:
       1578:12 0 (run-guix-command _ . _)

     guix/ui.scm:1578:12: In procedure run-guix-command: Bad
     Read-Header-Line header: #<eof>

     killing process 749 guix package: error: build failed: some
     substitutes for the outputs of derivation
  `/gnu/store/wsxi6f3k180i0kpwrkams8zflvg4b7cr-git-2.18.0.drv' failed
  (usually happens due to networking issues); try `--fallback' to build
  derivation from source

.......................

I'm still not able to understand the backtrace, but trying to install "screen" succeeded, while trying to install "wget" failed in a similar way

thank you for your support

ciao Giovanni


[1] https://www.gnu.org/software/guix/manual/en/html_node/Preparing-for-Installation.html#Disk-Partitioning

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2018-11-02 11:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01 19:17 Berlin substitute server "Bad Read-Header-Line header: #<eof> Leo Famulari
2018-11-01 20:49 ` Tobias Geerinckx-Rice
2018-11-02 11:18 ` Giovanni Biscuolo [this message]
2018-11-04 22:53   ` Ludovic Courtès
2018-11-05  9:05     ` swedebugia
2018-11-05 14:10       ` Tobias Geerinckx-Rice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhur7mo7.fsf@roquette.mug.biscuolo.net \
    --to=g@xelera.eu \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).