From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Problem with removing from gen-scmconfig when cross-compiling Date: Thu, 13 Mar 2014 13:00:13 -0400 Message-ID: <87y50e590i.fsf@yeeloong.lan> References: <87ob1a7uy9.fsf@yeeloong.lan> <87fvmmxlro.fsf@gnu.org> <877g7y6sdx.fsf@yeeloong.lan> <878useumma.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1394730051 4318 80.91.229.3 (13 Mar 2014 17:00:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2014 17:00:51 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 13 18:01:00 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WO903-00044B-5k for guile-devel@m.gmane.org; Thu, 13 Mar 2014 18:00:55 +0100 Original-Received: from localhost ([::1]:40667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO902-0001jl-Ke for guile-devel@m.gmane.org; Thu, 13 Mar 2014 13:00:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO8zo-0001ff-E7 for guile-devel@gnu.org; Thu, 13 Mar 2014 13:00:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO8zi-00089H-Iz for guile-devel@gnu.org; Thu, 13 Mar 2014 13:00:40 -0400 Original-Received: from world.peace.net ([96.39.62.75]:46833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO8zi-000893-En; Thu, 13 Mar 2014 13:00:34 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WO8zb-000089-98; Thu, 13 Mar 2014 13:00:27 -0400 In-Reply-To: <878useumma.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 13 Mar 2014 16:47:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16972 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > (BTW, we can test cross-compilation to GNU/Linux with > guix build guile --with-source=3Dguile-2.0.9.xyz.tar.xz --target=3Dmips64= el-linux-gnu.) I tried this on my x86_64 box with guix master (v0.5-355-g9037ea2), freshly built (autoreconf -vfi, configure, make clean, etc) and got this: --8<---------------cut here---------------start------------->8--- mhw@tines:~/guix$ ./pre-inst-env guix build -K guile --with-source=3D/home/= mhw/guile-2.0.9.239-21a7b-dirty.tar.xz --target=3Dmips64el-linux-gnu guix build: warning: ambiguous package specification `guile' guix build: warning: choosing guile-2.0.9 from gnu/packages/base.scm:1044:33 guix build: error: gnu/packages/bootstrap.scm:201:3: guile-bootstrap-2.0: b= uild system `raw' does not support cross builds --8<---------------cut here---------------end--------------->8--- I also tried --target=3Dmips64el-linux, but that made no difference. Any ideas? Mark