Re: a bug in the perl patch

2011-06-26 Thread Bruce Dubbs
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

Re: a bug in the perl patch

2011-06-26 Thread Aleksandar Kuktin
>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

Re: perl-5.14.1

2011-06-26 Thread Bruce Dubbs
Matthew Burgess wrote: > On 26/06/2011 20:09, Bruce Dubbs wrote: > >> I have found that if I change this to >> >> 1. sh Configure -des -Dprefix=/tools >> 2. make >> 3. cp -v perl cpan/podlators/pod2man /tools/bin >> 4. mkdir -pv /tools/lib/perl5/5.14.1 >> 5. cp -Rv lib/* /tools/lib/perl5/5.14.1 >>

Re: perl-5.14.1

2011-06-26 Thread Bruce Dubbs
Nathan Coulson wrote: > silly question, but what was the reason for only installing part of > perl? I know we don't need it, but we rarely go out of our way to > just install what we need in chapter 5's packages. Well, it's an interesting question. Looking back, lfs was installing a partial Ch

Re: perl-5.14.1

2011-06-26 Thread Nathan Coulson
On Sun, Jun 26, 2011 at 12:09 PM, Bruce Dubbs wrote: > I've been trying to integrate the latest perl into the book.  In Chapter > 5, we have traditionally built only the portion of perl needed later in > Chapter 6. > > Now, coreutils needs a new function to build it's documentation, > AutoSplit.  

Re: perl-5.14.1

2011-06-26 Thread Matthew Burgess
On 26/06/2011 20:09, Bruce Dubbs wrote: > I have found that if I change this to > > 1. sh Configure -des -Dprefix=/tools > 2. make > 3. cp -v perl cpan/podlators/pod2man /tools/bin > 4. mkdir -pv /tools/lib/perl5/5.14.1 > 5. cp -Rv lib/* /tools/lib/perl5/5.14.1 > > then all packages in the book bu

perl-5.14.1

2011-06-26 Thread Bruce Dubbs
I've been trying to integrate the latest perl into the book. In Chapter 5, we have traditionally built only the portion of perl needed later in Chapter 6. Now, coreutils needs a new function to build it's documentation, AutoSplit. I tried a couple of things to add that to the pieces we alrea

Re: psmisc-22.14 missing patch

2011-06-26 Thread Bruce Dubbs
Gilles Espinasse wrote: > Changelog say one patch was applied but patch is not there. > > --- psmisc-22.13/ChangeLog 2010-07-14 10:11:16.0 +0200 > +++ psmisc-22.14/ChangeLog 2011-06-20 13:37:23.0 +0200 > @@ -1,3 +1,25 @@ > +Changes in 22.14 > ... > + * fuser -m -s flags work - Patc

Re: a bug in the perl patch

2011-06-26 Thread Bruce Dubbs
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

psmisc-22.14 missing patch

2011-06-26 Thread Gilles Espinasse
Changelog say one patch was applied but patch is not there. --- psmisc-22.13/ChangeLog 2010-07-14 10:11:16.0 +0200 +++ psmisc-22.14/ChangeLog 2011-06-20 13:37:23.0 +0200 @@ -1,3 +1,25 @@ +Changes in 22.14 ... + * fuser -m -s flags work - Patch by jgorig SF#31110178 RH#651794 In f

Re: a bug in the perl patch

2011-06-26 Thread Andrew Benton
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