bug-guix
[Top][All Lists]
Advanced

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

bug#74489:


From: Aaron Covrig
Subject: bug#74489:
Date: Sun, 24 Nov 2024 10:32:31 -0500

I don't know enough to be able to understand the error message out (one of my main complaints for Guix is the atrocious error messages these things throw), but what happens if you try to run with no substitutes?:

```
guix pull --no-substitutes
```

If that fails, maybe try something like the following (convoluted way to try to run your commands with a newer guix binary (also assuming your local binary might be broken)):
```
guix build --no-substitutes guix
guix build --check guix
guix shell guix
guix pull
guix shell guix
guix package -u
```

Also, are you able to post your `channels.scm` file? It is probably located at `$HOME/.config/guix/channels.scm`

v/r,

Aaron

reply via email to

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