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: Fri, 24 Jan 2014 17:31:35 +0100 Message-ID: <87ppnhgx3s.fsf@gnu.org> References: <87zjtmw7od.fsf@gnu.org> <87ob35i89m.fsf@gnu.org> <20140123194402.GB13401@debian> <87zjmlil34.fsf@gnu.org> <20140124131412.GA25267@debian.eduroam.u-bordeaux.fr> 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]:41030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6jft-0001rJ-DT for bug-guix@gnu.org; Fri, 24 Jan 2014 11:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6jfm-00081N-UR for bug-guix@gnu.org; Fri, 24 Jan 2014 11:32:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6jfm-00081I-RL for bug-guix@gnu.org; Fri, 24 Jan 2014 11:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W6jfm-00034F-2Z for bug-guix@gnu.org; Fri, 24 Jan 2014 11:32:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20140124131412.GA25267@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Fri, 24 Jan 2014 14:14:12 +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: Andreas Enge Cc: 14884@debbugs.gnu.org Andreas Enge skribis: > On Fri, Jan 24, 2014 at 02:08:15PM +0100, Ludovic Court=C3=A8s wrote: >> Derivations for the sources use the =E2=80=98guile=E2=80=99 package from= Guix, and =E2=80=98guix >> download=E2=80=99 uses whatever Guile was found when Guix was configured. > > To be sure I understood correctly: > guix build hello -S > uses guile from guix, and > guix download ftp://.../hello.tar.gz > uses the guile with which guix was compiled? Exactly. > On Fri, Jan 24, 2014 at 03:34:29AM +0100, Cyril Roelandt wrote: >> Development of Python packages is only possible on the core-updates >> branch though - that might be an issue. > > I do not think so. One could use the core-updates branch to download > the package sources. Once they are in the nix store, they can be built > with master. Right. Not convenient, but that won=E2=80=99t last long. Alternately, I think you can do: wget https://.../foo.tgz guile -c '(use-modules (guix)) \ (add-to-store (open-connection) "foo.tgz" #f "sha256" "foo.tgz")' =20=20 Ludo=E2=80=99.