From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#14884: TLS connection not terminated properly Date: Sat, 29 Mar 2014 14:21:21 +0100 Message-ID: <87a9c9kuni.fsf@gnu.org> References: <87zjtmw7od.fsf@gnu.org> <87ob35i89m.fsf@gnu.org> 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]:40696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTtD7-0005ox-3L for bug-guix@gnu.org; Sat, 29 Mar 2014 09:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTtD1-0004LO-6S for bug-guix@gnu.org; Sat, 29 Mar 2014 09:22:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTtD1-0004LF-32 for bug-guix@gnu.org; Sat, 29 Mar 2014 09:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WTtD0-0001Ks-TM for bug-guix@gnu.org; Sat, 29 Mar 2014 09:22:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87ob35i89m.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 21 Jan 2014 17:56:05 +0100") 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: 14884-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > >> As reported by Mark Weaver and others, fetching from >> https://archive.apache.org leads an error: >> >> $ guix build -S subversion --no-substitutes >> The following derivation will be built: >> /nix/store/0qm0bggyhrdhrk1ks8hs2pya5n0ikx57-subversion-1.7.8.tar.bz2.= drv >> @ build-started /nix/store/0qm0bggyhrdhrk1ks8hs2pya5n0ikx57-subversion-1= .7.8.tar.bz2.drv - x86_64-linux /nix/var/log/nix/drvs/0q//m0bggyhrdhrk1ks8h= s2pya5n0ikx57-subversion-1.7.8.tar.bz2.drv.bz2 >> starting download of `/nix/store/i35q1vm2sl27sjhs7mx8n2m05056ya9x-subver= sion-1.7.8.tar.bz2' from `https://archive.apache.org/dist/subversion/subver= sion-1.7.8.tar.bz2'... >> https://archive.apache.org/.../subversion-1.7.8.tar.bz2 99.0% of 5882.7= KiBERROR: Throw to key `gnutls-error' with args `(# fill_session_record_port_input= )'. >> failed to download "/nix/store/i35q1vm2sl27sjhs7mx8n2m05056ya9x-subversi= on-1.7.8.tar.bz2" from "https://archive.apache.org/dist/subversion/subversi= on-1.7.8.tar.bz2" > > We were discussing it on IRC and, boom!, I remembered that I fixed > something which may help with this: > > http://git.sv.gnu.org/cgit/guile.git/commit/?h=3Dstable-2.0&id=3D802a25= b1ed5c738aa5f9d3d01f33eb89b22afd1b > > And indeed, that patch fixes the problem. Now that Guile 2.0.11 is in Guix master, we can close this bug. Thanks, Ludo=E2=80=99.