Hi,
I've received Debian bug report #213948:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213948
It references a regression test failure under a Debian 'pbuilder' chroot
environment. (For Debian, pbuilder chroot environments are used as
"clean" environments to ensure that packages build properly and do not
depend any packages installed on or changes specific to a given
developer's personal environment. They're also used to build packages
for one release while running different release.)
Anyway, the problem stems from the way $LANG is apparently set up in the
pbuilder environment. It's set to 'C', which Lingua::Preferred doesn't
recognize, and this in turn kills all of the tv_to_latex regression
tests.
I fixed the problem (from my perspective) by adding:
$ENV{LANG} = 'en';
near the top of t/test_filters.t. I think this is a reasonable fix,
since it will make the regression tests a bit more independent of the
user's environment.
KEN
--
Kenneth J. Pronovici <pronovic@xxxxxxxx>
Personal Homepage: http://www.skyjammer.com/~pronovic/
"They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, Historical Review of Pennsylvania, 1759
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
|