David R. Morrison wrote:
Thanks to some helpful comments from Matthias Neeracher, I think I may have fixed this problem. Since I'm not experiencing it myself, though, I would appreciate it if some users could test it before I force everybody to update their tetex!

If you've had the "updmap.cfg not found" problem, please download

http://www.math.duke.edu/~drm/fink/tetex.info
http://www.math.duke.edu/~drm/fink/tetex.patch

and place the files into /sw/fink/dists/local/main/finkinfo.

In my case, I tracked this "updmap.cfg not found" down to the lilypond init script in /sw/etc/profile.d. It defines TEXMF by expanding some variables, and this is, of course, done with the old tex installation. In my case the resulting environment variable was
TEXMF={/sw/share/lilypond/2.0.1,{/Users/martin/Library/texmf,!!/sw/share/texmf-local,!!/sw/var/lib/texmf,!!/sw/share/texmf}}


After unsetting TEXMF, as you do in your new version, the installation of tetex-base went through, and afterwards the TEXMF variable as defined by lilypond has become
TEXMF={/sw/share/lilypond/2.0.1,{!!/Users/martin/.texmf-config,!!/Users/martin/.texmf-var,/Users/martin/Library/texmf,!!/sw/etc/texmf-config,!!/sw/var/lib/texmf,!!/sw/share/texmf,!!/sw/share/texmf-local,!!/sw/share/texmf-dist}}


I think lilypond is the only package that does this.

--
Martin



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to