Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] texlive-bin should install the infraonly scheme by default
@ 2021-09-21 20:39 balejk
  2021-10-01  9:55 ` st3r4g
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: balejk @ 2021-09-21 20:39 UTC (permalink / raw)
  To: ml

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

New issue by balejk on void-packages repository

https://github.com/void-linux/void-packages/issues/33048

Description:
Currently `texlive-bin` packages use the `small` scheme by default (as defined by the build options in the templates), which installs about three hundred packages. As this action is executed immediately on installation by the `INSTALL` script, it is not possible to set any options and in my case the closest mirror is detected incorrectly which results in the installation taking up to 25 minutes.

It would make more sense to me if the post-install hook installed as little as possible, which should be provided by the `infraonly` scheme, so that the user could install only the TeX packages he is interested in (for example I don't require LaTeX and so always uninstall it with `tlmgr` anyway after the installation of the `texlive-bin` package finishes) and possibly make some changes to settings beforehand, such as manually selecting a TeX Archive mirror.

I can open a pull request if this is approved.

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

* Re: texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
@ 2021-10-01  9:55 ` st3r4g
  2021-10-01 10:25 ` balejk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: st3r4g @ 2021-10-01  9:55 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/33048#issuecomment-932088072

Comment:
> As this action is executed immediately on installation by the `INSTALL` script, it is not possible to set any options and in my case the closest mirror is detected incorrectly which results in the installation taking up to 25 minutes.

I had this issue once, worked around it by using `--unpack-only` and continuing manually. But it was a mess because I couldn't set the package state to configured, and any system update tried to reinstall it. So I'm interested in this.

This would add, in most cases, just one command `tlmgr install scheme-xyz` to have a working install, right?

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

* Re: texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
  2021-10-01  9:55 ` st3r4g
@ 2021-10-01 10:25 ` balejk
  2022-04-15 16:03 ` balejk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: balejk @ 2021-10-01 10:25 UTC (permalink / raw)
  To: ml

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

New comment by balejk on void-packages repository

https://github.com/void-linux/void-packages/issues/33048#issuecomment-932109236

Comment:
> This would add, in most cases, just one command `tlmgr install scheme-xyz` to have a working install, right?

Basically. To have even more fine-grained control over what will be installed, one could instead specify collections (`tlmgr show collections`) or even individual packages, although this is probably impractical, unless one uses TeX for something very specific.

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

* Re: texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
  2021-10-01  9:55 ` st3r4g
  2021-10-01 10:25 ` balejk
@ 2022-04-15 16:03 ` balejk
  2022-04-15 19:37 ` leahneukirchen
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: balejk @ 2022-04-15 16:03 UTC (permalink / raw)
  To: ml

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

New comment by balejk on void-packages repository

https://github.com/void-linux/void-packages/issues/33048#issuecomment-1100198203

Comment:
@leahneukirchen Any thoughts on this or shall I close it?


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

* Re: texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
                   ` (2 preceding siblings ...)
  2022-04-15 16:03 ` balejk
@ 2022-04-15 19:37 ` leahneukirchen
  2022-04-19 16:46 ` balejk
  2022-04-19 16:46 ` [ISSUE] [CLOSED] " balejk
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2022-04-15 19:37 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/33048#issuecomment-1100315733

Comment:
Sorry, I must have missed this. Sounds reasonable, I'll check it out.

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

* Re: texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
                   ` (3 preceding siblings ...)
  2022-04-15 19:37 ` leahneukirchen
@ 2022-04-19 16:46 ` balejk
  2022-04-19 16:46 ` [ISSUE] [CLOSED] " balejk
  5 siblings, 0 replies; 7+ messages in thread
From: balejk @ 2022-04-19 16:46 UTC (permalink / raw)
  To: ml

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

New comment by balejk on void-packages repository

https://github.com/void-linux/void-packages/issues/33048#issuecomment-1102869272

Comment:
Thanks!

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

* Re: [ISSUE] [CLOSED] texlive-bin should install the infraonly scheme by default
  2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
                   ` (4 preceding siblings ...)
  2022-04-19 16:46 ` balejk
@ 2022-04-19 16:46 ` balejk
  5 siblings, 0 replies; 7+ messages in thread
From: balejk @ 2022-04-19 16:46 UTC (permalink / raw)
  To: ml

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

Closed issue by balejk on void-packages repository

https://github.com/void-linux/void-packages/issues/33048

Description:
Currently `texlive-bin` packages use the `small` scheme by default (as defined by the build options in the templates), which installs about three hundred packages. As this action is executed immediately on installation by the `INSTALL` script, it is not possible to set any options and in my case the closest mirror is detected incorrectly which results in the installation taking up to 25 minutes.

It would make more sense to me if the post-install hook installed as little as possible, which should be provided by the `infraonly` scheme, so that the user could install only the TeX packages he is interested in (for example I don't require LaTeX and so always uninstall it with `tlmgr` anyway after the installation of the `texlive-bin` package finishes) and possibly make some changes to settings beforehand, such as manually selecting a TeX Archive mirror.

I can open a pull request if this is approved.

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

end of thread, other threads:[~2022-04-19 16:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 20:39 [ISSUE] texlive-bin should install the infraonly scheme by default balejk
2021-10-01  9:55 ` st3r4g
2021-10-01 10:25 ` balejk
2022-04-15 16:03 ` balejk
2022-04-15 19:37 ` leahneukirchen
2022-04-19 16:46 ` balejk
2022-04-19 16:46 ` [ISSUE] [CLOSED] " balejk

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 NNTP newsgroup(s).