FAIL2
ec-fonts are not found
Solution:
updmap --enable
Map=/usr/share/texmf/dvips/ec-fonts-mftraced/ec-mftrace.map
I'm not sure how to overcome this in the packages



How about adding this to lilypond?



Ok. I looked at /sauter-fonts-mftraced/GNUmakefile
I see:

# FIXME: autodetect mapdir
#teTeX-2.0.x
MAPDIR=$(TEXCONFDIR)/dvips/$(PATHSUF)

#teTeX-3.0
#MAPDIR=$(TEXCONFDIR)/fonts/map/dvips/$(PATHSUF)

So what should I write into postinstall-lilypond? My idea is something like:
if [ -e /usr/share/texmf/dvips/ec-fonts-mftraced/ec-mftrace.map ] updmap 
--enable Map=
/usr/share/texmf/dvips/ev-fonts-mftraced/ec-mftrace.map;
else updmap --enable 
Map=/usr/share/texmf/fonts/map/dvips/ec-fonts-mftraced/ec-mftrace.map

Bert



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to