Perl 5.10.0 Archive/Extract test failure

2009-07-25 Thread Guy Dalziel
There is a failure in one of the tests in Perl 5.10.0 (chapter 6) under the development book, the test is Archive/Extract. I pulled the fixes for this from upstream which stems from a problem with newer versions of tar. See attached. Submitted By: Guy Dalziel Date: 2009-07-25 Initial Package

Re: perl-5.10.0

2008-10-29 Thread Bryan Kadzban
to the user. But still: Dang. That was the patch that I couldn't find online anywhere. I'll have to go try to pull it out of the Debian .diff.gz, it looks like. :-( OK, I've dropped that last patch onto my server; the URL is below: http://www.kadzban.is-a-geek.net/perl-5.10.0-f

Re: perl-5.10.0

2008-10-29 Thread Robert Connolly
I have been using: -Dlibc=/tools/lib/libc-2.8.so -Ulocincpth -Uloclibpth \ -Dglibpth="/tools/lib" -Dusrinc="/tools/include" to replace the Perl libc patch. It works for me. robert pgpFewIHe1asR.pgp Description: PGP signature -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http

Re: perl-5.10.0

2008-10-29 Thread Alexander E. Patrakov
2008/10/29 Bryan Kadzban <[EMAIL PROTECTED]>: > Useless warnings: who cares. Authors of CGI scripts, because users see the warnings, at least under thttpd. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See

Re: perl-5.10.0

2008-10-28 Thread Dan Nicholson
D Configure style and then runs it with -d -e -s (-des getopt style). So, first thing is, I'd suggest just running `./Configure -des' (looks like perl-5.10.0 makes Configure executable) instead of using the poor compat interface configure.gnu. Just my opinion, but Configure supports the full range o

Re: perl-5.10.0

2008-10-28 Thread Bryan Kadzban
Should I just drop in these > instructions? My only comment is that I've just tested perl-5.10.0's configure.gnu script, and it appears to pass those options through to Configure. Maybe this changed since that comment was added to the bug, but I see this (as a test): $ ./configure.gnu -

perl-5.10.0

2008-10-28 Thread Bruce Dubbs
I'm puzzling over two tickets concerning perl: 2071 and 2227 It looks like 2071 says that we need to add -Dvendorprefix=/usr to the configuration process, but configure.gnu doesn't support it. Dan mentions that he uses: sh ./Configure -des \ -Dprefix=/usr \ -Dsiteprefix=/usr

Re: [LFS Trac] #2200: Perl 5.10.0

2008-10-05 Thread DJ Lucas
LFS Trac wrote: > #2200: Perl 5.10.0 > -+-- > Reporter: willimm |Owner: [EMAIL PROTECTED] > Type: task | Status: closed > Priority: normal |