On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: > > Hi Eric, > > Eric S Fraga writes: > > | /usr/bin/texi2dvi: Processing /home/ucecesf/.../file.tex ... > > | egrep: Invalid range end > > | /usr/bin/texi2dvi: cannot read .//home/ucecesf/.../file.tex, skipping. > > Something somewhere tries to make a local path from an absolute one by > prepending "./", which fails (predictably). Is the input readable at > the original path? Not sure the error message from egrep has to do with > it or not, but it must be in any case one of the processes started by > texi2dvi (does not show up on my system, I only have calls to grep when > I trace it, but one of the sub-processes might still use it). I think > texi2dvi also invokes shell scripts, so any funny configuration in the > environment, especially where path points to, could throw it off. As far as I know, there is nothing out of the ordinary with my paths etc (please note that the /.../ above was an edit on my part to hide a rather long path). Any hints as to what I can do to explore this would be most helpful. How can I get a trace on what texi2dvi is doing? (sh -v /usr/bin/texi2dvi?) Thanks, eric