all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mikadoZero <mikadozero@yandex.com>
To: Help Guix <help-guix@gnu.org>
Subject: Build package for multiple platforms
Date: Fri, 22 Mar 2019 13:08:32 -0400	[thread overview]
Message-ID: <cucef6ykfan.fsf@yandex.com> (raw)

I am preparing a patch for a package.  I am following the manual section
"14.6 Submitting Patches".  The fifth suggestion is to build the package
for multiple platforms.

I have added these to the system configuration file:
module: virtualization
package: qemu
service (taken from 14.6 Submitting Patches):

(service qemu-binfmt-service-type
 (qemu-binfmt-configuration
   (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el"))
   (guix-support? #t)))

When I try to do a system reconfigure I get this error:

error: qemu-binfmt-service-type: unbound variable
hint: Did you forget a `use-modules' form?


The closest package I can find using `guix package -s` is proot but
adding the module linux and the package proot does not solve this error
message.

What should I do to get the system reconfiguration to work?

             reply	other threads:[~2019-03-22 17:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 17:08 mikadoZero [this message]
2019-03-22 17:29 ` Build package for multiple platforms Tobias Geerinckx-Rice
2019-03-22 23:20   ` mikadoZero
2019-03-24 17:29     ` Efraim Flashner
2019-03-24 18:10       ` mikadoZero

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=cucef6ykfan.fsf@yandex.com \
    --to=mikadozero@yandex.com \
    --cc=help-guix@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 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.