From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: Bug: missing interface for module (gnutls) Date: Sun, 17 Feb 2013 10:49:01 -0500 Message-ID: <87d2vzkkjk.fsf@karetnikov.org> References: <87ehgfr1fg.fsf@tines.lan> <87zjz3w3rz.fsf@karetnikov.org> <87bobjgfl8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U76U9-00033i-6p for bug-guix@gnu.org; Sun, 17 Feb 2013 10:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U76U6-00040x-K5 for bug-guix@gnu.org; Sun, 17 Feb 2013 10:49:01 -0500 In-Reply-To: <87bobjgfl8.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "(unknown date)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: bug-guix@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > Which commit? 'e49951eb3e1e1a8e7bad6d7471483e70b0865352'. > How did you achieve this? # git clone git://git.sv.gnu.org/guix.git guix-test # cd guix-test # ./bootstrap # ./configure --localstatedir=3D/nix/var --with-nixpkgs=3D/home/nixpkgs # make Then the error appeared. Note that I won't see the error if I run the following commands. # git reset --hard 040860152e63bbafb2eb3e93619e18d107c96b55 # ./bootstrap # ./configure --localstatedir=3D/nix/var --with-nixpkgs=3D/home/nixpkgs # make # git pull # make Even if I run these after 'make', the error won't appear. # ./bootstrap # ./configure --localstatedir=3D/nix/var --with-nixpkgs=3D/home/nixpkgs # make > With Guile 2.0.7+, I see this: I also use Guile 2.0.7. The output of 'strace' looks similar. 'grep gnutls.scm ,,s' doesn't output anything. By the way, what's the purpose of ',,s'? I've never seen it. > (Note that GnuTLS support in that file is unrelated to Mark=E2=80=99s rec= ent > change.) Oh, I apologize. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJRIPwDAAoJEM+IQzI9IQ38gLwP/AuoKailoWx8FJNQpKUmgRDC X3R8gMWR40UPcqDiNWfJjkJjopFpdT9WEshcA0vMEo67LtNXBn5po/b/ZDv9XuSK wjH7u40NHPOQVJTVZ+QL/eYrxb7djYIUmwPUs+uzBvt9OYd1sWDlmSriwac+/sqF 6ofd+GAjUaJIOt0BhETSy3S/SVCurcO3JNAE9JRYE/9+9BCOUeeEYcqdxkjGRijo tSzyeGc2ZwYfYrRSQRPBkONOxF2CijD1UNv23kUj8IwJOYEyDS7q8HPI7Qp44Kvz NlXsKKfUuMKnV1K9IWLWMq023eX9HiKxbSpzmjlDq7A1XXm+6paPeljal+0Vc9Ar 78sjY2aA9uCUEF/miL4IymZaMgP1MZUSxzeyJO4/D2OMvJ9p/gtwt56DJo/LpPqI l1x4vPwWgwGLx88YVRCP+GyMEey3bR54iBuVyMwdk1ZaEN1F7j8UekDGnppuiFXE 679Q8H+xQeZ0FKvkHX6PIL1m0xZBz1RrHgJXsIByc9IkhtcrlZ4mV9D1TDQLe38k aIBWOlErw52raSheZevEaFuHnbpwxV4d4egpmLxAFTPTXztCdTCiH5cY0seoBBQ9 TV1YKQ4ESZogqIm3WktUXXCcqhpVIAPez7a/D6/lm9keSi4MlhN2lrYhNG1ZqvJx j7nHCahXvPwq6Vbod/GO =741E -----END PGP SIGNATURE----- --=-=-=--