﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2772	tcl8.5.9 env-4.{3,4,5} FAILURE	Gilles Espinasse	lfs-book@…	"On tcl8.5.9, there is 3 tests failures when LANG is set on the host that did not appear with 8.5.8.
The reason is clearly in diff -u tcl8.5.{8,9}/tests/env.test
Before 8.5.9, env.test did not keep LANG variable for some tests
Errors happen on my build system and jhalfs.

A sed to remove LANG fix the tests
{{{
sed -i 's/    SECURITYSESSIONID LANG/    SECURITYSESSIONID/' tests/env.test
}}}

I removed only the second LANG occurence and use sed -i that 4.1.5 support.
But that's only a workaround. If you test to compile a vanilia tcl8.5.9 directly on the host
{{{
tar xf tcl8.5.9-src.tar.bz2
cd tcl8.5.9/unix
./configure
make
TZ=UTC make test
}}}
there is no env-4.{3,4,5} failures even when LANG is set.
So the real issue is somewhere in the build system. And it is not so important as this is a test issue and there is no changes in the produced code."	task	closed	normal	6.8	Book	SVN	minor	invalid		
