Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 5703
Status: rejected
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: david.dyck [...] fluke.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Date: Wed, 17 Mar 2004 12:30:55 -0800 (PST)
From: David Dyck <david.dyck [...] fluke.com>
To: bug-par [...] rt.cpan.org
Subject: PAR-0.80 fails to "make"
This may not be a PAR problem as 0.79 fails in the same way. (Actually 0.79 fails with the same message when the PAR_TEMP environment variable is not set, it builds fine after PAR_TEMP is set.) I think the only other change is a new bleading edge perl 5.9.1 Summary of my perl5 (revision 5 version 9 subversion 1 patch 22514) configuration My first check led me to verify that @ARGV == 0 in script/par.pl when the usage message is issued. I'm not sure where all the flags that were pass to to ./par went, Any ideas where to look further. Davdi dd:PAR-0.80$ make /hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr make[1]: Entering directory `/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr' ./par -I"/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/inc" -I"/usr/local/lib/perl5/5.9.1/i686-linux" -I"/usr/local/lib/perl5/5.9.1" -I"/usr/local/lib/perl5/site_perl/5.9.1/i686-linux" -I"/usr/local/lib/perl5/site_perl/5.9.1" -I"/usr/local/lib/perl5/site_perl/5.9.0" -I"/usr/local/lib/perl5/site_perl" -I"/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80" -I"." -I../myldr/.. -I../blib/lib -q -B -O../script/parl Usage: ./par [ -Alib.par ] [ -Idir ] [ -Mmodule ] [ src.par ] [ program.pl ] ./par [ -B|-b ] [-Ooutfile] src.par make[1]: *** [../script/parl] Error 9 make[1]: Leaving directory `/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr' make: *** [subdirs] Error 2
[david.dyck@fluke.com - Wed Mar 17 15:30:59 2004]: Show quoted text
> This may not be a PAR problem as 0.79 fails in the same way. > (Actually 0.79 fails with the same message when the PAR_TEMP > environment variable is not set, it builds fine after PAR_TEMP > is set.) > I think the only other change is a new bleading edge perl 5.9.1 > Summary of my perl5 (revision 5 version 9 subversion 1 patch 22514) > configuration
Hi... Sorry for the much belated reply. Can you try again with the latest snapshot: http://p4.elixus.org/snap/PAR.tar.gz and let me know if it works? If it does not, the output from "perl -V" would be very helpful. Thanks! /Autrijus/
[david.dyck@fluke.com - Fri Apr 30 14:29:41 2004]: Show quoted text
> Summary of my perl5 (revision 5 version 9 subversion 2 patch 22734)
Aha. I see, a static -O3 perl 5.9.x on Linux built with egcs. That's a combination I have never encountered. :-) Are the Linux kernel and userland programs also custom-built, or are they prepared by some vendor's distribution? Thanks, /Autrijus/