From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Subject: GC Warning: Out of Memory Date: Wed, 21 Nov 2018 04:47:42 +0000 Message-ID: Reply-To: Rene 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]:35762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPKQi-0007Zp-U5 for guix-devel@gnu.org; Tue, 20 Nov 2018 23:48:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPKQe-0005Sq-AI for guix-devel@gnu.org; Tue, 20 Nov 2018 23:48:00 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]:14648) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gPKQd-0005II-W6 for guix-devel@gnu.org; Tue, 20 Nov 2018 23:47:56 -0500 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" Hello, In Debian/Hurd using commit `2d546858b139e5fcf2cbdf9958a17fd98803ac4c` from= core-updates branch: When I try to build hello package, Guix shows: --=C2=A0 =C2=A0 =C2=A0;;; In procedure load-thunk-from-memory: ELF file doe= s not have native word size =C2=A0=C2=A0=C2=A0=C2=A0 ;;; WARNING: loading compiled file gnu/packages/wi= cd.go failed: =C2=A0=C2=A0=C2=A0=C2=A0 ;;; In procedure load-thunk-from-memory: ELF file = does not have native word size =C2=A0=C2=A0=C2=A0=C2=A0 ;;; WARNING: loading compiled file /home/jin/guix/= gnu/packages/xnee.go failed: =C2=A0=C2=A0=C2=A0=C2=A0 ;;; In procedure load-thunk-from-memory: ELF file = does not have native word size =C2=A0=C2=A0=C2=A0=C2=A0 ;;; WARNING: loading compiled file gnu/packages/xn= ee.go failed: =C2=A0=C2=A0=C2=A0=C2=A0 ;;; In procedure load-thunk-from-memory: ELF file = does not have native word size =C2=A0=C2=A0=C2=A0=C2=A0 ;;; WARNING: loading compiled file /home/jin/guix/= gnu/packages/zile.go failed: =C2=A0=C2=A0=C2=A0=C2=A0 ;;; In procedure load-thunk-from-memory: ELF file = does not have native word size =C2=A0=C2=A0=C2=A0=C2=A0 ;;; WARNING: loading compiled file gnu/packages/zi= le.go failed: =C2=A0=C2=A0=C2=A0=C2=A0 ;;; In procedure load-thunk-from-memory: ELF file = does not have native word size ..=C2=A0 =C2=A0 =C2=A0GC Warning: Failed to grow mark stack to 262144 frame= s =C2=A0=C2=A0=C2=A0=C2=A0 GC Warning: Failed to grow mark stack to 262144 fr= ames =C2=A0=C2=A0=C2=A0=C2=A0 GC Warning: Failed to grow mark stack to 262144 fr= ames =C2=A0=C2=A0=C2=A0=C2=A0 GC Warning: Failed to expand heap by 8388608 bytes= =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 GC Warning: Failed to expand heap by 901120 bytes= =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 GC Warning: Out of Memory! Heap size: 122 MiB. Ret= urning NULL! =C2=A0=C2=A0=C2=A0=C2=A0 Warning: Unwind-only `out-of-memory' exception; sk= ipping pre-unwind handler. -- Steps to reproduce the error: a) =C2=A0 ./bootstrap.sh b) =C2=A0./configure --localstatedir=3D/var --with-courage c) =C2=A0 =C2=A0make d) =C2=A0start guix-daemon e) =C2=A0run `./pre-inst-env guix build hello --fallback` And nothing happens! The guile version installed in Debian is: guile (GNU Guile) 2.2.3 Any advice? Thank you Rene