found 480533 5.10.0-10
thanks

On Wed, May 21, 2008 at 01:07:14PM -0400, Joey Hess wrote:
> Niko, I'm reassgning this to perl-base because it seems to be missing
> some file that is in perl, that causes split(' ') to print uninitialised
> value messages like described earlier in this bug report.
> 
> I haven't managed to reproduce it outside of the d-i environment. Can
> you guess at what might be missed from the info given, or will I need to
> reproduce this in d-i, and get a strace of perl to see what file it's
> failing to find?

It's reproducible with just this when only perl-base is installed:

% perl -w -e 'my @a=split(" ", "\x{3af}", 2)'

Diffing the traces, the missing thing is

> open("/usr/share/perl/5.10/unicore/lib/gc_sc/SpacePer.pl", O_RDONLY) = 3

OMG, I certainly hope we don't need all this in perl-base:

% ls /usr/share/perl/5.10/unicore/lib/gc_sc/|wc -l
352

but looking at SWASHNEW() in /usr/share/perl/5.10/utf8_heavy.pl, we might.
-- 
Niko Tyni   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to