guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RISC-V (riscv64-linux) substitutes are coming


From: 宋文武
Subject: Re: RISC-V (riscv64-linux) substitutes are coming
Date: Sat, 13 May 2023 11:34:26 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

宋文武 <iyzsong@envs.net> writes:

> Christopher Baines <mail@cbaines.net> writes:

>> The first hurdle to overcome is just getting the build coordinator agent
>> available on the system. For the board I have, I cross compiled the
>> guix-build-coordinator-agent-only package.
>
> Okay, now I installed guix from debian on my visionfive2, and start
> compiling for it.

I got 'guix-build-coordinator-agent-only' built now, running it (with
--help) will segfault though..


How to run it to connect to the coordinator?

Also my net speed to ci/bordeaux is unuseable, i guess this will prevent
use my sbc as a build agent for the official build farm?

A friend (Z572 from #guixcn) of mime had setup a coordinator /
substitute server of riscv64 (running guix system) at
https://cache.z572.online.  I tried connect to it with:

```
guix-build-coordinator-agent  \
  --uuid=XXXX \
  --password=XXXX \
  --coordinator=https://cache.z572.online/agent \
  --substitute-urls='https://cache.z572.online'
```

but got:
```
locale is C.UTF-8
(gnutls version: 3.7.7, guix version: 1.4.0-6.dc5430c)
skipping writing metrics as /var/lib/prometheus/node-exporter does not exist
2023-05-13 11:27:16 (INFO ): starting agent 07949cb9-27e0-4cab-a1be-4a6468767835
2023-05-13 11:27:16 (INFO ): connecting to coordinator 
https://cache.z572.online/agent
Backtrace:
           2 (primitive-load 
"/gnu/store/5ijyqpfl667585pjyh8izvwkipfaaw4b-guix-build-coordinator-agent-only-0-81.3f6473c/bin/.guix-build-coordinator-agent-real")
In guix-build-coordinator/agent.scm:
    499:7  1 (run-agent _ #<<http-agent-interface> 3f7d38d0a0> 
("riscv64-linux") _ #f _ _ _ _ _)
In srfi/srfi-43.scm:
Exception thrown while printing backtrace:
In procedure vector-ref: Argument 2 out of range: 14

srfi/srfi-43.scm:968:7: vector->list: expected vector, got #f
```

Maybe my arguments or his endpoint is wrong.


Help need, thank you!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]