Guest via RT <bug-Tk@rt.cpan.org> writes:
Show quoted text>This message about Tk was sent to you by guest <> via rt.cpan.org
>
>Full context and any attached attachments can be found at:
><URL:
https://rt.cpan.org/Ticket/Display.html?id=4446 >
>
>>
>> Can you try from a fresh distribution with LANG=en_US ?
>>
>> It seems that the tcl->perl converison script has locale issues too.
>>
>
>Nope ! tried another workaround:
>I repeat (for the record)
>
>RH 9 on a 686 (DELL)
>Tk-800.024
>
>LANG=C
>
>then I re-dowloaded the tarball and
>
>zcat Tk-800.024.tar.gz | tar xf -
>perl Makefile.PL
>make
>make test
>su
>make install
>
>and it works....
Which is what I asked you to do above, and you said "nope".
Now you are saying that when you did what I asked (in LANG=C) it works.
I am confused.
Are you saying LANG=en_US does NOT work, but LANG=C does?
Show quoted text>it seems to me that the trouble I had was due to some files being
>already linked before changing to LANG=C (or en_US) and that 'make' thus
>did not understand what to do....(sorry for the not so accurate
>description, I'm quite new to linux/unix)
>
>anyway, now it works, even if I got these warnings on 'make test':
>
>t/zzScrolled.....ok 58/94# Test 66 got: '589x341+0+32' (t/zzScrolled.t
>at line
>101 fail #2)
># Expected: '589x341+0+0' (Sizechk: geometry has not changed not
>resetfor -height => 24+(5))
># t/zzScrolled.t line 101 is: ok($newgeo, $oldgeo,
>"Sizechk: geometry has not changed not reset" .
># Test 94 got: '589x341+17+32' (t/zzScrolled.t at line 101 fail #4)
># Expected: '589x341+0+32' (Sizechk: geometry has not changed not
>resetfor -width => 80+(5))
>t/zzScrolled.....FAILED tests 66, 94
> Failed 2/94 tests, 97.87% okay
>t/zzText.........ok
>t/zzTixGrid......ok 18/36# Test 18 got: '1' (t/zzTixGrid.t at line 81
>*TODO*)
># Expected: '' (oops col selection is not cleared)
># t/zzTixGrid.t line 81 is: eval { $b=$g->selection('includes',
>1,1); };
> ok($b, "", "oops col selection is not cleared");
>t/zzTixGrid......ok 26/36# Test 26 got: '1' (t/zzTixGrid.t at line 91
>*TODO*)
># Expected: '' (oops row selection is not cleared)
># t/zzTixGrid.t line 91 is: eval { $b=$g->selection('includes',
>2,2); };
> ok($b, "", "oops row selection is not cleared");
>t/zzTixGrid......ok 32/36# Test 32 got: '1' (t/zzTixGrid.t at line 99
>*TODO*)
># Expected: '0' (oops cell selection contain a not selected item)
># t/zzTixGrid.t line 99 is: eval { $b=$g->selection('includes',
>2,2); };
> ok($b, 0, "oops cell selection contain a not selected item");
>t/zzTixGrid......ok
>Failed Test Stat Wstat Total Fail Failed List of Failed
>-------------------------------------------------------------------------------t/zzScrolled.t
> 94 2 2.13% 66 94
>Failed 1/25 test scripts, 96.00% okay. 2/904 subtests failed, 99.78% okay.
>make: *** [test_dynamic] Error 29
>
>hope this helps you out on finding the problem with locale vs perl and Tk