unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: david larsson <david.larsson@selfhosted.xyz>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: 44399@debbugs.gnu.org
Subject: bug#44399: Cuirass problem with building from manifest file
Date: Tue, 03 Nov 2020 16:04:11 +0000	[thread overview]
Message-ID: <56be256fb43eff17ee6ff4ac7ba90141@selfhosted.xyz> (raw)
In-Reply-To: <87tuu7a57u.fsf@gnu.org>

On 2020-11-02 20:12, Mathieu Othacehe wrote:

> 
> Could you please confirm that it works?
> 
> Thanks,
> 
> Mathieu


Things do work now. I had made a mistake in my config.

In case it helps someone; to fix it, I changed my-guixsd-config input 
load path to ".":

                  ((#:name . "config")
                   (#:url . "file:///home/cuirass/my-guixsd-config.sh")
                   (#:load-path . ".")
                   (#:branch . "master")
                   (#:no-compile? . #t))

and in proc-args I changed the manifests path, and made sure "manifests" 
has quotes around it, so I changed it to:

     (#:proc-args .
      ((subset . "manifests")
       (systems . ("x86_64-linux"))
       (manifests . (("config" . "manifests/user1.scm")))
       ))

which now built over 200 packages successfully, yay!


Thanks for your help Mathieu!

Best regards,
David




      parent reply	other threads:[~2020-11-03 16:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 19:45 bug#44399: Cuirass problem with building from manifest file david larsson
2020-11-02 20:12 ` Mathieu Othacehe
2020-11-03  7:07   ` david larsson
2021-03-25 13:48     ` Mathieu Othacehe
2020-11-03 16:04   ` david larsson [this message]

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=56be256fb43eff17ee6ff4ac7ba90141@selfhosted.xyz \
    --to=david.larsson@selfhosted.xyz \
    --cc=44399@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).