[lucida] Problems with Installation

Bruno Voisin bvoisin at me.com
Wed Jul 24 23:28:15 CEST 2013


Le 24 juil. 2013 à 21:48, ulrike demske <udemske at googlemail.com> a écrit :

> I did controll the places and changed the position of the source folder. I also tried "kpsewhich lucida.map" which gave no results at first. As soon as I changed the folder 'tex-local' to 'tex-var', there was a result, cf. below. The usual routine however brought the very same results:

texmf-var shouldn't be involved here, it's not a place the user is supposed to interact directly with. Says texmf.cnf:

	% TEXMFSYSVAR, where *-sys store cached runtime data.
	TEXMFSYSVAR = $TEXMFROOT/texmf-var

Similarly, the source/fonts folder is here for completeness but it's not used at all during the normal operation of the fonts: the files there are involved only in the original creation of the tfm, vf and fd files by fontinst, they're never used afterwards. 

> ulrikes-imac:~ udemske$ sudo -H updmap-sys --enable Map lucida.map
> 
> updmap is using the following updmap.cfg files (in precedence order):
> 
>   /usr/local/texlive/2012/texmf-config/web2c/updmap.cfg
> 
>   /usr/local/texlive/2012/texmf/web2c/updmap.cfg
> 
>   /usr/local/texlive/2012/texmf-dist/web2c/updmap.cfg
> 
> /usr/local/texlive/2012/texmf-config/web2c/updmap.cfg unchanged.  Map files not recreated.
> 
> updmap: Updating ls-R files.

You may have to run in succession:

	sudo -H updmap-sys --disable lucida.map
	sudo -H updmap-sys --enable Map lucida.map

so that updmap-sys notices that, even if updmap.cfg hasn't changed, you still want to rebuild the global map files nonetheless.

> ulrikes-imac:~ udemske$ kpsewhich lucida.map
> 
> /Users/udemske/Library/texlive/2012/texmf-var/fonts/map/dvips/lucida/lucida.map

That can't work. As discussed in the previous thread on this list, mixing a system-wide setup in /usr/local/texlive/texmf-local with a user-specific setup in ~/Library/{texmf,texlive} is calling for trouble.

In addition, the -H option to sudo is precisely here to prevent updmap-sys from seeing ~/Library: -H changes the user to root, hence also ~ to /var/root.

> Obviously, after changing from texmf-local to texmf-var, the system finds lucida.map. Why it doesn't find the rest remains mysterious with me. Running a tex file gave no output.

It's difficult to diagnose exactly what's happening without knowing more. Could you run say

	ls -R /usr/local/texlive/texmf-local > ~/Desktop/texmflocallist.txt

and attach to your answer the file it will create on your Desktop. Similarly, could you run

	kpsewhich --all lucida.map
	kpsewhich --all pdftex.map

and post the results.

Bruno Voisin




More information about the lucida mailing list