From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone" Date: Fri, 19 Jan 2018 14:22:34 +0100 Message-ID: <87lggu56g5.fsf@gnu.org> References: <87y3kvtjku.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]:39810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecWdO-0001Yr-NN for bug-guix@gnu.org; Fri, 19 Jan 2018 08:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecWdK-0004XO-I4 for bug-guix@gnu.org; Fri, 19 Jan 2018 08:23:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecWdK-0004XJ-ET for bug-guix@gnu.org; Fri, 19 Jan 2018 08:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecWdK-0003s6-9j for bug-guix@gnu.org; Fri, 19 Jan 2018 08:23:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87y3kvtjku.fsf@gnu.org> (Mathieu Lirzin's message of "Thu, 18 Jan 2018 13:52:49 +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" To: Mathieu Lirzin Cc: 30157-done@debbugs.gnu.org Mathieu Lirzin skribis: > T=C3=A9l=C3=A9chargement de =C2=AB=C2=A0https://mirror.hydra.gnu.org/guix= /nar/5rnvmy02yazy8iwaa91kijbbqp8qmflz-texlive-20170524-texmf.tar.xz=C2=A0= =C2=BB... > guix substitute: error: download from 'https://mirror.hydra.gnu.org/guix/= nar/5rnvmy02yazy8iwaa91kijbbqp8qmflz-texlive-20170524-texmf.tar.xz' failed:= 410, "Gone" Fixed by simply letting it through: https://git.savannah.gnu.org/cgit/guix/maintenance.git/commit/?id=3D8859a= f255f4041f90f630094c6ec81227b554904 However note that it=E2=80=99s a 2.2=C2=A0GiB file. I think it=E2=80=99s O= K for hydra to serve it, in particular because =E2=80=98guix publish=E2=80=99 does almost = no processing on that file since it=E2=80=99s already compressed. So the only cost is bandwidth. (The =E2=80=98texlive-texmf=E2=80=99 binary remains unavailable on hydra be= cause it=E2=80=99s marked as non-substitutable.) Other options that came to mind were: 1. Mark the texlive-texmf source derivation as non-substitutable, which would have required fiddling with =E2=80=98url-fetch=E2=80=99 to= pass #:substitutable? #f to =E2=80=98raw-derivation=E2=80=99. Everyone wou= ld have downloaded from the upstream FTP site. 2. Add a =E2=80=98--hide=3D.*texlive-texmf*=E2=80=99 option to =E2=80=98g= uix publish=E2=80=99, which would prevent it from publishing narinfos for store items that match the regexp. Ludo=E2=80=99.