From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Seg fault when building from git Date: Sat, 23 Nov 2013 18:31:22 +0100 Message-ID: <87ob5bvxcl.fsf@gnu.org> References: <20131123132131.GA26055@jocasta.intra> <87txf3xhnd.fsf@gnu.org> <20131123155055.GA32705@jocasta.intra> 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]:43617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkH3J-00074b-V7 for guix-devel@gnu.org; Sat, 23 Nov 2013 12:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkH3D-00088p-Pm for guix-devel@gnu.org; Sat, 23 Nov 2013 12:31:29 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:51556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkH3D-00088e-Il for guix-devel@gnu.org; Sat, 23 Nov 2013 12:31:23 -0500 In-Reply-To: <20131123155055.GA32705@jocasta.intra> (John Darrington's message of "Sat, 23 Nov 2013 16:50:56 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > guile (GNU Guile) 2.0.5-deb+1-3 OK. (It should work, but that=E2=80=99s very old.) > Also, the problem appears to be related to lack of space in /tmp Not sure. > Program terminated with signal 11, Segmentation fault. > #0 0x408701e5 in scm_init_gnutls () from /usr/lib/i386-linux-gnu/libguil= e-gnutls-v-1.so > (gdb) bt full > #0 0x408701e5 in scm_init_gnutls () from /usr/lib/i386-linux-gnu/libguil= e-gnutls-v-1.so > No symbol table info available. > #1 0x4012aee2 in scm_dynamic_call () from /usr/lib/libguile-2.0.so.22 > No symbol table info available. > #2 0x40093949 in ?? () from /usr/lib/libguile-2.0.so.22 > No symbol table info available. > #3 0x40093980 in scm_load_extension () from /usr/lib/libguile-2.0.so.22 > No symbol table info available. What does =E2=80=98ldd /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so=E2=80= =99 report? It may be that it=E2=80=99s linked against libguile.so from Guile 1.8, which would obviously break the whole thing. Thanks, Ludo=E2=80=99.