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: Tue, 21 Jan 2014 17:56:05 +0100 Message-ID: <87ob35i89m.fsf@gnu.org> References: <87zjtmw7od.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]:60932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5edR-0007UP-Ms for bug-guix@gnu.org; Tue, 21 Jan 2014 11:57:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5edL-0003It-0S for bug-guix@gnu.org; Tue, 21 Jan 2014 11:57:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5edK-0003Ip-US for bug-guix@gnu.org; Tue, 21 Jan 2014 11:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W5edK-0001kI-FE for bug-guix@gnu.org; Tue, 21 Jan 2014 11:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zjtmw7od.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 16 Jul 2013 22:50:42 +0200") 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@debbugs.gnu.org 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.d= rv > @ build-started /nix/store/0qm0bggyhrdhrk1ks8hs2pya5n0ikx57-subversion-1.= 7.8.tar.bz2.drv - x86_64-linux /nix/var/log/nix/drvs/0q//m0bggyhrdhrk1ks8hs= 2pya5n0ikx57-subversion-1.7.8.tar.bz2.drv.bz2 > starting download of `/nix/store/i35q1vm2sl27sjhs7mx8n2m05056ya9x-subvers= ion-1.7.8.tar.bz2' from `https://archive.apache.org/dist/subversion/subvers= ion-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-subversio= n-1.7.8.tar.bz2" from "https://archive.apache.org/dist/subversion/subversio= n-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=3D802a25b1= ed5c738aa5f9d3d01f33eb89b22afd1b And indeed, that patch fixes the problem. I guess we=E2=80=99ll have to add that patch to Guile in =E2=80=98core-upda= tes=E2=80=99, so we can actually benefit from it when building source derivations. Thanks, Ludo=E2=80=99.