emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#34304: closed ([PATCH] doc: Document how to enable


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34304: closed ([PATCH] doc: Document how to enable qemu binfmt service and how to use it.)
Date: Mon, 04 Feb 2019 16:59:01 +0000

Your message dated Mon, 4 Feb 2019 17:58:10 +0100
with message-id <address@hidden>
and subject line Re: [bug#34304] [PATCH] doc: Document how to enable qemu 
binfmt service and how to use it.
has caused the debbugs.gnu.org bug report #34304,
regarding [PATCH] doc: Document how to enable qemu binfmt service and how to 
use it.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34304: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34304
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: Document how to enable qemu binfmt service and how to use it. Date: Sun, 3 Feb 2019 16:46:01 +0100
* doc/contributing.texi (Submitting Patches): Document how to enable qemu
binfmt service and how to use it.
---
 doc/contributing.texi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index ecc20dabc..c086e3c9a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -813,6 +813,29 @@ name of the new or modified package, and fix any errors it 
reports
 Make sure the package builds on your platform, using @code{guix build
 @var{package}}.
 
address@hidden
+We recommend you also try to build the package on other platforms.  We
+do not presume that you have all the platforms, therefore we recommend
+using the qemu binfmt service of GuixSD.  In order to enable it, add
+the following service to your operating-system configuration's services:
+
address@hidden
+(service qemu-binfmt-service-type
+ (qemu-binfmt-configuration
+   (platforms (lookup-qemu-platforms "arm" "aarch64" "ppc" "mips64el"))
+   (guix-support? #t)))
address@hidden example
+
+Then reconfigure your system.
+
+You can then build packages like the following, respectively:
address@hidden
+guix build --system=armhf-linux --rounds=2 my-package
+guix build --system=aarch64-linux --rounds=2 my-package
+guix build --system=powerpc-linux --rounds=2 my-package
+guix build --system=mips64el-linux --rounds=2 my-package
address@hidden example
+
 @item
 @cindex bundling
 Make sure the package does not use bundled copies of software already



--- End Message ---
--- Begin Message --- Subject: Re: [bug#34304] [PATCH] doc: Document how to enable qemu binfmt service and how to use it. Date: Mon, 4 Feb 2019 17:58:10 +0100
Hi Ricardo,

On Mon, 04 Feb 2019 00:59:08 +0100
Ricardo Wurmus <address@hidden> wrote:

>[improved version]

Thanks!  Pushed with improved text to guix master as 
89339a35bd8610ec585da36f3da6ddf116c3fe89.

Attachment: pgpiMAUdC8_xv.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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