Repairing/Repeating Terminated Processes

hello
when do you go for repairing or repeating a load..
pls do furnish with some example.
points for sure
thanks
GVS

Hi Venkat subramaniyam,
When you are using Delta type of update method and also when it fails ,We use the Repeat Delta option to make sure
it get only Delta records
When you are using Full update and when it got failed,you use
Repair Full Request .
We can change full update request into Repair full request by
runing rssm_SET_REPAIR_FULLREQUEST
we use this because there may be scenario where we cannot use delta and Full update in same ODS
Please go through the links
[Full repair request|I have a little confusion regarding Full Repair request scenario.;
[Difference between Reconstruction and Repet|Difference between reconstruction and repeat delta;
[Repeat Delta|repeat delta ...;
Hope i have answered your question

Similar Messages

  • Repairing/Repeating Terminated Processes - Process Chains

    Hi,
    Can any one please explain me with a simple example about repeat and repair in case of process chain.
    I’ve referred http://help.sap.com/saphelp_nw04s/helpdata/en/f3/0d4a975f450443be900e89a47ad48e/content.htm but yet I am not very clear about the two.
    Which option do we use under what circumstances?
    Thank you,
    sam

    Hi Sam,
    Normally with Repeat option next processes automatically trigger. But after manual update u should do them manually.
    Check this Function module.
    Look into this FM - RSPC_PROCESS_FINISH and execute with G(complete) this will start the next process automatically without doing anything manually.
    or
    Go to the plan view of that chain, in trasaction field enter '=copy', it asks for the name and description, then u remove the processes which r already ran, connect a start process to which r yet to run ( means to the first process in that). select the immediate option in maintain variant for start process then trigger it.
    Hope the following links will give u a clear idea about process chains and clear ur doubts.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/using%20process%20chains%20in%20sap%20business%20information%20warehouse
    Business Intelligence Old Forum (Read Only Archive)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Siggi's weblogs for data load error and how to restart process chain
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Hope this helps.
    Regrads,
    Ravikanth

  • Process Chain-Repair & Repeat

    Dear Experts,
    Could plz elaborate difference between Process Chain-Repair & Repeat. After the PC error(red status), when we go for Repair & when we go for Repeat.
    Thanks in advance.
    Regards,
    RR

    Hi Raghu ,
    Depending on the process type, there are two possibilities:
    ·        You can repair a process. In this case the terminated instance is executed again.
    This enables you to restart processes that cannot be repeated with a new instance because the data to be edited is attached to the instance, as for example with a data transfer process. A data transfer process, for example, cannot be repeated with a new request number because the data itself is attached to the request.
    ·        You can repeat a process. In this case a new instance is created.
    Hope this helps you..pls go through this link : http://help.sap.com/saphelp_nw04s/helpdata/en/f3/0d4a975f450443be900e89a47ad48e/frameset.htm
    Thanks Regards
    Santosh Deepak

  • When I charge my ipod, the apple symbol comes up as if it was turning on, then it goes black and repeats the process. Sometimes it gets to where I have to put in my 4 digit code to unlock it then goes black, any suggestions on why it does this?

    When I charge my ipod, the apple symbol comes up as if it was turning on, then it goes black and repeats the process. Sometimes it gets to where I have to put in my 4 digit code to unlock it then goes black, any suggestions on why it does this?

    Does it work OK otherwise?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Try another cable and USB port and/or charging source
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • How repeat a process step in a process chain automatically after error?

    Hello guys.
    Have some method to repeat automatically a process in a process chain after a error occur ?
    Now, we need to make a manual procedure for repeat the process... We need make it more "fast", one "auto repeat" when failing.

    Hi Leo,
    Auto repeat of a process chain is always not ad visible as in most of the cases we can see the job got finished in SM37 and even spool got generated but unfortunately it will fail if any of the data package is wrong.In these cases we can skip the process chain and make it continue.
    I have written a blog on the same.please go through it.i feel for those scenarios it is good.
    How to override a process block in the process chain and make it force complete ?
    My personal advice is to go and check the job log before repeating any process as the job may fail for n no of cases.it is a complex challenge of adding all those errors tracked.
    Regards,
    Kannan

  • How to handle messages correlated to a terminated process

    In WLI 8.5, I have a process sending messages to a request queue (thanks to a WLI JMS control), and receiving message in a response queue (thanks to the same WLI JMS control).
    The external process performing the work, reads messages from the request queue and publishes correlated responses. Those correlated responses can trigger the right process. This part works fine.
    But if the response doesn’t arrive in due time, there is a timeout path, the process continues and terminates gracefully.
    If a correlated message arrives on a terminated process, I have ConversationNotFoundException in the console. I’d like to handle them in order to send a too late message to the sender.
    How should I proceed?
    I cannot catch the ConversationNotFoundException(s) in the terminated process.
    How can I catch them ?
    If I put an error queue to my response queue, I won’t be able to discriminate between ConversationNotFoundException and other delivery errors. What is the best practise to handle this case?

    We had a similar issue encountered and there were a few observations by BEA support on this exception that are generic I think, so this may help you:
    (Are you using a JMS Control as the explanation involves them and more importantly, a cluster!)
    There are some architectural implications of using a jms control in a cluster, where the message flow is bidirectional.
    The ConversationNotFoundException would in this case be a consequence of the fact that our automatic jms control machinery has lost track of the exact jpd instance that it is receiving a mesage from. This automatic machinery is that the jms correlation-id = the conversation-id= the jpd instanceid
    see http://e-docs.bea.com/workshop/docs81/doc/en/workshop/javadoc-tag/jc/jms.html, but in a cluster environment, it could be mix up and not work like that.
    So regarding your question if you can program a specific message to send when this error occurs, it looks difficult as it seems your JPD is now out of the picture and hence no logic would handle this scenario.
    Nevertheless, I will watch this space for other suggestions as a workaround.

  • TS1398 I can't access to the web pages thro' Wi-Fi, after switching on the wi-fi.But if I switch off the iphone andswitch on the phone then I can get the web pages.Daily I have to repeat this process to access the web pages.help to solve the problem.

    I can't access the web pages thro' wi-fi,But if I switch off the phone and thenswitch on the phone again I am able to access the web pages.Daily I have to repeat this process.help to solve this problem.

    Does using 192.168.1.1 get you to the web page?
    Firmware Update Process
    To safely update FW, I recommend doing the following: Download the FW file from the support site first.
    Disable the auto update feature on the router.
    1. Save router config to file first using IE or FF with all security add-ons disabled.
    2. Factory reset the router with all other devices disconnected or turned OFF accept for 1 wired PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=9d2ff02077f645679972a...
    3. Reload or Update the FW using IE or FF. Just download the FW file to your local wired LAN PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=0a6881b90224439b92c8d...
    4. Factory reset the router and then set up from scratch first using the local log in link and test with out loading the saved config from file. Check to see if any problems are fixed before loading the saved config from file. Sometimes you need to set up from scratch with out loading the saved config file. Just safer that way.
    PC Web Browser Configurations
    What browser are you using?
    If IE 8, 9, 10 or 11, set compatibility mode and test again.
    Disable any security browser Add-ons like No Script and Ad-Block or configure them to allow All Pages when connected to the router.
    Clear all browser caches.
    Be sure to log into the local log-in account on the router first.

  • Iphone 4s freezing at start up then shuts off and keeps restarting then repeating that process over and over. I have tried to reset the phone two different ways and still this problem occurs after I update it or turn off the phone.

    yes the title says most of what is going on.
    I recently reset my phone, losing all contacts and pictures. It was working fine, then after I updated it, it will not turn on completely.
    It starts up with the apple logo
    -goes to the ios 6 (please slide to open) screen
    -then shuts off
    -and repeats the process unless I shut the phone off manually
    I have tried to hold the lock and the home button down to manually reset the phone
    I have also tried reseting the phone completely previously, and I still have this problem.
    Any ideas?
    Thank you!!

    I really don't have an answer for that one. I guess that while trying to get things working correctly, I would use the most basic monitor I had which in your case would be the Eizon using the Thunderbolt port and adaptor.
    When you boot into Safe Mode the startup is quite slow, but you should get the Apple logo and then the spinning gear below it (release the SHIFT key when it appears.) Then after a little more time you should see a gray progress bar appear below the spinning gear. When that disappears the computer will startup to a login screen.

  • Terminating Process in Terminal

    I am trying to start a process using terminal but I get the follong error:
    Speirs-Computer:~ dspeirs$ sudo perl -MCPAN -e shell
    Password:
    Terminal does not support AddHistory.
    CPAN.pm panic: Lockfile /Users/dspeirs/.cpan/.lock
    reports other host daniel-speirs-computer-7.local and other process 6445.
    Cannot proceed.
    Speirs-Computer:~ dspeirs$
    The problem is that the compauter thinks there is another process going on. How do I stop it? "host daniel-speirs-computer-7" was the name of the computer last night but I renamed it and I think that is part of the problem.
    I read online that someone suggested "Make sure you don't have any CPAN processes running and delete / root/.cpan/.lock." but I don't know here those files are located. HELP!
    - D

    one more question, it seems as though I have to reinstall CPAN again. It also doesn't look like it is going to let me. Any idea what to do?
    Last login: Fri Apr 28 18:15:11 on console
    Welcome to Darwin!
    Speirs-Computer:~ dspeirs$ sudo perl -MCPAN -e shell;
    Password:
    Terminal does not support AddHistory.
    There seems to be running another CPAN process (pid 1228). Contacting...
    Other job not responding. Shall I overwrite the lockfile? (Y/N) [y] y
    cpan shell -- CPAN exploration and modules installation (v1.7601)
    ReadLine support available (try 'install Bundle::CPAN')
    cpan> install Bundle::CPAN
    CPAN: Storable loaded ok
    Going to read /Users/dspeirs/.cpan/Metadata
    Database was generated on Wed, 26 Apr 2006 06:34:46 GMT
    LWP not available
    CPAN: Net::FTP loaded ok
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
    Going to read /Users/dspeirs/.cpan/sources/authors/01mailrc.txt.gz
    CPAN: Compress::Zlib loaded ok
    LWP not available
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
    Going to read /Users/dspeirs/.cpan/sources/modules/02packages.details.txt.gz
    Database was generated on Fri, 28 Apr 2006 19:10:23 GMT
    HTTP::Date not available
    There's a new CPAN.pm version (v1.87) available!
    [Current version is v1.7601]
    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...
    LWP not available
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz
    Going to read /Users/dspeirs/.cpan/sources/modules/03modlist.data.gz
    Going to write /Users/dspeirs/.cpan/Metadata
    Running install for module Digest::SHA
    Running make for M/MS/MSHELOR/Digest-SHA-5.34.tar.gz
    CPAN: Digest::MD5 loaded ok
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-5.34.tar.gz ok
    Scanning cache /Users/dspeirs/.cpan/build for sizes
    Digest-SHA-5.34/
    Digest-SHA-5.34/Changes
    Digest-SHA-5.34/Makefile.PL
    Digest-SHA-5.34/MANIFEST
    Digest-SHA-5.34/META.yml
    Digest-SHA-5.34/ppport.h
    Digest-SHA-5.34/README
    Digest-SHA-5.34/SHA.pm
    Digest-SHA-5.34/SHA.xs
    Digest-SHA-5.34/shasum
    Digest-SHA-5.34/SIGNATURE
    Digest-SHA-5.34/src/
    Digest-SHA-5.34/src/hmac.c
    Digest-SHA-5.34/src/hmac.h
    Digest-SHA-5.34/src/hmacxtra.c
    Digest-SHA-5.34/src/sha.c
    Digest-SHA-5.34/src/sha.h
    Digest-SHA-5.34/src/sha64bit.c
    Digest-SHA-5.34/src/sha64bit.h
    Digest-SHA-5.34/src/shaxtra.c
    Digest-SHA-5.34/t/
    Digest-SHA-5.34/t/0-pod-coverage.t
    Digest-SHA-5.34/t/0-pod.t
    Digest-SHA-5.34/t/1-exist.t
    Digest-SHA-5.34/t/1-hello-world.t
    Digest-SHA-5.34/t/2-nist-sha-1.t
    Digest-SHA-5.34/t/2-nist-sha-224.t
    Digest-SHA-5.34/t/2-nist-sha-256.t
    Digest-SHA-5.34/t/2-nist-sha-384.t
    Digest-SHA-5.34/t/2-nist-sha-512.t
    Digest-SHA-5.34/t/2-nist-sha-base64.t
    Digest-SHA-5.34/t/2-nist-sha-oo.t
    Digest-SHA-5.34/t/2-nist-vectors-bit.t
    Digest-SHA-5.34/t/2-nist-vectors-byte.t
    Digest-SHA-5.34/t/3-gillogly-easy.t
    Digest-SHA-5.34/t/3-gillogly-hard.t
    Digest-SHA-5.34/t/4-bitstr-increasing.t
    Digest-SHA-5.34/t/4-bitstr-large.t
    Digest-SHA-5.34/t/4-bitstr-random.t
    Digest-SHA-5.34/t/5-hmac-fips198.t
    Digest-SHA-5.34/t/5-hmac-rfc2202.t
    Digest-SHA-5.34/t/5-hmac-sha-256.t
    Digest-SHA-5.34/t/5-hmac-woodbury.t
    Digest-SHA-5.34/t/6-dump-load.t
    Digest-SHA-5.34/t/7-ireland.t
    Digest-SHA-5.34/t/gillogly/
    Digest-SHA-5.34/t/gillogly/state.011
    Digest-SHA-5.34/t/gillogly/state.110
    Digest-SHA-5.34/t/nist/
    Digest-SHA-5.34/t/nist/bit-hashes.sha1
    Digest-SHA-5.34/t/nist/bit-messages.sha1
    Digest-SHA-5.34/t/nist/byte-hashes.sha1
    Digest-SHA-5.34/t/nist/byte-messages.sha1
    Digest-SHA-5.34/t/nist/COPYRIGHT
    Digest-SHA-5.34/t/nist/Readme.txt
    Digest-SHA-5.34/t/state/
    Digest-SHA-5.34/t/state/state.1
    Digest-SHA-5.34/t/state/state.256
    Digest-SHA-5.34/t/state/state.384
    Digest-SHA-5.34/t/state/state.512
    Digest-SHA-5.34/typemap
    Removing previously used /Users/dspeirs/.cpan/build/Digest-SHA-5.34
    CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-5.34.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Digest::SHA
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Module::Signature
    Running make for A/AU/AUTRIJUS/Module-Signature-0.53.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/A/AU/AUTRIJUS/Module-Signature-0.53.tar .gz ok
    Module-Signature-0.53
    Module-Signature-0.53/inc
    Module-Signature-0.53/lib
    Module-Signature-0.53/AUDREY2006.pub
    Module-Signature-0.53/PAUSE2003.pub
    Module-Signature-0.53/Changes
    Module-Signature-0.53/t
    Module-Signature-0.53/MANIFEST
    Module-Signature-0.53/META.yml
    Module-Signature-0.53/script
    Module-Signature-0.53/AUTHORS
    Module-Signature-0.53/SIGNATURE
    Module-Signature-0.53/README
    Module-Signature-0.53/Makefile.PL
    Module-Signature-0.53/script/cpansign
    Module-Signature-0.53/t/1-basic.t
    Module-Signature-0.53/t/0-signature.t
    Module-Signature-0.53/lib/Module
    Module-Signature-0.53/lib/Module/Signature.pm
    Module-Signature-0.53/inc/Test
    Module-Signature-0.53/inc/Module
    Module-Signature-0.53/inc/Module/Install.pm
    Module-Signature-0.53/inc/Module/Install
    Module-Signature-0.53/inc/Module/AutoInstall.pm
    Module-Signature-0.53/inc/Module/Install/AutoInstall.pm
    Module-Signature-0.53/inc/Module/Install/Fetch.pm
    Module-Signature-0.53/inc/Module/Install/Makefile.pm
    Module-Signature-0.53/inc/Module/Install/Include.pm
    Module-Signature-0.53/inc/Module/Install/Scripts.pm
    Module-Signature-0.53/inc/Module/Install/Base.pm
    Module-Signature-0.53/inc/Module/Install/Metadata.pm
    Module-Signature-0.53/inc/Module/Install/Can.pm
    Module-Signature-0.53/inc/Module/Install/WriteAll.pm
    Module-Signature-0.53/inc/Module/Install/Win32.pm
    Module-Signature-0.53/inc/Test/Builder.pm
    Module-Signature-0.53/inc/Test/Builder
    Module-Signature-0.53/inc/Test/More.pm
    Module-Signature-0.53/inc/Test/Builder/Module.pm
    Removing previously used /Users/dspeirs/.cpan/build/Module-Signature-0.53
    CPAN.pm: Going to build A/AU/AUTRIJUS/Module-Signature-0.53.tar.gz
    * Looking for GnuPG (GNU Privacy Guard, a cryptographic signature tool)...
    GnugPG not found anywhere in your PATH, eek.
    * Looking for Crypt::OpenPGP (Pure-Perl OpenPGP implementation)...
    What do you want me to do?
    1) Let you install GnuPG manually while I'm waiting for your answer;
    it is available at http://www.gnupg.org/download/.
    2) Forget this cryptographic signature stuff for now.
    Your choice: [3] 2
    * Module::AutoInstall version 1.01
    * Checking for dependencies...
    [Core Features]
    - Test::More ...loaded. (0.62)
    [Sign and verify PAR (Perl Archive) files]
    - PAR::Dist ...missing.
    ==> Auto-install the 1 optional module(s) from CPAN? [y]
    [Support for SHA-256]
    - Digest::SHA::PurePerl ...missing.
    ==> Auto-install the 1 optional module(s) from CPAN? [y]
    * Since we're running under CPAN, I'll just let it take care
    of the dependency's installation later.
    * Module::AutoInstall configuration finished.
    Checking if your kit is complete...
    Looks good
    Warning: prerequisite Digest::SHA::PurePerl 0 not found.
    Warning: prerequisite PAR::Dist 0 not found.
    Writing Makefile for Module::Signature
    Now, please enter 'make test' to test, and 'make install' to install.
    ---- Unsatisfied dependencies detected during [A/AU/AUTRIJUS/Module-Signature-0.53.tar.gz] -----
    PAR::Dist
    Digest::SHA::PurePerl
    Shall I follow them and prepend them to the queue
    of modules we are processing right now? [yes]
    Running make test
    Delayed until after prerequisites
    Running make install
    Delayed until after prerequisites
    Running install for module File::Temp
    Running make for T/TJ/TJENNESS/File-Temp-0.16.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/T/TJ/TJENNESS/File-Temp-0.16.tar.gz ok
    File-Temp-0.16/
    File-Temp-0.16/misc/
    File-Temp-0.16/misc/benchmark.pl
    File-Temp-0.16/misc/results.txt
    File-Temp-0.16/META.yml
    File-Temp-0.16/t/
    File-Temp-0.16/t/posix.t
    File-Temp-0.16/t/tempfile.t
    File-Temp-0.16/t/mktemp.t
    File-Temp-0.16/t/security.t
    File-Temp-0.16/t/object.t
    File-Temp-0.16/MANIFEST
    File-Temp-0.16/ChangeLog
    File-Temp-0.16/Temp.pm
    File-Temp-0.16/Makefile.PL
    File-Temp-0.16/README
    Removing previously used /Users/dspeirs/.cpan/build/File-Temp-0.16
    CPAN.pm: Going to build T/TJ/TJENNESS/File-Temp-0.16.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for File::Temp
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module File::HomeDir
    Running make for A/AD/ADAMK/File-HomeDir-0.56.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/A/AD/ADAMK/File-HomeDir-0.56.tar.gz ok
    File-HomeDir-0.56/
    File-HomeDir-0.56/inc/
    File-HomeDir-0.56/inc/Module/
    File-HomeDir-0.56/inc/Module/Install.pm
    File-HomeDir-0.56/inc/Module/Install/
    File-HomeDir-0.56/inc/Module/Install/AutoInstall.pm
    File-HomeDir-0.56/inc/Module/Install/Fetch.pm
    File-HomeDir-0.56/inc/Module/Install/Makefile.pm
    File-HomeDir-0.56/inc/Module/Install/Include.pm
    File-HomeDir-0.56/inc/Module/Install/Base.pm
    File-HomeDir-0.56/inc/Module/Install/Metadata.pm
    File-HomeDir-0.56/inc/Module/Install/Can.pm
    File-HomeDir-0.56/inc/Module/Install/WriteAll.pm
    File-HomeDir-0.56/inc/Module/Install/Win32.pm
    File-HomeDir-0.56/inc/Module/AutoInstall.pm
    File-HomeDir-0.56/lib/
    File-HomeDir-0.56/lib/File/
    File-HomeDir-0.56/lib/File/HomeDir/
    File-HomeDir-0.56/lib/File/HomeDir/MacOS9.pm
    File-HomeDir-0.56/lib/File/HomeDir/Windows.pm
    File-HomeDir-0.56/lib/File/HomeDir/Unix.pm
    File-HomeDir-0.56/lib/File/HomeDir/Darwin.pm
    File-HomeDir-0.56/lib/File/HomeDir.pm
    File-HomeDir-0.56/Changes
    File-HomeDir-0.56/MANIFEST
    File-HomeDir-0.56/t/
    File-HomeDir-0.56/t/99_pod.t
    File-HomeDir-0.56/t/02_main.t
    File-HomeDir-0.56/t/01_compile.t
    File-HomeDir-0.56/META.yml
    File-HomeDir-0.56/README
    File-HomeDir-0.56/Makefile.PL
    File-HomeDir-0.56/LICENSE
    Removing previously used /Users/dspeirs/.cpan/build/File-HomeDir-0.56
    CPAN.pm: Going to build A/AD/ADAMK/File-HomeDir-0.56.tar.gz
    * Module::AutoInstall version 1.02
    * Checking for Perl dependencies...
    [Core Features]
    - Test::More ...loaded. (0.47 >= 0.47)
    - File::Spec ...loaded. (3.01 >= 0.80)
    * Module::AutoInstall configuration finished.
    Checking if your kit is complete...
    Looks good
    Writing Makefile for File::HomeDir
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module File::Spec
    Running make for K/KW/KWILLIAMS/PathTools-3.18.tar.gz
    LWP not available
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/authors/id/K/KW/KWILLIAMS/PathTools-3.18.tar.gz
    LWP not available
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/authors/id/K/KW/KWILLIAMS/CHECKSUMS
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/K/KW/KWILLIAMS/PathTools-3.18.tar.gz ok
    PathTools-3.18/
    PathTools-3.18/Build.PL
    PathTools-3.18/Changes
    PathTools-3.18/Cwd.pm
    PathTools-3.18/Cwd.xs
    PathTools-3.18/INSTALL
    PathTools-3.18/lib/
    PathTools-3.18/lib/File/
    PathTools-3.18/lib/File/Spec/
    PathTools-3.18/lib/File/Spec/Cygwin.pm
    PathTools-3.18/lib/File/Spec/Epoc.pm
    PathTools-3.18/lib/File/Spec/Functions.pm
    PathTools-3.18/lib/File/Spec/Mac.pm
    PathTools-3.18/lib/File/Spec/OS2.pm
    PathTools-3.18/lib/File/Spec/Unix.pm
    PathTools-3.18/lib/File/Spec/VMS.pm
    PathTools-3.18/lib/File/Spec/Win32.pm
    PathTools-3.18/lib/File/Spec.pm
    PathTools-3.18/Makefile.PL
    PathTools-3.18/MANIFEST
    PathTools-3.18/META.yml
    PathTools-3.18/ppport.h
    PathTools-3.18/SIGNATURE
    PathTools-3.18/t/
    PathTools-3.18/t/crossplatform.t
    PathTools-3.18/t/cwd.t
    PathTools-3.18/t/Functions.t
    PathTools-3.18/t/lib/
    PathTools-3.18/t/lib/Test/
    PathTools-3.18/t/lib/Test/Builder.pm
    PathTools-3.18/t/lib/Test/More.pm
    PathTools-3.18/t/lib/Test/Simple.pm
    PathTools-3.18/t/lib/Test/Tutorial.pod
    PathTools-3.18/t/rel2abs2rel.t
    PathTools-3.18/t/Spec.t
    PathTools-3.18/t/taint.t
    PathTools-3.18/t/tmpdir.t
    PathTools-3.18/t/win32.t
    CPAN.pm: Going to build K/KW/KWILLIAMS/PathTools-3.18.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Cwd
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Compress::Zlib
    Running make for P/PM/PMQS/Compress-Zlib-1.41.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/P/PM/PMQS/Compress-Zlib-1.41.tar.gz ok
    Compress-Zlib-1.41/
    Compress-Zlib-1.41/zlib-src/
    Compress-Zlib-1.41/zlib-src/compress.c
    Compress-Zlib-1.41/zlib-src/inffixed.h
    Compress-Zlib-1.41/zlib-src/zlib.h
    Compress-Zlib-1.41/zlib-src/zutil.h
    Compress-Zlib-1.41/zlib-src/inftrees.h
    Compress-Zlib-1.41/zlib-src/gzio.c
    Compress-Zlib-1.41/zlib-src/zconf.h
    Compress-Zlib-1.41/zlib-src/crc32.h
    Compress-Zlib-1.41/zlib-src/uncompr.c
    Compress-Zlib-1.41/zlib-src/zutil.c
    Compress-Zlib-1.41/zlib-src/deflate.c
    Compress-Zlib-1.41/zlib-src/inftrees.c
    Compress-Zlib-1.41/zlib-src/crc32.c
    Compress-Zlib-1.41/zlib-src/deflate.h
    Compress-Zlib-1.41/zlib-src/inffast.h
    Compress-Zlib-1.41/zlib-src/adler32.c
    Compress-Zlib-1.41/zlib-src/trees.c
    Compress-Zlib-1.41/zlib-src/infback.c
    Compress-Zlib-1.41/zlib-src/trees.h
    Compress-Zlib-1.41/zlib-src/inflate.h
    Compress-Zlib-1.41/zlib-src/inffast.c
    Compress-Zlib-1.41/zlib-src/inflate.c
    Compress-Zlib-1.41/examples/
    Compress-Zlib-1.41/examples/gzgrep
    Compress-Zlib-1.41/examples/filtdef
    Compress-Zlib-1.41/examples/filtinf
    Compress-Zlib-1.41/examples/gzstream
    Compress-Zlib-1.41/examples/gzcat
    Compress-Zlib-1.41/Zlib.xs
    Compress-Zlib-1.41/Changes
    Compress-Zlib-1.41/fallback.h
    Compress-Zlib-1.41/MANIFEST
    Compress-Zlib-1.41/typemap
    Compress-Zlib-1.41/t/
    Compress-Zlib-1.41/t/05gzsetp.t
    Compress-Zlib-1.41/t/03examples.t
    Compress-Zlib-1.41/t/06gzdopen.t
    Compress-Zlib-1.41/t/01version.t
    Compress-Zlib-1.41/t/02zlib.t
    Compress-Zlib-1.41/t/04encoding.t
    Compress-Zlib-1.41/META.yml
    Compress-Zlib-1.41/fallback.xs
    Compress-Zlib-1.41/ANNOUNCE
    Compress-Zlib-1.41/Zlib.pm
    Compress-Zlib-1.41/hints/
    Compress-Zlib-1.41/hints/mpeix.pl
    Compress-Zlib-1.41/config.in
    Compress-Zlib-1.41/Makefile.PL
    Compress-Zlib-1.41/README
    Removing previously used /Users/dspeirs/.cpan/build/Compress-Zlib-1.41
    CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-1.41.tar.gz
    Parsing config.in...
    Building Zlib enabled
    Looks Good.
    Up/Downgrade complete.
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Compress::Zlib
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Archive::Tar
    Running make for K/KA/KANE/Archive-Tar-1.29.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/K/KA/KANE/Archive-Tar-1.29.tar.gz ok
    Archive-Tar-1.29/
    Archive-Tar-1.29/bin/
    Archive-Tar-1.29/bin/ptar
    Archive-Tar-1.29/bin/ptardiff
    Archive-Tar-1.29/CHANGES
    Archive-Tar-1.29/lib/
    Archive-Tar-1.29/lib/Archive/
    Archive-Tar-1.29/lib/Archive/Tar/
    Archive-Tar-1.29/lib/Archive/Tar/Constant.pm
    Archive-Tar-1.29/lib/Archive/Tar/File.pm
    Archive-Tar-1.29/lib/Archive/Tar.pm
    Archive-Tar-1.29/Makefile.PL
    Archive-Tar-1.29/MANIFEST
    Archive-Tar-1.29/META.yml
    Archive-Tar-1.29/README
    Archive-Tar-1.29/t/
    Archive-Tar-1.29/t/00_setup.t
    Archive-Tar-1.29/t/01_use.t
    Archive-Tar-1.29/t/02_methods.t
    Archive-Tar-1.29/t/03_file.t
    Archive-Tar-1.29/t/04resolvedissues.t
    Archive-Tar-1.29/t/99_clean.t
    Archive-Tar-1.29/t/99_pod.t
    Removing previously used /Users/dspeirs/.cpan/build/Archive-Tar-1.29
    CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.29.tar.gz
    Archive::Tar comes with a utility called 'ptardiff' which lets you run diffs against tar archives.
    However, this utility requires you to have Text::Diff installed.
    To add Text::Diff as a prerequisite, please supply the '-d' option when invoking this Makefile.PL.
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Archive::Tar
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Archive::Zip
    Running make for S/SM/SMPETERS/Archive-Zip-1.16.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/S/SM/SMPETERS/Archive-Zip-1.16.tar.gz ok
    Archive-Zip-1.16
    Archive-Zip-1.16/t
    Archive-Zip-1.16/t/testex.t
    Archive-Zip-1.16/t/testUpdate.t
    Archive-Zip-1.16/t/00.load.t
    Archive-Zip-1.16/t/testMemberRead.t
    Archive-Zip-1.16/t/pod.t
    Archive-Zip-1.16/t/testTree.t
    Archive-Zip-1.16/t/test.t
    Archive-Zip-1.16/t/common.pl
    Archive-Zip-1.16/Changes
    Archive-Zip-1.16/examples
    Archive-Zip-1.16/examples/mfh.pl
    Archive-Zip-1.16/examples/updateZip.pl
    Archive-Zip-1.16/examples/unzipAll.pl
    Archive-Zip-1.16/examples/extract.pl
    Archive-Zip-1.16/examples/readScalar.pl
    Archive-Zip-1.16/examples/copy.pl
    Archive-Zip-1.16/examples/zip.pl
    Archive-Zip-1.16/examples/zipGrep.pl
    Archive-Zip-1.16/examples/calcSizes.pl
    Archive-Zip-1.16/examples/ziprecent.pl
    Archive-Zip-1.16/examples/zipcheck.pl
    Archive-Zip-1.16/examples/updateTree.pl
    Archive-Zip-1.16/examples/writeScalar.pl
    Archive-Zip-1.16/examples/selfex.pl
    Archive-Zip-1.16/examples/zipinfo.pl
    Archive-Zip-1.16/examples/ziptest.pl
    Archive-Zip-1.16/examples/mailZip.pl
    Archive-Zip-1.16/examples/writeScalar2.pl
    Archive-Zip-1.16/docs
    Archive-Zip-1.16/docs/Archive-Zip.pdf
    Archive-Zip-1.16/docs/appnote.iz
    Archive-Zip-1.16/docs/Appnote.txt
    Archive-Zip-1.16/docs/ideas.txt
    Archive-Zip-1.16/docs/Archive-Zip.ps
    Archive-Zip-1.16/MANIFEST
    Archive-Zip-1.16/TODO
    Archive-Zip-1.16/crc32
    Archive-Zip-1.16/META.yml
    Archive-Zip-1.16/lib
    Archive-Zip-1.16/lib/Archive
    Archive-Zip-1.16/lib/Archive/Zip
    Archive-Zip-1.16/lib/Archive/Zip/BufferedFileHandle.pm
    Archive-Zip-1.16/lib/Archive/Zip/MemberRead.pm
    Archive-Zip-1.16/lib/Archive/Zip/MockFileHandle.pm
    Archive-Zip-1.16/lib/Archive/Zip/Tree.pm
    Archive-Zip-1.16/lib/Archive/Zip/FAQ.pod
    Archive-Zip-1.16/lib/Archive/Zip.pod
    Archive-Zip-1.16/lib/Archive/Zip.pm
    Archive-Zip-1.16/INSTALL
    Archive-Zip-1.16/README
    Archive-Zip-1.16/Makefile.PL
    Removing previously used /Users/dspeirs/.cpan/build/Archive-Zip-1.16
    CPAN.pm: Going to build S/SM/SMPETERS/Archive-Zip-1.16.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Archive::Zip
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Data::Dumper is up to date.
    Running install for module Net::Telnet
    Running make for J/JR/JROGERS/Net-Telnet-3.03.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/J/JR/JROGERS/Net-Telnet-3.03.tar.gz ok
    Net-Telnet-3.03/
    Net-Telnet-3.03/Makefile.PL
    Net-Telnet-3.03/ChangeLog
    Net-Telnet-3.03/lib/
    Net-Telnet-3.03/lib/Net/
    Net-Telnet-3.03/lib/Net/Telnet.pm
    Net-Telnet-3.03/t/
    Net-Telnet-3.03/t/select.t
    Net-Telnet-3.03/README
    Net-Telnet-3.03/MANIFEST
    Removing previously used /Users/dspeirs/.cpan/build/Net-Telnet-3.03
    CPAN.pm: Going to build J/JR/JROGERS/Net-Telnet-3.03.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Net::Telnet
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Net::Cmd is up to date.
    Bundle summary: The following items in bundle Bundle::libnet had
    installation problems:
    Net::Telnet
    Running install for module Term::ReadKey
    Running make for J/JS/JSTOWE/TermReadKey-2.30.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/J/JS/JSTOWE/TermReadKey-2.30.tar.gz ok
    TermReadKey-2.30/
    TermReadKey-2.30/genchars.pl
    TermReadKey-2.30/Makefile.PL
    TermReadKey-2.30/Configure.pm
    TermReadKey-2.30/test.pl
    TermReadKey-2.30/ReadKey.pm
    TermReadKey-2.30/META.yml
    TermReadKey-2.30/ReadKey.xs
    TermReadKey-2.30/ppport.h
    TermReadKey-2.30/MANIFEST
    TermReadKey-2.30/README
    Removing previously used /Users/dspeirs/.cpan/build/TermReadKey-2.30
    CPAN.pm: Going to build J/JS/JSTOWE/TermReadKey-2.30.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Term::ReadKey
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Term::ReadLine::Perl
    Running make for I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.03.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/I/IL/ILYAZ/modules/Term-ReadLine-Perl-1 .03.tar.gz ok
    Term-ReadLine-Perl-1.03/
    Term-ReadLine-Perl-1.03/CHANGES
    Term-ReadLine-Perl-1.03/Makefile.PL
    Term-ReadLine-Perl-1.03/MANIFEST
    Term-ReadLine-Perl-1.03/ReadLine/
    Term-ReadLine-Perl-1.03/ReadLine/Perl.pm
    Term-ReadLine-Perl-1.03/ReadLine/readline.pm
    Term-ReadLine-Perl-1.03/README
    Term-ReadLine-Perl-1.03/test.pl
    Removing previously used /Users/dspeirs/.cpan/build/Term-ReadLine-Perl-1.03
    CPAN.pm: Going to build I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.03.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Term::ReadLine
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module YAML
    Running make for I/IN/INGY/YAML-0.58.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/I/IN/INGY/YAML-0.58.tar.gz ok
    YAML-0.58/
    YAML-0.58/Changes
    YAML-0.58/inc/
    YAML-0.58/inc/Module/
    YAML-0.58/inc/Module/Install/
    YAML-0.58/inc/Module/Install/Base.pm
    YAML-0.58/inc/Module/Install/Can.pm
    YAML-0.58/inc/Module/Install/Fetch.pm
    YAML-0.58/inc/Module/Install/Include.pm
    YAML-0.58/inc/Module/Install/Makefile.pm
    YAML-0.58/inc/Module/Install/Metadata.pm
    YAML-0.58/inc/Module/Install/Scripts.pm
    YAML-0.58/inc/Module/Install/TestBase.pm
    YAML-0.58/inc/Module/Install/Win32.pm
    YAML-0.58/inc/Module/Install/WriteAll.pm
    YAML-0.58/inc/Module/Install.pm
    YAML-0.58/inc/Spiffy.pm
    YAML-0.58/inc/Test/
    YAML-0.58/inc/Test/Base/
    YAML-0.58/inc/Test/Base/Filter.pm
    YAML-0.58/inc/Test/Base.pm
    YAML-0.58/inc/Test/Builder/
    YAML-0.58/inc/Test/Builder/Module.pm
    YAML-0.58/inc/Test/Builder.pm
    YAML-0.58/inc/Test/More.pm
    YAML-0.58/lib/
    YAML-0.58/lib/Test/
    YAML-0.58/lib/Test/YAML.pm
    YAML-0.58/lib/YAML/
    YAML-0.58/lib/YAML/Base.pm
    YAML-0.58/lib/YAML/Dumper/
    YAML-0.58/lib/YAML/Dumper/Base.pm
    YAML-0.58/lib/YAML/Dumper.pm
    YAML-0.58/lib/YAML/Error.pm
    YAML-0.58/lib/YAML/Loader/
    YAML-0.58/lib/YAML/Loader/Base.pm
    YAML-0.58/lib/YAML/Loader.pm
    YAML-0.58/lib/YAML/Marshall.pm
    YAML-0.58/lib/YAML/Node.pm
    YAML-0.58/lib/YAML/Tag.pm
    YAML-0.58/lib/YAML/Types.pm
    YAML-0.58/lib/YAML.pm
    YAML-0.58/Makefile.PL
    YAML-0.58/MANIFEST
    YAML-0.58/META.yml
    YAML-0.58/README
    YAML-0.58/t/
    YAML-0.58/t/2-scalars.t
    YAML-0.58/t/Base.pm
    YAML-0.58/t/basic-tests.t
    YAML-0.58/t/bugs-emailed.t
    YAML-0.58/t/bugs-rt.t
    YAML-0.58/t/changes.t
    YAML-0.58/t/dump-basics.t
    YAML-0.58/t/dump-blessed.t
    YAML-0.58/t/dump-code.t
    YAML-0.58/t/dump-file.t
    YAML-0.58/t/dump-nested.t
    YAML-0.58/t/dump-opts.t
    YAML-0.58/t/dump-perl-types.t
    YAML-0.58/t/dump-stringify.t
    YAML-0.58/t/dump-tests.t
    YAML-0.58/t/dump-works.t
    YAML-0.58/t/errors.t
    YAML-0.58/t/export.t
    YAML-0.58/t/freeze-thaw.t
    YAML-0.58/t/global-api.t
    YAML-0.58/t/inbox.t
    YAML-0.58/t/load-fails.t
    YAML-0.58/t/load-passes.t
    YAML-0.58/t/load-slides.t
    YAML-0.58/t/load-spec.t
    YAML-0.58/t/load-tests.t
    YAML-0.58/t/load-works.t
    YAML-0.58/t/marshall.t
    YAML-0.58/t/meta-yml.t
    YAML-0.58/t/node-info.t
    YAML-0.58/t/pugs-objects.t
    YAML-0.58/t/svk-config.yaml
    YAML-0.58/t/svk.t
    YAML-0.58/t/test.t
    YAML-0.58/t/TestYAML.pm
    YAML-0.58/ysh
    Removing previously used /Users/dspeirs/.cpan/build/YAML-0.58
    CPAN.pm: Going to build I/IN/INGY/YAML-0.58.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for YAML
    ---- Unsatisfied dependencies detected during [I/IN/INGY/YAML-0.58.tar.gz] -----
    Test::Base
    Shall I follow them and prepend them to the queue
    of modules we are processing right now? [yes]
    Running make test
    Delayed until after prerequisites
    Running make install
    Delayed until after prerequisites
    Running install for module Text::Glob
    Running make for R/RC/RCLAMP/Text-Glob-0.06.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/R/RC/RCLAMP/Text-Glob-0.06.tar.gz ok
    Text-Glob-0.06/
    Text-Glob-0.06/t/
    Text-Glob-0.06/t/Text-Glob.t
    Text-Glob-0.06/MANIFEST
    Text-Glob-0.06/META.yml
    Text-Glob-0.06/lib/
    Text-Glob-0.06/lib/Text/
    Text-Glob-0.06/lib/Text/Glob.pm
    Text-Glob-0.06/Changes
    Text-Glob-0.06/Build.PL
    Text-Glob-0.06/Makefile.PL
    Text-Glob-0.06/README
    Removing previously used /Users/dspeirs/.cpan/build/Text-Glob-0.06
    CPAN.pm: Going to build R/RC/RCLAMP/Text-Glob-0.06.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Text::Glob
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Module::Build
    Running make for K/KW/KWILLIAMS/Module-Build-0.28.tar.gz
    LWP not available
    Fetching with Net::FTP:
    ftp://ftp.perl.org/pub/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.28.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/K/KW/KWILLIAMS/Module-Build-0.28.tar.gz ok
    Module-Build-0.28/
    Module-Build-0.28/Build.PL
    Module-Build-0.28/Changes
    Module-Build-0.28/INSTALL
    Module-Build-0.28/lib/
    Module-Build-0.28/lib/Module/
    Module-Build-0.28/lib/Module/Build/
    Module-Build-0.28/lib/Module/Build/API.pod
    Module-Build-0.28/lib/Module/Build/Authoring.pod
    Module-Build-0.28/lib/Module/Build/Base.pm
    Module-Build-0.28/lib/Module/Build/Compat.pm
    Module-Build-0.28/lib/Module/Build/Cookbook.pm
    Module-Build-0.28/lib/Module/Build/ModuleInfo.pm
    Module-Build-0.28/lib/Module/Build/Notes.pm
    Module-Build-0.28/lib/Module/Build/Platform/
    Module-Build-0.28/lib/Module/Build/Platform/aix.pm
    Module-Build-0.28/lib/Module/Build/Platform/Amiga.pm
    Module-Build-0.28/lib/Module/Build/Platform/cygwin.pm
    Module-Build-0.28/lib/Module/Build/Platform/darwin.pm
    Module-Build-0.28/lib/Module/Build/Platform/Default.pm
    Module-Build-0.28/lib/Module/Build/Platform/EBCDIC.pm
    Module-Build-0.28/lib/Module/Build/Platform/MacOS.pm
    Module-Build-0.28/lib/Module/Build/Platform/MPEiX.pm
    Module-Build-0.28/lib/Module/Build/Platform/os2.pm
    Module-Build-0.28/lib/Module/Build/Platform/RiscOS.pm
    Module-Build-0.28/lib/Module/Build/Platform/Unix.pm
    Module-Build-0.28/lib/Module/Build/Platform/VMS.pm
    Module-Build-0.28/lib/Module/Build/Platform/VOS.pm
    Module-Build-0.28/lib/Module/Build/Platform/Windows.pm
    Module-Build-0.28/lib/Module/Build/PodParser.pm
    Module-Build-0.28/lib/Module/Build/PPMMaker.pm
    Module-Build-0.28/lib/Module/Build/YAML.pm
    Module-Build-0.28/lib/Module/Build.pm
    Module-Build-0.28/Makefile.PL
    Module-Build-0.28/MANIFEST
    Module-Build-0.28/META.yml
    Module-Build-0.28/README
    Module-Build-0.28/scripts/
    Module-Build-0.28/scripts/config_data
    Module-Build-0.28/SIGNATURE
    Module-Build-0.28/t/
    Module-Build-0.28/t/basic.t
    Module-Build-0.28/t/bundled/
    Module-Build-0.28/t/bundled/Test/
    Module-Build-0.28/t/bundled/Test/Builder.pm
    Module-Build-0.28/t/bundled/Test/More.pm
    Module-Build-0.28/t/bundled/Test/Simple.pm
    Module-Build-0.28/t/bundled/Tie/
    Module-Build-0.28/t/bundled/Tie/CPHash.pm
    Module-Build-0.28/t/compat.t
    Module-Build-0.28/t/destinations.t
    Module-Build-0.28/t/ext.t
    Module-Build-0.28/t/extend.t
    Module-Build-0.28/t/files.t
    Module-Build-0.28/t/install.t
    Module-Build-0.28/t/lib/
    Module-Build-0.28/t/lib/DistGen.pm
    Module-Build-0.28/t/lib/MBTest.pm
    Module-Build-0.28/t/manifypods.t
    Module-Build-0.28/t/mbyaml.t
    Module-Build-0.28/t/metadata.t
    Module-Build-0.28/t/metadata2.t
    Module-Build-0.28/t/moduleinfo.t
    Module-Build-0.28/t/notes.t
    Module-Build-0.28/t/parents.t
    Module-Build-0.28/t/pod_parser.t
    Module-Build-0.28/t/ppm.t
    Module-Build-0.28/t/runthrough.t
    Module-Build-0.28/t/signature.t
    Module-Build-0.28/t/tilde.t
    Module-Build-0.28/t/versions.t
    Module-Build-0.28/t/xs.t
    CPAN.pm: Going to build K/KW/KWILLIAMS/Module-Build-0.28.tar.gz
    # running Build.PL
    /usr/bin/perl Build.PL
    Checking whether your kit is complete...
    Looks good
    Checking prerequisites...
    * Optional prerequisite Module::Signature is not installed
    * Optional prerequisite ExtUtils::ParseXS is not installed
    * Optional prerequisite Pod::Readme is not installed
    * Optional prerequisite ExtUtils::CBuilder is not installed
    ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
    of the modules indicated above before proceeding with this installation
    Checking features:
    manpage_support....enabled
    YAML_support.......disabled
    - YAML is not installed
    C_support..........disabled
    - ExtUtils::CBuilder is not installed
    * Optional prerequisite ExtUtils::ParseXS is not installed
    HTML_support.......enabled
    Creating new 'Build' script for 'Module-Build' version '0.28'
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module CPAN
    Running make for A/AN/ANDK/CPAN-1.87.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/A/AN/ANDK/CPAN-1.87.tar.gz ok
    CPAN-1.87/
    CPAN-1.87/t/
    CPAN-1.87/t/30shell.t
    CPAN-1.87/t/50pod.t
    CPAN-1.87/t/CPAN/
    CPAN-1.87/t/CPAN/modules/
    CPAN-1.87/t/CPAN/modules/02packages.details.txt
    CPAN-1.87/t/CPAN/modules/03modlist.data
    CPAN-1.87/t/CPAN/CpanTestDummies-1.55.pm
    CPAN-1.87/t/CPAN/authors/
    CPAN-1.87/t/CPAN/authors/id/
    CPAN-1.87/t/CPAN/authors/id/A/
    CPAN-1.87/t/CPAN/authors/id/A/AN/
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CHECKSUMS@588
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.01.tar .gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-Zip-1.01.zip
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-BuildOrMake-1.01.tar .gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-Failearly-1.01. tar.gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.02.tar.gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-1.01.tar.gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/CHECKSUMS
    CPAN-1.87/t/CPAN/authors/id/A/AN/ANDK/NotInChecksums-0.000.tar.gz
    CPAN-1.87/t/CPAN/authors/id/A/AN/CHECKSUMS
    CPAN-1.87/t/CPAN/authors/id/A/CHECKSUMS
    CPAN-1.87/t/CPAN/authors/id/CHECKSUMS
    CPAN-1.87/t/CPAN/authors/01mailrc.txt
    CPAN-1.87/t/CPAN/TestConfig.pm
    CPAN-1.87/t/12cpan.t
    CPAN-1.87/t/02nox.t
    CPAN-1.87/t/01loadme.t
    CPAN-1.87/t/10version.t
    CPAN-1.87/t/03pkgs.t
    CPAN-1.87/t/30shell.pod
    CPAN-1.87/t/00signature.t
    CPAN-1.87/t/README.shell.txt
    CPAN-1.87/t/11mirroredby.t
    CPAN-1.87/lib/
    CPAN-1.87/lib/CPAN.pm
    CPAN-1.87/lib/CPAN/
    CPAN-1.87/lib/CPAN/Debug.pm
    CPAN-1.87/lib/CPAN/FirstTime.pm
    CPAN-1.87/lib/CPAN/Admin.pm
    CPAN-1.87/lib/CPAN/Tarzip.pm
    CPAN-1.87/lib/CPAN/Version.pm
    CPAN-1.87/lib/CPAN/Nox.pm
    CPAN-1.87/lib/CPAN/HandleConfig.pm
    CPAN-1.87/inc/
    CPAN-1.87/inc/Test/
    CPAN-1.87/inc/Test/Builder.pm
    CPAN-1.87/inc/Test/More.pm
    CPAN-1.87/PAUSE2003.pub
    CPAN-1.87/Changes
    CPAN-1.87/MANIFEST
    CPAN-1.87/scripts/
    CPAN-1.87/scripts/cpan
    CPAN-1.87/META.yml
    CPAN-1.87/ChangeLog
    CPAN-1.87/Changes.old
    CPAN-1.87/ChangeLog.old
    CPAN-1.87/MANIFEST.SKIP
    CPAN-1.87/PAUSE2005.pub
    CPAN-1.87/Todo
    CPAN-1.87/SIGNATURE
    CPAN-1.87/README
    CPAN-1.87/Makefile.PL
    Removing previously used /Users/dspeirs/.cpan/build/CPAN-1.87
    CPAN.pm: Going to build A/AN/ANDK/CPAN-1.87.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for CPAN
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Bundle summary: The following items in bundle Bundle::CPAN had installation
    problems:
    Digest::SHA Module::Signature File::Temp File::HomeDir File::Spec
    Compress::Zlib Archive::Tar Archive::Zip Bundle::libnet Term::ReadKey
    Term::ReadLine::Perl YAML Text::Glob Module::Build CPAN and the following
    items had problems during recursive bundle calls: Net::Telnet
    Running install for module Test::Base
    Running make for I/IN/INGY/Test-Base-0.50.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/I/IN/INGY/Test-Base-0.50.tar.gz ok
    Test-Base-0.50/
    Test-Base-0.50/Changes
    Test-Base-0.50/inc/
    Test-Base-0.50/inc/Module/
    Test-Base-0.50/inc/Module/Install/
    Test-Base-0.50/inc/Module/Install/Base.pm
    Test-Base-0.50/inc/Module/Install/Can.pm
    Test-Base-0.50/inc/Module/Install/Fetch.pm
    Test-Base-0.50/inc/Module/Install/Makefile.pm
    Test-Base-0.50/inc/Module/Install/Metadata.pm
    Test-Base-0.50/inc/Module/Install/Win32.pm
    Test-Base-0.50/inc/Module/Install/WriteAll.pm
    Test-Base-0.50/inc/Module/Install.pm
    Test-Base-0.50/lib/
    Test-Base-0.50/lib/Module/
    Test-Base-0.50/lib/Module/Install/
    Test-Base-0.50/lib/Module/Install/TestBase.pm
    Test-Base-0.50/lib/Test/
    Test-Base-0.50/lib/Test/Base/
    Test-Base-0.50/lib/Test/Base/Filter.pm
    Test-Base-0.50/lib/Test/Base.pm
    Test-Base-0.50/Makefile.PL
    Test-Base-0.50/MANIFEST
    Test-Base-0.50/META.yml
    Test-Base-0.50/README
    Test-Base-0.50/t/
    Test-Base-0.50/t/append.t
    Test-Base-0.50/t/arguments.t
    Test-Base-0.50/t/array.t
    Test-Base-0.50/t/autoload.t
    Test-Base-0.50/t/base64.t
    Test-Base-0.50/t/BaseTest.pm
    Test-Base-0.50/t/blocks-scalar.t
    Test-Base-0.50/t/blocks_grep.t
    Test-Base-0.50/t/chomp.t
    Test-Base-0.50/t/chop.t
    Test-Base-0.50/t/compact.t
    Test-Base-0.50/t/compile.t
    Test-Base-0.50/t/delimiters.t
    Test-Base-0.50/t/description.t
    Test-Base-0.50/t/diff_is.t
    Test-Base-0.50/t/dos_spec
    Test-Base-0.50/t/dumper.t
    Test-Base-0.50/t/embed_perl.t
    Test-Base-0.50/t/escape.t
    Test-Base-0.50/t/eval.t
    Test-Base-0.50/t/eval_all.t
    Test-Base-0.50/t/eval_stderr.t
    Test-Base-0.50/t/eval_stdout.t
    Test-Base-0.50/t/export.t
    Test-Base-0.50/t/filter_arguments.t
    Test-Base-0.50/t/filter_delay.t
    Test-Base-0.50/t/filter_functions.t
    Test-Base-0.50/t/filters-append.t
    Test-Base-0.50/t/filters.t
    Test-Base-0.50/t/filters_map.t
    Test-Base-0.50/t/first_block.t
    Test-Base-0.50/t/flatten.t
    Test-Base-0.50/t/get_url.t
    Test-Base-0.50/t/hash.t
    Test-Base-0.50/t/head.t
    Test-Base-0.50/t/internals.t
    Test-Base-0.50/t/is.t
    Test-Base-0.50/t/jit-run.t
    Test-Base-0.50/t/join-deep.t
    Test-Base-0.50/t/join.t
    Test-Base-0.50/t/last.t
    Test-Base-0.50/t/late.t
    Test-Base-0.50/t/lazy-filters.t
    Test-Base-0.50/t/lines.t
    Test-Base-0.50/t/list.t
    Test-Base-0.50/t/main_filters.t
    Test-Base-0.50/t/multi-level-inherit.t
    Test-Base-0.50/t/name.t
    Test-Base-0.50/t/next.t
    Test-Base-0.50/t/no_diff.t
    Test-Base-0.50/t/no_plan.t
    Test-Base-0.50/t/normalize.t
    Test-Base-0.50/t/only-with-implicit.t
    Test-Base-0.50/t/only.t
    Test-Base-0.50/t/oo.t
    Test-Base-0.50/t/oo_run.t
    Test-Base-0.50/t/parentheses.t
    Test-Base-0.50/t/prepend.t
    Test-Base-0.50/t/preserve-order.t
    Test-Base-0.50/t/prototypes.t
    Test-Base-0.50/t/quick-plan.t
    Test-Base-0.50/t/quick_test.t
    Test-Base-0.50/t/read_file.t
    Test-Base-0.50/t/regexp.t
    Test-Base-0.50/t/repeated-filters.t
    Test-Base-0.50/t/require.t
    Test-Base-0.50/t/reserved_names.t
    Test-Base-0.50/t/reverse-deep.t
    Test-Base-0.50/t/reverse.t
    Test-Base-0.50/t/run-args.t
    Test-Base-0.50/t/run_compare.t
    Test-Base-0.50/t/run_is.t
    Test-Base-0.50/t/runisdeeply.t
    Test-Base-0.50/t/run_like.t
    Test-Base-0.50/t/run_unlike.t
    Test-Base-0.50/t/sample-file.txt
    Test-Base-0.50/t/simple.t
    Test-Base-0.50/t/skip.t
    Test-Base-0.50/t/slice.t
    Test-Base-0.50/t/sort-deep.t
    Test-Base-0.50/t/sort.t
    Test-Base-0.50/t/spec1
    Test-Base-0.50/t/spec2
    Test-Base-0.50/t/spec_file.t
    Test-Base-0.50/t/spec_string.t
    Test-Base-0.50/t/split-deep.t
    Test-Base-0.50/t/split-regexp.t
    Test-Base-0.50/t/split.t
    Test-Base-0.50/t/strict-warnings.t
    Test-Base-0.50/t/strict-warnings.test
    Test-Base-0.50/t/strict.t
    Test-Base-0.50/t/subclass-autoclass.t
    Test-Base-0.50/t/subclass-import.t
    Test-Base-0.50/t/Subclass.pm
    Test-Base-0.50/t/subclass.t
    Test-Base-0.50/t/subclass_late.t
    Test-Base-0.50/t/tail.t
    Test-Base-0.50/t/Test-Less/
    Test-Base-0.50/t/Test-Less/index.txt
    Test-Base-0.50/t/TestA.pm
    Test-Base-0.50/t/TestB.pm
    Test-Base-0.50/t/TestBass.pm
    Test-Base-0.50/t/TestC.pm
    Test-Base-0.50/t/tie_output.t
    Test-Base-0.50/t/trim.t
    Test-Base-0.50/t/unchomp.t
    Test-Base-0.50/t/use-test-more.t
    Test-Base-0.50/t/write_file.t
    Test-Base-0.50/t/xxx.t
    Test-Base-0.50/t/yaml.t
    Test-Base-0.50/t/zero-blocks.t
    Test-Base-0.50/ToDo
    Removing previously used /Users/dspeirs/.cpan/build/Test-Base-0.50
    CPAN.pm: Going to build I/IN/INGY/Test-Base-0.50.tar.gz
    Checking if your kit is complete...
    Looks good
    Warning: prerequisite Spiffy 0.30 not found.
    Warning: prerequisite Test::More 0.62 not found. We have 0.47.
    Writing Makefile for Test::Base
    ---- Unsatisfied dependencies detected during [I/IN/INGY/Test-Base-0.50.tar.gz] -----
    Test::More
    Spiffy
    Shall I follow them and prepend them to the queue
    of modules we are processing right now? [yes]
    Running make test
    Delayed until after prerequisites
    Running make install
    Delayed until after prerequisites
    Running install for module Test::More
    Running make for M/MS/MSCHWERN/Test-Simple-0.62.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/M/MS/MSCHWERN/Test-Simple-0.62.tar.gz ok
    Test-Simple-0.62/
    Test-Simple-0.62/Changes
    Test-Simple-0.62/lib/
    Test-Simple-0.62/lib/Test/
    Test-Simple-0.62/lib/Test/Builder/
    Test-Simple-0.62/lib/Test/Builder/Module.pm
    Test-Simple-0.62/lib/Test/Builder/Tester/
    Test-Simple-0.62/lib/Test/Builder/Tester/Color.pm
    Test-Simple-0.62/lib/Test/Builder/Tester.pm
    Test-Simple-0.62/lib/Test/Builder.pm
    Test-Simple-0.62/lib/Test/More.pm
    Test-Simple-0.62/lib/Test/Simple.pm
    Test-Simple-0.62/lib/Test/Tutorial.pod
    Test-Simple-0.62/Makefile.PL
    Test-Simple-0.62/MANIFEST
    Test-Simple-0.62/META.yml
    Test-Simple-0.62/README
    Test-Simple-0.62/t/
    Test-Simple-0.62/t/00signature.t
    Test-Simple-0.62/t/00testharnesscheck.t
    Test-Simple-0.62/t/bad_plan.t
    Test-Simple-0.62/t/bail_out.t
    Test-Simple-0.62/t/buffer.t
    Test-Simple-0.62/t/Builder.t
    Test-Simple-0.62/t/circular_data.t
    Test-Simple-0.62/t/create.t
    Test-Simple-0.62/t/curr_test.t
    Test-Simple-0.62/t/details.t
    Test-Simple-0.62/t/diag.t
    Test-Simple-0.62/t/eq_set.t
    Test-Simple-0.62/t/exit.t
    Test-Simple-0.62/t/extra.t
    Test-Simple-0.62/t/extra_one.t
    Test-Simple-0.62/t/fail-like.t
    Test-Simple-0.62/t/fail-more.t
    Test-Simple-0.62/t/fail.t
    Test-Simple-0.62/t/fail_one.t
    Test-Simple-0.62/t/filehandles.t
    Test-Simple-0.62/t/fork.t
    Test-Simple-0.62/t/harness_active.t
    Test-Simple-0.62/t/has_plan.t
    Test-Simple-0.62/t/has_plan2.t
    Test-Simple-0.62/t/import.t
    Test-Simple-0.62/t/isdeeplyfail.t
    Test-Simple-0.62/t/is_fh.t
    Test-Simple-0.62/t/lib/
    Test-Simple-0.62/t/lib/NoExporter.pm
    Test-Simple-0.62/t/lib/Test/
    Test-Simple-0.62/t/lib/Test/Simple/
    Test-Simple-0.62/t/lib/Test/Simple/Catch.pm
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/death.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/death_ineval.plx
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/exit.plx
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/extras.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/fivefail.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/last_minutedeath.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/onefail.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/pre_plandeath.plx
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/require.plx
    Test-Simple-0.62/t/lib/Test/Simple/sample_tests/success.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/toofew.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/too_fewfail.plx
    Test-Simple-0.62/t/lib/Test/Simple/sampletests/twofail.plx
    Test-Simple-0.62/t/lib/TieOut.pm
    Test-Simple-0.62/t/maybe_regex.t
    Test-Simple-0.62/t/missing.t
    Test-Simple-0.62/t/More.t
    Test-Simple-0.62/t/no_diag.t
    Test-Simple-0.62/t/no_ending.t
    Test-Simple-0.62/t/no_header.t
    Test-Simple-0.62/t/no_plan.t
    Test-Simple-0.62/t/ok_obj.t
    Test-Simple-0.62/t/output.t
    Test-Simple-0.62/t/overload.t
    Test-Simple-0.62/t/overload_threads.t
    Test-Simple-0.62/t/plan.t
    Test-Simple-0.62/t/plan_bad.t
    Test-Simple-0.62/t/planisnoplan.t
    Test-Simple-0.62/t/plannoplan.t
    Test-Simple-0.62/t/planshouldntimport.t
    Test-Simple-0.62/t/planskipall.t
    Test-Simple-0.62/t/require_ok.t
    Test-Simple-0.62/t/reset.t
    Test-Simple-0.62/t/simple.t
    Test-Simple-0.62/t/skip.t
    Test-Simple-0.62/t/skipall.t
    Test-Simple-0.62/t/sort_bug.t
    Test-Simple-0.62/t/tbt_01basic.t
    Test-Simple-0.62/t/tbt_02fhrestore.t
    Test-Simple-0.62/t/tbt_03die.t
    Test-Simple-0.62/t/tbt04linenum.t
    Test-Simple-0.62/t/tbt_05faildiag.t
    Test-Simple-0.62/t/tbt_06errormess.t
    Test-Simple-0.62/t/tbt_07args.t
    Test-Simple-0.62/t/thread_taint.t
    Test-Simple-0.62/t/threads.t
    Test-Simple-0.62/t/todo.t
    Test-Simple-0.62/t/undef.t
    Test-Simple-0.62/t/use_ok.t
    Test-Simple-0.62/t/useing.t
    Test-Simple-0.62/TODO
    Removing previously used /Users/dspeirs/.cpan/build/Test-Simple-0.62
    CPAN.pm: Going to build M/MS/MSCHWERN/Test-Simple-0.62.tar.gz
    NOTE: There have been API changes between this version and any older
    than version 0.48! Please see the Changes file for details.
    NOTE: The behavior of Test::More and threads has changed between this
    version and any older than version 0.48! Please see the Changes file
    for details.
    WARNING: LICENSE is not a known parameter.
    Checking if your kit is complete...
    Looks good
    'LICENSE' is not a known MakeMaker parameter name.
    Writing Makefile for Test::Simple
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Spiffy
    Running make for I/IN/INGY/Spiffy-0.30.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/I/IN/INGY/Spiffy-0.30.tar.gz ok
    Spiffy-0.30/
    Spiffy-0.30/Changes
    Spiffy-0.30/inc/
    Spiffy-0.30/inc/Module/
    Spiffy-0.30/inc/Module/Install/
    Spiffy-0.30/inc/Module/Install/Base.pm
    Spiffy-0.30/inc/Module/Install/Can.pm
    Spiffy-0.30/inc/Module/Install/Fetch.pm
    Spiffy-0.30/inc/Module/Install/Makefile.pm
    Spiffy-0.30/inc/Module/Install/Metadata.pm
    Spiffy-0.30/inc/Module/Install/Win32.pm
    Spiffy-0.30/inc/Module/Install/WriteAll.pm
    Spiffy-0.30/inc/Module/Install.pm
    Spiffy-0.30/lib/
    Spiffy-0.30/lib/Spiffy.pm
    Spiffy-0.30/Makefile.PL
    Spiffy-0.30/MANIFEST
    Spiffy-0.30/META.yml
    Spiffy-0.30/README
    Spiffy-0.30/t/
    Spiffy-0.30/t/autoload.t
    Spiffy-0.30/t/base.t
    Spiffy-0.30/t/base2.t
    Spiffy-0.30/t/cascade.t
    Spiffy-0.30/t/const.t
    Spiffy-0.30/t/early.t
    Spiffy-0.30/t/export1.t
    Spiffy-0.30/t/export2.t
    Spiffy-0.30/t/export3.t
    Spiffy-0.30/t/export4.t
    Spiffy-0.30/t/export5.t
    Spiffy-0.30/t/export6.t
    Spiffy-0.30/t/export7.t
    Spiffy-0.30/t/exporter.t
    Spiffy-0.30/t/field.t
    Spiffy-0.30/t/field2.t
    Spiffy-0.30/t/field3.t
    Spiffy-0.30/t/filter.t
    Spiffy-0.30/t/filter2.t
    Spiffy-0.30/t/filter3.t
    Spiffy-0.30/t/Filter4.pm
    Spiffy-0.30/t/filter4.t
    Spiffy-0.30/t/Filter5.pm
    Spiffy-0.30/t/filter5.t
    Spiffy-0.30/t/mixin.t
    Spiffy-0.30/t/mixin2.t
    Spiffy-0.30/t/mixin3.t
    Spiffy-0.30/t/new.t
    Spiffy-0.30/t/NonSpiffy.pm
    Spiffy-0.30/t/package.t
    Spiffy-0.30/t/parse.t
    Spiffy-0.30/t/Something.pm
    Spiffy-0.30/t/stub.t
    Spiffy-0.30/t/super.t
    Spiffy-0.30/t/super2.t
    Spiffy-0.30/t/Thing.pm
    Removing previously used /Users/dspeirs/.cpan/build/Spiffy-0.30
    CPAN.pm: Going to build I/IN/INGY/Spiffy-0.30.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Spiffy
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running make for I/IN/INGY/Test-Base-0.50.tar.gz
    Is already unwrapped into directory /Users/dspeirs/.cpan/build/Test-Base-0.50
    CPAN.pm: Going to build I/IN/INGY/Test-Base-0.50.tar.gz
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running make for I/IN/INGY/YAML-0.58.tar.gz
    Is already unwrapped into directory /Users/dspeirs/.cpan/build/YAML-0.58
    CPAN.pm: Going to build I/IN/INGY/YAML-0.58.tar.gz
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module PAR::Dist
    Running make for S/SM/SMUELLER/PAR-Dist-0.08.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/S/SM/SMUELLER/PAR-Dist-0.08.tar.gz ok
    PAR-Dist-0.08/
    PAR-Dist-0.08/inc/
    PAR-Dist-0.08/inc/Module/
    PAR-Dist-0.08/inc/Module/Install.pm
    PAR-Dist-0.08/inc/Module/Install/
    PAR-Dist-0.08/inc/Module/Install/Fetch.pm
    PAR-Dist-0.08/inc/Module/Install/Makefile.pm
    PAR-Dist-0.08/inc/Module/Install/Base.pm
    PAR-Dist-0.08/inc/Module/Install/Metadata.pm
    PAR-Dist-0.08/inc/Module/Install/Can.pm
    PAR-Dist-0.08/inc/Module/Install/WriteAll.pm
    PAR-Dist-0.08/inc/Module/Install/Win32.pm
    PAR-Dist-0.08/Changes
    PAR-Dist-0.08/t/
    PAR-Dist-0.08/t/1-basic.t
    PAR-Dist-0.08/t/0-signature.t
    PAR-Dist-0.08/MANIFEST
    PAR-Dist-0.08/META.yml
    PAR-Dist-0.08/lib/
    PAR-Dist-0.08/lib/PAR/
    PAR-Dist-0.08/lib/PAR/Dist.pm
    PAR-Dist-0.08/Makefile.PL
    PAR-Dist-0.08/README
    PAR-Dist-0.08/SIGNATURE
    Removing previously used /Users/dspeirs/.cpan/build/PAR-Dist-0.08
    CPAN.pm: Going to build S/SM/SMUELLER/PAR-Dist-0.08.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for PAR::Dist
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running install for module Digest::SHA::PurePerl
    Running make for M/MS/MSHELOR/Digest-SHA-PurePerl-5.34.tar.gz
    Checksum for /Users/dspeirs/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-PurePerl-5.34.t ar.gz ok
    Digest-SHA-PurePerl-5.34/
    Digest-SHA-PurePerl-5.34/Changes
    Digest-SHA-PurePerl-5.34/Makefile.PL
    Digest-SHA-PurePerl-5.34/MANIFEST
    Digest-SHA-PurePerl-5.34/META.yml
    Digest-SHA-PurePerl-5.34/PurePerl.pm
    Digest-SHA-PurePerl-5.34/README
    Digest-SHA-PurePerl-5.34/shasum
    Digest-SHA-PurePerl-5.34/SIGNATURE
    Digest-SHA-PurePerl-5.34/t/
    Digest-SHA-PurePerl-5.34/t/0-pod-coverage.t
    Digest-SHA-PurePerl-5.34/t/0-pod.t
    Digest-SHA-PurePerl-5.34/t/1-exist.t
    Digest-SHA-PurePerl-5.34/t/1-hello-world.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-1.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-224.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-256.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-384.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-512.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-base64.t
    Digest-SHA-PurePerl-5.34/t/2-nist-sha-oo.t
    Digest-SHA-PurePerl-5.34/t/2-nist-vectors-bit.t
    Digest-SHA-PurePerl-5.34/t/2-nist-vectors-byte.t
    Digest-SHA-PurePerl-5.34/t/3-gillogly-easy.t
    Digest-SHA-PurePerl-5.34/t/3-gillogly-hard.t
    Digest-SHA-PurePerl-5.34/t/4-bitstr-increasing.t
    Digest-SHA-PurePerl-5.34/t/4-bitstr-large.t
    Digest-SHA-PurePerl-5.34/t/4-bitstr-random.t
    Digest-SHA-PurePerl-5.34/t/5-hmac-fips198.t
    Digest-SHA-PurePerl-5.34/t/5-hmac-rfc2202.t
    Digest-SHA-PurePerl-5.34/t/5-hmac-sha-256.t
    Digest-SHA-PurePerl-5.34/t/5-hmac-woodbury.t
    Digest-SHA-PurePerl-5.34/t/6-dump-load.t
    Digest-SHA-PurePerl-5.34/t/7-ireland.t
    Digest-SHA-PurePerl-5.34/t/gillogly/
    Digest-SHA-PurePerl-5.34/t/gillogly/state.011
    Digest-SHA-PurePerl-5.34/t/gillogly/state.110
    Digest-SHA-PurePerl-5.34/t/nist/
    Digest-SHA-PurePerl-5.34/t/nist/bit-hashes.sha1
    Digest-SHA-PurePerl-5.34/t/nist/bit-messages.sha1
    Digest-SHA-PurePerl-5.34/t/nist/byte-hashes.sha1
    Digest-SHA-PurePerl-5.34/t/nist/byte-messages.sha1
    Digest-SHA-PurePerl-5.34/t/nist/COPYRIGHT
    Digest-SHA-PurePerl-5.34/t/nist/Readme.txt
    Digest-SHA-PurePerl-5.34/t/state/
    Digest-SHA-PurePerl-5.34/t/state/state.1
    Digest-SHA-PurePerl-5.34/t/state/state.256
    Digest-SHA-PurePerl-5.34/t/state/state.384
    Digest-SHA-PurePerl-5.34/t/state/state.512
    Removing previously used /Users/dspeirs/.cpan/build/Digest-SHA-PurePerl-5.34
    CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-PurePerl-5.34.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Digest::SHA::PurePerl
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Running make for A/AU/AUTRIJUS/Module-Signature-0.53.tar.gz
    Is already unwrapped into directory /Users/dspeirs/.cpan/build/Module-Signature-0.53
    CPAN.pm: Going to build A/AU/AUTRIJUS/Module-Signature-0.53.tar.gz
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    cpan>

  • Need information on 'Repeat Delta' process

    Deleted failed request from InfoCube 0PY_C02
    Checked Data Mart Status from ODS ZPY_O50 for failed load.
    When attempting to push the data from the ODS to InfoCube get error message:
         Last delta update is not yet completed
         Therefore, no new delta update is possible.
         You can start the request again
         if the last delta request is red or green in the monitor (QM activity).
    To get load to start, opened process chain and selected ‘Repeat’ from context menu. This enabled the job to start without the above mentioned error.
    Questions to answer:
    1. BW is expecting less than 8019027 records to be uploaded to the InfoCube, currently looking in the monitor I see that 44204420 records have been processed. Does this mean that the repeat process is loading all data to InfoCube from ODS?
    2. When doing a repeat last delta, does the system repeat only the last successful delta?
    3. When doing a repeat last delta, does the system read the entire contents of the ODS then update the InfoCube with the correct records, or just read the last request loaded to the ODS?

    Normally the repeat should pull only the failed delta, but for some reason I experienced that too having the repeat was pulling more record that the earlier delta. I would say the delta pointer is not working properly.
    Normally, before deleting the failed request, you need to turn the request to red, but that is too late now to do.
    You need to reint delta, but you need to make sure that you don't miss the last delta.
    Steps:
    1. Delete the failed request from the cube.
    2. Delete the successful request from the ods
    3. Delete initialization from ods to the cube
    4. Do init without data transfer from ODS to the cube
    5. Reconstruct the last deleted request in the ODS
    6. Do Delta from ods to the cube.
    Now you have reinitialized and got the last delta which is in the ods.
    thanks.
    Wond

  • BSOD at power on: Startup Repair: Repeat: Unresponsive to anything

    My situation seems different than the BSOD Win 7 issues I have read about.  I can get no response.
    Just got a new Lenovo G570 two weeks ago.  Came loaded with Win 7 SP1 64 bit.
    Now, at power up the BSOD flashes and goes to Startup Repair and then shuts itself down.  Repeat.  And repeat. And repeats with no response. The first run though it reported  "AutoFailure" and "Unknown Cause."  The second or third time, "AutoFailure" and "Unknown System Configuration Change."
    Since I can get no response to anything, I pulled the power cord.  Let it sit over night.
    I booted from disc. (I get points for having burned the Recovery Disc!)  The computer went directly to Startup Repair and reports: "AutoFailure" and "No root cause".  I was able to get the computer to respond at this point and went to Advanced Options.
    Ran the Memory test.  No issues.
    Then ran the Memory diagnotic tool from disc in Extended.  Nothing.
    I haven't had the computer long enough to create an Image.  I do get points for having burned a Recovery Disc!
    Of course, the System Restore can't find any of the auto Restore point or manual Restore points I created.
    This may or may not be part of the problem.  Originally the EE Bott Optimizer ran great.  Then it crazy, continually rebooting, not allowing me to cancel and if I could get it to cancel, it would restart in a few minutes and shut the system down.  I posted here and I was told uninstall and reinstall.  So I did.  Seem fine.  A few hours latter....... not so good.
    From what I have been reading, this sounded like a hardware failure.  Two techs, not from Lenovo, have confirmed it is a hardware failure.  Great, two weeks and...   
    Any way, any recommendations?
    Thanks for your help!
    FP

    I am having a similr issue with my Lenovo G770.  I usually escape out of the boot optimizer.  Today I let it run and it went to the "starting windows" screen with a brief startup of the windows 7 animation...it freezes for a second, then a quick flash of the bsod, then to the "windows error recovery page" giving me the option of "starting windows normally" or "Launch Startup Repair (recommended)." 
    Starting Windows Normally eventually brings me back to the same place after repeating what I just stated above paragraph.
    Startup Repair "Cannot repair this computer automatically".
    So I go to view advanced options for system recovery and support.
    It brings me to 5 options:
    Startup Repair (we already tried this above)
    System Restore (unfortunately I didn't create any restore points)
    System Image Recovery (unfortunately I haven't created an image to recover)
    Windows Memory Diagnostic (no problems found-done several times)
    Command Prompt (don't know what I can do here except for remove a bad/corrupted driver which may be the problem, but I don't know the driver name that is associated with the boot optimizer...can anyone tell me this?)
    I've tried booting to safe mode in all of its incarnations and I can't even do that..it repeats the same things as stated above...windows 7 animation briefly starts then locks up, flash of bsod, then the windows error recovery page.
    I've tried booting to last known good configuration (same thing occurs...brief startup of windows 7 animation, freeze, flash of bsod, then error recovery page.
    The only thing that has given me any kind of result was "disabling system restart on system failure."  When I do this, the BSOD doesn't flash briefly..it stays. and it gives me the error message page_fault_in_nonpaged_area.
    I'm at a loss as to what to do.  Not being able to boot into Safe Mode even is really frustrating.  Any advise from anyone?  can I remove the driver associated with the boot optimizer?  If so, what is the name of the driver? 

  • Termination  Process

    Hi gurus
    I have configured  Termination Action in IMG, can you  please tell me how to do the process in pa40 and pa30 for termination action and what are the activities that have to be performed
    Regards
    Raju

    Appala,
    I hope you are able to view the termination action in PA40 screen after the config. If not, check the country grouping & User group.
    Also, follow the above mentioned steps.
    SKR

  • Repair request Delivery processing Error

    I am having diffculites processing a repair request to delivery
    'Order cannot be delivered (see long text)' ( driectly from VA01)
    But in vl01n when i add the delivery type LR it works good.
    Thanks.

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

  • ESS -Termination process

    Hello,
    I have question Is there any process available in Ess/MSS in version 6.0 for emplyee termination. i.e all clearance procedure should be taken through ESS/MSS.
    Thanks,
    Nydia

    I think you need to develop the custom process
    thanks

  • Accumulate output of Terminal process across Target Group

    I have a process (Workflow?) that I execute on a Target Group of terminal Targets.  I want to gather all the outputs of the Execute Terminal Commands into one place for processing.
    Concatenating it to an Output variable doesn't work.  Each Target has it's own, with only it's output.
    Even writing to a file doesn't work.  Eventually, two processes try to write at the same time and one fails. 
    Concatenating it to a Global Variable seems to work.  But it seems like there must be a better way.

    Currently CPO does not support running(or in this case broadcasting) a single activity or child process to a target group.
    Here's why and some background.
    Assume we have 10 targets in a target group.
    You start process A against those 10 targets, what CPO actually does is spawn 10 process instances each against *1* target from that group. It does not spawn just 1 process instance.
    Now assume you call child process B or an activity inside of a process. Even though you can select a target group that is only good for the parent process (or top process) level. Once you make that a child process, it operates similar to an activity.
    Here is why you cannot (currently) execute a child process or activity against a target group...
    And this is a discussion that has been running for some time, but how do you determine to the parent process if that child process was successful or failed? Some would argue it must be 100/100 for success, any failure is failure. Some argued that as long as it's better than 50% that's success. Some even argued that it should be just 1/100 for success. And that shows the main issue in allow child processes and activities to execute on target groups, which to this point is not supported or developed into the product.
    I understand your use-case and you can accomplish the same thing in the following manner:
    1) Set your variables in your parent process
    2) Use Find-Target to find all the targets in the group you want to execute against
    3) Use a For-Each loop to for-each through all the targets and then place the child process inside of the for-each loop and on the child process have it use the target item in the for-each loop iteration
    Now If you really want it to mimic a target group or broadcast, I would then go and select the child process(inside of the parent) to execute asynchronously.  (see below SS)
    Normally if you leave this unchecked each process would wait for the previous one to complete before starting. With that checked the for-each loop will continue pass each one, not caring if one succeeded or failed. It will just start them all in succession.
    I cannot remember if there is already an ENH for the target group @ activity level/child process use-case, but if not, feel free to open a TAC case and suggest it, or if there is already one, they can give you the ENH number. (as I said, I think there is one, as it's been a long running discussion topic)

Maybe you are looking for

  • What is wrong with Time Machine_need help

    I run a PowerMac G5 with 2 internals 250Gb drives. The second one is on Do not backUp in the TM options. Here is the question. I had a 500Gb external for TM, and it kept close to 6 months of backups. It died on me and I repaced it with a new one (laC

  • Hide Header Row in Query results.

    Good afternoon Please assist. I have 7 queries in one sheet and would like to hide the header rows from the second to last query. I have hidden the row(s) and then selected "Adjust format after data refresh" in the query properties, but when a query

  • How do I programmat​ically open block diagram?

    Hi, All How do I programmatically open block diagram of subVI and add frame to event structure Thanks,

  • Parent and owner field on Account gives error read-only

    We have Integration with backend ERP with C4C solution. We want to populate the Owner and Parent account field of Account through custom partner functions through HCI. We get the error that field is read-only. We have not been able to do so  and any

  • Beta Version of Third Party iChat for iPhone

    http://www.tuaw.com/2007/06/24/experimental-web-app-could-bring-aim-chat-to-ipho ne/ does it work?