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, 11 Nov 2018 17:44:31 +0100 Message-ID: <871s7rsgwg.fsf@gnu.org> References: <8736s995kr.fsf@posteo.net> <674fa4bc-7098-25c6-e758-a5b78da46a3c@gmail.com> <87h8goaj9p.fsf@posteo.net> 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]:58616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLsrA-00082G-P1 for bug-guix@gnu.org; Sun, 11 Nov 2018 11:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLsr8-0001KU-NB for bug-guix@gnu.org; Sun, 11 Nov 2018 11:45:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLsr8-0001Jg-14 for bug-guix@gnu.org; Sun, 11 Nov 2018 11:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLsr7-0004jp-TN for bug-guix@gnu.org; Sun, 11 Nov 2018 11:45:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h8goaj9p.fsf@posteo.net> (Brett Gilio's message of "Sat, 10 Nov 2018 12:18:26 -0600") 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: Brett Gilio Cc: 33330@debbugs.gnu.org Hello Brett, Brett Gilio skribis: > 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. 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: guix build hurd --target=3Di586-pc-gnu =E2=80=A6 though I seem to remember even that is broken in current master. Ludo=E2=80=99.