haikuports / haikuports

Software ports for the Haiku operating system.
MIT License
381 stars 302 forks source link

psfonts.map missing on system (texlive) #8757

Open Begasus opened 1 year ago

Begasus commented 1 year ago

Earlier I had an error with creating a pdf from a tex file (generated by sphinx):

gsftopk: fatal: map file `psfonts.map' not found

Running the next commands in Terminal solved it for me (writing it down in case anyone else runs into the same):

updmap-sys --syncwithtrees
updmap-sys
jmairboeck commented 1 year ago

updmap-sys is called by the post-install script of texlive packages. Is updmap-sys --syncwithtrees required? Maybe we should add it to the script.

https://github.com/haikuports/haikuports/blob/422c1200c0a722c325ebba51eb89a3957926e7ae/app-text/texlive/additional-files/texlive_update.sh#L12-L13

Begasus commented 1 year ago

It at least solved the issue not finding psfonts.map for me.