On 2/17/20 11:14 PM, spiky0011 via blfs-support wrote:

On 17/02/2020 23:28, Scott Andrews via blfs-support wrote:

On 2/17/20 5:42 PM, Bruce Dubbs via blfs-support wrote:
On 2/17/20 2:23 PM, spiky0011 via blfs-support wrote:

On 17/02/2020 19:30, Bruce Dubbs via blfs-support wrote:
On 2/17/20 1:04 PM, spiky0011 via blfs-support wrote:

On 17/02/2020 18:38, Pierre Labastie via blfs-support wrote:
Le 17/02/2020 à 19:07, spiky0011 via blfs-support a écrit :
On 16/02/2020 23:23, Scott Andrews via blfs-support wrote:
On 2/16/20 4:20 PM, spiky0011 via blfs-support wrote:
I,m getting errors regarding perl from ch5.

I script build lfs "scripts just execute whats in the book. Although I have
tried building by hand as well.

Perl seems inconsistant in building perl and pod2man using make -j4.  Which
causes texinfo to fail as well.

Just wondered if any one else has seen this?


Spiky

Yes I have the same

make  -j2 works for me for chapter 5

chapter 6 builds with make -j4

Ok just run perl build ch5 with make -j4 which failed to create the 2 files

make -j1 files created

Maybe you want to add make -j1 to book in perl

I've built perl at -j4 or -j8 several times, and have not seen that. But I have not much experience with make-4.3 (I've mainly built at -j1 for timings).
So maybe a 4.3 problem.

Pierre

I,ve not had this issue before either, Someone did come in IRC with a missing pod2man file I just pressumed perl had failed before I tracked it down yesterday.

It,s upto you if you wanna add, It wouldn't hurt to put it in just my opinion

We can add a note to drop back to -j1 if -jx; where x > 1 fails.

  -- Bruce

The problem is perl dosn't fail to make, and the 2 files are not copied to /tools/bin

"cp -v perl cpan/podlators/scripts/pod2man /tools/bin"

ls: cannot access 'tools/bin/perl': No such file or directory

ls: cannot access 'tools/bin/pod2man': No such file or directory


and the libs spew out alot of verbose output, so scroll back is all the libs

Have you ever seen this in Chapter 6?

  -- Bruce


I have not seen it in chapter 6, only in chapter 5.  In different hosts from debian to LFS and on two different platforms


Hi test updates

I have rebuilt from begining through to perl with make -j4

cp -v perl /tools/bin no such file or dir

cp -v cpan/podlators/scripts/pod2man  no such file.

rm -r perl dir reran exact same script with make -j4 both files exist.

rm -v both files from /tools/bin, shut machine down re ran exact same script make -j4 both files exsist??

Inconsistant.

_Proposal_

split the " cp -v perl cpan/podlators/scripts/pod2man /tools/bin " from

mkdir -pv /tools/lib/perl5/5.30.1
cp -Rv lib/* /tools/lib/perl5/5.30.1

so if it dose error there will be No such file or directory warning.

If there is an error, you don't get the 'no such file' for perl now?

A note about rebuild perl?

Yes, any change will need a note saying what is going on.

  -- Bruce



--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to