l...@gnu.org (Ludovic Courtès) 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//m0bggyhrdhrk1ks8hs2pya5n0ikx57-subversion-1.7.8.tar.bz2.drv.bz2 > starting download of > `/nix/store/i35q1vm2sl27sjhs7mx8n2m05056ya9x-subversion-1.7.8.tar.bz2' from > `https://archive.apache.org/dist/subversion/subversion-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 `(#<gnutls-error-enum The TLS > connection was non-properly terminated.> fill_session_record_port_input)'. > failed to download > "/nix/store/i35q1vm2sl27sjhs7mx8n2m05056ya9x-subversion-1.7.8.tar.bz2" from > "https://archive.apache.org/dist/subversion/subversion-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=stable-2.0&id=802a25b1ed5c738aa5f9d3d01f33eb89b22afd1b And indeed, that patch fixes the problem. I guess we’ll have to add that patch to Guile in ‘core-updates’, so we can actually benefit from it when building source derivations. Thanks, Ludo’.