unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24988: Guix requests substitute for non-substitutable package
@ 2016-11-22 17:05 Ricardo Wurmus
  2017-06-16  8:56 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2016-11-22 17:05 UTC (permalink / raw)
  To: 24988

Guix requests a substitute for “texlive-texmf” even though it is marked
as not substitutable.  This is a problem for many users because hydra
does not offer a substitute for this package.  Users have to pass
“--fallback” to make Guix build the package from source.

Only the “texlive-texmf” package is marked as not substitutable.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#24988: Guix requests substitute for non-substitutable package
  2016-11-22 17:05 bug#24988: Guix requests substitute for non-substitutable package Ricardo Wurmus
@ 2017-06-16  8:56 ` Ludovic Courtès
  2017-06-17  1:56   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-16  8:56 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 24988-done

Ricardo Wurmus <rekado@elephly.net> skribis:

> Guix requests a substitute for “texlive-texmf” even though it is marked
> as not substitutable.  This is a problem for many users because hydra
> does not offer a substitute for this package.  Users have to pass
> “--fallback” to make Guix build the package from source.
>
> Only the “texlive-texmf” package is marked as not substitutable.

I believe this was fixed in bdb59b331bac0dea4a75b055334313ddc7bfecc8.
Now I get:

--8<---------------cut here---------------start------------->8---
$ guix package -e '(@@ (gnu packages tex) texlive-texmf)' -n
The following package would be installed:
   texlive-texmf        2016    /gnu/store/qnz85bcaw899rkv1bpgb0121ma5b9vzk-texlive-texmf-2016

substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivations would be built:
   /gnu/store/dawkcdisqbkhcdh7jnvv4riyn776il1j-profile.drv
   /gnu/store/izfgalbxmalakjwqg3dv67g4cg6i5j2h-fonts-dir.drv
   /gnu/store/3g2j8m7kfbr49277007qivx01h2mm88d-texlive-texmf-2016.drv
   /gnu/store/37ghxb96mnjamid1vqgbmlllqqd6yl6k-ca-certificate-bundle.drv
   /gnu/store/2dqinwxwg5fanbcsnxlw5rh15pgzanps-info-dir.drv
   /gnu/store/5bmwih8gdncsdxlvv1fn2az3jy55s6w1-manual-database.drv
2105.2 MB would be downloaded:
   /gnu/store/459shrba10iz1g4wqkf4y2fyiravla6v-mkfontscale-1.1.2
   /gnu/store/g7lnq940sn01iiaj1pvm72r2c29pgbp4-mkfontdir-1.0.7
   /gnu/store/y3nhc5n2misr91ydp907s50irjcssdfv-texlive-20160523b-texmf.tar.xz
[...]
--8<---------------cut here---------------end--------------->8---

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#24988: Guix requests substitute for non-substitutable package
  2017-06-16  8:56 ` Ludovic Courtès
@ 2017-06-17  1:56   ` Leo Famulari
  2017-06-17 10:00     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-06-17  1:56 UTC (permalink / raw)
  To: 24988, ludo, rekado

[-- Attachment #1: Type: text/plain, Size: 1277 bytes --]

On Fri, Jun 16, 2017 at 10:56:17AM +0200, Ludovic Courtès wrote:
> --8<---------------cut here---------------start------------->8---
> $ guix package -e '(@@ (gnu packages tex) texlive-texmf)' -n
> The following package would be installed:
>    texlive-texmf        2016    /gnu/store/qnz85bcaw899rkv1bpgb0121ma5b9vzk-texlive-texmf-2016
> 
> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
> The following derivations would be built:
>    /gnu/store/dawkcdisqbkhcdh7jnvv4riyn776il1j-profile.drv
>    /gnu/store/izfgalbxmalakjwqg3dv67g4cg6i5j2h-fonts-dir.drv
>    /gnu/store/3g2j8m7kfbr49277007qivx01h2mm88d-texlive-texmf-2016.drv
>    /gnu/store/37ghxb96mnjamid1vqgbmlllqqd6yl6k-ca-certificate-bundle.drv
>    /gnu/store/2dqinwxwg5fanbcsnxlw5rh15pgzanps-info-dir.drv
>    /gnu/store/5bmwih8gdncsdxlvv1fn2az3jy55s6w1-manual-database.drv
> 2105.2 MB would be downloaded:
>    /gnu/store/459shrba10iz1g4wqkf4y2fyiravla6v-mkfontscale-1.1.2
>    /gnu/store/g7lnq940sn01iiaj1pvm72r2c29pgbp4-mkfontdir-1.0.7
>    /gnu/store/y3nhc5n2misr91ydp907s50irjcssdfv-texlive-20160523b-texmf.tar.xz
> [...]
> --8<---------------cut here---------------end--------------->8---

I noticed this before the recent work on modular Texlive.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#24988: Guix requests substitute for non-substitutable package
  2017-06-17  1:56   ` Leo Famulari
@ 2017-06-17 10:00     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-17 10:00 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 24988

Leo Famulari <leo@famulari.name> skribis:

> On Fri, Jun 16, 2017 at 10:56:17AM +0200, Ludovic Courtès wrote:
>> --8<---------------cut here---------------start------------->8---
>> $ guix package -e '(@@ (gnu packages tex) texlive-texmf)' -n
>> The following package would be installed:
>>    texlive-texmf        2016    /gnu/store/qnz85bcaw899rkv1bpgb0121ma5b9vzk-texlive-texmf-2016
>> 
>> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
>> The following derivations would be built:
>>    /gnu/store/dawkcdisqbkhcdh7jnvv4riyn776il1j-profile.drv
>>    /gnu/store/izfgalbxmalakjwqg3dv67g4cg6i5j2h-fonts-dir.drv
>>    /gnu/store/3g2j8m7kfbr49277007qivx01h2mm88d-texlive-texmf-2016.drv
>>    /gnu/store/37ghxb96mnjamid1vqgbmlllqqd6yl6k-ca-certificate-bundle.drv
>>    /gnu/store/2dqinwxwg5fanbcsnxlw5rh15pgzanps-info-dir.drv
>>    /gnu/store/5bmwih8gdncsdxlvv1fn2az3jy55s6w1-manual-database.drv
>> 2105.2 MB would be downloaded:
>>    /gnu/store/459shrba10iz1g4wqkf4y2fyiravla6v-mkfontscale-1.1.2
>>    /gnu/store/g7lnq940sn01iiaj1pvm72r2c29pgbp4-mkfontdir-1.0.7
>>    /gnu/store/y3nhc5n2misr91ydp907s50irjcssdfv-texlive-20160523b-texmf.tar.xz
>> [...]
>> --8<---------------cut here---------------end--------------->8---
>
> I noticed this before the recent work on modular Texlive.

Yes, this is unrelated to modular texlive.  What I meant to show here is
that ‘texlive-texmf’ is built from source.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-17 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 17:05 bug#24988: Guix requests substitute for non-substitutable package Ricardo Wurmus
2017-06-16  8:56 ` Ludovic Courtès
2017-06-17  1:56   ` Leo Famulari
2017-06-17 10:00     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).