Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 736872 - dev-texlive/texlive-fontsextra font problem
Summary: dev-texlive/texlive-fontsextra font problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-12 11:41 UTC by aleck
Modified: 2020-08-12 12:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Log of pdflatex output (log1.txt,12.02 KB, text/plain)
2020-08-12 11:41 UTC, aleck
Details
emerge --info (emerge--info.txt,6.48 KB, text/plain)
2020-08-12 11:42 UTC, aleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aleck 2020-08-12 11:41:50 UTC
Created attachment 654312 [details]
Log of pdflatex output

used Version: 
texlive-fontsextra-2020
app-text/texlive-core-2020-r5

Not sure if this bug should be filed against core or fontsextra.

After one of the last updates I got a problem compiling my latex files (see attached log1.txt). In the end the problem can be drilled down to this lines:

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+57/600 --dpi 657 DroidSans-T1-Slanted--base
mktexpk: don't know how to create bitmap font for DroidSans-T1-Slanted--base.
mktexpk: perhaps DroidSans-T1-Slanted--base is missing from the map file.

DroidSans-T1-Slanted--base is in texlive-fontsextra and the map files seems to be generated.

Running texmf-update dosen't changed anything.

After some hints I used "updmap-sys". That fixed the problem.
Comment 1 aleck 2020-08-12 11:42:28 UTC
Created attachment 654314 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-08-12 12:25:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb12aac76aea4484ad341d8d2e00b4e01c42a8b3

commit bb12aac76aea4484ad341d8d2e00b4e01c42a8b3
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2020-08-12 12:25:26 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2020-08-12 12:25:45 +0000

    eclass/texlive-common.eclass: fix texlive-common_is_file_present_in_texmf.
    
    Function was not returning if the file was found or not. Always returned true.
    
    Fixes: [dcfc5829e7c027057d8] texlive-common.eclass: kill POSIXism
    
    Closes: https://bugs.gentoo.org/736872
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

 eclass/texlive-common.eclass | 1 +
 1 file changed, 1 insertion(+)