From mboxrd@z Thu Jan 1 00:00:00 1970 From: mikadoZero Subject: Re: Build package for multiple platforms Date: Fri, 22 Mar 2019 19:20:42 -0400 Message-ID: References: <87tvfu7r7j.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7TU3-000452-Pl for help-guix@gnu.org; Fri, 22 Mar 2019 19:21:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7TU1-0007mJ-KX for help-guix@gnu.org; Fri, 22 Mar 2019 19:21:55 -0400 Received: from forward100p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:100]:35690) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7TTY-0007Ew-Dh for help-guix@gnu.org; Fri, 22 Mar 2019 19:21:48 -0400 In-reply-to: <87tvfu7r7j.fsf@nckx> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tobias Geerinckx-Rice Cc: Help Guix Tobias Geerinckx-Rice writes: > mikadoZero, > > mikadoZero wrote: >> (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? > > qemu-binfmt-service-type is defined in (gnu services virtualization). > > I just use grep, but found out while researching this mail that we > provide a nice =E2=80=98guix system search=E2=80=99 command to find out w= hich module > provides a service > > =CE=BB guix system search qemu > name: qemu-binfmt > location: gnu/services/virtualization.scm:745:2 > extends: file-systems shepherd-root guix > shepherdnames: qemu-binfmt > description: This service supports transparent emulation of binaries > compiled for other architectures using QEMU and the `binfmt_misc' > functionality of the kernel Linux. > relevance: 5 > >> 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. > > Adding packages to your system configuration won't (and can't and > mustn't) affect services in this way. > > Kind regards, > > T G-R Thank you for pointing out that command. I will read more of the manual for system and services. Now I can reconfigure. After rebooting the computer and setting up a guix environment in the Guix repository, I can build for both arm platforms. I am have issues with powerpc and mips.=20 What should I do to get powerpc and mips to work? # arm Both of these commands are successful. `./pre-inst-env guix build --system=3Darmhf-linux --rounds=3D4 emacs-ace-li= nk` `./pre-inst-env guix build --system=3Daarch64-linux --rounds=3D4 emacs-ace-= link` # power-pc `./pre-inst-env guix build --system=3Dpowerpc-linux --rounds=3D4 emacs-ace-= link` guix build: error: could not find bootstrap binary 'tar' for system 'powerp= c-linux' # mips `./pre-inst-env guix build --system=3Dmips64el-linux --rounds=3D4 emacs-ace= -link` building /gnu/store/62kxpiayyak6dkzlvs8lhlpb23yddry1-guile-bootstrap-2.0.dr= v... @ unsupported-platform /gnu/store/62kxpiayyak6dkzlvs8lhlpb23yddry1-guile-bo= otstrap-2 .0.drv mips64el-linux=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 while setting up the build environment: a `mips64el-linux' is required to b= uild `/gn u/store/62kxpiayyak6dkzlvs8lhlpb23yddry1-guile-bootstrap-2.0.drv', but I am= a `x86_6 4-linux'=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 builder for `/gnu/store/62kxpiayyak6dkzlvs8lhlpb23yddry1-guile-bootstrap-2.= 0.drv' fa iled with exit code 1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 build of /gnu/store/62kxpiayyak6dkzlvs8lhlpb23yddry1-guile-bootstrap-2.0.dr= v failed View build log at '/var/log/guix/drvs/62/kxpiayyak6dkzlvs8lhlpb23yddry1-gui= le-bootst rap-2.0.drv.bz2'.=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/nk29013g6k2asl91w6hqvjvxh22dynv0-acl-2.= 2.52.src. tar.xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 cannot build derivation `/gnu/store/4f5ays7bp7flpp316hrlni2dhgsf0jid-bash-m= inimal-4. 4.23.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/02i7vn874xh5crjmksr15432l2cima42-binuti= ls-2.31.1 .drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/b968c534pxdngpcx8psqz8s9wcvgm6j9-binuti= ls-cross- boot0-2.31.1.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/ggsch6ijpbp812bkkc54iyiz8dbqvpfw-bootst= rap-binar ies-0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 cannot build derivation `/gnu/store/1mb95adrm5wsgznbl1gni86561pj1vf7-diffut= ils-3.6.t ar.xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 cannot build derivation `/gnu/store/9jfbc0sfsyfndsx5wrkazm9b8cjcb7is-diffut= ils-boot0 -3.6.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/y25fs9wc5xkkc3cn3mlawcy3ixq3ylbl-file-b= oot0-5.33 .drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/r5mv2ysz8jp36hc5pm9105p3zmv1slwy-findut= ils-4.6.0 .tar.xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 cannot build derivation `/gnu/store/fx5vpkcb2bb50d1pv3a0d9wzjp2hjxkh-findut= ils-boot0 -4.6.0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 cannot build derivation `/gnu/store/i4fj03xds43d30lgv8hs6l1vb4w9p5ag-gcc-5.= 5.0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/3mdbzqidjjry236m39m6mc6jn1ckpjf5-gettex= t-0.19.8. 1.tar.xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 cannot build derivation `/gnu/store/9dnygq2j5vnakp5fcbdblvwdjn8h8g0d-glibc-= 2.28.drv' : 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/syqwc8p35wrlncfwvk7fy8ply8w9nq9d-gmp-6.= 1.2.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/g69k7s7s6kfn9xxh0c0cq0h0bifgyy15-gmp-6.= 1.2.tar.x z.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/sp533p4d3gxpr5pndn9l4g41jxvwxa40-grep-3= .1.tar.xz .drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/5kbrmfgyz5n4558dngqgdc4dk5wxcqgy-guile-= 2.2.4.drv ': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/9ywgb8wkq3bl8cbp1n8qgfj8ycg9lh34-gzip-1= .9.drv':=20 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/m6dvkfdfnfmnly0il1jc7pb56sld6dyy-ld-wra= pper-boot 0-0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/h2l11p0v3bsnr4fwcm8ww2xw4pyjv1rq-ld-wra= pper-boot 3-0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/r6paw4h3aymihaf6pz7bmbyw4c8yh1m6-libgc-= 7.6.6.drv ': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/8wwc5cc6ggwa53jzcn4wm21jgrgyai33-libltd= l-2.4.6.d rv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/92pkqgnyh00grv9l9a69nj720iz08y51-libuni= string-0. 9.10.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/05mbs64prj8lg5ywh9cfcjahc7wn78jr-linux-= libre-hea ders-4.14.67.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cannot build derivation `/gnu/store/2vvkrpa03g71kwa9rmknbrkxrhwwcaj5-m4-1.4= .18.tar.x z.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/zby125pysp9h38ks72h44mf13xbkia1j-make-4= .2.1.tar. xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 cannot build derivation `/gnu/store/19b6m025vh6g2h40mlhixwp963q1jgp3-make-b= oot0-4.2. 1.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/wa7xpi1ajs7clhxii9cq0wyb7n6fddib-patch-= 2.7.6.tar .xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/6szmf0dxh6w64hpgj6gpc4ii487w297r-perl-5= .28.0.tar .xz.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20 cannot build derivation `/gnu/store/vz1rnjlbb0gssnaylnj28d5dan2jc89c-perl-b= oot0-5.28 .0.drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 cannot build derivation `/gnu/store/nndz20akij3vcdnjbmvx7lmcd09f4v2k-tar-1.= 30.tar.xz .drv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cannot build derivation `/gnu/store/jhhvlb2vl5vghbwkhfcqfjjh6h6z13ps-sqlite= -3.26.0.d rv': 1 dependencies couldn't be built=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 guix build: error: build of `/gnu/store/jhhvlb2vl5vghbwkhfcqfjjh6h6z13ps-sq= lite-3.26 .0.drv' failed