Hi imacat!

See my response below.

On Sunday 04 February 2007 21:41, Shlomi Fish wrote:
> On Sunday 04 February 2007 20:17, imacat wrote:
> > On Fri, 12 Jan 2007 11:31:23 +0200
> >
> > Shlomi Fish <[EMAIL PROTECTED]> wrote:
> > > http://www.nntp.perl.org/group/perl.cpan.testers/397523
> > > So I can't tell exactly what's wrong. Can you try to build the module
> > > manually and let me know exactly how it fails? This can be done by
> > > pasting the console output of ./Build test (STDOUT + STDERR) to the
> > > mail message.
> >
> > Dear Fish,
>
> Hi!
>
> First - a note. My first name is Shlomi and my last name is Fish. So you
> should address me as "Dear Mr. Fish" or "Dear Shlomi", not as "Dear Fish".
>
> >     Hi.  This is imacat.  Sorry that I seemed to lost your mail and
> > reply so late.  I did not notice your mail till now.
>
> OK. Don't worry about it too much.
>
> >     I attached the result below.  It seems that the prerequisite
> > Class::Accessor is not properly recognized and dealed with Module::Build.
> > I'm not familiar to Module::Build, so I left this issue to you.
>
> Thanks for your help. I'll try to reproduce it and see what's wrong.
>

Hi!

Sorry, but I'm unable to reproduce it. I:

1. Installed perl-5.8.8 under a prefix.

2. Configured CPAN (perl -MCPAN -e shell).

3. Ran "install CPANPLUS".

4. From within cpanp, I installed Module::Build and CPANPLUS::Dist::Build.

5. I ran the command you showed:

<<<<<<
test S/SH/SHLOMIF/Math-GrahamFunction-0.01.tar.gz
>>>>>>

And it succeeded perfectly. Maybe there's a problem in your configuration.

My dump is attached below.

Regards,

        Shlomi Fish

{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
shlomi:~$ ~/apps/perl/perl-5.8.8-debug/bin/cpanp
CPANPLUS::Shell::Default -- CPAN exploration and module installation (v0.076)
*** Please report bugs to <[EMAIL PROTECTED]>.
*** Using CPANPLUS::Backend v0.076.
*** ReadLine support available (try 'i Term::ReadLine::Perl').

CPAN Terminal> test S/SH/SHLOMIF/Math-GrahamFunction-0.01.tar.gz

Testing Math::GrahamFunction
Could not find or check module 'Module::Signature' [THIS MAY BE A PROBLEM!] 
at 
/home/shlomi/apps/perl/perl-5.8.8-debug/lib/site_perl/5.8.8/CPANPLUS/Module/Signature.pm
 
line 51
Checking whether your kit is complete...
Looks good

Checking prerequisites...
 - ERROR: Class::Accessor is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Creating new 'Build' script for 'Math-GrahamFunction' version '0.01'

Module 'Math::GrahamFunction' requires 'Class::Accessor' to be installed

If you don't wish to see this question anymore
you can disable it by entering the following commands on the prompt:
    's conf prereqs 1; s save'

Should I install this module? [Y/n]: y
Could not find or check module 'Module::Signature' [THIS MAY BE A PROBLEM!] 
at 
/home/shlomi/apps/perl/perl-5.8.8-debug/lib/site_perl/5.8.8/CPANPLUS/Module/Signature.pm
 
line 51
Running 
[/home/shlomi/apps/perl/perl-5.8.8-debug/bin/perl 
/home/shlomi/apps/perl/perl-5.8.8-debug/bin/cpanp-run-perl 
Makefile.PL ]...
Checking if your kit is complete...
Looks good
Writing Makefile for Class::Accessor
Running [/usr/bin/make test ]...
PERL_DL_NONLAZY=1 /home/shlomi/apps/perl/perl-5.8.8-debug/bin/perl 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" 
t/*.t
t/accessors.......ok
t/aliases.........ok
t/bestpractice....ok
t/croak...........ok
t/getset..........ok
All tests successful.
Files=5, Tests=114,  1 wallclock secs ( 0.30 cusr +  0.04 csys =  0.34 CPU)
Copying lib/Math/GrahamFunction.pm -> blib/lib/Math/GrahamFunction.pm
Copying lib/Math/GrahamFunction/SqFacts/Dipole.pm -> 
blib/lib/Math/GrahamFunction/SqFacts/Dipole.pm
Copying lib/Math/GrahamFunction/Object.pm -> 
blib/lib/Math/GrahamFunction/Object.pm
Copying lib/Math/GrahamFunction/SqFacts.pm -> 
blib/lib/Math/GrahamFunction/SqFacts.pm
Manifying blib/lib/Math/GrahamFunction/SqFacts.pm -> 
blib/libdoc/Math::GrahamFunction::SqFacts.3
Manifying blib/lib/Math/GrahamFunction/Object.pm -> 
blib/libdoc/Math::GrahamFunction::Object.3
Manifying blib/lib/Math/GrahamFunction.pm -> 
blib/libdoc/Math::GrahamFunction.3
Manifying blib/lib/Math/GrahamFunction/SqFacts/Dipole.pm -> 
blib/libdoc/Math::GrahamFunction::SqFacts::Dipole.3
t/00-load.........ok 1/1# Testing Math::GrahamFunction 0.01, Perl 
5.008008, /home/shlomi/apps/perl/perl-5.8.8-debug/bin/perl
t/00-load.........ok
t/01-results......ok
t/boilerplate.....ok
t/pod-coverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD 
coverage
t/pod.............skipped
        all skipped: Test::Pod 1.14 required for testing POD
All tests successful, 2 tests skipped.
Files=5, Tests=104,  1 wallclock secs ( 0.75 cusr +  0.07 csys =  0.82 CPU)
*** Install log written to:
  /home/shlomi/.cpanplus/install-logs/Math-GrahamFunction-1170619036.log

Module 'Math::GrahamFunction' tested successfully
No errors testing all modules

CPAN Terminal> s conf prereqs 1; s save

Key 'prereqs' was set to '1'
Configuration successfully saved to CPANPLUS::Config::User
CPAN Terminal>   
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://www.shlomifish.org/

Chuck Norris wrote a complete Perl 6 implementation in a day but then
destroyed all evidence with his bare hands, so no one will know his secrets.

Reply via email to