Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
  2020-08-06 17:20 ` tlmgr not working ericonr
@ 2020-08-15 17:55 ` chilledfrogs
  2020-08-15 18:17 ` ericonr
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-15 17:55 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-674429494

Comment:
Something funny I noticed: `tlmgr` works just fine with texlive-bin at least for me, the package indicated on the Void Docs actually, but that kinda begs the question: why do both packages exist? I'm currently using `texlive-bin` instead, but it's still a bit odd that both packages seem to provide different shlibs etc. (I would actually really, really like `zathura` to have libsynctex support but hey, that's another issue)

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
  2020-08-06 17:20 ` tlmgr not working ericonr
  2020-08-15 17:55 ` chilledfrogs
@ 2020-08-15 18:17 ` ericonr
  2020-08-15 21:35 ` fosslinux
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-08-15 18:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-674431797

Comment:
We do need to update the docs https://github.com/void-linux/void-docs/issues/371

`texlive-bin` uses a build that's distributed by tex live folks, as I understand it. The new `texlive` packages are built by us, instead.

> (I would actually really, really like zathura to have libsynctex support but hey, that's another issue)

Now that we have actual `texlive` packages, this is a possibility. You should open an in issue requesting it or make a PR adding it.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-15 18:17 ` ericonr
@ 2020-08-15 21:35 ` fosslinux
  2020-08-15 23:44 ` fosslinux
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: fosslinux @ 2020-08-15 21:35 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-674449554

Comment:
`texlive-bin` is useful in some limited scenarios. For example, if you need TeX's upstream snapshot of TeXLive. However, I would recommend `texlive` all of the time.

> > (I would actually really, really like zathura to have libsynctex support but hey, that's another issue)
> Now that we have actual texlive packages, this is a possibility. You should open an in issue requesting it or make a PR adding it.

This is correct

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-08-15 21:35 ` fosslinux
@ 2020-08-15 23:44 ` fosslinux
  2020-08-17 13:48 ` [ISSUE] [CLOSED] " ahesford
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: fosslinux @ 2020-08-15 23:44 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-674458449

Comment:
@ericonr Please see my PR

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

* Re: [ISSUE] [CLOSED] tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-08-15 23:44 ` fosslinux
@ 2020-08-17 13:48 ` ahesford
  2020-08-17 17:08 ` chilledfrogs
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ahesford @ 2020-08-17 13:48 UTC (permalink / raw)
  To: ml

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

Closed issue by ericonr on void-packages repository

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

Description:
### System

* package:  
  * texlive-20200406_2
  * texlive-core-2020.55416_1

### Expected behavior

Running `tlmgr` works.

### Actual behavior

```
$ 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 /bin/tlmgr line 100.
BEGIN failed--compilation aborted at /bin/tlmgr line 100.
```

It seems to not be using an absolute path for its resources, since running it like so works:

```
$ cd /usr/share/texmf-dist/tlpkg
$ tlmgr
tlmgr: no action given; try --help if you need it.
```

### Steps to reproduce the behavior

Shown above.

### Additional info

`pdflatex` works without issue.

Ping @fosslinux 

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-08-17 13:48 ` [ISSUE] [CLOSED] " ahesford
@ 2020-08-17 17:08 ` chilledfrogs
  2020-08-17 17:13 ` ericonr
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:08 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675001023

Comment:
Thanks for fixing this guys, but now it claims that there's no `texlive.tlpdb` whatever action I try... Is this meant to be used only in user mode?

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-08-17 17:08 ` chilledfrogs
@ 2020-08-17 17:13 ` ericonr
  2020-08-17 17:18 ` chilledfrogs
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-08-17 17:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675003293

Comment:
> Is this meant to be used only in user mode?

I think so, yeah.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-08-17 17:13 ` ericonr
@ 2020-08-17 17:18 ` chilledfrogs
  2020-08-17 17:19 ` chilledfrogs
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:18 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675006084

Comment:
Kinda sucks that I have to explicitly write `--usermode` literally every single time then... I mean honestly I might as well just switch back to `texlive-bin` unless I can work around this

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-08-17 17:18 ` chilledfrogs
@ 2020-08-17 17:19 ` chilledfrogs
  2020-08-17 17:21 ` ericonr
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:19 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675006084

Comment:
Kinda sucks that I have to explicitly write `--usermode` literally every single time then (at least as per the manual)... I mean honestly I might as well just switch back to `texlive-bin` unless I can work around this

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-08-17 17:19 ` chilledfrogs
@ 2020-08-17 17:21 ` ericonr
  2020-08-17 17:21 ` chilledfrogs
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-08-17 17:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675007205

Comment:
You can make a PR to add `--usermode` to the wrapper script, or swtich back.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-08-17 17:21 ` ericonr
@ 2020-08-17 17:21 ` chilledfrogs
  2020-08-17 17:22 ` chilledfrogs
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:21 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675007276

Comment:
And most importantly, I can't even do `tlmgr init-usertree`, so I'm just plain stuck

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-08-17 17:21 ` chilledfrogs
@ 2020-08-17 17:22 ` chilledfrogs
  2020-08-17 17:22 ` ericonr
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:22 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675007276

Comment:
And most importantly, I can't even do `tlmgr init-usertree`, so I'm just plain stuck, and can't even use user mode it seems

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2020-08-17 17:22 ` chilledfrogs
@ 2020-08-17 17:22 ` ericonr
  2020-08-17 17:23 ` chilledfrogs
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-08-17 17:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675007823

Comment:
You probably want to open another issue, then.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2020-08-17 17:22 ` ericonr
@ 2020-08-17 17:23 ` chilledfrogs
  2020-08-17 17:58 ` chilledfrogs
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:23 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675008335

Comment:
Thanks for the rest and for getting `libsynctex` for `zathura` though guys :ok_hand::grin::sweat_smile: 

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2020-08-17 17:23 ` chilledfrogs
@ 2020-08-17 17:58 ` chilledfrogs
  2020-08-17 23:13 ` fosslinux
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: chilledfrogs @ 2020-08-17 17:58 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675008335

Comment:
Fair enough, might do; thanks for the rest and for getting `libsynctex` for `zathura` though guys :ok_hand::grin::sweat_smile: 

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2020-08-17 17:58 ` chilledfrogs
@ 2020-08-17 23:13 ` fosslinux
  2020-08-17 23:23 ` ahesford
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: fosslinux @ 2020-08-17 23:13 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675160208

Comment:
Please reopen this, the same problem essentially remains.

I will adapt this tlmgr path: https://github.com/debian-tex/texlive-nonbin/blob/d16410a47e1914dd5a56887f2668f8b8923d1cb5/texlive-base/debian/patches/debian-tlmgr-usermode

This is the best way, I think rather than wrapping it, as we need to ignore tlpdb, which there is no option to do it. At this level of complexity this is better than creating a stupid wrapper.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2020-08-17 23:13 ` fosslinux
@ 2020-08-17 23:23 ` ahesford
  2021-01-21  0:17 ` fosslinux
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ahesford @ 2020-08-17 23:23 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-675163272

Comment:
Not optimal, but looks workable.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (17 preceding siblings ...)
  2020-08-17 23:23 ` ahesford
@ 2021-01-21  0:17 ` fosslinux
  2021-01-21  0:49 ` [ISSUE] [CLOSED] " ahesford
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: fosslinux @ 2021-01-21  0:17 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-764061263

Comment:
Works now.

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

* Re: [ISSUE] [CLOSED] tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (18 preceding siblings ...)
  2021-01-21  0:17 ` fosslinux
@ 2021-01-21  0:49 ` ahesford
  2022-01-17 11:05 ` scheckley
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ahesford @ 2021-01-21  0:49 UTC (permalink / raw)
  To: ml

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

Closed issue by ericonr on void-packages repository

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

Description:
### System

* package:  
  * texlive-20200406_2
  * texlive-core-2020.55416_1

### Expected behavior

Running `tlmgr` works.

### Actual behavior

```
$ 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 /bin/tlmgr line 100.
BEGIN failed--compilation aborted at /bin/tlmgr line 100.
```

It seems to not be using an absolute path for its resources, since running it like so works:

```
$ cd /usr/share/texmf-dist/tlpkg
$ tlmgr
tlmgr: no action given; try --help if you need it.
```

### Steps to reproduce the behavior

Shown above.

### Additional info

`pdflatex` works without issue.

Ping @fosslinux 

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (19 preceding siblings ...)
  2021-01-21  0:49 ` [ISSUE] [CLOSED] " ahesford
@ 2022-01-17 11:05 ` scheckley
  2022-01-17 11:10 ` scheckley
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: scheckley @ 2022-01-17 11:05 UTC (permalink / raw)
  To: ml

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

New comment by scheckley on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-1014396884

Comment:
still failing for texlive 20210325-1 


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


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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (20 preceding siblings ...)
  2022-01-17 11:05 ` scheckley
@ 2022-01-17 11:10 ` scheckley
  2022-09-20 17:39 ` dexgs
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: scheckley @ 2022-01-17 11:10 UTC (permalink / raw)
  To: ml

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

New comment by scheckley on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-1014396884

Comment:
still failing for texlive 20210325-1 


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


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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (21 preceding siblings ...)
  2022-01-17 11:10 ` scheckley
@ 2022-09-20 17:39 ` dexgs
  2022-11-02 11:07 ` narodnik
  2022-11-02 11:25 ` ahesford
  24 siblings, 0 replies; 25+ messages in thread
From: dexgs @ 2022-09-20 17:39 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-1252691303

Comment:
This seems to be happening again.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (22 preceding siblings ...)
  2022-09-20 17:39 ` dexgs
@ 2022-11-02 11:07 ` narodnik
  2022-11-02 11:25 ` ahesford
  24 siblings, 0 replies; 25+ messages in thread
From: narodnik @ 2022-11-02 11:07 UTC (permalink / raw)
  To: ml

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

New comment by narodnik on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-1300075038

Comment:
I have this error
```
[/tmp]$ /usr/share/texmf-dist/scripts/texlive/tlmgr.pl install tikzcd
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.
[/tmp]$ tlmgr install tikz-cd
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.
```

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
                   ` (23 preceding siblings ...)
  2022-11-02 11:07 ` narodnik
@ 2022-11-02 11:25 ` ahesford
  24 siblings, 0 replies; 25+ messages in thread
From: ahesford @ 2022-11-02 11:25 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-1300128106

Comment:
Please file proper issue reports rather than bumping long-closed issues.

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

* Re: tlmgr not working
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
@ 2020-08-06 17:20 ` ericonr
  2020-08-15 17:55 ` chilledfrogs
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-08-06 17:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/24013#issuecomment-670065237

Comment:
Running it like so `/usr/share/texmf-dist/scripts/texlive/tlmgr.pl` also works. I believe it's failing to find out the `$Master` path in the script. which leads it to using the wrong directory for the modules it tries to use. Not sure how to fix this.

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

end of thread, other threads:[~2022-11-02 11:25 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24013@inbox.vuxu.org>
2020-08-06 17:20 ` tlmgr not working ericonr
2020-08-15 17:55 ` chilledfrogs
2020-08-15 18:17 ` ericonr
2020-08-15 21:35 ` fosslinux
2020-08-15 23:44 ` fosslinux
2020-08-17 13:48 ` [ISSUE] [CLOSED] " ahesford
2020-08-17 17:08 ` chilledfrogs
2020-08-17 17:13 ` ericonr
2020-08-17 17:18 ` chilledfrogs
2020-08-17 17:19 ` chilledfrogs
2020-08-17 17:21 ` ericonr
2020-08-17 17:21 ` chilledfrogs
2020-08-17 17:22 ` chilledfrogs
2020-08-17 17:22 ` ericonr
2020-08-17 17:23 ` chilledfrogs
2020-08-17 17:58 ` chilledfrogs
2020-08-17 23:13 ` fosslinux
2020-08-17 23:23 ` ahesford
2021-01-21  0:17 ` fosslinux
2021-01-21  0:49 ` [ISSUE] [CLOSED] " ahesford
2022-01-17 11:05 ` scheckley
2022-01-17 11:10 ` scheckley
2022-09-20 17:39 ` dexgs
2022-11-02 11:07 ` narodnik
2022-11-02 11:25 ` ahesford

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