On Sat, Jun 22, 2013 at 04:58:52PM +0200, hans kaper wrote:
> Op Fri, 21 Jun 2013 21:52:50 +0200 schreef William Harrington
> <kb0...@berzerkula.org>:
> 
> >
> >On Jun 21, 2013, at 2:11 PM, hans kaper wrote:
> >
> >>Can't locate unicore/Heavy.pl in @INC (@INC contains:
> >>/tools/lib/perl5/site_perl/5.16.1/i686-linux
> >>/tools/lib/perl5/site_perl/5.16.1
> >>/tools/lib/perl5/5.16.1/i686-linux /tools/lib/perl5/5.16.1 .) at
> >>/tools/lib/perl5/5.16.1/utf8_heavy.pl line 176.
> >
> >This may be the problem.
> I suppose so too, but why? I recompiled Perl following the
> instructions in ch.5.28 to see if all the
> Perl-files were copied to /tools/....; they were.
> It looks as if the errors were generated by Perl.
> I put a marker (print $unicore_dir;) above the above-mentioned line
> 176, but that did not generate any output,
> nor in my log-file, nor on screen.
> 

 I see that you've re-posted your original query - please don't do
that, if we have anything useful to suggest we can do it in the
existing thread.  Sometimes, particularly at weekends, it can take a
couple of days before everyone reads the list.

Perl cannot find 'Heavy.pl' and we know it is looking in -
/tools/lib/perl5/site_perl/5.16.1/i686-linux, and its parent,
 and
/tools/lib/perl5/5.16.1/i686-linux and that one's parent.

 I think we can assume that if unicore/Heavy.pl exists in one of
those directories it will be found.  In my own x86_64 build of 7.2
it existed at
/tools/lib/perl5/5.16.1/unicore/Heavy.pl : I'm fairly sure you do
NOT have that file (otherwise the report, whether warning or error,
would not have appeared).  And I cannot explain its omission  - we
just run 'sh Configure -des -Dprefix...' for perl-5.16.1 in chapter
5, so it must be part of the default.  Let's step back a little...

 Your problem started in a man/ directory.  Let's try a
different question: did you miss the line
 cp -v perl cpan/podlators/pod2man /tools/bin
in perl ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to