On Fri, 14 Aug 2020 at 11:48, Bruce Dubbs via lfs-dev <lfs-dev@lists.linuxfromscratch.org> wrote: > > > > I might have missed this in the email thread but why does the change, > > which I've seen at r12020, hard-code the version number and not use > > the entity &perl-version-min; ? > > > > ... .34 later versions? > > Probably an oversight. I'll fix it, but when I make the change for -rc1 > on Saturday. >
One other thing I think I've spotted at, r12020, as regards that Perl fix then: :BOOK$ grep -A8 Dprefix= chapter07/perl.xml -Dprefix=/usr \ -Dvendorprefix=/usr \ -Dprivlib=/usr/lib/perl5/5.32/core_perl \ -Darchlib=/usr/lib/perl5/5.32/core_perl \ -Dsitelib=/usr/lib/perl5/5.32/site_perl \ -Dsitearch=/usr/lib/perl5/5.32/site_perl \ -Dvendorlib=/usr/lib/perl5/5.32/vendor_perl \ -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl</userinput></screen> :BOOK$ grep -A8 Dprefix= chapter08/perl.xml -Dprefix=/usr \ -Dvendorprefix=/usr \ -Dprivlib=/usr/lib/perl5/5.32/core_perl \ -Darchlib=/usr/lib/perl5/5.32/core_perl \ -Dsitelib=/usr/lib/perl5/5.32/site_perl \ -Dsitearch=/usr/lib/perl5/5.32/site_perl \ -Dvendorlib=/usr/share/perl5/vendor_perl \ -Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \ -Dman1dir=/usr/share/man/man1 \ where the vendorlib define is different between the two chapters ? -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page