Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] texdoc doesn't work / texlive documentation missing
@ 2021-04-19 23:26 tornaria
  2021-04-20  3:50 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tornaria @ 2021-04-19 23:26 UTC (permalink / raw)
  To: ml

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

New issue by tornaria on void-packages repository

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

Description:
This used to work (with `texlive-bin`):
```
$ texdoc enumitem
[... opens /opt/texlive/2020/texmf-dist/doc/latex/enumitem/enumitem.pdf ...]
```

With the new packaged `texlive`:
```
$ texdoc enumitem
texdoc error: No texlive.tlpdb nor shipped tlpdb data found.
$ xlocate enumitem.pdf
$
```

That is, `texdoc` seems to be broken, and the corresponding documentation can't be found anywhere.

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

* Re: texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
@ 2021-04-20  3:50 ` ericonr
  2021-04-20  9:15 ` fosslinux
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-20  3:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/30340#issuecomment-822953081

Comment:
It would seem this is related to #24013

We don't have a `texlive.tlpdb` file, unfortunately. I wonder if it's necessary for finding the docs? If yes, we should consider trying to generate it based on installed `texlive-*` packages (I have a feeling this isn't possible, but it would be nice)... Otherwise, it could be made to look at `~/texmf/tlpkg` for the db, but that doesn't seem ideal - opening docs shouldn't require so much setup.

@fosslinux 

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

* Re: texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
  2021-04-20  3:50 ` ericonr
@ 2021-04-20  9:15 ` fosslinux
  2022-01-17 11:03 ` scheckley
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2021-04-20  9:15 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/30340#issuecomment-823119681

Comment:
I will investigate this. It should be possible to generate these without tlpdb.

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

* Re: texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
  2021-04-20  3:50 ` ericonr
  2021-04-20  9:15 ` fosslinux
@ 2022-01-17 11:03 ` scheckley
  2022-01-17 11:04 ` scheckley
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: scheckley @ 2022-01-17 11:03 UTC (permalink / raw)
  To: ml

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

New comment by scheckley on void-packages repository

https://github.com/void-linux/void-packages/issues/30340#issuecomment-1014395799

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] 7+ messages in thread

* Re: texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
                   ` (2 preceding siblings ...)
  2022-01-17 11:03 ` scheckley
@ 2022-01-17 11:04 ` scheckley
  2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: scheckley @ 2022-01-17 11:04 UTC (permalink / raw)
  To: ml

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

New comment by scheckley on void-packages repository

https://github.com/void-linux/void-packages/issues/30340#issuecomment-1014395799

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] 7+ messages in thread

* Re: texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
                   ` (3 preceding siblings ...)
  2022-01-17 11:04 ` scheckley
@ 2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-18  2:09 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/30340#issuecomment-1129492892

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] 7+ messages in thread

* Re: [ISSUE] [CLOSED] texdoc doesn't work / texlive documentation missing
  2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
                   ` (4 preceding siblings ...)
  2022-05-18  2:09 ` github-actions
@ 2022-06-02  2:13 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-02  2:13 UTC (permalink / raw)
  To: ml

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

Closed issue by tornaria on void-packages repository

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

Description:
This used to work (with `texlive-bin`):
```
$ texdoc enumitem
[... opens /opt/texlive/2020/texmf-dist/doc/latex/enumitem/enumitem.pdf ...]
```

With the new packaged `texlive`:
```
$ texdoc enumitem
texdoc error: No texlive.tlpdb nor shipped tlpdb data found.
$ xlocate enumitem.pdf
$
```

That is, `texdoc` seems to be broken, and the corresponding documentation can't be found anywhere.

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

end of thread, other threads:[~2022-06-02  2:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 23:26 [ISSUE] texdoc doesn't work / texlive documentation missing tornaria
2021-04-20  3:50 ` ericonr
2021-04-20  9:15 ` fosslinux
2022-01-17 11:03 ` scheckley
2022-01-17 11:04 ` scheckley
2022-05-18  2:09 ` github-actions
2022-06-02  2:13 ` [ISSUE] [CLOSED] " github-actions

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