Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] today's update breaks fonts in texlive
@ 2021-01-20  9:02 dkwo
  2021-01-20 13:13 ` ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: dkwo @ 2021-01-20  9:02 UTC (permalink / raw)
  To: ml

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

New issue by dkwo on void-packages repository

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

Description:
```
$ xuname
Void 5.10.8_1 x86_64-musl GenuineIntel uptodate hold rrnDFFF
```
Since today's update, this fails for me
```
\documentclass{article}
\usepackage{amsmath,amssymb}

\begin{document}
$\mathfrak k$
\end{document}
```
with
```
$ pdflatex test
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2020-10-01> patch level 2
L3 programming layer <2020-12-03> xparse <2020-03-03>
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./test.aux)
(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd)
(/usr/share/texmf-dist/tex/latex/amsfonts/ueuf.fd) [1

pdfTeX warning: pdflatex (file pdftex.map): cannot open font map file
] (./test.aux) ) </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.
pk>
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 eufm10
gsftopk: fatal: map file `psfonts.map' not found.
mktexpk: don't know how to create bitmap font for eufm10.
mktexpk: perhaps eufm10 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

!pdfTeX error: pdflatex (file eufm10): Font eufm10 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
```

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
@ 2021-01-20 13:13 ` ericonr
  2021-01-20 18:00 ` ifreund
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2021-01-20 13:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-763597605

Comment:
@fosslinux @Chocimier 

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
  2021-01-20 13:13 ` ericonr
@ 2021-01-20 18:00 ` ifreund
  2021-01-20 18:01 ` ahesford
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ifreund @ 2021-01-20 18:00 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-763828446

Comment:
I get the following trying to output beamer slides from pandoc after the update:
```
pandoc --from markdown+task_lists -t beamer \
        -V theme=metropolis \
        -o slides.pdf slides.md
Error producing PDF.
! pdfTeX error (font expansion): auto expansion is only possible with scalable 
fonts.
<argument> ...shipout:D \box_use:N \l_shipout_box 
                                                  
l.206 \end{frame}
```
This worked before the update with no changes.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
  2021-01-20 13:13 ` ericonr
  2021-01-20 18:00 ` ifreund
@ 2021-01-20 18:01 ` ahesford
  2021-01-20 18:28 ` ahesford
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-20 18:01 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/28051#issuecomment-763829050

Comment:
I see the same issue as @dkwo when compiling well-formed LaTeX documents.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (2 preceding siblings ...)
  2021-01-20 18:01 ` ahesford
@ 2021-01-20 18:28 ` ahesford
  2021-01-20 22:53 ` fosslinux
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-20 18:28 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-763844526

Comment:
During the upgrade, the following error was printed for each `texlive-*` package that was configured:
```
fmtutil [ERROR]: running `aleph -ini   -jobname=lamed -progname=lamed *lambda.ini </dev/null' return status: 1
```
Downgrading `texlive-core` to `2020.55416_2` (and the `texlive-most` meta) instead prints
```
fmtutil [ERROR]: running `pdftex -ini   -jobname=pdflatex-dev -progname=pdflatex-dev -translate-file=cp227.tcx *pdflatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `xetex -ini   -jobname=xelatex-dev -progname=xelatex-dev -etex xelatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `luahbtex -ini   -jobname=lualatex-dev -progname=lualatex-dev lualatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `luatex -ini   -jobname=dvilualatex-dev -progname=dvilualatex-dev dvilualatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `pdftex -ini   -jobname=latex-dev -progname=latex-dev -translate-file=cp227.tcx *latex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
```
but allows me to compile the aforementioned document again.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (3 preceding siblings ...)
  2021-01-20 18:28 ` ahesford
@ 2021-01-20 22:53 ` fosslinux
  2021-01-20 23:25 ` fosslinux
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2021-01-20 22:53 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764005802

Comment:
Wuh woh... I'll look into it.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (4 preceding siblings ...)
  2021-01-20 22:53 ` fosslinux
@ 2021-01-20 23:25 ` fosslinux
  2021-01-21  0:28 ` q66
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2021-01-20 23:25 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764021002

Comment:
This was an error with my testing setup that I overlooked. I will fix the error once gcc10 builds are over.

In the meantime, please run the following commands to fix it, fixed it for me in a clean Void install:

```
sed -i 's:`kpsewhich -var-value=TEXMFROOT`:"/usr/share/texmf-dist":' /usr/sbin/updmap
updmap-sys --syncwithtrees
updmap-sys
```

FWIW, the fix for this is to patch updmap in texlive and to add `updmap` to the trigger... (hooray, even longer times for the trigger :|).

Sorry about that!

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (5 preceding siblings ...)
  2021-01-20 23:25 ` fosslinux
@ 2021-01-21  0:28 ` q66
  2021-01-21  0:47 ` ahesford
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: q66 @ 2021-01-21  0:28 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764070610

Comment:
confirming that fixes it

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (6 preceding siblings ...)
  2021-01-21  0:28 ` q66
@ 2021-01-21  0:47 ` ahesford
  2021-01-21  0:49 ` fosslinux
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-21  0:47 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764105341

Comment:
Seems to work for me as well, but does not eliminate the [fmtutil error that I noted earlier](https://github.com/void-linux/void-packages/issues/28051#issuecomment-763844526).

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (7 preceding siblings ...)
  2021-01-21  0:47 ` ahesford
@ 2021-01-21  0:49 ` fosslinux
  2021-01-21  0:51 ` fosslinux
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2021-01-21  0:49 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764108722

Comment:
I have been unable to reproduce that fmtutil error. Can you please provide a list of all installed `texlive-` packages and the output of `aleph -ini   -jobname=lamed -progname=lamed *lambda.ini </dev/null`.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (8 preceding siblings ...)
  2021-01-21  0:49 ` fosslinux
@ 2021-01-21  0:51 ` fosslinux
  2021-01-21  3:10 ` ahesford
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2021-01-21  0:51 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764108722

Comment:
I have been unable to reproduce that fmtutil error. Can you please provide a list of all installed `texlive-` packages and the output of `aleph -ini   -jobname=lamed -progname=lamed *lambda.ini </dev/null`.

I believe this error is harmless.

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (9 preceding siblings ...)
  2021-01-21  0:51 ` fosslinux
@ 2021-01-21  3:10 ` ahesford
  2021-01-21 14:10 ` ahesford
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-21  3:10 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764203443

Comment:
I doubt the `aleph` error is related to this issue and I agree that it's harmless, but it is new with these texlive updates.

- Ouput from `fmtutil-sys` run as in the XBPS trigger, but without `--quiet`: [fmtutil-sys.log](https://github.com/void-linux/void-packages/files/5846587/fmtutil-sys.log)
- Output of the failed `aleph` run mentioend in `fmtutil-sys` output: [lamed.log](https://github.com/void-linux/void-packages/files/5846588/lamed.log)
- List of installed TeXLive packages: [tlpkgs.txt](https://github.com/void-linux/void-packages/files/5846589/tlpkgs.txt)


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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (10 preceding siblings ...)
  2021-01-21  3:10 ` ahesford
@ 2021-01-21 14:10 ` ahesford
  2021-01-21 14:10 ` [ISSUE] [CLOSED] " ahesford
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-21 14:10 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-764668067

Comment:
Closed in https://github.com/void-linux/void-packages/commit/af51134b0b3d965f0d2ec3fd5689e821212438db

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

* Re: [ISSUE] [CLOSED] today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (11 preceding siblings ...)
  2021-01-21 14:10 ` ahesford
@ 2021-01-21 14:10 ` ahesford
  2023-05-30 11:09 ` Begasus
  2023-05-30 11:19 ` ahesford
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2021-01-21 14:10 UTC (permalink / raw)
  To: ml

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

Closed issue by dkwo on void-packages repository

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

Description:
```
$ xuname
Void 5.10.8_1 x86_64-musl GenuineIntel uptodate hold rrnDFFF
```
Since today's update, this fails for me
```
\documentclass{article}
\usepackage{amsmath,amssymb}

\begin{document}
$\mathfrak k$
\end{document}
```
with
```
$ pdflatex test
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/VoidLinux) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2020-10-01> patch level 2
L3 programming layer <2020-12-03> xparse <2020-03-03>
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./test.aux)
(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd)
(/usr/share/texmf-dist/tex/latex/amsfonts/ueuf.fd) [1

pdfTeX warning: pdflatex (file pdftex.map): cannot open font map file
] (./test.aux) ) </usr/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/cmr10.
pk>
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 eufm10
gsftopk: fatal: map file `psfonts.map' not found.
mktexpk: don't know how to create bitmap font for eufm10.
mktexpk: perhaps eufm10 is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

!pdfTeX error: pdflatex (file eufm10): Font eufm10 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
```

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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (12 preceding siblings ...)
  2021-01-21 14:10 ` [ISSUE] [CLOSED] " ahesford
@ 2023-05-30 11:09 ` Begasus
  2023-05-30 11:19 ` ahesford
  14 siblings, 0 replies; 16+ messages in thread
From: Begasus @ 2023-05-30 11:09 UTC (permalink / raw)
  To: ml

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

New comment by Begasus on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-1568241554

Comment:
> In the meantime, please run the following commands to fix it, fixed it for me in a clean Void install:
> 
> ```
> updmap-sys --syncwithtrees
> updmap-sys
> ```

Thanks, this solved the problem also on Haiku for me 👍 


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

* Re: today's update breaks fonts in texlive
  2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
                   ` (13 preceding siblings ...)
  2023-05-30 11:09 ` Begasus
@ 2023-05-30 11:19 ` ahesford
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2023-05-30 11:19 UTC (permalink / raw)
  To: ml

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

New comment by Begasus on void-packages repository

https://github.com/void-linux/void-packages/issues/28051#issuecomment-1568241554

Comment:
> In the meantime, please run the following commands to fix it, fixed it for me in a clean Void install:
> 
> ```
> updmap-sys --syncwithtrees
> updmap-sys
> ```

Thanks, this solved the problem also on Haiku for me 👍 


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

end of thread, other threads:[~2023-05-30 11:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  9:02 [ISSUE] today's update breaks fonts in texlive dkwo
2021-01-20 13:13 ` ericonr
2021-01-20 18:00 ` ifreund
2021-01-20 18:01 ` ahesford
2021-01-20 18:28 ` ahesford
2021-01-20 22:53 ` fosslinux
2021-01-20 23:25 ` fosslinux
2021-01-21  0:28 ` q66
2021-01-21  0:47 ` ahesford
2021-01-21  0:49 ` fosslinux
2021-01-21  0:51 ` fosslinux
2021-01-21  3:10 ` ahesford
2021-01-21 14:10 ` ahesford
2021-01-21 14:10 ` [ISSUE] [CLOSED] " ahesford
2023-05-30 11:09 ` Begasus
2023-05-30 11:19 ` 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).