[tex-live] mktexlsr.pl bug (minor, but...)

Norbert Preining norbert at preining.info
Thu Jul 30 03:22:54 CEST 2015


Hi Paul,

>     /usr/local/texmf/bin/kpsetool is encountered a second time at /usr/share/perl/5.18/File/Find.pm line 422.

Ahhh, symlinks that are named the same way ... didn't think of that.

Fixed in the repo, should be in tomorrows rebuild (if I can commit my
changes during the train ride or any time later on my business trip)

The change is trivial, edit mktexlsr.pl and add in the one
	File::Find::find( { follow_fast => $opt_follow, ...
line a setting
		follow_skip => 2
that is that it looks like
	File::Find::find( { follow_skip => 2, follow_fast => $opt_follow, ...

All the best

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------


More information about the tex-live mailing list