This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cpan has a problem Writing Makefile


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?

...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.  


-- 
View this message in context: http://www.nabble.com/cpan-has-a-problem-Writing-Makefile-tp16909407p16930328.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]