From debbugs-submit-bounces@debbugs.gnu.org Fri May 29 11:16:03 2020 Received: (at submit) by debbugs.gnu.org; 29 May 2020 15:16:03 +0000 Received: from localhost ([127.0.0.1]:55808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jegjq-00047I-O4 for submit@debbugs.gnu.org; Fri, 29 May 2020 11:16:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:54258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jegjp-00046s-5M for submit@debbugs.gnu.org; Fri, 29 May 2020 11:16:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jegjo-0007Lp-WB for bug-guix@gnu.org; Fri, 29 May 2020 11:16:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40982) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jegjo-0006iu-MT for bug-guix@gnu.org; Fri, 29 May 2020 11:16:00 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=44068 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jegjm-0001TT-U8 for bug-guix@gnu.org; Fri, 29 May 2020 11:15:59 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: bug-guix@gnu.org Subject: texlive-texmf is actually subtitutable X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 Prairial an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 29 May 2020 17:15:40 +0200 Message-ID: <878sha3h7n.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Strangely, =E2=80=98texlive-texmf=E2=80=99 (the big one) is substitutable: --8<---------------cut here---------------start------------->8--- $ guix describe Generacio 145 May 25 2020 00:37:58 (nuna) guix 9744cc7 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 9744cc7b4636fafb772c94adb8f05961b5b39f16 $ guix environment --ad-hoc texlive -- texdoc biblatex 2.6 MB will be downloaded: /gnu/store/7ji4l3szj68b0r5w10bvvdx1vy6nhz5p-subversion-1.10.6 downloading from https://ci.guix.gnu.org/nar/lzip/7ji4l3szj68b0r5w10bvvdx1v= y6nhz5p-subversion-1.10.6 ... subversion-1.10.6 2.5MiB = = 7.2MiB/s 00:00 [##################] 100.0% La jena derivo estos konstruata: /gnu/store/55yx02hr0dz47px1aj0j14xll3bsrmml-texlive-texmf-20190410.drv 2,845.8 MB will be downloaded: /gnu/store/nm6w84c9zj3yiylal3dk1sqzxq11sjzw-texlive-20190410-texmf.tar.xz /gnu/store/xpkl70g3bls935h1zdlq7sn2j6rccp3k-texlive-20190410 downloading from https://ci.guix.gnu.org/nar/lzip/z4xvgiliw5baf1pr4z03c7n2h= w3bm5x5-texlive-texmf-20190410 ... texlive-texmf-20190410 2.61GiB --8<---------------cut here---------------end--------------->8--- The info suggests it won=E2=80=99t be substituted, but it=E2=80=99s eventua= lly substituted. I wonder why, because the .drv has: ("allowSubstitutes","0") and the daemon has: bool substitutesAllowed(const Derivation & drv) { return get(drv.env, "allowSubstitutes", "1") =3D=3D "1"; } and: if (settings.useSubstitutes && substitutesAllowed(drv)) foreach (PathSet::iterator, i, invalidOutputs) addWaitee(worker.makeSubstitutionGoal(*i, buildMode =3D=3D bmRepa= ir)); Thoughts? Ludo=E2=80=99.