bug#23030: Guix commands broken

2016-03-21 Thread Ludovic Courtès
Andreas Enge skribis: > Things work for me now, thanks for the help! > > However, I am still seeing this with latest git: > substitute: updating list of substitutes from 'https://hydra.gnu.org'... > 100.0% > > Should this not be https://mirror.hydra.gnu.org? The daemon’s default setting is to u

bug#23030: Guix commands broken

2016-03-20 Thread Andreas Enge
On Thu, Mar 17, 2016 at 09:46:11AM +0100, Ludovic Courtès wrote: > Indeed. Commit df061d079b50111280aa7209b3b3c4cf21fde218 changes the > default substitute URLs to https. > For this to work, you need to make sure that guix-daemon is running > ‘guix substitute’ with the fix for #22937. > On GuixSD,

bug#23030: Guix commands broken

2016-03-19 Thread Andreas Enge
Hello, sorry for the vague title; it looks as if one of the recent commits broke the daemon for me. $ ./pre-inst-env guix build font-forge --no-substitutes substitute: Backtrace: substitute: In ice-9/boot-9.scm: substitute: 63: 19 [call-with-prompt prompt0 ...] substitute: In ice-9/eval.scm: su

bug#23030: Guix commands broken

2016-03-19 Thread Leo Famulari
On Wed, Mar 16, 2016 at 04:46:11PM +0100, Andreas Enge wrote: > Hello, > > sorry for the vague title; it looks as if one of the recent commits broke the > daemon for me. > > $ ./pre-inst-env guix build font-forge --no-substitutes > substitute: Backtrace: > substitute: In ice-9/boot-9.scm: > subst

bug#23030: Guix commands broken

2016-03-19 Thread Ludovic Courtès
Leo Famulari skribis: > This looks like the same error as in , which > I am also getting when I try to fetch substitutes over https. Indeed. Commit df061d079b50111280aa7209b3b3c4cf21fde218 changes the default substitute URLs to https. For this to work, you need to ma

bug#23030: Guix commands broken

2016-03-19 Thread Andreas Enge
Things work for me now, thanks for the help! However, I am still seeing this with latest git: substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0% Should this not be https://mirror.hydra.gnu.org? Andreas