all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 74489@debbugs.gnu.org
Subject: bug#74489:
Date: Sun, 24 Nov 2024 10:32:31 -0500	[thread overview]
Message-ID: <CAK7qAcQ58XDB1OhhkpFXVhY9-pQF4XE9Zh7a=gxZN7fXXHTSSw@mail.gmail.com> (raw)
In-Reply-To: <658cb917a5c395b3611ef5bc174d37fb@alwaysdata.net>

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1142 bytes --]

  reply	other threads:[~2024-11-26 15:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-23  9:32 bug#74489: Guix said to email you this Mark Dewey
2024-11-24 15:32 ` Aaron Covrig via Bug reports for GNU Guix [this message]
2024-11-29 16:04 ` Simon Tournier
     [not found]   ` <608860b07845cd07dfe22b209aacd725@alwaysdata.net>
2024-11-30 10:46     ` Simon Tournier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK7qAcQ58XDB1OhhkpFXVhY9-pQF4XE9Zh7a=gxZN7fXXHTSSw@mail.gmail.com' \
    --to=bug-guix@gnu.org \
    --cc=74489@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.