From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33330: Hurd failing to build Date: Sun, 18 Nov 2018 23:47:50 +0100 Message-ID: <874lcem295.fsf@gnu.org> References: <8736s995kr.fsf@posteo.net> <674fa4bc-7098-25c6-e758-a5b78da46a3c@gmail.com> <87h8goaj9p.fsf@posteo.net> <871s7rsgwg.fsf@gnu.org> <9b4ad9d4-a66e-1f13-d024-b2c450c56bc4@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:4830:134:3::10]:34924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOVsF-0001Zh-RJ for bug-guix@gnu.org; Sun, 18 Nov 2018 17:49:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOVsE-0006ub-M0 for bug-guix@gnu.org; Sun, 18 Nov 2018 17:49:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOVsE-0006uA-IW for bug-guix@gnu.org; Sun, 18 Nov 2018 17:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOVsE-0005hD-G2 for bug-guix@gnu.org; Sun, 18 Nov 2018 17:49:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <9b4ad9d4-a66e-1f13-d024-b2c450c56bc4@gmail.com> (Manolis Ragkousis's message of "Sun, 11 Nov 2018 18:46:55 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Manolis Ragkousis Cc: 33330-done@debbugs.gnu.org Hi Manolis & Brett, Manolis Ragkousis skribis: > On 11/11/18 6:44 PM, Ludovic Court=C3=A8s wrote: >> Hello Brett, >>=20 >> Brett Gilio skribis: >>=20 >>> checking host system type... x86_64-unknown-linux-gnu >>> configure: error: this is the gnu os, host cannot be linux-gnu >>> *** Host configuration must be `MACHINE-gnu' or `MACHINE-VENDOR-gnu'. >>> *** To cross-compile, you must specify both --host and --build; >>> *** for example `--build=3Dx86_64-unknown-linux-gnu --host=3Dx86_64-gnu= '. >>> *** Run ./configure --help for more information. >>=20 >> To put it differently, the Hurd cannot be built natively on GNU/Linux. >> You can cross-build the Hurd from GNU/Linux with something like: >>=20 >> guix build hurd --target=3Di586-pc-gnu >>=20 >> =E2=80=A6 though I seem to remember even that is broken in current maste= r. > > > Yes, I am currently trying to fix this. I=E2=80=99ve taken care of that on =E2=80=98core-updates=E2=80=99, which wi= ll hopefully be merged within a week or so: https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dcore-updates&id=3D= 2d546858b139e5fcf2cbdf9958a17fd98803ac4c On that branch, you can run, say: guix build sed --target=3Di586-pc-gnu and you get a GNU/Hurd binary. \o/ Ludo=E2=80=99.