From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: Seg fault when building from git Date: Sun, 24 Nov 2013 08:08:33 +0100 Message-ID: <20131124070832.GA3840@intra> References: <20131123132131.GA26055@jocasta.intra> <87txf3xhnd.fsf@gnu.org> <20131123155055.GA32705@jocasta.intra> <87ob5bvxcl.fsf@gnu.org> <20131123173627.GA2284@jocasta.intra> <8761rix00i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkTo9-00078H-3P for guix-devel@gnu.org; Sun, 24 Nov 2013 02:08:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkTo4-0000q1-P1 for guix-devel@gnu.org; Sun, 24 Nov 2013 02:08:41 -0500 Content-Disposition: inline In-Reply-To: <8761rix00i.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 23, 2013 at 10:48:29PM +0100, Ludovic Court=C3=A8s wrote: John Darrington skribis: =20 > On Sat, Nov 23, 2013 at 06:31:22PM +0100, Ludovic Court??s wrote: > =20 > =20 > > Program terminated with signal 11, Segmentation fault. > > #0 0x408701e5 in scm_init_gnutls () from /usr/lib/i386-linux= -gnu/libguile-gnutls-v-1.so > > (gdb) bt full > > #0 0x408701e5 in scm_init_gnutls () from /usr/lib/i386-linux= -gnu/libguile-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/libguil= e-2.0.so.22 > > No symbol table info available. > =20 > What does ???ldd /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so= ??? report? > =20 > $ ldd /usr/lib/i386-linux-gnu/libguile-gnutls-v-1.so > linux-gate.so.1 =3D> (0xb77c9000) > libgnutls.so.26 =3D> /usr/lib/i386-linux-gnu/libgnutls.so.26= (0xb76bc000) > libguile.so.17 =3D> /usr/lib/libguile.so.17 (0xb75c0000) =20 So indeed, that=E2=80=99s the problem: the guile-gnutls package is lin= ked against Guile 1.8. =20 What could work for you is: =20 sudo apt-get remove guile-gnutls guix package -i guile -i gnutls =20 It is odd then that: 1. Since this is a bog standard debian stable system, nobody has noticed be= fore; 2. The problem seems to manifest itself only when /tmp starts to get low on= space. J' --=20 PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlKRpfAACgkQimdxnC3oJ7Mq7wCfRVSnPgna8CkvOgp6eWPh3aIM TdkAniCAv4lxX9vKQgSg7XVTpsifjhdI =Mb1A -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--