From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: MIPS64/N64 support Date: Mon, 30 Sep 2013 18:26:17 +0200 Message-ID: <87fvsmgtsm.fsf@gnu.org> References: <87vc2o4qwc.fsf@gnu.org> <87y57kljro.fsf@karetnikov.org> <87li3dd844.fsf_-_@karetnikov.org> <87d2opy6qa.fsf@gnu.org> <87r4d577ab.fsf@karetnikov.org> <87zjrswzin.fsf@gnu.org> <87hadygxe8.fsf@karetnikov.org> <87mwnq470w.fsf@gnu.org> <87y5791h9f.fsf@karetnikov.org> <87eh907psx.fsf@gnu.org> <87li37z967.fsf@karetnikov.org> <8761ub143g.fsf@gnu.org> <87k3iqa71l.fsf@karetnikov.org> <87k3iqhrh5.fsf@gnu.org> <877ge3c8lf.fsf@karetnikov.org> <874n96qed3.fsf@gnu.org> <878uyfiwr1.fsf@karetnikov.org> <87siwniwka.fsf@gnu.org> <8738onkyi9.fsf@karetnikov.org> <87bo3asfx6.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]:45418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQgNa-0001xU-7u for guix-devel@gnu.org; Mon, 30 Sep 2013 12:31:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQgNV-0002ST-2R for guix-devel@gnu.org; Mon, 30 Sep 2013 12:31:26 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQgNU-0002SD-S9 for guix-devel@gnu.org; Mon, 30 Sep 2013 12:31:20 -0400 In-Reply-To: <87bo3asfx6.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 30 Sep 2013 15:32:53 +0400") 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: Nikita Karetnikov Cc: guix-devel@gnu.org, =?utf-8?Q?Llu=C3=ADs?= Batlle (Cc=E2=80=99ing Llu=C3=ADs who may know more.) Nikita Karetnikov skribis: > OK, I fetched the tarballs. Now I=E2=80=99m getting this error. > > > $ ./pre-inst-env guix build -K hello > > [...] > > make-3.82/main.c > make-3.82/README.OS2 > make-3.82/remote-cstms.c > phase `unpack' succeeded after 4 seconds > shell-init: error retrieving current directory: getcwd: cannot access par= ent directories: Inappropriate ioctl for device Could you try running the statically-linked bash from =E2=80=98static-binaries.tar.xz=E2=80=99 and see if the same error occurs? = Perhaps strace it so we can see where that error comes from. Looking at , syscalls have different numbers in n64 vs. n32. So I suppose the kernel needs to be compiled to support the n64 ABI? Ludo=E2=80=99.