perl.par...Re: PAR installation question.... by Paul Miller- June 29, 2008 On Sun, Jun 29, 2008 at 08:21:47AM +0200, Alvar Freude wrote:> But since Strawberry can install PPMs too (5.10.0.1), there are only a > few reasons left to use ActivePerl ...Why is everyone so down on Active Perl lately-- If riding in an airplane is flying, then riding in a boat is swimming.85 jumps, 36.0 minutes of freefall, 69.1 freefall miles.http://www.nntp.perl.org/group/perl.par/2008/06/msg3623.html Re: PAR installation question.... by Paul Fenwick- June 29, 2008 G&39;day Joe,Joe Pond wrote:> I have used nmake and all seem to go in ok except that PAR-Packer gets> errors.Any chance that you can share these errors with the rest of us I&39;ve got PAR::Packer v0.977 working flawlessly under ActiveState Perl 5.10.0.Cheerio, Paul-- Paul Fenwick <pjfperltraining.com.au> http:perltraining.com.auDirector of Training Ph: +61 3 9354 6001Perl Training Australia Fax: +61 3 9354 2681http://www.nntp.perl.org/group/perl.par/2008/06/msg3622.html Re: PAR installation question.... by Alvar Freude- June 28, 2008 Hi,-- Alvar Freude <alvara-blast.org> wrote:> You should try to use Strawberry-Perl instead. It works on Windows like> everything else. <http:strawberryperl.com>sorry, EVERYWHERE, not everything ;) Perl is never like everything ;-)Wuote from the Strwberry site: "A 100% Open Source CPAN-capable Perl for your Windows® computer that works exactly the same as Perl everywhere else."Ciao Alvar-- Alvar C.H. Freude,...http://www.nntp.perl.org/group/perl.par/2008/06/msg3621.html Re: PAR installation question.... by Alvar Freude- June 28, 2008 Hi,-- Joe Pond <joe.pondrcn.com> wrote:> Here is what I’ve got:>> OS: Windows XP Pro>> Perl 5.10.0 installed (ActiveState Perl Dist)You should try to use Strawberry-Perl instead. It works on Windows like everything else. <http:strawberryperl.com>Then you only need to type (at a command prompt): cpan > intall PAR PAR::Dist PAR::PackerAnother option may to search for a PPM of PAR, with this you can use the Active State Package Manager to install it.But since.http://www.nntp.perl.org/group/perl.par/2008/06/msg3620.html PAR installation question.... by Joe Pond- June 28, 2008 Hi Par list, Hope that someone can enlighten me about how to install PAR so I can use itto compile perl scripts. Here is what I&146;ve got: OS: Windows XP ProPerl 5.10.0 installed (ActiveState Perl Dist) PAR-0.980, PAR-Dist-0.31, PAR-Packer-0.980, Module-ScanDeps-0.84,Parse-Binary-0.10 and Win32-Exe-0.11 I have used nmake and all seem to go in ok except that PAR-Packer getserrors. I saw one thread at some site that indicated that the files installed atC:PerlPAR-Packer-0.980libPARStrippedPARL..http://www.nntp.perl.org/group/perl.par/2008/06/msg3619.html Re: rt.cpan.org 36793 Testing out mailing list integration, apologies,tsee, nuffin, audrey, mbarbon by Steffen Mueller- June 16, 2008 Hi Jesse, hi all,Jesse via RT wrote:> Subject: Testing out mailing list integration, apologies, tsee,> nuffin, audrey, mbarbonFinally, it works!I&39;ve been quietly bugging Jesse and Robert Spiers about being able to have a copy of all RT tickets sent to parperl.org. Among other things, this is because lots of the tickets are really support requests. Quite commonly for systems I don&39;t use or parts of the code other people simply know much better. But to be honest, it&39;s mostly about..http://www.nntp.perl.org/group/perl.par/2008/06/msg3618.html rt.cpan.org 36793 Testing out mailing list integration, apologies, tsee, nuffin, audrey, mbarbon by Jesse via RT- June 16, 2008 Mon Jun 16 01:04:04 2008: Request 36793 was acted upon.Transaction: Ticket created by jessefsck.com Queue: PAR Subject: Testing out mailing list integration, apologies, tsee, nuffin, audrey, mbarbon Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: jessefsck.com Status: new Ticket <URL: http:rt.cpan.orgTicketDisplay.htmlid=36793 >--http://www.nntp.perl.org/group/perl.par/2008/06/msg3617.html Re: Building Archive::Unzip::Burst on AIX by Steffen Mueller- June 14, 2008 Hi Niel,Niel Lambrechts wrote:> Here is a tip for anyone trying to build Archive::Unzip::Burst on AIX.I&39;d say: Why not apply the fix to the A::U::B trunk (Same for your PAR::Packer fix) I tried to send you a committer invitation, but the email address you&39;re posting to parperl.org with isn&39;t valid.I&39;m suggesting this because there&39;s no way I could ever test my changes on AIX. Drop me an email if you&39;re interested.Best regards,Steffenhttp://www.nntp.perl.org/group/perl.par/2008/06/msg3616.html Building Archive::Unzip::Burst on AIX by Niel Lambrechts- June 13, 2008 HiHere is a tip for anyone trying to build Archive::Unzip::Burst on AIX.---------------Archive::Unzip::Burst Installation on AIX 5.31. Fix the main Archive-Unzip-Burst Makefile.PLAdd &39;aix&39; to OS array:win32 os2 dos macos linux aixAdd an aix entry:aix => qraixi, &39;unix&39;, &39;Makefile&39;, &39;generic_shlib&39;,&39;.pic&39; , 0,Change the DEFINE line. (it still works without the change though):DEFINE => &39;-O3&39;, e.g., &39;-DHAVE_SOMETHING&39;2. Fix the..http://www.nntp.perl.org/group/perl.par/2008/06/msg3614.html PAR::Packer 0.980 on AIX: error and fix by Niel Lambrechts- June 13, 2008 HiOn all AIX versions I tested (4.3 - 5.3) the following compiler error will be seen when running a &39;make&39; for PAR::Packer:------------.par: execution of .par failed - aborting with -1.BEGIN failed--compilation aborted at -e line 975.make: 1254-004 The error code from the last command is 7.Stop.------------A trace of the process showed E2BIG - which means the default AIX setting of ncargs (ARGENV list size in 4K byte blocks) is not sufficient for PAR::Packer to function.A possible...http://www.nntp.perl.org/group/perl.par/2008/06/msg3615.html |