cpan has a problem Writing Makefile

Reini Urban rurban@x-ray.at
Mon Apr 28 09:10:00 GMT 2008


2008/4/28 Chap Harrison:
>  Reini Urban wrote:
>  > Do
>  >
>  >  cd ~/.cpan/build/Text-CSV_XS-0.45/
>  >  perl -d Makefile.PL
>  >
>  > and step until the error appears and send me the output.
>  >
>  I didn't get the error doing this.  Any other suggestions?

Well, then the error is fixed.
You reported that the Makefile could not be written.
Now it is written, and you can proceed installing it.
Reading the README would have helped.
http://search.cpan.org/src/HMBRAND/Text-CSV_XS-0.45/README

cd ~/.cpan/build/Text-CSV_XS-0.45/
perl Makefile.PL
make
make test
make install


>
>
>
>  ...r/.cpan/build/Text-CSV_XS-0.45$ perl -d Makefile.PL
>
>  Loading DB routines from perl5db.pl version 1.28
>  Editor support available.
>
>  Enter h or `h h' for help, or `man perldebug' for more help.
>
>  main::(Makefile.PL:5):  require 5.005; # <- also see postamble at the bottom
>  for META.yml
>   DB<1> n
>  main::(Makefile.PL:10): eval { require Text::CSV_XS };
>   DB<1>
>  main::(Makefile.PL:10): eval { require Text::CSV_XS };
>   DB<1>
>  main::(Makefile.PL:11): if (!$@ && $Text::CSV_XS::VERSION < 0.15) {
>   DB<1>
>  main::(Makefile.PL:23): my %wm = (
>  main::(Makefile.PL:24):     NAME         => "Text::CSV_XS",
>  main::(Makefile.PL:25):     ABSTRACT     => "Comma-Separated Values
>  manipulation routines",
>  main::(Makefile.PL:26):     AUTHOR       => "H.Merijn Brand
>  <h.merijn\@xs4all.nl>",
>  main::(Makefile.PL:27):     VERSION_FROM => "CSV_XS.pm",
>  main::(Makefile.PL:28):     PREREQ_PM    => { "DynaLoader"      => 0,
>  main::(Makefile.PL:29):                       "Config"          => 0,
>  main::(Makefile.PL:30):                       "IO::Handle"      => 0,
>  main::(Makefile.PL:31):                       "Test::More"      => 0,
>  main::(Makefile.PL:32):                       "Test::Harness"   => 0,
>   DB<1>
>  main::(Makefile.PL:44): $ExtUtils::MakeMaker::VERSION > 6.30 and
>  $wm{LICENSE} = "perl";
>   DB<1>
>  main::(Makefile.PL:46): my $rv = WriteMakefile (%wm);
>   DB<1>
>
> Writing Makefile for Text::CSV_XS
>
> main::(Makefile.PL:48): 1;
>   DB<1>
>  Debugged program terminated.  Use q to quit or R to restart,
>   use o inhibit_exit to avoid stopping after program termination,
>   h q, h R or h o to get additional info.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list