WWW-Salesforce - Salesforce Tests failing during Installation -- Linux

Posted on Thu Aug 7 03:15:50 2008 by titan12
Salesforce Tests failing during Installation -- Linux
1) I am on Fedora Core release 6 (Zod) Linux 2) I installed Crypt::SSLeay first 3) I installed SOAP::Lite 4) Then I installed WWW::Salesforce, (and using my UserID/Passwd and my TOKEN tacked on to the end of my Passwd) I went through with the testing phase...and still have 4 of my tests failing. Below is the FAILURE messages I am getting during testing (& I don't want to do a "force" as I have had bad experience with it in the past for a different module - an Oracle/DBD driver)...I appreciate any help you could offer: cpan[1] install WWW::Salesforce CPAN: Storable loaded ok (v2.16) Going to read /icecube/build0/cpan/Metadata Database was generated on Wed, 06 Aug 2008 19:02:49 GMT Running install for module 'WWW::Salesforce' Running make for C/CA/CAPOEIRAB/WWW-Salesforce-0.090.tar.gz CPAN: Digest::SHA loaded ok (v5.45) CPAN: Compress::Zlib loaded ok (v2.005) Checksum for /icecube/build0/cpan/sources/authors/id/C/CA/CAPOEIRAB/WWW-Salesforce-0.090.tar.gz ok Scanning cache /icecube/build0/cpan/build for sizes ............................................................................DONE WWW-Salesforce-0.090/ WWW-Salesforce-0.090/Makefile.PL WWW-Salesforce-0.090/manifest WWW-Salesforce-0.090/Changes WWW-Salesforce-0.090/readme WWW-Salesforce-0.090/t/ WWW-Salesforce-0.090/lib/ WWW-Salesforce-0.090/t/WWW-Salesforce.t WWW-Salesforce-0.090/t/sfdc.cfg WWW-Salesforce-0.090/lib/WWW/ WWW-Salesforce-0.090/lib/WWW/Salesforce.pm WWW-Salesforce-0.090/lib/WWW/Salesforce/ WWW-Salesforce-0.090/lib/WWW/Salesforce/Deserializer.pm WWW-Salesforce-0.090/lib/WWW/Salesforce/Constants.pm WWW-Salesforce-0.090/lib/WWW/Salesforce/Simple.pm WWW-Salesforce-0.090/lib/WWW/Salesforce/Serializer.pm CPAN: File::Temp loaded ok (v0.18) CPAN.pm: Going to build C/CA/CAPOEIRAB/WWW-Salesforce-0.090.tar.gz Several tests need to be run in order to test the Salesforce Perl module. You MUST supply a Saleforce username and password in order to proceed. All tests will fail if you do not provide a valid username and password. This username and password combination is used ONLY for testing purposes. Enter user name: myUserID@company.com Enter password: myPasswdTOKEN Writing Makefile for WWW::Salesforce cp lib/WWW/Salesforce.pm blib/lib/WWW/Salesforce.pm cp lib/WWW/Salesforce/Deserializer.pm blib/lib/WWW/Salesforce/Deserializer.pm cp lib/WWW/Salesforce/Serializer.pm blib/lib/WWW/Salesforce/Serializer.pm cp lib/WWW/Salesforce/Simple.pm blib/lib/WWW/Salesforce/Simple.pm cp lib/WWW/Salesforce/Constants.pm blib/lib/WWW/Salesforce/Constants.pm Manifying blib/man3/WWW::Salesforce.3 Manifying blib/man3/WWW::Salesforce::Simple.3 CAPOEIRAB/WWW-Salesforce-0.090.tar.gz /usr/bin/make -j3 -j3 -- OK CPAN: YAML loaded ok (v0.65) Running make test PERL_DL_NONLAZY=1 /icecube/tools0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/WWW-Salesforce....ok 18/29Unable to find a de-serializer for the type {http://www.w3.org/2001/XMLSchema}base64binary at t/WWW-Salesforce.t line 176 # Failed test 'create new png document' # at t/WWW-Salesforce.t line 187. # t/WWW-Salesforce....ok 26/29# Looks like you failed 1 test of 29. t/WWW-Salesforce....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 21 Failed 1/29 tests, 96.55% okay (less 4 skipped tests: 24 okay, 82.76%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/WWW-Salesforce.t 1 256 29 1 21 4 subtests skipped. Failed 1/1 test scripts. 1/29 subtests failed. Files=1, Tests=29, 6 wallclock secs ( 0.68 cusr + 0.08 csys = 0.76 CPU) Failed 1/1 test programs. 1/29 subtests failed. make: *** [test_dynamic] Error 1 CAPOEIRAB/WWW-Salesforce-0.090.tar.gz /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: CAPOEIRAB/WWW-Salesforce-0.090.tar.gz : make_test NO cpan[2] Thanks, Behzad
Write a response