bug#46362: got unexpected path `Backtrace:' from substituter

2021-04-09 Thread Ludovic Courtès
Ludovic Courtès skribis: >>From d85353dd4bfaa57a7d5803dade91d806a169295a Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= > Date: Tue, 6 Apr 2021 12:10:29 +0200 > Subject: [PATCH] daemon: 'guix substitute' replies on FD 4. > > This avoids the situation where error messages wou

bug#46362: got unexpected path `Backtrace:' from substituter

2021-04-06 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: >> chino@asus-laptop:~$ guix build opencv >> --substitute-urls="https://mirror.sjtu.edu.cn/guix >> https://mirror.guix.org.cn https://mirror.c1r3u.xyz https://ci.guix.gnu.org"; >> substitute: updating substitutes from 'https://mirror.sjtu.edu.cn/guix'... >> 100.0%

bug#46362: got unexpected path `Backtrace:' from substituter

2021-02-25 Thread Ludovic Courtès
Hi, Zhu Zihao skribis: > This issue is similar with https://issues.guix.gnu.org/45828. But it > still not fixed in 127a88d390417d5d7b1b4a18c1b69c7169dcaf34. > > When you have multiple substituters, Guix will try to fetch narinfo from > the second or even third substituters, and it dies. > > ```

bug#46362: got unexpected path `Backtrace:' from substituter

2021-02-07 Thread Zhu Zihao
This issue is similar with https://issues.guix.gnu.org/45828. But it still not fixed in 127a88d390417d5d7b1b4a18c1b69c7169dcaf34. When you have multiple substituters, Guix will try to fetch narinfo from the second or even third substituters, and it dies. ``` chino@asus-laptop:~$ guix build openc