Re: [Module::Build] win32 install problem
Status: Beta
Brought to you by:
kwilliams
|
From: Ron S. <ro...@sa...> - 2006-05-18 23:08:02
|
On Thu, 18 May 2006 19:12:24 +0200, Ben Lavender wrote:
Hi Ben
> After banging my head at this all day, I'm stuck on it. ppm won't
> upgrade Archive::Tar, and I can't make it install itself by any
> means (nmake strikes again!). It seems I'm either stuck upgrading
I don't know what you tried. Here's what I just did, using ppm V 2.1.6 &=
Perl V
5.8.7 from Randy Kobes at uwinnipeg:
o Manually delete Archive::Tar
o C:\Backup>ppm install --location=3Dhttp://theoryx5.uwinnipeg.ca/ppms
Archive::Tar
Can't locate Archive/Tar.pm in @INC (@INC contains: C:/Perl/lib=
C:/Perl/site/lib
.) at C:/Perl/site/
lib/PPM.pm line 28.
BEGIN failed--compilation aborted at C:/Perl/site/lib/PPM.pm line 28.
Compilation failed in require at C:\Perl\bin/ppm.bat line 21.
BEGIN failed--compilation aborted at C:\Perl\bin/ppm.bat line 21.
o Install local copy of V 1.29 'manually' (via a program actually)
o C:\Backup>ppm install --location=3Dhttp://theoryx5.uwinnipeg.ca/ppms
Archive::Tar
Version 0.072 of 'Archive-Tar' is already installed.
Remove it, or use 'verify --upgrade Archive-Tar'.
(This is because it's mentioned in C:\Perl\site\lib\ppm.xml)
C:\Backup>ppm verify --upgrade --location=3Dhttp://theoryx5.uwinnipeg.ca/ppms=
Archive::Tar
Duplicate POD found (shadowing?): Win32 (C:\Perl\lib/Win32.pod)
Already seen in C:\Perl\lib/Win32.pm
[Chop many more of same. How to I suppress this 'duplicate' stuff :-(?]
Bytes transferred: 37769
Installing C:\Perl\html\site\lib\Archive\Tar.html
Installing C:\Perl\html\site\lib\Archive\Tar\File.html
Installing C:\Perl\site\lib\Archive\Tar.pm
Installing C:\Perl\site\lib\Archive\Tar\Constant.pm
Installing C:\Perl\site\lib\Archive\Tar\File.pm
Installing C:\Perl\bin\ptardiff.bat
Installing C:\Perl\bin\ptar.bat
Installing C:\Perl\bin\ptardiff
Installing C:\Perl\bin\ptar
Writing C:\Perl\site\lib\auto\Archive\Tar\.packlist
Duplicate POD found (shadowing?): Win32 (C:\Perl\lib/Win32.pod)
Already seen in C:\Perl\lib/Win32.pm
[Chop may more of same]
Package 'Archive-Tar' is up to date.
--
Cheers
Ron Savage, ro...@sa... on 19/05/2006
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
|