From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: GNU Guile 2.9.7 Released [beta] Date: Sat, 14 Dec 2019 08:40:35 +0100 Message-ID: <20191214074035.GA17608@tuxteam.de> References: <87zhfwuzcs.fsf@pobox.com> <39CEC7A5-8C5B-448F-8A38-0B263BE19BFA@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="158873"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) Cc: guile-user , guile-devel@gnu.org To: John Cowan Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Dec 14 08:40:54 2019 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ig22n-000fBz-RI for guile-devel@m.gmane.org; Sat, 14 Dec 2019 08:40:54 +0100 Original-Received: from localhost ([::1]:57026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ig22m-0002BO-4S for guile-devel@m.gmane.org; Sat, 14 Dec 2019 02:40:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44159) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ig22f-0002BG-UK for guile-devel@gnu.org; Sat, 14 Dec 2019 02:40:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ig22e-0003J7-43 for guile-devel@gnu.org; Sat, 14 Dec 2019 02:40:45 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:39018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ig22d-0002tk-GV; Sat, 14 Dec 2019 02:40:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:Date; bh=foNDTA90tRHLwDLH78r66VOkzhH/3MC5f0kdg7FF9vs=; b=gsSQ/Tu8hCeH3tXVeH9FJsU5uKcrvrwbLqa7+94RpucjXhUKpLFE/SFsEiGoBAlwjHZhnLh5Jv7H2tyvlMiTlHRfepSzFogG+o1oC1XjR+d5gjMmhoMKGU6rBav1gVa5mXVYxForvBSI8xYNzLT0nqjORVZGxYv0GTl1lnitwJYgmgxW2vo8RRFkmhCn+6J2PiakZvySUzwRAID4DAaljMSaSx0i9VFoDeIsbTep3osaUurEBNC2qL///J84C2gp8iSvlT1ZOtX5u8jhFESqupB/zz0MptwRjBYJlAoo9OQbflnfpUa1r2H+hm3LajFUMfHIiQbYPkEMt64/1tP3lA==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1ig22V-0004hc-Mo; Sat, 14 Dec 2019 08:40:35 +0100 Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 5.199.139.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20191 gmane.lisp.guile.user:15954 Archived-At: --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable (Sorry for the cross-post, see below) On Fri, Dec 13, 2019 at 09:23:46PM -0500, John Cowan wrote: > I am getting the following build error on both Cygwin and Ubuntu Xenial. > All is well until: >=20 > BOOTSTRAP GUILEC system/vm/linker.go > /bin/bash: line 6: 16683 Segmentation fault (core dumped) > GUILE_AUTO_COMPILE=3D0 ../meta/build-env guild compile > --target=3D"x86_64-pc-linux-gnu" -O1 -Oresolve-primitives -L > "/home/rr828893/guile-2.9.7/module" -L > "/home/rr828893/guile-2.9.7/guile-readline" -o "system/vm/linker.go" > "../module/system/vm/linker.scm" > Makefile:1930: recipe for target 'system/vm/linker.go' failed > make[2]: *** [system/vm/linker.go] Error 139 > make[2]: Leaving directory '/home/rr828893/guile-2.9.7/bootstrap' > Makefile:1849: recipe for target 'all-recursive' failed > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory '/home/rr828893/guile-2.9.7' > Makefile:1735: recipe for target 'all' failed > make: *** [all] Error 2 This sounds exactly like the bug Matt Wette is stumbling upon. He posted to guile-devel@, so I don't know whether you missed it, in any case it's here in the archive [1]. FWIW, Matt worked around it by removing "-Oresolve-primitives" =66rom the compile options. I don't know whether there's a bug report on it already. Cheers [1] https://lists.gnu.org/archive/html/guile-devel/2019-12/msg00011.html -- tom=C3=A1s --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl30kfMACgkQBcgs9XrR2kak3QCfRpBxEVqk4ffXA9A1TYWJaBud C60An3d95jtgJ01qQkoqAI8ZET1JMhFT =11jW -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--