Bug 132685

Summary: cpan headaches HTML::Parser XMLRPC::Lite
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Bryce Nesbitt <bryce2>
Component: BasesystemAssignee: Michael Schröder <mls>
Status: RESOLVED WORKSFORME QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bryce Nesbitt 2005-11-08 09:01:33 UTC
I've been unable to install Perl modules I need using cpan.  Usually cpan is flawless, but with SUSE I am having troubles:



cpan> install HTML::Parser
Caught SIGINT
Running install for module HTML::Parser
Running make for G/GA/GAAS/HTML-Parser-3.46.tar.gz

Trying with "/usr/bin/lynx -source" to get
    ftp://ftp.perl.org/pub/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.46.tar.gz
Use of uninitialized value in string eq at /usr/lib/perl5/5.8.7/CPAN.pm line 4467.
Use of uninitialized value in string eq at /usr/lib/perl5/5.8.7/CPAN.pm line 4470.

  CPAN.pm: Going to build G/GA/GAAS/HTML-Parser-3.46.tar.gz

Use of uninitialized value in chdir at /usr/lib/perl5/5.8.7/CPAN.pm line 4487.
Use of chdir('') or chdir(undef) as chdir() is deprecated at /usr/lib/perl5/5.8.7/CPAN.pm line 4487.
Can't open perl script "Makefile.PL": No such file or directory
Panic: no build_dir? at /usr/lib/perl5/5.8.7/CPAN.pm line 4666.


cpan> install XMLRPC::Lite
Running install for module XMLRPC::Lite
Running make for B/BY/BYRNE/SOAP/SOAP-Lite-0.60a.tar.gz
...
 Failed Test    Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------------------
t/02-payload.t    2   512   125   24  19.20%  114-125
1 test and 11 subtests skipped.
Failed 1/8 test scripts, 87.50% okay. 12/293 subtests failed, 95.90% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Comment 1 Dr. Werner Fink 2005-11-08 11:07:06 UTC
Seems to be more a bug within CPAN
Comment 2 Michael Schröder 2005-11-08 11:47:36 UTC
Well, it works for me. Maybe recreating your cpan configuration helps, i.e.
rm -rf ~/.cpan
Comment 3 Bryce Nesbitt 2005-11-08 19:15:22 UTC
Thjanks, that got cpan working.