From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: bootstrap-tarballs fails Date: Sun, 2 Jul 2017 15:47:28 +0300 Message-ID: <31807c43-0269-fca4-b159-66b5615a2cb1@gmail.com> References: 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]:47044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dReHq-0008LH-TE for guix-devel@gnu.org; Sun, 02 Jul 2017 08:47:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dReHl-0000Qx-Um for guix-devel@gnu.org; Sun, 02 Jul 2017 08:47:38 -0400 In-Reply-To: Content-Language: en-US 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: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel@gnu.org, rennes Just reproduced it as well. I would like to add that the problem existed on all cross-compilation targets, not only Hurd. Cross-compilation on core-updates works now. Manolis On 07/02/17 15:32, rennes wrote: > Hi Ludovic, > >> Something is wrong here: the “*boot0” packages are not cross-compilable, >> they should never show up here. >> >> What branch are you on? On master on GNU/Linux I don’t see them on the >> list of things to build: > > I'm working on core-updates branch on GNU/Linux, I've updated my > repository and compiled it again. Now compiles correctly! > Thanks