From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Setting up a Hurd build node Date: Tue, 07 May 2019 07:21:15 +0200 Message-ID: <87woj2et6c.fsf@elephly.net> References: <874l67fehe.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNsXd-00030H-Lh for guix-devel@gnu.org; Tue, 07 May 2019 01:21:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNsXc-0004q9-QU for guix-devel@gnu.org; Tue, 07 May 2019 01:21:25 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21286) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNsXc-0004pc-Ij for guix-devel@gnu.org; Tue, 07 May 2019 01:21:24 -0400 In-reply-to: <874l67fehe.fsf@elephly.net> 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" To: guix-devel@gnu.org Ricardo Wurmus writes: > I also tried building =E2=80=9Chello=E2=80=9D, but I only get the message > > madvise failed: Function not implemented > > printed endlessly. (This is probably harmless, but nothing else > happens.) It=E2=80=99s not endless after all. The VM has 10G of RAM (I don=E2=80=99t= know if all of this is usable by the Hurd). Eventually Guile runs out of memory: madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 madvise failed: Function not implemented=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 no more room in f5817750 (/usr/local/bin/guile(18046))=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 allocate_stack failed: Cannot allocate memory=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind h= andler.=20=20=20=20=20=20=20=20=20 no more room in f5817750 (/usr/local/bin/guile(18046))=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 allocate_stack failed: Cannot allocate memory=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind h= andler.=20=20=20=20=20=20=20=20=20 no more room in f5817750 (/usr/local/bin/guile(18046))=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 allocate_stack failed: Cannot allocate memory=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind h= andler.=20=20=20=20=20=20=20=20=20 That=E2=80=99s when it finally aborts. --=20 Ricardo