[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#584191: texinfo: texi2dvi fails fails with absolute path and non-C locale



On 02.06.10 Alexei Sheplyakov (alexei.sheplyakov@gmail.com) wrote:

> Package: texinfo
> Version: 4.13a.dfsg.1-5
> Severity: normal
> 
> 
> $ texi2dvi `pwd`/gmp.texi
> egrep: Invalid range end
> /usr/bin/texi2dvi: cannot read .//tmp/test/gmp.texi, skipping.
> 
> The cause of the failure is 
> 
> 1711   # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
> 1712   # prepend `./' in order to avoid that the tools take it as an option.
> 1713   echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
> 1714   || command_line_filename="./$command_line_filename"
> 
> $ LC_ALL=en_US.UTF-8 grep -E '[A-z]'
> grep: Invalid range end
> 
Is this #586134? When you set the locale to POSIX: does it solve your
problem?

H.
-- 
sigmentation fault



Reply to: