Bug 132685 - cpan headaches HTML::Parser XMLRPC::Lite
Summary: cpan headaches HTML::Parser XMLRPC::Lite
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: Other SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Michael Schröder
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 09:01 UTC by Bryce Nesbitt
Modified: 2005-11-08 19:15 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.