From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18768: Cannot download from (certain) https sources Date: Sun, 19 Oct 2014 19:41:57 +0200 Message-ID: <87a94syn16.fsf@gnu.org> References: <20141019133816.GA1224@jocasta.intra> 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]:46837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfuUa-00039P-9B for bug-guix@gnu.org; Sun, 19 Oct 2014 13:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfuUV-0007Ck-EE for bug-guix@gnu.org; Sun, 19 Oct 2014 13:42:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:35654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfuUV-0007Cg-B1 for bug-guix@gnu.org; Sun, 19 Oct 2014 13:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XfuUU-0007ho-UH for bug-guix@gnu.org; Sun, 19 Oct 2014 13:42:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20141019133816.GA1224@jocasta.intra> (John Darrington's message of "Sun, 19 Oct 2014 15:38:16 +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: John Darrington Cc: 18768-done@debbugs.gnu.org John Darrington skribis: > ----- Forwarded message from Ludovic Court??s ----- > >> +(define-public sane-backends >> + (package >> + (name "sane-backends") >> + (version "1.0.24") >> + (source (origin >> + (method url-fetch) >> + (uri (string-append=20 >> + "http://fossies.org/linux/misc/" name "-" version ".= tar.gz")) >> + ;; This is a private mirror. The canonical download site = is >> + ;; "https://alioth.debian.org/frs/download.php/file/3958/" >> + ;; but it seems not to work with gnutls atm > > Indeed, I get 406 "Not Acceptable". I???m not sure if this relates to > ; could you open a bug? Fixed in commit 38bf090e7c3952bb30707fe544987cccc85b8677. Thanks, Ludo=E2=80=99.