From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Status update+patches:Re: I managed to build guix natively on Debian GNU/Hurd , what's next? Date: Tue, 03 Sep 2019 23:26:31 +0200 Message-ID: <87y2z5f4vs.fsf@elephly.net> References: <8736hjh7c7.fsf@elephly.net> <5c5233873e372138e82f5d52225e287ee1b86a38.camel@gmail.com> <53512769-C494-42BC-91C2-83B3F1586512@lepiller.eu> <9888a399c79968627aeeebe05419304eca155fd2.camel@gmail.com> <87k1aufiie.fsf@elephly.net> <18bb81c74e24323fb974bc5126a1b94094b3be71.camel@gmail.com> <87ftlifgcm.fsf@elephly.net> <32d67ecf3f8e43cd8d4607287d4c4b57380f47ef.camel@gmail.com> <87ef11fs9i.fsf@elephly.net> <30bdaa745f0a41617e0e81fc6bc63b1228dab729.camel@gmail.com> <60498ff6153c81ffa586c9088e35f2e403270827.camel@gmail.com> <45800d03ca1fab9f80bae932a9354f60f6c12a2d.camel@gmail.com> <5f5d2b063290517ff9619cf59398b700998b5a2b.camel@gmail.com> <875zm9h6yx.fsf@elephly.net> <62954aca574f56f1cb980b147fb4f3d8a492632c.camel@gmail.com> <22f1e536522d303a01dbdaac3dcd54360f09730a.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60787) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5GK1-0000eJ-Sz for guix-devel@gnu.org; Tue, 03 Sep 2019 17:26:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5GK0-000792-Jz for guix-devel@gnu.org; Tue, 03 Sep 2019 17:26:41 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i5GK0-00076Z-5r for guix-devel@gnu.org; Tue, 03 Sep 2019 17:26:40 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: svante.signell@gmail.com Cc: guix-devel Svante Signell writes: > On Tue, 2019-09-03 at 16:34 +0200, Svante Signell wrote: >>=20 >> > How can I rebuild from scratch to watch the output on the console?=20 > > Seems to be to wipe out /gnu/store and /var/{guix,log} > >> This time bash crashed... Took a screen shot of the qemu console. I have= to >> replace all four: bash mkdir tar xz and put them into the .xz file t= oo.=20 > > I have now replaced bin/guile in guile-static-stripped-2.2.4-i586-pc-gnu.= tar.xz,=20 > but guile or tar still crashes. However I came a little further this time > though: > successfully built /gnu/store/3aqdqcnz63nnlwk61wimkcrdpbilwpvp-glibc-boot= strap- > 0.drv > building /gnu/store/sp2zksrcpvph48j9d93i902y098hpai4-make-4.2.1.tar.xz.dr= v... > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar:= 1: > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar:= Syntax > error: ";" unexpected > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar:= 1: > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar:= Syntax > error: ";" unexpected What are the contents of /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootst= rap-binaries-0/bin/tar? > The main problem seem to be the cross-built binaries. Would it be possibl= e to > build these static binaries natively, maybe even using guix or in som oth= er > way?? We should figure out what=E2=80=99s wrong with them and then adjust the way these binaries are built. It would not be useful to take binaries from elsewhere because we want to be able to reproduce the build automatically. --=20 Ricardo