From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] svn-download: Respect current-http-proxy when downloading. Date: Sun, 15 Mar 2020 14:04:34 -0400 Message-ID: <20200315180434.GA4737@jasmine.lan> References: <56c321a5.8445620a.d0d47.3c13@mx.google.com> <871t7wwzrx.fsf@gnu.org> <20160228214556.GA29738@novena-choice-citizen.lan> <848sk150db.fsf@mmer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43594) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDXct-0001In-8i for guix-devel@gnu.org; Sun, 15 Mar 2020 14:04:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDXcq-0004m0-Na for guix-devel@gnu.org; Sun, 15 Mar 2020 14:04:38 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44419) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDXcq-0004kS-HX for guix-devel@gnu.org; Sun, 15 Mar 2020 14:04:36 -0400 Content-Disposition: inline In-Reply-To: <848sk150db.fsf@mmer.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: levenson@mmer.org Cc: Jookia <166291@gmail.com>, guix-devel@gnu.org On Sun, Mar 15, 2020 at 12:22:08PM +0100, levenson@mmer.org wrote: > Was this patch merged? I haven't found it in guix-patches and commits > =(. I came across the same problem today by just doing guix pull. In > addition, a package (texlive-hyph-utf8) uses svn:// scheme which I am > not sure does respect those http-proxy variables. > > It would be also nice to have a http/https fallback in svn-download > for such cases. If you can't find it in the commit log, then I doubt the problem was ever addressed, since SVN and HTTP proxy usage are both somewhat rare. If you are having this issue, then we need someone to finish the patch, addressing Ludo's feedback.