- Original Message -
From: "Bruce Dubbs"
To: "LFS Developers Mailinglist"
Sent: Monday, June 27, 2011 9:32 PM
Subject: Re: a bug in the perl patch
> Matthew Burgess wrote:
> > On 27/06/2011 02:34, Bruce Dubbs wrote:
> >
&g
Matthew Burgess wrote:
> On 27/06/2011 02:34, Bruce Dubbs wrote:
>
>> I also see a change in
>> http://wiki.linuxfromscratch.org/patches/browser/trunk/perl/perl-5.10.1-libc-1.patch
>> by Matt.
>>
>> I'll be glad to change this if it was an inadvertent change, but I'd
>> like to confirm that first.
On 27/06/2011 02:34, Bruce Dubbs wrote:
> I also see a change in
> http://wiki.linuxfromscratch.org/patches/browser/trunk/perl/perl-5.10.1-libc-1.patch
> by Matt.
>
> I'll be glad to change this if it was an inadvertent change, but I'd
> like to confirm that first.
>
> Matt?
That definitely looks
Aleksandar Kuktin wrote:
>> On Sun, 26 Jun 2011 13:13:18 -0500
>> Bruce Dubbs wrote:
>
>> Andrew Benton wrote:
>>> The current patch tests if ${prefix}/lib/libc.so.6 exists and then
>>> it gets the version of libc from /lib/libc.so.6, the one installed
>>> on the host...
>
>> I'm not sure why th
>On Sun, 26 Jun 2011 13:13:18 -0500
>Bruce Dubbs wrote:
> Andrew Benton wrote:
> > The current patch tests if ${prefix}/lib/libc.so.6 exists and then
> > it gets the version of libc from /lib/libc.so.6, the one installed
> > on the host...
> I'm not sure why the change was made in 2008, but it h
Andrew Benton wrote:
> On Sat, 25 Jun 2011 21:45:42 -0500
> Bruce Dubbs wrote:
>
>> Aleksandar Kuktin wrote:
>>> There is a bug in the newly submitted patch for perl.
>> I haven't looked at what the patch is doing in detail, but the only
>> difference between what is currently in the book and la
On Sat, 25 Jun 2011 21:45:42 -0500
Bruce Dubbs wrote:
> Aleksandar Kuktin wrote:
> > There is a bug in the newly submitted patch for perl.
>
> I haven't looked at what the patch is doing in detail, but the only
> difference between what is currently in the book and latest patch I just
> commit
Aleksandar Kuktin wrote:
> There is a bug in the newly submitted patch for perl.
I haven't looked at what the patch is doing in detail, but the only
difference between what is currently in the book and latest patch I just
committed are line numbers.
The change you are referring to last was in p
There is a bug in the newly submitted patch for perl.
It is in the middle of the if statement, $libc is assigned the version
of the wrong libc (/lib/libc.so.6 and not the prefixed version).
The corrected patch:
diff -Naur perl-5.14.1.orig/hints/linux.sh perl-5.14.1/hints/linux.sh
--- perl-5.14.1