On Dec 11, 2014, at 8:02 AM, RjOllos wrote: > Yes, changeset [12020] was included in Trac 1.0.2. You've potentially > uncovered a similar issue in another part of the codebase. I can reproduce > the issue when running the tests on Ubuntu: > > LC_ALL=C make unit-test > > However, I get the same output as you for "locale" on Ubuntu, and tests don't > fail if running either: > > make unit-test > LC_ALL= make unit-test > > I'm not sure what happens when "rpmbuild --rebuild > trac-1.0.2-2.fc19.src.rpm", but it behaves as though the environment has > LC_ALL=C. > > So the best course of action is to open a ticket and at a minimum we can > modify the failing tests by making a change similar to [12020].
Thanks Rj. Ticket created (#11876). http://trac.edgewall.org/ticket/11876 Because of the error, the RPM build environment was left intact (i.e. not cleaned up/removed), so I went to the BUILD directory /root/rpmbuild/BUILD/Trac-1.0.2 and tried your "LC_ALL=C make unit-test" command. It fails similarly. The only other thing I can add is [root@stride2 tests]# pwd /root/rpmbuild/BUILD/Trac-1.0.2/tracopt/versioncontrol/git/tests [root@stride2 tests]# ls -l git_fs.py -rw-r--r-- 1 root root 19902 Oct 23 20:19 git_fs.py - Greg -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
