Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] tlmgr not working in texlive
@ 2022-04-17 13:13 tornaria
  2022-07-17  2:14 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2022-04-17 13:13 UTC (permalink / raw)
  To: ml

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

New issue by tornaria on void-packages repository

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

Description:
Reported by @Eloitor in #36452.
```
$ tlmgr
Can't locate TeXLive/TLConfig.pm in @INC (you may need to install the TeXLive::TLConfig module) (@INC contains: /texmf-dist/scripts/texlive /tlpkg /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
BEGIN failed--compilation aborted at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
```

This seems to be caused by a change to `tlmgr.patch` in 7184064103c7812856e9bd1ba5eaa6d697d01331, namely `$Master` is used (in a `BEGIN` block) before it's set.

CC: @fosslinux 

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

* Re: tlmgr not working in texlive
  2022-04-17 13:13 [ISSUE] tlmgr not working in texlive tornaria
@ 2022-07-17  2:14 ` github-actions
  2022-08-01  2:14 ` [ISSUE] [CLOSED] " github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-07-17  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36738#issuecomment-1186375580

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] tlmgr not working in texlive
  2022-04-17 13:13 [ISSUE] tlmgr not working in texlive tornaria
  2022-07-17  2:14 ` github-actions
@ 2022-08-01  2:14 ` github-actions
  2022-09-09  9:06 ` Eloitor
  2022-11-29 13:38 ` nsajko
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-08-01  2:14 UTC (permalink / raw)
  To: ml

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

Closed issue by tornaria on void-packages repository

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

Description:
Reported by @Eloitor in #36452.
```
$ tlmgr
Can't locate TeXLive/TLConfig.pm in @INC (you may need to install the TeXLive::TLConfig module) (@INC contains: /texmf-dist/scripts/texlive /tlpkg /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
BEGIN failed--compilation aborted at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 60.
```

This seems to be caused by a change to `tlmgr.patch` in 7184064103c7812856e9bd1ba5eaa6d697d01331, namely `$Master` is used (in a `BEGIN` block) before it's set.

CC: @fosslinux 

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

* Re: tlmgr not working in texlive
  2022-04-17 13:13 [ISSUE] tlmgr not working in texlive tornaria
  2022-07-17  2:14 ` github-actions
  2022-08-01  2:14 ` [ISSUE] [CLOSED] " github-actions
@ 2022-09-09  9:06 ` Eloitor
  2022-11-29 13:38 ` nsajko
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2022-09-09  9:06 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/36738#issuecomment-1241708218

Comment:
I can try to fix this.
The value of master should be set to  "/usr/share/texmf-dist"  here, right? https://github.com/void-linux/void-packages/blob/7184064103c7812856e9bd1ba5eaa6d697d01331/srcpkgs/texlive/patches/tlmgr.patch#L59

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

* Re: tlmgr not working in texlive
  2022-04-17 13:13 [ISSUE] tlmgr not working in texlive tornaria
                   ` (2 preceding siblings ...)
  2022-09-09  9:06 ` Eloitor
@ 2022-11-29 13:38 ` nsajko
  3 siblings, 0 replies; 5+ messages in thread
From: nsajko @ 2022-11-29 13:38 UTC (permalink / raw)
  To: ml

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

New comment by nsajko on void-packages repository

https://github.com/void-linux/void-packages/issues/36738#issuecomment-1330665719

Comment:
This seems like it may be related to the tlmgr issues described here: https://wiki.archlinux.org/title/TeX_Live

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

end of thread, other threads:[~2022-11-29 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17 13:13 [ISSUE] tlmgr not working in texlive tornaria
2022-07-17  2:14 ` github-actions
2022-08-01  2:14 ` [ISSUE] [CLOSED] " github-actions
2022-09-09  9:06 ` Eloitor
2022-11-29 13:38 ` nsajko

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).