GNU bug report logs - #65136
mktexpk cannot create bitmap font for umvs

Previous Next

Package: guix;

Reported by: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>

Date: Mon, 7 Aug 2023 20:35:02 UTC

Severity: normal

To reply to this bug, email your comments to 65136 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#65136; Package guix. (Mon, 07 Aug 2023 20:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 07 Aug 2023 20:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: bug-guix <at> gnu.org
Subject: mktexpk cannot create bitmap font for umvs
Date: Mon, 07 Aug 2023 22:25:34 +0200
[Message part 1 (text/plain, inline)]
Hi,

I restarted my system after a few weeks of uptime and now my LaTeX files
no longer compile: I get the error

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 umvs
mktexpk: don't know how to create bitmap font for umvs.
mktexpk: perhaps umvs is missing from the map file.

However it does work when I call

guix shell texlive -- pdflatex -shell-escape file.tex

My manifest contains as tex-relevant packages:

  "font-tex-gyre"

  "texinfo"
  "texlive"
  "texlive-ae"
  "texlive-amsfonts"
  "texlive-bin"
  "texlive-charter"
  "texlive-cm-super"
  "texlive-fontinst"
  "texlive-ec"
  "texlive-iwona"
  "texlive-latex-fonts"
  "texlive-rsfs"
  "texlive-inconsolata"
  "texlive-mdwtools"
  "texlive-ms"
  "texlive-polyglossia"
  "texlive-titlesec"
  "texlive-lh"
  "texlive-metafont"
  "texlive-mflogo"
  "texlive-mflogo-font"
  "texlive-palatino"
  "texlive-hyphen-complete"
  "texlive-times"
  "texlive-txfonts"
  "texlive-zapfding"


Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#65136; Package guix. (Mon, 07 Aug 2023 21:11:02 GMT) Full text and rfc822 format available.

Message #8 received at 65136 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
Cc: 65136 <at> debbugs.gnu.org
Subject: Re: bug#65136: mktexpk cannot create bitmap font for umvs
Date: Mon, 07 Aug 2023 23:10:21 +0200
Hello,

"Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:

> I restarted my system after a few weeks of uptime and now my LaTeX files
> no longer compile: I get the error
>
> kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 umvs
> mktexpk: don't know how to create bitmap font for umvs.
> mktexpk: perhaps umvs is missing from the map file.
>
> However it does work when I call
>
> guix shell texlive -- pdflatex -shell-escape file.tex
>
> My manifest contains as tex-relevant packages:
>
>   "font-tex-gyre"
>
>   "texinfo"
>   "texlive"
>   "texlive-ae"
>   "texlive-amsfonts"
>   "texlive-bin"
>   "texlive-charter"
>   "texlive-cm-super"
>   "texlive-fontinst"
>   "texlive-ec"
>   "texlive-iwona"
>   "texlive-latex-fonts"
>   "texlive-rsfs"
>   "texlive-inconsolata"
>   "texlive-mdwtools"
>   "texlive-ms"
>   "texlive-polyglossia"
>   "texlive-titlesec"
>   "texlive-lh"
>   "texlive-metafont"
>   "texlive-mflogo"
>   "texlive-mflogo-font"
>   "texlive-palatino"
>   "texlive-hyphen-complete"
>   "texlive-times"
>   "texlive-txfonts"
>   "texlive-zapfding"

This setup is not correct, as you're mixing monolithic package
(`texlive') and an incomplete modular system (`texlive-*').

According to the manual, if you want to use modular TeX Live, you need
to provide at least a scheme or a collection, such as
`texlive-scheme-basic'.  You should also remove `texlive'.

Does it work if you update your manifest?

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.