From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: Use hurd-triplet? to check if GNU/Hurd. Date: Mon, 2 Jan 2017 22:23:09 +0200 Message-ID: References: <20170102192222.17305-1-manolis837@gmail.com> <20170102192222.17305-2-manolis837@gmail.com> <87vatxkyrl.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO98R-0001l5-8g for guix-devel@gnu.org; Mon, 02 Jan 2017 15:23:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO98Q-0003e5-61 for guix-devel@gnu.org; Mon, 02 Jan 2017 15:23:11 -0500 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]:35425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cO98Q-0003dv-2J for guix-devel@gnu.org; Mon, 02 Jan 2017 15:23:10 -0500 Received: by mail-yw0-x244.google.com with SMTP id b66so36400641ywh.2 for ; Mon, 02 Jan 2017 12:23:10 -0800 (PST) In-Reply-To: <87vatxkyrl.fsf@openmailbox.org> 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: Kei Kebreau Cc: Guix-devel Hello Kei, On 2 January 2017 at 22:11, Kei Kebreau wrote: > > LGTM. I assume this one will be pushed to master as well? > > P.S. Is there currently a way to successfully build the bootstrap > binaries for Hurd from Guix on x86_64 Linux? If you merge master into core-updates locally, it's as simple as `guix build --target=i586-pc-gnu bootstrap-tarballs' You need to merge the two branches, because the one needs some patches from the other. Manolis