Win32: what PPM repository to suggest in checksetup.pl?

David Miller justdave at bugzilla.org
Wed Mar 17 00:55:50 UTC 2004


On 3/16/2004 3:32 PM -0800, Bruce Armstrong \[TeamSybase\] wrote:

>I'd see it as something that might just be addressed by expanding more in
>the OS-Specific Installation Notes.  Those changes might also help cover
>some of the other issues I encountered trying to do an 2.17.7 install on
>window.  I don't know if it's just an issue with the developers versions,
>but the following statements in checksetup.pl generated errors when I ran
>it on Windows and had to be commented out:
>
>  my $cvs_executable = `which cvs`;
>  my $interdiff_executable = `which interdiff`;
>  my $diff_binaries = `which diff`;
>
>Where I kept getting:
>
>'which' is not recognized as an internal or external command, operable
>program or batch file.

I believe this is all fixed on the tip (after 2.17.7 was released).

Those are all conditional on $^O !~ /Win32/i now, as well as telling you to
use ppm instead of CPAN to get the modules (with mappings to the PPM
package names).  That's what the bug was about that started this thread,
which has since been checked in since we decided we'd fix it later if
someone didn't like the PPM repo that was listed. :)

Right now it's also forking on the perl version and suggesting openinteract
if you have Perl 5.6.x or less and apache if you have 5.8.0 or newer
-- 
Dave Miller      Project Leader, Bugzilla Bug Tracking System
http://www.justdave.net/             http://www.bugzilla.org/



More information about the developers mailing list