logo       

Re: par 0.81 failure: msg#00073

Subject: Re: par 0.81 failure
I will retry with
http://aut.dyndns.org/dist/PAR-0.81.tar.gz
----- Original Message ----- 
From: "the.noonings" <the.noonings@xxxxxxxxxxx>
To: "Autrijus Tang" <autrijus@xxxxxxxxxxxx>
Cc: <par@xxxxxxxx>
Sent: Saturday, May 22, 2004 3:29 PM
Subject: par 0.81 failure


> I just downloaded
> http://p4.elixus.org/snap/PAR.tar.gz
> and I am running tests on it on Windows XP.
>
> my "perl Makefile.PL gave me the errors below.  As can be seen, I did an
> nmake, nmake test, nmake install anyway.  The failures (notably no
parl.exe)
> are shown.
>
> I tried to separately run automated_pp_test.pl  bu I started getting test
> failures.  Before I bother reporting on  the separate automated_pp_test.pl
> test failures, please take a look at my installation errors and see if my
> not having a compiler (and hence "No compiler found, won't generate
> 'script/parl.exe'!" ) prevents me from installation for real.
>
> C:\webdownload\par\snapshot_version\PAR>nmake clean
>
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e rm_rf ./blib
> Makefile.aperl blib\arch\auto\PAR/extralibs.all b
> lib\arch\auto\PAR/extralibs.ld perlmain.c tmon.out mon.out so_locations
> pm_to_blib *.obj *.lib perl.exe perl perl.exe  P
> AR.bso PAR.def libPAR.def PAR.exp PAR.x core core.*perl.*.? *perl.core
> core.[0-9] core.[0-9][0-9] core.[0-9][0-9][0-9] c
> ore.[0-9][0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9][0-9]
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e mv Makefile
> Makefile.old > NUL
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e rm_f *.pdb
>
> C:\webdownload\par\snapshot_version\PAR>perl Makefile.PL
> *** ExtUtils::AutoInstall version 0.59
> *** Checking for dependencies...
> [Core Features]
> - File::Temp       ...loaded. (0.14 >= 0.05)
> - Compress::Zlib   ...loaded. (1.22 >= 1.16)
> - Archive::Zip     ...loaded. (1.06 >= 1)
> - Module::ScanDeps ...loaded. (0.42 >= 0.42)
> - PAR::Dist        ...loaded. (0.06 >= 0.06)
> [Windows --icon and --info support]
> - Parse::Binary    ...loaded. (0.06 >= 0.04)
> - Win32::Exe       ...loaded. (0.08 >= 0.04)
> *** ExtUtils::AutoInstall configuration finished.
> Fetching 'PAR-0.81-MSWin32-x86-multi-thread-5.8.3.par' from
www.cpan.org...
> Fetching failed:
> No compiler found, won't generate 'script/parl.exe'!
> Checking if your kit is complete...
> Warning: the following files are missing in your kit:
>         META.yml
>         SIGNATURE
> Please inform the author.
> Writing Makefile for PAR
>
> C:\webdownload\par\snapshot_version\PAR>nmake
>
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
> cp lib/App/Packer/Temp.pm blib\lib\App\Packer\Temp.pm
> cp lib/PAR/Filter/PodStrip.pm blib\lib\PAR\Filter\PodStrip.pm
> cp lib/PAR/Filter/Obfuscate.pm blib\lib\PAR\Filter\Obfuscate.pm
> cp lib/PAR/Filter.pm blib\lib\PAR\Filter.pm
> cp lib/PAR.pm blib\lib\PAR.pm
> cp lib/PAR/Filter/PatchContent.pm blib\lib\PAR\Filter\PatchContent.pm
> cp lib/PAR/Filter/Bytecode.pm blib\lib\PAR\Filter\Bytecode.pm
> cp lib/PAR/Tutorial.pod blib\lib\PAR\Tutorial.pod
> cp lib/PAR/FAQ.pod blib\lib\PAR\FAQ.pod
> cp lib/PAR/Heavy.pm blib\lib\PAR\Heavy.pm
> cp lib/App/Packer/Backend/PAR.pm blib\lib\App\Packer\Backend\PAR.pm
> cp lib/PAR/Filter/Bleach.pm blib\lib\PAR\Filter\Bleach.pm
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp
> blib\script\tkpp
>         pl2bat.bat blib\script\tkpp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp
> blib\script\pp
>         pl2bat.bat blib\script\pp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl
> blib\script\par.pl
>         pl2bat.bat blib\script\par.pl
>
> C:\webdownload\par\snapshot_version\PAR>nmake test
>
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp
> blib\script\tkpp
>         pl2bat.bat blib\script\tkpp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp
> blib\script\pp
>         pl2bat.bat blib\script\pp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl
> blib\script\par.pl
>         pl2bat.bat blib\script\par.pl
>         C:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0,
> 'inc', 'blib\lib', 'blib\arch')" t/0-signat
> ure.t t/1-basic.t t/2-pp.t
> t/0-signature....ok
>         1/1 skipped: No signature file found
> t/1-basic........ok
> t/2-pp...........ok
>         1/1 skipped: 'parl' not found
> All tests successful, 2 subtests skipped.
> Files=3, Tests=10,  3 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
>
> C:\webdownload\par\snapshot_version\PAR>nmake install
>
> Microsoft (R) Program Maintenance Utility   Version 1.50
> Copyright (c) Microsoft Corp 1988-94. All rights reserved.
>
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp
> blib\script\tkpp
>         pl2bat.bat blib\script\tkpp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp
> blib\script\pp
>         pl2bat.bat blib\script\pp
>         C:\perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl
> blib\script\par.pl
>         pl2bat.bat blib\script\par.pl
> Appending installation info to C:\Perl\lib/perllocal.pod
>
> C:\webdownload\par\snapshot_version\PAR>
>




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
boot-loaders.gr...    php.pear.genera...    debugging.valgr...    kde.redhat.user...    text.xml.xsl.ge...    culture.languag...    hardware.microc...    java.servicemix...    redhat.release....    web.zope.plone....    user-groups.lin...    opendarwin.webk...    video.mjpeg.use...    sysutils.bcfg2....    encryption.gpg....    lx-office.devel...    xfree86.forum/2...    mail.mutt.devel...    acpi.devel/2003...    qnx.openqnx.dev...    network.irc.irs...    freebsd.devel.m...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe