all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#56845: unclear error message: No route to host
@ 2022-07-30 18:33 Csepp
  2022-08-05 15:04 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Csepp @ 2022-07-30 18:33 UTC (permalink / raw)
  To: 56845

```
guix pull -v3 --cores=1      
guix pull: error: failed to load '/home/raingloom/.config/guix/channels.scm': No route to host
```

My channels.scm mentions at least 3 hosts by name and indirectly uses
ci.guix.gnu.org via channel-with-substitutes-available.

It's quite possible this is more a Guile issue, but then again, Guix
should give a clear stack trace about which function the error
originates from.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#56845: unclear error message: No route to host
  2022-07-30 18:33 bug#56845: unclear error message: No route to host Csepp
@ 2022-08-05 15:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-05 15:04 UTC (permalink / raw)
  To: Csepp; +Cc: 56845

Hi,

Csepp <raingloom@riseup.net> skribis:

> guix pull -v3 --cores=1      
> guix pull: error: failed to load '/home/raingloom/.config/guix/channels.scm': No route to host
> ```
>
> My channels.scm mentions at least 3 hosts by name and indirectly uses
> ci.guix.gnu.org via channel-with-substitutes-available.

‘channel-with-substitutes-available’ failed due to a networking issue,
which is where “No route to host” comes from (it means that
ci.guix.gnu.org could not be reached from your machine).

> It's quite possible this is more a Guile issue, but then again, Guix
> should give a clear stack trace about which function the error
> originates from.

Yeah, ‘load*’ should better discriminate on the type of issues: issues
such as “File not found” (where displaying a stack trace would be
wrong), and issues caused by actually running the code.  Right now it
loads the file at once (meaning open + read + eval), so it doesn’t have
a sufficiently detailed vision.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-05 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30 18:33 bug#56845: unclear error message: No route to host Csepp
2022-08-05 15:04 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.