On Sun, Jan 31, 2016 at 08:14:24PM -0800, Russ Allbery wrote:
> I'm pleased to announce release 4.06 of podlators.
Since that's been pulled into blead, I'm seeing these warnings on parallel
blead builds:
utf8 mode requested but Encode module not available, falling back to
non-utf8 at
/home/davem/perl5/git/bleed/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
line 145.
utf8 mode requested but Encode module not available, falling back to
non-utf8 at
/home/davem/perl5/git/bleed/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
line 145.
Basically when blead is building podlators, it may not have yet finished
building Encode. (The warning is actually being generated by the carp
at cpan/podlators/lib/Pod/Man.pm:151.)
I don't know whether this is harmless or not. If harmless, it would be
nice to be able to silence this warning in some fashion. If harmful, we
should fix it in some fashion.
This is the process tree at the point the warnings are issued:
make -j 16 test_harness
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib
MAKE=make LIBPERL_A=libperl.a
make all PERL_CORE=1 LIBPERL_A=libperl.a
../../miniperl -I../../lib -I../../lib -MExtUtils::Command::MM
-e pod2man -- --section=1 --perm_rw=644 -u scripts/pod2man.PL
blib/man1/pod2man.1 scripts/pod2text.PL blib/man1/pod2text.1
--
You're only as old as you look.