From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: bug#33330: Hurd failing to build Date: Sun, 11 Nov 2018 18:46:55 +0200 Message-ID: <9b4ad9d4-a66e-1f13-d024-b2c450c56bc4@gmail.com> References: <8736s995kr.fsf@posteo.net> <674fa4bc-7098-25c6-e758-a5b78da46a3c@gmail.com> <87h8goaj9p.fsf@posteo.net> <871s7rsgwg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLsu5-0002Al-C4 for bug-guix@gnu.org; Sun, 11 Nov 2018 11:48:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLsu2-0005xo-1v for bug-guix@gnu.org; Sun, 11 Nov 2018 11:48:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLsu1-0005xk-Tz for bug-guix@gnu.org; Sun, 11 Nov 2018 11:48:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLsu1-0004oW-OL for bug-guix@gnu.org; Sun, 11 Nov 2018 11:48:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871s7rsgwg.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33330@debbugs.gnu.org Hello Ludo, On 11/11/18 6:44 PM, Ludovic Courtès wrote: > 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=x86_64-unknown-linux-gnu --host=x86_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=i586-pc-gnu > > … though I seem to remember even that is broken in current master. Yes, I am currently trying to fix this. Manolis