From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone" Date: Thu, 18 Jan 2018 14:17:34 +0100 Message-ID: <87po67tifl.fsf@gnu.org> References: <87y3kvtjku.fsf@gnu.org> <20180118135648.aibnc5hzzmwt2n7g@abyayala> 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]:52231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecA4w-0006oo-Uw for bug-guix@gnu.org; Thu, 18 Jan 2018 08:18:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecA4v-00059m-T7 for bug-guix@gnu.org; Thu, 18 Jan 2018 08:18:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53184) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecA4v-00059f-Og for bug-guix@gnu.org; Thu, 18 Jan 2018 08:18:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecA4v-00033E-Ir for bug-guix@gnu.org; Thu, 18 Jan 2018 08:18:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180118135648.aibnc5hzzmwt2n7g@abyayala> (ng0@n0.is's message of "Thu, 18 Jan 2018 13:56:48 +0000") 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: ng0 Cc: 30157@debbugs.gnu.org Hello, ng0 writes: > Mathieu Lirzin transcribed 1.0K bytes: >>=20 >> While building my system configuration after a =E2=80=98guix pull=E2=80= =99 with guix >> "d36d4c55c4a3faf47ee09e1010cb6617c6e39a48", I encountered the following >> error. >>=20 >> --8<---------------cut here---------------start------------->8--- >> T=C3=A9l=C3=A9chargement de =C2=AB=C2=A0https://mirror.hydra.gnu.org/gui= x/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" >> guix system: error: build failed: some substitutes for the outputs >> of derivation >> `/gnu/store/j3m0a6rwrz9jmass4zlndpn5y0x8g5n4-texlive-20170524-texmf.tar.= xz.drv' >> failed (usually happens due to networking issues); try `--fallback' >> to build derivation from source >> --8<---------------cut here---------------end--------------->8--- > this is expected as we don't build substitutes for some parts of texlive,= notable > this one. The resulting size would be ~5GB and as far as I understand it = this would > need longer to transfer to you than to build locally (given that your mac= hine can > build it). Hum, That makes sense, however the command bailing out is kind of confusing. Would it be possible to configure those heavy packages so that they automatically fallback to native compilation. Anyway I don't understand how the full texlive end up being built when running =E2=80=98guix system build /etc/config.scm=E2=80=99 since the confi= guration contains only the following services and packages: (packages (cons* nss-certs ;for HTTPS access gvfs ;for user mounts samba cifs-utils nfs-utils %base-packages)) (services (cons* (console-keymap-service "fr") (xfce-desktop-service) (mate-desktop-service) (service cups-service-type (cups-configuration (web-interface? #t) (extensions (list cups-filters hplip)))) (extra-special-file "/usr/bin/env" (file-append coreutils "/bin/env")) %desktop-services)) The only reference of texlive I have is =E2=80=9Dtexlive-tiny=E2=80=9C whic= h is only in my user profile and is already built. Thank you for the explanation. --=20 Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37