From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: cross-base: Add libc/hurd. Date: Sat, 1 Nov 2014 09:44:41 +0000 Message-ID: References: <87ppdaeauo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=001a1135ed8e7b4f7b0506c8f6ee Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkVEi-0001YU-S9 for Guix-devel@gnu.org; Sat, 01 Nov 2014 05:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkVEh-0001qD-Vb for Guix-devel@gnu.org; Sat, 01 Nov 2014 05:44:44 -0400 In-Reply-To: <87ppdaeauo.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel --001a1135ed8e7b4f7b0506c8f6ee Content-Type: text/plain; charset=UTF-8 Good morning everyone. 1) I noticed that in the wip-hurd branch, in hurd-minimal there is a problem with the autoconf input. Apply the attached diff first. 2) Run make clean before doing anything and rebuild the wip-hurd. It seems there is a conflict with newer commits. Must rebase on newer commits and investigate. 3) Try building with ./pre-inst-env guix build -e '((@@ (gnu packages cross-base) cross-libc/hurd) "i686-pc-gnu")' . With this it builds on my boxes. We could make cross-libc and cross-libc/hurd one package, and choose what to use depending on the target system. WDYT? --001a1135ed8e7b4f7b0506c8f6ee Content-Type: text/plain; charset=US-ASCII; name="hurd-minimal.diff" Content-Disposition: attachment; filename="hurd-minimal.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_i1yvzj1w0 ZGlmZiAtLWdpdCBhL2dudS9wYWNrYWdlcy9odXJkLnNjbSBiL2dudS9wYWNrYWdlcy9odXJkLnNj bQppbmRleCA4NDJlNWIzLi5lOTg5YTM3IDEwMDY0NAotLS0gYS9nbnUvcGFja2FnZXMvaHVyZC5z Y20KKysrIGIvZ251L3BhY2thZ2VzL2h1cmQuc2NtCkBAIC0xNTAsNyArMTUwLDcgQEAgTGlicmFy eSBhbmQgb3RoZXIgdXNlciBwcm9ncmFtcy4iKQogICAgIChidWlsZC1zeXN0ZW0gZ251LWJ1aWxk LXN5c3RlbSkKICAgICAoaW5wdXRzIGAoKCJnbGliYy1odXJkLWhlYWRlcnMiICxnbGliYy9odXJk LWhlYWRlcnMpKSkKICAgICAobmF0aXZlLWlucHV0cwotICAgICBgKCgiYXV0b2NvbmYiICxhdXRv Y29uZi13cmFwcGVyKQorICAgICBgKCgiYXV0b2NvbmYiICwoYXV0b2NvbmYtd3JhcHBlcikpCiAg ICAgICAgKCJtaWciICxtaWcpKSkKIAogICAgIChhcmd1bWVudHM= --001a1135ed8e7b4f7b0506c8f6ee--