#2772: tcl8.5.9 env-4.{3,4,5} FAILURE
------------------------+---------------------------------------------------
Reporter: gespinasse | Owner: lfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.8
Component: Book | Version: SVN
Severity: minor | Keywords:
------------------------+---------------------------------------------------
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.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2772>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page