Thanks for the quick response.

On approximately 10/30/2003 10:52 PM, came the following characters from
the keyboard of Autrijus Tang:

On Thu, Oct 30, 2003 at 10:30:50PM -0800, Glenn Linderman wrote:

  http://aut.dyndns.org/dist/PAR-0.76.tar.gz
  MD5 (PAR-0.76.tar.gz) = 44e2565cb30d063f0eefd2a7d6e17dff
People without a C compiler should also fetch the appropriate pre-built
pardists from http://aut.dyndns.org/par/ -- currently only ActivePerl
5.6.1 and 5.8.0 for Win32 are available.

So I fetched the pre-built pardist as noted. Now what do I do with it?


Note the "also" bit. You shall download this:

Ah. "also". Well, I did download the other file, but started looking (and getting confused) at the prebuilt .par file.


http://aut.dyndns.org/dist/PAR-0.76.tar.gz

extract it into a PAR-0.76 directory, go to command line, and type:

    perl Makefile.PL
    nmake install

this is explained in the README file.

And is pretty standard for CPAN modules, but I was looking for something more magical, I guess.


Makefile.PL will fetch the pre-built binary for you over CPAN.
However, you may also place the downloaded pre-built .par file
inside the PAR-0.76 directory, _then_ run perl Makefile.PL and
nmake install.

OK. Sounds better.


Maybe pre-built PAR distributions should also contain a README that
explains the items above.  Hmm...

Maybe. Or maybe pre-built PAR distributions could be self-extracting installers?



OK, so when I run "perl Makefile.PL", it (apparently) runs CPAN in the background, and does stuff, and I noticed it said something about the dependencies being installed next time I run "nmake", so I decided that the warnings about the prerequisite moduless not being found (old versions) could be ignored for the moment....


So then I ran "nmake" (without the install parameter, wanting to see if the dependencies would be installed.... I don't use CPAN (the module), I use PPM.... I do have a compiler though, and had done the VCVARS32.BAT to put it on my path temporarily.

So it wanted to load a new version of CPAN.pm .... and did, I guess.

But then whatever version of TAR I happen to have (I'm not a heavy TAR user... had downloaded one many moons ago, but usually use PowerArchiver to crack .tar files) couldn't read the 1-basic.t files from Module-ScanDeps-0.32/t/ ... or at least it showed that name, and then said "skipping to next file header" or whatever reason... and complained about not being able to change access and modification times of the directories it just created .... and then said "Couldn't untar ...Module-ScanDeps-0.32.tar"

Then even though I have (apparently) ExtUtils::AutoInstall 0.54, it said that 0.49 was required ??? Then something else failed.... I've recorded the output of the whole process below (Sorry, paste-ins from CMD are ugly). Let's just say the installation isn't yet quite perfected for all boundary conditions... Oh, maybe the real error is the first one? Something about "taperead: 6 The handle is invalid." ???

Well, I have no clue. Is there a PPD for PAR? Or can you suggest my next step to make this work?


D:\PAR-0.76>perl makefile.pl *** ExtUtils::AutoInstall version 0.54 *** Checking for dependencies... [Core Features] - File::Temp ...loaded. (0.13) - Compress::Zlib ...loaded. (1.16 >= 1.14) - Archive::Zip ...loaded. (1.05 >= 1) - Module::ScanDeps ...failed! (needs 0.32) - PAR::Dist ...failed! (needs 0.05) ==> Do you wish to install the 2 mandatory module(s)? [y] y

C:\Perl\lib\CPAN\Config.pm initialized.


CPAN is the world-wide archive of perl resources. It consists of about 100 sites that all replicate the same contents all around the globe. Many countries have at least one CPAN site already. The resources found on CPAN are easily accessible with the CPAN.pm module. If you want to use CPAN.pm, you have to configure it properly.

If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)

Are you ready for manual configuration? [yes] no


The following questions are intended to help you with the configuration. The CPAN module needs a directory of its own to cache important index files and maybe keep a temporary mirror of CPAN files. This may be a site-wide directory or a personal directory.



First of all, I'd like to create this directory. Where?

CPAN build and cache directory? [\.cpan]



If you want, I can keep the source files after a build in the cpan
home directory. If you choose so then future builds will take the
files from there. If you don't want to keep them, answer 0 to the
next question.



How big should the disk cache be for keeping the build directories
with all the intermediate files?

Cache size for build directory (in MB)? [10]



By default, each time the CPAN module is started, cache scanning
is performed to keep the cache size in sync. To prevent from this,
disable the cache scanning with 'never'.

Perform cache scanning (atstart or never)? [atstart]



To considerably speed up the initial CPAN shell startup, it is
possible to use Storable to create a cache of metadata. If Storable
is not available, the normal index mechanism will be used.

Cache metadata (yes/no)? [yes]



The next option deals with the charset your terminal supports. In
general CPAN is English speaking territory, thus the charset does not
matter much, but some of the aliens out there who upload their
software to CPAN bear names that are outside the ASCII range. If your
terminal supports UTF-8, you say no to the next question, if it
supports ISO-8859-1 (also known as LATIN1) then you say yes, and if it
supports neither nor, your answer does not matter, you will not be
able to read the names of some authors anyway. If you answer no, names
will be output in UTF-8.

Your terminal expects ISO-8859-1 (yes/no)? [yes]



The CPAN module can detect when a module that which you are trying to
build depends on prerequisites. If this happens, it can build the
prerequisites for you automatically ('follow'), ask you for
confirmation ('ask'), or just ignore them ('ignore'). Please set your
policy to one of the three values.

Policy on building prerequisites (follow, ask or ignore)? [ask]



The CPAN module will need a few external programs to work properly.
Please correct me, if I guess the wrong path for a program. Don't
panic if you do not have some of them, just press ENTER for those. To
disable the use of a download program, you can type a space followed
by ENTER.

Where is your gzip program? [D:\my\ntpgms\gzip.EXE]

Where is your tar program? [D:\my\ntpgms\tar.EXE]

Where is your unzip program? [D:\my\ntpgms\unzip.EXE]

Where is your make program? [C:\PROGRA~1\MICROS~3\VC98\BIN\nmake.EXE]

Warning: lynx not found in PATH
Where is your lynx program? []

Warning: wget not found in PATH
Where is your wget program? []

Warning: ncftpget not found in PATH
Where is your ncftpget program? []

Warning: ncftp not found in PATH
Where is your ncftp program? []

Where is your ftp program? [C:\WINNT\system32\ftp.EXE]

What is your favorite pager program? [C:\WINNT\system32\more.COM]

What is your favorite shell? []



Every Makefile.PL is run by perl in a separate process. Likewise we
run 'make' and 'make install' in processes. If you have any
parameters (e.g. PREFIX, LIB, UNINST or the like) you want to pass
to the calls, please specify them here.

If you don't understand this question, just press ENTER.

Parameters for the 'perl Makefile.PL' command?
Typical frequently used settings:

    POLLUTE=1        increasing backwards compatibility
    LIB=~/perl       non-root users (please see manual for more hints)

Your choice: []

Parameters for the 'make' command?
Typical frequently used setting:

-j3 dual processor system

Your choice: []

Parameters for the 'make install' command?
Typical frequently used setting:

UNINST=1 to always uninstall potentially conflicting files

Your choice: []



Sometimes you may wish to leave the processes run by CPAN alone
without caring about them. As sometimes the Makefile.PL contains
question you're expected to answer, you can set a timer that will
kill a 'perl Makefile.PL' process after the specified time in seconds.

If you set this value to 0, these processes will wait forever. This is
the default and recommended setting.

Timeout for inactivity during Makefile.PL? [0]



If you're accessing the net via proxies, you can specify them in the
CPAN configuration or via environment variables. The variable in
the $CPAN::Config takes precedence.

Your ftp_proxy? []

Your http_proxy? []

Your no_proxy? []



WAIT support is available as a Plugin. You need the CPAN::WAIT module
to actually use it.  But we need to know your favorite WAIT server. If
you don't know a WAIT server near you, just press ENTER.

Your favorite WAIT server?
   [wait://ls6-www.informatik.uni-dortmund.de:1404]



commit: wrote C:\Perl\lib\CPAN\Config.pm
*** Dependencies will be installed the next time you type 'nmake'.
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Warning: prerequisite Module::ScanDeps 0.32 not found. We have 0.17.
Warning: prerequisite PAR::Dist 0.05 not found.
Writing Makefile for the par.exe program
Writing Makefile for PAR

D:\PAR-0.76>perl makefile.pl
*** ExtUtils::AutoInstall version 0.54
*** Checking for dependencies...
[Core Features]
- File::Temp       ...loaded. (0.13)
- Compress::Zlib   ...loaded. (1.16 >= 1.14)
- Archive::Zip     ...loaded. (1.05 >= 1)
- Module::ScanDeps ...failed! (needs 0.32)
- PAR::Dist        ...failed! (needs 0.05)
==> Do you wish to install the 2 mandatory module(s)? [y] y
*** Dependencies will be installed the next time you type 'nmake'.
*** ExtUtils::AutoInstall configuration finished.
Warning: prerequisite Module::ScanDeps 0.32 not found. We have 0.17.
Warning: prerequisite PAR::Dist 0.05 not found.
Writing Makefile for the par.exe program
Writing Makefile for PAR

D:\PAR-0.76>nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

C:\Perl\bin\perl.exe -Iinc makefile.pl --config= --installdeps=Module::S
canDeps,0.32,PAR::Dist,0.05
*** Installing dependencies...
*** Installing Module::ScanDeps...
CPAN: Storable loaded ok
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
Going to read \.cpan\sources\authors\01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
Going to read \.cpan\sources\modules\02packages.details.txt.gz
Database was generated on Thu, 30 Oct 2003 09:46:54 GMT
CPAN: HTTP::Date loaded ok


  There's a new CPAN.pm version (v1.76) available!
  [Current version is v1.61]
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Fetching with LWP:
  ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz
Going to read \.cpan\sources\modules\03modlist.data.gz
Going to write \.cpan\Metadata
Running install for module Module::ScanDeps
Running make for A/AU/AUTRIJUS/Module-ScanDeps-0.32.tar.gz
Fetching with LWP:

ftp://ftp.perl.org/pub/CPAN/authors/id/A/AU/AUTRIJUS/Module-ScanDeps-0.32.tar.
gz
CPAN: Digest::MD5 loaded ok
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/id/A/AU/AUTRIJUS/CHECKSUMS
Checksum for \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar.gz
ok
Scanning cache \.cpan\build for sizes
taperead: 6 The handle is invalid.


Set tape Position: Tape API returned 6 The handle is invalid.

tapeclose: Error rewinding the tape

gzip.EXE: stdout: Broken pipe
Uncompressed \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar.gz
successfully
Using Tar:D:\my\ntpgms\tar.EXE xvf \.cpan\sources\authors\id\A\AU\AUTRIJUS\Modul
e-ScanDeps-0.32.tar:
Module-ScanDeps-0.32/
Module-ScanDeps-0.32/t/
Module-ScanDeps-0.32/t/1-basic.t
D:\my\ntpgms\tar.EXE: Skipping to next file header
D:\my\ntpgms\tar.EXE: Could not change access and modification times of Module-S
canDeps-0.32/t: Permission denied
D:\my\ntpgms\tar.EXE: Could not change access and modification times of Module-S
canDeps-0.32: Permission denied
Couldn't untar \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar
==> ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n] y
*** Installing ExtUtils::AutoInstall
*** ExtUtils::AutoInstall version 0.54
*** Checking for dependencies...
[Core Features]
- File::Temp ...loaded. (0.13)
Subroutine AUTOLOAD redefined at C:/Perl/site/lib/Compress/Zlib.pm line 84, <STD
IN> line 1.
Subroutine isaFilehandle redefined at C:/Perl/site/lib/Compress/Zlib.pm line 99,
<STDIN> line 1.
Subroutine isaFilename redefined at C:/Perl/site/lib/Compress/Zlib.pm line 108,
<STDIN> line 1.
Subroutine gzopen redefined at C:/Perl/site/lib/Compress/Zlib.pm line 115, <STDI
N> line 1.
Subroutine ParseParameters redefined at C:/Perl/site/lib/Compress/Zlib.pm line 1
31, <STDIN> line 1.
Subroutine deflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 193,
<STDIN> line 1.
Subroutine inflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 202,
<STDIN> line 1.
Subroutine compress redefined at C:/Perl/site/lib/Compress/Zlib.pm line 209, <ST
DIN> line 1.
Subroutine uncompress redefined at C:/Perl/site/lib/Compress/Zlib.pm line 237, <
STDIN> line 1.
Subroutine memGzip redefined at C:/Perl/site/lib/Compress/Zlib.pm line 276, <STD
IN> line 1.
Subroutine _removeGzipHeader redefined at C:/Perl/site/lib/Compress/Zlib.pm line
307, <STDIN> line 1.
Subroutine memGunzip redefined at C:/Perl/site/lib/Compress/Zlib.pm line 366, <S
TDIN> line 1.
Subroutine Compress::Zlib::constant redefined at C:/Perl/site/lib/Compress/Zlib.
pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::zlib_version redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzopen_ redefined at C:/Perl/site/lib/Compress/Zlib.p
m line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzdopen_ redefined at C:/Perl/site/lib/Compress/Zlib.
pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzread redefined at C:/Perl/site/lib/Compress
/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzreadline redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzwrite redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzflush redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzclose redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::DESTROY redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzerror redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::adler32 redefined at C:/Perl/site/lib/Compress/Zlib.p
m line 94, <STDIN> line 1.
Subroutine Compress::Zlib::crc32 redefined at C:/Perl/site/lib/Compress/Zlib.pm
line 94, <STDIN> line 1.
Subroutine Compress::Zlib::_deflateInit redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::_inflateInit redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::deflate redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::DESTROY redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::flush redefined at C:/Perl/site/lib/Co
mpress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::dict_adler redefined at C:/Perl/site/l
ib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::msg redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::__unc_inflate redefined at C:/Perl/sit
e/lib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::inflate redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::DESTROY redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::dict_adler redefined at C:/Perl/site/l
ib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::msg redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
- Compress::Zlib ...loaded. (1.16 >= 1.14)
- Archive::Zip ...loaded. (1.05 >= 1)
- Module::ScanDeps ...failed! (needs 0.32)
- PAR::Dist ...failed! (needs 0.05)
==> Do you wish to install the 2 mandatory module(s)? [y] y
*** Dependencies will be installed the next time you type 'nmake'.
*** ExtUtils::AutoInstall configuration finished.
Warning: prerequisite Module::ScanDeps 0.32 not found. We have 0.17.
Warning: prerequisite PAR::Dist 0.05 not found.
'--CONFIG' is not a known MakeMaker parameter name.
'--INSTALLDEPS' is not a known MakeMaker parameter name.
Couldn't change to directory D:\.cpan\build\tmp\myldr: No such file or directory
at inc/Module/Install/Makefile.pm - /usr/local/lib/perl5/site_perl/5.8.1/Module
/Install/Makefile.pm line 83
Writing Makefile for PAR
C:\Perl\bin\perl.exe .\file2c.pl C:\Perl\bin\perl58.dll my_perl.c load_m
e_0 0 30000
cl -c -Zm1000 -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -
DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_
PERLIO -DPERL_MSVCRT_READFIX -I"C:\Perl\lib\CORE" main.c
main.c
C:\Perl\bin\perl.exe .\file2c.pl ..\script\par.pl my_par_pl.c load_me_2
0
cl -c -Zm1000 -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -
DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_
PERLIO -DPERL_MSVCRT_READFIX -I"C:\Perl\lib\CORE" my_par_pl.c
my_par_pl.c
link main.obj my_par_pl.obj win32.res -release -nologo -nodefaultlib -
debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 C:\Perl\lib\CORE\
perl58.lib C:\PROGRA~1\MICROS~3\VC98\LIB\oldnames.lib C:\PROGRA~1\MICROS~3\VC98\
LIB\kernel32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\user32.lib C:\PROGRA~1\MICROS~3\V
C98\LIB\gdi32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\winspool.lib C:\PROGRA~1\MICROS~
3\VC98\LIB\comdlg32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\advapi32.lib C:\PROGRA~1\M
ICROS~3\VC98\LIB\shell32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\ole32.lib C:\PROGRA~1
\MICROS~3\VC98\LIB\oleaut32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\netapi32.lib C:\PR
OGRA~1\MICROS~3\VC98\LIB\uuid.lib C:\PROGRA~1\MICROS~3\VC98\LIB\wsock32.lib C:\P
ROGRA~1\MICROS~3\VC98\LIB\mpr.lib C:\PROGRA~1\MICROS~3\VC98\LIB\winmm.lib C:\PRO
GRA~1\MICROS~3\VC98\LIB\version.lib C:\PROGRA~1\MICROS~3\VC98\LIB\odbc32.lib C:\
PROGRA~1\MICROS~3\VC98\LIB\odbccp32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\msvcrt.lib
-out:.\par.exe
C:\Perl\bin\perl.exe .\file2c.pl .\par.exe my_par.c load_me_1 0 30000
cl -c -Zm1000 -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -
DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_
PERLIO -DPERL_MSVCRT_READFIX -I"C:\Perl\lib\CORE" static.c
static.c
link static.obj win32.res -out:.\static.exe
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.


C:\Perl\bin\perl.exe parlsig.pl .\static.exe .\par.exe 1 30000
.\static.exe -I"D:/PAR-0.76/inc" -I"C:/Perl/lib" -I"C:/Perl/site/lib" -I
"." -I../myldr/.. -I../blib/lib -B -O..\script\parl.exe
Can't locate PAR/Dist.pm in @INC (@INC contains: ../blib/lib ../myldr/.. . C:/Pe
rl/site/lib C:/Perl/lib D:/PAR-0.76/inc . C:\Perl\lib C:\Perl\lib C:\Perl\site\l
ib C:\Perl\site\lib ) at -e line 577, <_FH> chunk 1.
NMAKE : fatal error U1077: '.\static.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.


D:\PAR-0.76>nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

C:\Perl\bin\perl.exe -Iinc makefile.pl --config= --installdeps=Module::S
canDeps,0.32,PAR::Dist,0.05
*** Installing dependencies...
*** Installing Module::ScanDeps...
CPAN: Storable loaded ok
Going to read \.cpan\Metadata
Database was generated on Thu, 30 Oct 2003 09:46:54 GMT
Running install for module Module::ScanDeps
Running make for A/AU/AUTRIJUS/Module-ScanDeps-0.32.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar.gz
ok
Scanning cache \.cpan\build for sizes
taperead: 6 The handle is invalid.


Set tape Position: Tape API returned 6 The handle is invalid.

tapeclose: Error rewinding the tape

gzip.EXE: stdout: Broken pipe
Uncompressed \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar.gz
successfully
Using Tar:D:\my\ntpgms\tar.EXE xvf \.cpan\sources\authors\id\A\AU\AUTRIJUS\Modul
e-ScanDeps-0.32.tar:
Module-ScanDeps-0.32/
Module-ScanDeps-0.32/t/
Module-ScanDeps-0.32/t/1-basic.t
D:\my\ntpgms\tar.EXE: Skipping to next file header
D:\my\ntpgms\tar.EXE: Could not change access and modification times of Module-S
canDeps-0.32/t: Permission denied
D:\my\ntpgms\tar.EXE: Could not change access and modification times of Module-S
canDeps-0.32: Permission denied
Couldn't untar \.cpan\sources\authors\id\A\AU\AUTRIJUS\Module-ScanDeps-0.32.tar
==> ExtUtils::AutoInstall 0.49 required. Install it from CPAN? [Y/n]
*** Installing ExtUtils::AutoInstall
*** ExtUtils::AutoInstall version 0.54
*** Checking for dependencies...
[Core Features]
- File::Temp ...loaded. (0.13)
Subroutine AUTOLOAD redefined at C:/Perl/site/lib/Compress/Zlib.pm line 84, <STD
IN> line 1.
Subroutine isaFilehandle redefined at C:/Perl/site/lib/Compress/Zlib.pm line 99,
<STDIN> line 1.
Subroutine isaFilename redefined at C:/Perl/site/lib/Compress/Zlib.pm line 108,
<STDIN> line 1.
Subroutine gzopen redefined at C:/Perl/site/lib/Compress/Zlib.pm line 115, <STDI
N> line 1.
Subroutine ParseParameters redefined at C:/Perl/site/lib/Compress/Zlib.pm line 1
31, <STDIN> line 1.
Subroutine deflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 193,
<STDIN> line 1.
Subroutine inflateInit redefined at C:/Perl/site/lib/Compress/Zlib.pm line 202,
<STDIN> line 1.
Subroutine compress redefined at C:/Perl/site/lib/Compress/Zlib.pm line 209, <ST
DIN> line 1.
Subroutine uncompress redefined at C:/Perl/site/lib/Compress/Zlib.pm line 237, <
STDIN> line 1.
Subroutine memGzip redefined at C:/Perl/site/lib/Compress/Zlib.pm line 276, <STD
IN> line 1.
Subroutine _removeGzipHeader redefined at C:/Perl/site/lib/Compress/Zlib.pm line
307, <STDIN> line 1.
Subroutine memGunzip redefined at C:/Perl/site/lib/Compress/Zlib.pm line 366, <S
TDIN> line 1.
Subroutine Compress::Zlib::constant redefined at C:/Perl/site/lib/Compress/Zlib.
pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::zlib_version redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzopen_ redefined at C:/Perl/site/lib/Compress/Zlib.p
m line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzdopen_ redefined at C:/Perl/site/lib/Compress/Zlib.
pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzread redefined at C:/Perl/site/lib/Compress
/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzreadline redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzwrite redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzflush redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzclose redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::DESTROY redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::gzFile::gzerror redefined at C:/Perl/site/lib/Compres
s/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::adler32 redefined at C:/Perl/site/lib/Compress/Zlib.p
m line 94, <STDIN> line 1.
Subroutine Compress::Zlib::crc32 redefined at C:/Perl/site/lib/Compress/Zlib.pm
line 94, <STDIN> line 1.
Subroutine Compress::Zlib::_deflateInit redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::_inflateInit redefined at C:/Perl/site/lib/Compress/Z
lib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::deflate redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::DESTROY redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::flush redefined at C:/Perl/site/lib/Co
mpress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::dict_adler redefined at C:/Perl/site/l
ib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::deflateStream::msg redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::__unc_inflate redefined at C:/Perl/sit
e/lib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::inflate redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::DESTROY redefined at C:/Perl/site/lib/
Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::dict_adler redefined at C:/Perl/site/l
ib/Compress/Zlib.pm line 94, <STDIN> line 1.
Subroutine Compress::Zlib::inflateStream::msg redefined at C:/Perl/site/lib/Comp
ress/Zlib.pm line 94, <STDIN> line 1.
- Compress::Zlib ...loaded. (1.16 >= 1.14)
- Archive::Zip ...loaded. (1.05 >= 1)
- Module::ScanDeps ...failed! (needs 0.32)
- PAR::Dist ...failed! (needs 0.05)
==> Do you wish to install the 2 mandatory module(s)? [y] y
*** Dependencies will be installed the next time you type 'nmake'.
*** ExtUtils::AutoInstall configuration finished.
Warning: prerequisite Module::ScanDeps 0.32 not found. We have 0.17.
Warning: prerequisite PAR::Dist 0.05 not found.
'--CONFIG' is not a known MakeMaker parameter name.
'--INSTALLDEPS' is not a known MakeMaker parameter name.
Couldn't change to directory D:\.cpan\build\tmp\myldr: No such file or directory
at inc/Module/Install/Makefile.pm - /usr/local/lib/perl5/site_perl/5.8.1/Module
/Install/Makefile.pm line 83
Writing Makefile for PAR
.\par.exe -I../myldr/.. -I../blib/lib -I"D:/PAR-0.76/inc" -I"C:/Perl/lib
" -I"C:/Perl/site/lib" -I"." -B -O..\script\parldyn.exe
Can't locate PAR/Dist.pm in @INC (@INC contains: . C:/Perl/site/lib C:/Perl/lib
D:/PAR-0.76/inc ../blib/lib ../myldr/.. C:/Perl/lib C:/Perl/site/lib . C:\Perl\l
ib C:\Perl\lib C:\Perl\site\lib C:\Perl\site\lib ) at -e line 577, <_FH> chunk
1.
NMAKE : fatal error U1077: '.\par.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.


D:\PAR-0.76>


-- Glenn -- http://nevcal.com/ =========================== Like almost everyone, I receive a lot of spam every day, much of it offering to help me get out of debt or get rich quick. It's ridiculous. -- Bill Gates



Reply via email to