unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: david larsson <david.larsson@selfhosted.xyz>
To: 47164@debbugs.gnu.org
Cc: othacehe@gnu.org
Subject: bug#47164: Cuirass specification complains about missing guix channel when a non-guix channel gets a new commit alone
Date: Mon, 15 Mar 2021 16:50:57 +0100	[thread overview]
Message-ID: <84ca18e0b2b187d1d19db714d2617119@selfhosted.xyz> (raw)

Hi!

My specification that doesn't work is this:

(define %cuirass-specs3
   #~(
      list
      (specification
       (name "my-pkgs")
       (build '(manifests . ((my-config . "manifests/user1.scm"))))
       (channels
        (list (channel
               (name 'guix)
               (url "https://git.savannah.gnu.org/git/guix.git")
               (branch  "master"))
              (channel
               (name 'my-config)
               (url "file:///home/cuirass/my-guixsd-config.sh")
               ;;(url 
"https://github.com/methuselah-0/my-guixsd-config.sh.git")
               (branch  "master"))
              (channel
               (name 'my-guix-packages)
               (url 
"https://github.com/methuselah-0/my-guix-packages.git")
               ;;(url "file:///home/user1/src/my-guix-packages")
               (branch  "master"))
              ))
       ;;(priority 1)
       (systems '("x86_64-linux")))))

It was converted to the new format from this: 
https://github.com/methuselah-0/my-guixsd-config.sh/blob/master/VM-configs/desktop_with_cuirass.scm#L28

I simply cant make anything work except building the hello package using 
only guix. When "my-guix-packages" is updated the evaluation fails with 
the message that at least one channel needs to be named Guix. I tried 
making guix a channel dependency of my-guix-packages via committing a 
.guix-channel file with 'guix as a dependency to it but that caused 
other errors and surely isn't the correct way to solve the problem 
anyway.

Any ideas how to fix this or if I need to change my spec?


Best regards,
David Larsson




             reply	other threads:[~2021-03-15 15:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 15:50 david larsson [this message]
2021-03-25 13:47 ` bug#47164: Cuirass specification complains about missing guix channel when a non-guix channel gets a new commit alone Mathieu Othacehe
2021-03-25 14:07   ` Mathieu Othacehe
2021-03-25 16:04   ` david larsson
2021-03-25 17:38     ` Mathieu Othacehe
2021-03-25 18:28       ` david larsson
2021-03-26 15:09         ` Mathieu Othacehe

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=84ca18e0b2b187d1d19db714d2617119@selfhosted.xyz \
    --to=david.larsson@selfhosted.xyz \
    --cc=47164@debbugs.gnu.org \
    --cc=othacehe@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).