From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: MIPS64/N64 support Date: Thu, 10 Oct 2013 00:08:36 -0400 Message-ID: <87txgp6a4b.fsf@netris.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]:41268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU7Z3-00089F-UH for guix-devel@gnu.org; Thu, 10 Oct 2013 00:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VU7Yy-0005yy-8k for guix-devel@gnu.org; Thu, 10 Oct 2013 00:09:29 -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 Nikita Karetnikov writes: > 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 [...] > pwd: error retrieving current directory: getcwd: cannot access parent dir= ectories: Success > pwd: error retrieving current directory: getcwd: cannot access parent dir= ectories: Bad address > configure: error: working directory cannot be determined > phase `configure' failed after 0 seconds [...] FYI, I found a simple workaround for this problem: make sure that /tmp and /nix/store are not on the same filesystem. I'll write more later, but in the meantime this workaround is allowing me to successfully bootstrap Guix on my YeeLoong, using the N32 ABI. Mark