NetBSD Problem Report #50152
From dholland@netbsd.org Tue Aug 18 09:04:05 2015
Return-Path: <dholland@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
by mollari.NetBSD.org (Postfix) with ESMTPS id 9ADE7A6531
for <gnats-bugs@gnats.NetBSD.org>; Tue, 18 Aug 2015 09:04:05 +0000 (UTC)
Message-Id: <20150818090405.2977714A24B@mail.netbsd.org>
Date: Tue, 18 Aug 2015 09:04:05 +0000 (UTC)
From: dholland@netbsd.org
Reply-To: dholland@netbsd.org
To: gnats-bugs@gnats.NetBSD.org
Subject: fontconfig and tex fonts
X-Send-Pr-Version: 3.95
>Number: 50152
>Category: xsrc
>Synopsis: fontconfig and tex fonts
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: xsrc-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Aug 18 09:05:00 +0000 2015
>Last-Modified: Tue Aug 18 18:35:00 +0000 2015
>Originator: David A. Holland
>Release: NetBSD 7.99.20 (20150727)
>Organization:
>Environment:
System: NetBSD macaran 7.99.20 NetBSD 7.99.20 (MACARAN) #30: Mon Jul 27 20:25:15 EDT 2015 dholland@macaran:/usr/src/sys/arch/amd64/compile/MACARAN amd64
Architecture: x86_64
Machine: amd64
>Description:
I noticed today that fontconfig is not configured to look at tex fonts
in /usr/pkg/share/texmf-dist/fonts. So I tried adding it. In addition
to ostensibly failing (or spewing unhelpful warnings given -v) this
produced results where, in addition to a bunch of useful fonts
previously not accessible, it now offers several thousand fonts with
useless tex names like "grxi1095".
It's enough fonts that inkscape took minutes to load them all, but
that may be inkscape's fault.
This is not a suitable state of affairs:
1. The useful fonts (provided one has them installed via tex,
obviously) should be configured by default.
2. It shouldn't fail or spew warnings. (Even before I started
mucking about, I was getting warnings/failures from
/usr/X11R7/lib/X11/fonts/encodings, which is a normal part of an
X11 font tree that it doesn't seem to know what to do with.
3. It should know how to map the useless tex font names (most of
which I believe are variations of a much smaller number of real
fonts) to real font names.
Font handling in Unix is and always has been a disgrace...
>How-To-Repeat:
Add <dir>/usr/pkg/share/texmf-dist/fonts</dir> to /etc/fonts/fonts.conf
or /etc/fonts/local.conf.
Run inkscape, or probably gimp, or any program that loads fonts via
fontconfig. (Although I still often seem to get different fonts from
one application to the next for no clear reason.)
>Fix:
torches and pitchforks, I think.
>Release-Note:
>Audit-Trail:
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: bin/50152: fontconfig and tex fonts
Date: Tue, 18 Aug 2015 19:10:10 +0200
On Tue, Aug 18, 2015 at 09:05:00AM +0000, dholland@netbsd.org wrote:
> I noticed today that fontconfig is not configured to look at tex fonts
> in /usr/pkg/share/texmf-dist/fonts. So I tried adding it. In addition
> to ostensibly failing (or spewing unhelpful warnings given -v) this
> produced results where, in addition to a bunch of useful fonts
> previously not accessible, it now offers several thousand fonts with
> useless tex names like "grxi1095".
So barely any information, hard to figure things out...
> It's enough fonts that inkscape took minutes to load them all, but
> that may be inkscape's fault.
Jared suggested a missing fc-cache invocation?
> This is not a suitable state of affairs:
> 1. The useful fonts (provided one has them installed via tex,
> obviously) should be configured by default.
This isn't a base system issue.
> 2. It shouldn't fail or spew warnings. (Even before I started
> mucking about, I was getting warnings/failures from
> /usr/X11R7/lib/X11/fonts/encodings, which is a normal part of an
> X11 font tree that it doesn't seem to know what to do with.
Well, nothing we can do here without knowing what it actually printed.
> 3. It should know how to map the useless tex font names (most of
> which I believe are variations of a much smaller number of real
> fonts) to real font names.
This is not a bug in fontconfig. The Type1 fonts like e.g. grxi1095
clearly have bogus family names. It is not the job of fontconfig to be
an oracle and second guess the meta data of the fonts.
Joerg
Responsible-Changed-From-To: bin-bug-people->xsrc-manager
Responsible-Changed-By: dholland@NetBSD.org
Responsible-Changed-When: Tue, 18 Aug 2015 17:44:14 +0000
Responsible-Changed-Why:
Wrong category. Much as I believe font handling is a base issue, it's not
yet until more flogging takes place :-)
From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: bin/50152: fontconfig and tex fonts
Date: Tue, 18 Aug 2015 17:55:59 +0000
On Tue, Aug 18, 2015 at 05:15:01PM +0000, Joerg Sonnenberger wrote:
> On Tue, Aug 18, 2015 at 09:05:00AM +0000, dholland@netbsd.org wrote:
> > I noticed today that fontconfig is not configured to look at tex fonts
> > in /usr/pkg/share/texmf-dist/fonts. So I tried adding it. In addition
> > to ostensibly failing (or spewing unhelpful warnings given -v) this
> > produced results where, in addition to a bunch of useful fonts
> > previously not accessible, it now offers several thousand fonts with
> > useless tex names like "grxi1095".
>
> So barely any information, hard to figure things out...
Easy to reproduce, however. Tell me what you want to know; I could
dump buckets of data in here and it mostly wouldn't be useful.
> > It's enough fonts that inkscape took minutes to load them all, but
> > that may be inkscape's fault.
>
> Jared suggested a missing fc-cache invocation?
Nope. I explicitly reran fc-cache after adding the new directory;
obviously without that it doesn't work. That is what spews errors.
Thought I'd stated that.
> > This is not a suitable state of affairs:
> > 1. The useful fonts (provided one has them installed via tex,
> > obviously) should be configured by default.
>
> This isn't a base system issue.
base, native X, whatever.
> > 2. It shouldn't fail or spew warnings. (Even before I started
> > mucking about, I was getting warnings/failures from
> > /usr/X11R7/lib/X11/fonts/encodings, which is a normal part of an
> > X11 font tree that it doesn't seem to know what to do with.
>
> Well, nothing we can do here without knowing what it actually printed.
All it prints is "error scanning". Using -v doesn't add information.
Output from fc-cache -rv is below.
> > 3. It should know how to map the useless tex font names (most of
> > which I believe are variations of a much smaller number of real
> > fonts) to real font names.
>
> This is not a bug in fontconfig. The Type1 fonts like e.g. grxi1095
> clearly have bogus family names. It is not the job of fontconfig to be
> an oracle and second guess the meta data of the fonts.
Tex knows how to do it in some halfway useful fashion; therefore, the
metadata exists and fontconfig isn't reading it.
------
/usr/X11R7/lib/X11/fonts: caching, new cache contents: 0 fonts, 11 dirs
/usr/X11R7/lib/X11/fonts/100dpi: caching, new cache contents: 398 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/75dpi: caching, new cache contents: 398 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/CID: caching, new cache contents: 0 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/Speedo: caching, new cache contents: 0 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/TTF: caching, new cache contents: 22 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/Type1: caching, new cache contents: 28 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/X11R7/lib/X11/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/misc: caching, new cache contents: 55 fonts, 0 dirs
/usr/X11R7/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/fonts/X11: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/fonts/X11/TTF: caching, new cache contents: 20 fonts, 0 dirs
/home/dholland/.fonts: skipping, no such directory
/usr/pkg/share/texmf-dist/fonts: caching, new cache contents: 0 fonts, 18 dirs
/usr/pkg/share/texmf-dist/fonts/afm: caching, new cache contents: 0 fonts, 9 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe: caching, new cache contents: 0 fonts, 11 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/utopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/adobe/zapfding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/bitstrea: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/afm/bitstrea/charter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/gust: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/afm/gust/poltawski: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/hoekwater: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/afm/hoekwater/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/hoekwater/manfnt-font: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/hoekwater/mflogo-font: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/metapost: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public: caching, new cache contents: 0 fonts, 18 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts: caching, new cache contents: 0 fonts, 6 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/cm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/cmextra: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/euler: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/latxfont: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts/symbols: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/antt: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/bbold-type1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/cm-super: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/fpl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/lm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/marvosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/mathpazo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/pxfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/rsfs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/stmaryrd: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/tex-gyre: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/txfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/wasy2-ps: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/public/xypic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw: caching, new cache contents: 0 fonts, 10 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/urw/zapfding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/vntex: caching, new cache contents: 0 fonts, 4 dirs
/usr/pkg/share/texmf-dist/fonts/afm/vntex/chartervn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/vntex/grotesqvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/vntex/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/vntex/vntopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy: caching, new cache contents: 0 fonts, 7 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/lubright: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/lucida: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/lucidfax: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/lucsans: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/lumath: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/mathplus: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/afm/yandy/mathtime: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/cid: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/cid/fontforge: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/cmap: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/cmap/dvipdfmx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips: caching, new cache contents: 0 fonts, 19 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/antt: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/base: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/cbfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/cc-pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/cm-super: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/cs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/lm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/ly1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/metapost: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/poltawski: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/psnfss: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/psnfssx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/tetex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/tex-gyre: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/txfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/vntex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/dvips/xypic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/pdftex: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/enc/pdftex/vntex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/enc/t2: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/fea: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/fea/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map: caching, new cache contents: 0 fonts, 8 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvipdfm: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvipdfm/lm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvipdfm/tetex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvipdfmx: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvipdfmx/updmap: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips: caching, new cache contents: 0 fonts, 53 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/amsfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/antt: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/bbold-type1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/belleek: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cbfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cc-pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cm-super: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cmcyr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/cs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/doublestroke: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/dummy-space: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/eurofont: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/eurosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/lm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/lucida: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/ly1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/manfnt-font: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/marvosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/metapost: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/mflogo-font: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/oinuit: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/poltawski: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/pslatex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/psnfss: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/psnfssx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/pxfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/rsfs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/stmaryrd: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/tetex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/tex-gyre: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/tipa: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/txfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/updmap: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/vntex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/wasy2-ps: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/xypic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/dvips/zapfding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/fontname: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/glyphlist: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/luatex: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/map/luatex/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/pdftex: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/map/pdftex/cmttf: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/pdftex/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/pdftex/updmap: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/map/vtex: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/map/vtex/cm-super: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/misc: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/misc/xetex: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/misc/xetex/fontmapping: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/misc/xetex/fontmapping/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ofm: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public/ethiop: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public/oinuit: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ofm/public/otibet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/gust: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/gust/poltawski: caching, new cache contents: 40 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public/antt: caching, new cache contents: 16 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public/lm: caching, new cache contents: 72 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public/lm-math: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public/tex-gyre: caching, new cache contents: 33 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/opentype/public/tex-gyre-math: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovf: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public/ethiop: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public/oinuit: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovf/public/otibet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovp: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/ovp/public: caching, new cache contents: 0 fonts, 4 dirs
/usr/pkg/share/texmf-dist/fonts/ovp/public/ethiop: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovp/public/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovp/public/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/ovp/public/otibet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/pfm: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pfm/hoekwater: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pfm/hoekwater/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/pk: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pk/ljfour: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pk/ljfour/public: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pk/ljfour/public/cm: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/pk/ljfour/public/cm/dpi600: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/source/jknappen: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/source/jknappen/ec: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/jknappen/tc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh: caching, new cache contents: 0 fonts, 12 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/base: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-XSlav: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-conc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-lcy: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-ot2: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-t2a: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-t2b: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-t2c: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-t2d: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/lh-x2: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/nont2: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/lh/specific: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public: caching, new cache contents: 0 fonts, 35 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/amsfonts: caching, new cache contents: 0 fonts, 4 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/amsfonts/cmextra: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/amsfonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/amsfonts/dummy: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/amsfonts/symbols: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/bbm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/bbold: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cbfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cc-pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cm-bold: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cmbright: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cmcyr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cmextra: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/concmath-fonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/concrete: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/cs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/doublestroke: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/ecc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/esint: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/etex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/ethiop: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/euro-ce: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/eurosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/euxm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/gothic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/knuth-lib: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/knuth-local: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/latex-fonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/otibet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/rsfs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/sauter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/stmaryrd: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/tipa: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/vnr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/wasy: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/public/xypic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/vntex: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/source/vntex/vnr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/source/yandy: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/source/yandy/mathtime: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm: caching, new cache contents: 0 fonts, 14 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe: caching, new cache contents: 0 fonts, 13 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/ly1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/mathppl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/utopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/adobe/zapfding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh/lubright: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh/lucida: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh/lucidfax: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh/lucsans: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bh/lumath: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bitstrea: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/bitstrea/charter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg: caching, new cache contents: 0 fonts, 11 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/albertus: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/atqolive: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/clarendo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/coronet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/garamond: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/lettrgth: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/marigold: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/optima: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/timesnew: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/univers: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cg/wingding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cs: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cs/cs-a35: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/cs/cs-charter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/gust: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/gust/poltawski: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/hoekwater: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/hoekwater/context: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/jknappen: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/jknappen/ec: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/metapost: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/monotype: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/monotype/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/monotype/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public: caching, new cache contents: 0 fonts, 50 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/ae: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts/dummy: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts/euler: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts/symbols: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/antt: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/bbm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/bbold: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cbfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cc-pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cmbright: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cmcyr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cmextra: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/concmath-fonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/concrete: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/cs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/doublestroke: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/ecc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/esint: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/etex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/ethiop: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/eulervm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/euro-ce: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/eurosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/euxm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/gothic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/knuth-lib: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/knuth-local: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/latex-fonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/lm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/marvosym: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/mathpazo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/misc: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/ocherokee: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/oinuit: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/omega: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/otibet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/pdftex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/pl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/pslatex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/pxfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/qpx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/qtx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/rsfs: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/stmaryrd: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/tex-gyre: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/tipa: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/txfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/vnr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/wasy: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/public/xypic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf: caching, new cache contents: 0 fonts, 10 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/symbol: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/urw35vf/zapfding: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex: caching, new cache contents: 0 fonts, 9 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/arevvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/chartervn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/cmbrightvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/concretevn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/grotesqvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/txttvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/vnr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/vntex/vntopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/yandy: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/yandy/mathpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/yandy/mathplus: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/tfm/yandy/mathtime: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/truetype: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/truetype/public: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/truetype/public/belleek: caching, new cache contents: 3 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/truetype/public/marvosym: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1: caching, new cache contents: 0 fonts, 8 dirs
/usr/pkg/share/texmf-dist/fonts/type1/adobe: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/type1/adobe/courier: caching, new cache contents: 6 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/adobe/utopia: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/bitstrea: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/type1/bitstrea/charter: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/gust: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/type1/gust/poltawski: caching, new cache contents: 40 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/hoekwater: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/type1/hoekwater/context: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/hoekwater/manfnt-font: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/hoekwater/mflogo-font: caching, new cache contents: 8 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/metapost: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public: caching, new cache contents: 0 fonts, 30 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts: caching, new cache contents: 0 fonts, 6 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/cm: caching, new cache contents: 75 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/cmextra: caching, new cache contents: 15 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/cyrillic: caching, new cache contents: 5 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/euler: caching, new cache contents: 22 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/latxfont: caching, new cache contents: 14 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts/symbols: caching, new cache contents: 12 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/antt: caching, new cache contents: 16 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/bbold-type1: caching, new cache contents: 3 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/belleek: caching, new cache contents: 3 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/cbfonts: caching, new cache contents: 944 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/cc-pl: caching, new cache contents: 11 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/cm-super: caching, new cache contents: 409 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/cmcyr: caching, new cache contents: 52 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/cs: caching, new cache contents: 56 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/doublestroke: caching, new cache contents: 6 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/eurosym: caching, new cache contents: 12 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/fpl: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/lm: caching, new cache contents: 92 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/marvosym: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/mathpazo: caching, new cache contents: 5 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/ocherokee: caching, new cache contents: 2 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/oinuit: caching, new cache contents: 5 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/omega: caching, new cache contents: 28 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/pdftex: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/pl: caching, new cache contents: 77 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/pxfonts: caching, new cache contents: 26 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/rsfs: caching, new cache contents: 3 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/stmaryrd: caching, new cache contents: 6 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/tex-gyre: caching, new cache contents: 33 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/tipa: caching, new cache contents: 68 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/txfonts: caching, new cache contents: 42 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/urwvn: caching, new cache contents: 28 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/vnr: caching, new cache contents: 55 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/wasy2-ps: caching, new cache contents: 7 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/public/xypic: caching, new cache contents: 46 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw: caching, new cache contents: 0 fonts, 10 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/avantgar: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/bookman: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/courier: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/helvetic: caching, new cache contents: 10 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/ncntrsbk: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/palatino: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/symbol: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/times: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/zapfchan: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/urw/zapfding: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex: caching, new cache contents: 0 fonts, 9 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/arevvn: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/chartervn: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/cmbrightvn: caching, new cache contents: 11 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/concretevn: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/grotesqvn: caching, new cache contents: 1 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/txttvn: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/urwvn: caching, new cache contents: 30 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/vnr: caching, new cache contents: 55 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/type1/vntex/vntopia: caching, new cache contents: 4 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf: caching, new cache contents: 0 fonts, 10 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe: caching, new cache contents: 0 fonts, 11 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/ly1: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/mathppl: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/utopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/adobe/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bh: caching, new cache contents: 0 fonts, 4 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bh/lubright: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bh/lucida: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bh/lucidfax: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bh/lucsans: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bitstrea: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/vf/bitstrea/charter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg: caching, new cache contents: 0 fonts, 10 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/albertus: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/atqolive: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/clarendo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/coronet: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/garamond: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/lettrgth: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/marigold: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/optima: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/timesnew: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cg/univers: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cs: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cs/cs-a35: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/cs/cs-charter: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/monotype: caching, new cache contents: 0 fonts, 1 dirs
/usr/pkg/share/texmf-dist/fonts/vf/monotype/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public: caching, new cache contents: 0 fonts, 11 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/ae: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/cmcyr: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/eulervm: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/mathpazo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/pazo: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/pslatex: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/pxfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/qpx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/qtx: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/txfonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/public/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf: caching, new cache contents: 0 fonts, 8 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/avantgar: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/bookman: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/courier: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/helvetic: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/ncntrsbk: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/palatino: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/times: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/urw35vf/zapfchan: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/vntex: caching, new cache contents: 0 fonts, 3 dirs
/usr/pkg/share/texmf-dist/fonts/vf/vntex/chartervn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/vntex/urwvn: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/vntex/vntopia: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/yandy: caching, new cache contents: 0 fonts, 2 dirs
/usr/pkg/share/texmf-dist/fonts/vf/yandy/mathplus: caching, new cache contents: 0 fonts, 0 dirs
/usr/pkg/share/texmf-dist/fonts/vf/yandy/mathtime: caching, new cache contents: 0 fonts, 0 dirs
Re-scanning /usr/X11R7/lib/X11/fonts: /usr/X11R7/lib/X11/fonts: error scanning
Re-scanning /usr/X11R7/lib/X11/fonts/encodings: /usr/X11R7/lib/X11/fonts/encodings: error scanning
Re-scanning /usr/pkg/share/fonts/X11: /usr/pkg/share/fonts/X11: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts: /usr/pkg/share/texmf-dist/fonts: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm: /usr/pkg/share/texmf-dist/fonts/afm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/adobe: /usr/pkg/share/texmf-dist/fonts/afm/adobe: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/bitstrea: /usr/pkg/share/texmf-dist/fonts/afm/bitstrea: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/gust: /usr/pkg/share/texmf-dist/fonts/afm/gust: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/hoekwater: /usr/pkg/share/texmf-dist/fonts/afm/hoekwater: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/public: /usr/pkg/share/texmf-dist/fonts/afm/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts: /usr/pkg/share/texmf-dist/fonts/afm/public/amsfonts: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/urw: /usr/pkg/share/texmf-dist/fonts/afm/urw: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/vntex: /usr/pkg/share/texmf-dist/fonts/afm/vntex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/afm/yandy: /usr/pkg/share/texmf-dist/fonts/afm/yandy: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/cid: /usr/pkg/share/texmf-dist/fonts/cid: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/cmap: /usr/pkg/share/texmf-dist/fonts/cmap: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/enc: /usr/pkg/share/texmf-dist/fonts/enc: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/enc/dvips: /usr/pkg/share/texmf-dist/fonts/enc/dvips: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/enc/pdftex: /usr/pkg/share/texmf-dist/fonts/enc/pdftex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/fea: /usr/pkg/share/texmf-dist/fonts/fea: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map: /usr/pkg/share/texmf-dist/fonts/map: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/dvipdfm: /usr/pkg/share/texmf-dist/fonts/map/dvipdfm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/dvipdfmx: /usr/pkg/share/texmf-dist/fonts/map/dvipdfmx: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/dvips: /usr/pkg/share/texmf-dist/fonts/map/dvips: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/luatex: /usr/pkg/share/texmf-dist/fonts/map/luatex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/pdftex: /usr/pkg/share/texmf-dist/fonts/map/pdftex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/map/vtex: /usr/pkg/share/texmf-dist/fonts/map/vtex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/misc: /usr/pkg/share/texmf-dist/fonts/misc: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/misc/xetex: /usr/pkg/share/texmf-dist/fonts/misc/xetex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/misc/xetex/fontmapping: /usr/pkg/share/texmf-dist/fonts/misc/xetex/fontmapping: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ofm: /usr/pkg/share/texmf-dist/fonts/ofm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ofm/public: /usr/pkg/share/texmf-dist/fonts/ofm/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/opentype: /usr/pkg/share/texmf-dist/fonts/opentype: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/opentype/gust: /usr/pkg/share/texmf-dist/fonts/opentype/gust: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/opentype/public: /usr/pkg/share/texmf-dist/fonts/opentype/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ovf: /usr/pkg/share/texmf-dist/fonts/ovf: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ovf/public: /usr/pkg/share/texmf-dist/fonts/ovf/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ovp: /usr/pkg/share/texmf-dist/fonts/ovp: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/ovp/public: /usr/pkg/share/texmf-dist/fonts/ovp/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pfm: /usr/pkg/share/texmf-dist/fonts/pfm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pfm/hoekwater: /usr/pkg/share/texmf-dist/fonts/pfm/hoekwater: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pk: /usr/pkg/share/texmf-dist/fonts/pk: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pk/ljfour: /usr/pkg/share/texmf-dist/fonts/pk/ljfour: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pk/ljfour/public: /usr/pkg/share/texmf-dist/fonts/pk/ljfour/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/pk/ljfour/public/cm: /usr/pkg/share/texmf-dist/fonts/pk/ljfour/public/cm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source: /usr/pkg/share/texmf-dist/fonts/source: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/jknappen: /usr/pkg/share/texmf-dist/fonts/source/jknappen: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/lh: /usr/pkg/share/texmf-dist/fonts/source/lh: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/public: /usr/pkg/share/texmf-dist/fonts/source/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/public/amsfonts: /usr/pkg/share/texmf-dist/fonts/source/public/amsfonts: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/vntex: /usr/pkg/share/texmf-dist/fonts/source/vntex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/source/yandy: /usr/pkg/share/texmf-dist/fonts/source/yandy: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm: /usr/pkg/share/texmf-dist/fonts/tfm: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/adobe: /usr/pkg/share/texmf-dist/fonts/tfm/adobe: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/bh: /usr/pkg/share/texmf-dist/fonts/tfm/bh: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/bitstrea: /usr/pkg/share/texmf-dist/fonts/tfm/bitstrea: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/cg: /usr/pkg/share/texmf-dist/fonts/tfm/cg: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/cs: /usr/pkg/share/texmf-dist/fonts/tfm/cs: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/gust: /usr/pkg/share/texmf-dist/fonts/tfm/gust: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/hoekwater: /usr/pkg/share/texmf-dist/fonts/tfm/hoekwater: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/jknappen: /usr/pkg/share/texmf-dist/fonts/tfm/jknappen: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/monotype: /usr/pkg/share/texmf-dist/fonts/tfm/monotype: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/public: /usr/pkg/share/texmf-dist/fonts/tfm/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts: /usr/pkg/share/texmf-dist/fonts/tfm/public/amsfonts: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/urw35vf: /usr/pkg/share/texmf-dist/fonts/tfm/urw35vf: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/vntex: /usr/pkg/share/texmf-dist/fonts/tfm/vntex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/tfm/yandy: /usr/pkg/share/texmf-dist/fonts/tfm/yandy: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/truetype: /usr/pkg/share/texmf-dist/fonts/truetype: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/truetype/public: /usr/pkg/share/texmf-dist/fonts/truetype/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1: /usr/pkg/share/texmf-dist/fonts/type1: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/adobe: /usr/pkg/share/texmf-dist/fonts/type1/adobe: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/bitstrea: /usr/pkg/share/texmf-dist/fonts/type1/bitstrea: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/gust: /usr/pkg/share/texmf-dist/fonts/type1/gust: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/hoekwater: /usr/pkg/share/texmf-dist/fonts/type1/hoekwater: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/public: /usr/pkg/share/texmf-dist/fonts/type1/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts: /usr/pkg/share/texmf-dist/fonts/type1/public/amsfonts: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/urw: /usr/pkg/share/texmf-dist/fonts/type1/urw: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/type1/vntex: /usr/pkg/share/texmf-dist/fonts/type1/vntex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf: /usr/pkg/share/texmf-dist/fonts/vf: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/adobe: /usr/pkg/share/texmf-dist/fonts/vf/adobe: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/bh: /usr/pkg/share/texmf-dist/fonts/vf/bh: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/bitstrea: /usr/pkg/share/texmf-dist/fonts/vf/bitstrea: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/cg: /usr/pkg/share/texmf-dist/fonts/vf/cg: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/cs: /usr/pkg/share/texmf-dist/fonts/vf/cs: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/monotype: /usr/pkg/share/texmf-dist/fonts/vf/monotype: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/public: /usr/pkg/share/texmf-dist/fonts/vf/public: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/urw35vf: /usr/pkg/share/texmf-dist/fonts/vf/urw35vf: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/vntex: /usr/pkg/share/texmf-dist/fonts/vf/vntex: error scanning
Re-scanning /usr/pkg/share/texmf-dist/fonts/vf/yandy: /usr/pkg/share/texmf-dist/fonts/vf/yandy: error scanning
/var/cache/fontconfig: not cleaning non-existent cache directory
/home/dholland/.fontconfig: cleaning cache directory
fc-cache: failed
--
David A. Holland
dholland@netbsd.org
From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: bin/50152: fontconfig and tex fonts
Date: Tue, 18 Aug 2015 18:32:09 +0000
On Tue, Aug 18, 2015 at 06:00:01PM +0000, David Holland wrote:
> [...]
ok, some things that came up in chat:
- there are actually four problems here:
(1) the default fontconfig config in native X doesn't include lots of
perfectly good installed fonts that it ought to.
(2) fc-cache fails on /usr/X11R7/lib/X11/fonts/encodings, as well as
on assorted texmf fonts dirs that it maybe (or maybe not) ought to
understand.
(3) fontconfig isn't handling the metadata for a bunch of otherwise
useable tex fonts correctly, which might or might not be its fault.
(4) exactly which of these things are fontconfig bugs is not clear
because fc-cache's error reporting is rubbish.
- jmcneill points out that the right thing is to stick
<include ignore_missing="yes">/usr/pkg/etc/fonts/conf.d</include>
in the default fontconfig config, and then have pkgsrc packages that
install fonts populate this.
- (But, should /usr/pkg/share/fonts be referenced from there or from
/etc/fonts for compatibility with existing font packages, or both?
Does fontconfig choke if directories are listed twice?)
- (it should really be /usr/pkg/share/fonts/conf.d or something of
the sort as it's not actually configurable material... but that won't
work)
- tex font packages that don't provide adequate metadata for
fontconfig's use should be patched; if fontconfig is failing to parse
existing metadata, fontconfig should be patched.
- other packages with fonts should also provide fontconfig entries,
like ghostscript-fonts.
- Someone(TM) should fix fc-cache's error reporting.
- fontconfig's config language is from hell, but we're stuck with it
unless we want to rewrite.
--
David A. Holland
dholland@netbsd.org
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.