From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 09:27:46 2019 Received: (at 34427) by debbugs.gnu.org; 12 Feb 2019 14:27:46 +0000 Received: from localhost ([127.0.0.1]:44522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtZ2H-0002sM-Qu for submit@debbugs.gnu.org; Tue, 12 Feb 2019 09:27:46 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:46054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtZ2C-0002s9-Mo for 34427@debbugs.gnu.org; Tue, 12 Feb 2019 09:27:41 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 57A82EDBA; Tue, 12 Feb 2019 15:27:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BC-swTjsCWgX; Tue, 12 Feb 2019 15:27:38 +0100 (CET) Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 369A3CD2; Tue, 12 Feb 2019 15:27:38 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: bug#34427: guile-bootstrap@2.2 segfault? References: <20190211091136.GA3284@macbook41> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 =?utf-8?Q?Pluvi=C3=B4se?= an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 12 Feb 2019 15:27:37 +0100 In-Reply-To: <20190211091136.GA3284@macbook41> (Efraim Flashner's message of "Mon, 11 Feb 2019 11:11:36 +0200") Message-ID: <87y36ljd46.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34427 Cc: 34427@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello Efraim, Efraim Flashner skribis: > I'm testing %bootstrap-guile from bootstrap.scm and I'm getting a > segfault when runing guile --version. I've attached an strace of the > process. To be clear, I believe this is for a *cross-compiled* Guile, right? The natively-built binary on x86_64-linux works fine: --8<---------------cut here---------------start------------->8--- $ unshare -mrf chroot $(guix build guile-static-stripped) ./bin/guile --ver= sion guile: warning: failed to install locale GC Warning: pthread_getattr_np or pthread_attr_getstack failed for main thr= ead GC Warning: Couldn't read /proc/stat guile (GNU Guile) 2.2.4 Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ guix describe Generacio 61 Feb 12 2019 11:14:38 (nuna) guix c86b5f1 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: c86b5f1b9bdfdd478ba15804f9343feb8d9c019b $ uname -m x86_64 --8<---------------cut here---------------end--------------->8--- Since I saw a build failure similar to the one you mention when cross-building for GNU/Hurd, I=E2=80=99m tempted to think this has to do wi= th cross-compilation. Thanks, Ludo=E2=80=99.