From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cross bootstrap! Date: Wed, 03 Jul 2013 22:49:09 +0200 Message-ID: <878v1n74je.fsf@gnu.org> References: <87txkkanu6.fsf@gnu.org> <87ppv88tiz.fsf@gnu.org> <87k3l795pe.fsf@gnu.org> <878v1n4o1g.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuU4C-0003I9-VD for bug-guix@gnu.org; Wed, 03 Jul 2013 16:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuU4A-0001eL-4k for bug-guix@gnu.org; Wed, 03 Jul 2013 16:54:20 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuU49-0001e7-VI for bug-guix@gnu.org; Wed, 03 Jul 2013 16:54:18 -0400 In-Reply-To: <878v1n4o1g.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 03 Jul 2013 20:16:11 +0400") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >> I=E2=80=99ve uploaded two of the tarballs, for those who can=E2=80=99t u= se the >> substituter and don=E2=80=99t want to rebuild everything: > > So, one will also need 'glibc', 'gcc', and 'binutils' to build other > packages. Or am I mistaken? You=E2=80=99re right, there are 5 bootstrap tarballs. I just put out these= two so you can try (and debug!) without rebuilding everything at home. >> http://www.fdn.fr/~lcourtes/tmp/static-binaries-0-mips64el-linux-gnuabi6= 4.tar.xz >> http://www.fdn.fr/~lcourtes/tmp/guile-static-stripped-2.0.9-mips64el-lin= ux-gnuabi64.tar.xz > > Could you place them to 'mips64el-linux-gnuabi64/date' (like these [1]) > and also sign if it's not hard? I=E2=80=99ll upload everything to alpha.gnu.org when it=E2=80=99s final, bu= t currently since the bootstrap Guile seems to have troubles, I just wanted to put it out for others to test. >> In fact, I=E2=80=99m interested in getting help with the Guile binary. >> Basically the binaries in the first tarball (Coreutils, gawk, etc.) >> work fine, but Guile (second tarball) aborts early. > > What kind of help is actually needed? Should I try to run it? Yes. And if you can get more verbose output than I did with strace, then perhaps we=E2=80=99ll have additional clues. I already reported a libgc bug, though I don=E2=80=99t think it relates to = our problem: http://thread.gmane.org/gmane.comp.programming.garbage-collection.boehmgc= /5643 Thanks, Ludo=E2=80=99.