cpan question

2009-02-21 Thread Gene Heskett
Using cpan, trying to install Net::Ident (the other bits except razor were 
nominal from the same source)

Checking for Apache.pm... not found
Writing Makefile for Net::Ident
cp Ident.pm blib/lib/Net/Ident.pm
Manifying blib/man3/Net::Ident.3pm
  JPC/Net-Ident-1.20.tar.gz
  /usr/bin/make -- OK
Warning (usually harmless): 'YAML' not installed, will not store persistent 
state
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" 
t/*.t
t/0use.t  Net::Ident::_export_hooks() called too early to check prototype 
at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
t/0use.t  ok
t/apache.t .. Net::Ident::_export_hooks() called too early to check prototype 
at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
t/apache.t .. skipped: (no reason given)
t/compat.t .. Net::Ident::_export_hooks() called too early to check prototype 
at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
t/compat.t .. skipped: (no reason given)
t/Ident.t ... Net::Ident::_export_hooks() called too early to check prototype 
at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
t/Ident.t ... Failed 3/8 subtests

Test Summary Report
---
t/Ident.t (Wstat: 0 Tests: 8 Failed: 3)
  Failed tests:  1-3
Files=4, Tests=9, 112 wallclock secs ( 0.04 usr  0.01 sys +  1.61 cusr  0.42 
csys =  2.08 CPU)
Result: FAIL
Failed 1/4 test programs. 3/9 subtests failed.
make: *** [test_dynamic] Error 255
  JPC/Net-Ident-1.20.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports JPC/Net-Ident-1.20.tar.gz
Warning (usually harmless): 'YAML' not installed, will not store persistent 
state
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
 JPC/Net-Ident-1.20.tar.gz: make_test NO

This YAML does not appear to be available via yum if that's important

Suggestions please?

Many thanks too, I forgot to add that to the other message I sent a few 
minutes ago.  My apologies.
-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
modesty, n.:
Being comfortable that others will discover your greatness.


Re: cpan question

2009-02-21 Thread Bill Landry
Gene Heskett wrote:
> Using cpan, trying to install Net::Ident (the other bits except razor were 
> nominal from the same source)
> 
> Checking for Apache.pm... not found
> Writing Makefile for Net::Ident
> cp Ident.pm blib/lib/Net/Ident.pm
> Manifying blib/man3/Net::Ident.3pm
>   JPC/Net-Ident-1.20.tar.gz
>   /usr/bin/make -- OK
> Warning (usually harmless): 'YAML' not installed, will not store persistent 
> state
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" 
> t/*.t
> t/0use.t  Net::Ident::_export_hooks() called too early to check prototype 
> at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
> t/0use.t  ok
> t/apache.t .. Net::Ident::_export_hooks() called too early to check prototype 
> at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
> t/apache.t .. skipped: (no reason given)
> t/compat.t .. Net::Ident::_export_hooks() called too early to check prototype 
> at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
> t/compat.t .. skipped: (no reason given)
> t/Ident.t ... Net::Ident::_export_hooks() called too early to check prototype 
> at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm line 29.
> t/Ident.t ... Failed 3/8 subtests
> 
> Test Summary Report
> ---
> t/Ident.t (Wstat: 0 Tests: 8 Failed: 3)
>   Failed tests:  1-3
> Files=4, Tests=9, 112 wallclock secs ( 0.04 usr  0.01 sys +  1.61 cusr  0.42 
> csys =  2.08 CPU)
> Result: FAIL
> Failed 1/4 test programs. 3/9 subtests failed.
> make: *** [test_dynamic] Error 255
>   JPC/Net-Ident-1.20.tar.gz
>   /usr/bin/make test -- NOT OK
> //hint// to see the cpan-testers results for installing this module, try:
>   reports JPC/Net-Ident-1.20.tar.gz
> Warning (usually harmless): 'YAML' not installed, will not store persistent 
> state
> Running make install
>   make test had returned bad status, won't install without force
> Failed during this command:
>  JPC/Net-Ident-1.20.tar.gz: make_test NO
> 
> This YAML does not appear to be available via yum if that's important
> 
> Suggestions please?
> 
> Many thanks too, I forgot to add that to the other message I sent a few 
> minutes ago.  My apologies.

Try cpan install YAML (yes, in all caps).

Bill


Re: cpan question

2009-02-21 Thread Gene Heskett
On Saturday 21 February 2009, Bill Landry wrote:
>Gene Heskett wrote:
>> Using cpan, trying to install Net::Ident (the other bits except razor were
>> nominal from the same source)
>>
>> Checking for Apache.pm... not found
>> Writing Makefile for Net::Ident
>> cp Ident.pm blib/lib/Net/Ident.pm
>> Manifying blib/man3/Net::Ident.3pm
>>   JPC/Net-Ident-1.20.tar.gz
>>   /usr/bin/make -- OK
>> Warning (usually harmless): 'YAML' not installed, will not store
>> persistent state
>> Running make test
>> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
>> t/0use.t  Net::Ident::_export_hooks() called too early to check
>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>> line 29. t/0use.t  ok
>> t/apache.t .. Net::Ident::_export_hooks() called too early to check
>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>> line 29. t/apache.t .. skipped: (no reason given)
>> t/compat.t .. Net::Ident::_export_hooks() called too early to check
>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>> line 29. t/compat.t .. skipped: (no reason given)
>> t/Ident.t ... Net::Ident::_export_hooks() called too early to check
>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>> line 29. t/Ident.t ... Failed 3/8 subtests
>>
>> Test Summary Report
>> ---
>> t/Ident.t (Wstat: 0 Tests: 8 Failed: 3)
>>   Failed tests:  1-3
>> Files=4, Tests=9, 112 wallclock secs ( 0.04 usr  0.01 sys +  1.61 cusr 
>> 0.42 csys =  2.08 CPU)
>> Result: FAIL
>> Failed 1/4 test programs. 3/9 subtests failed.
>> make: *** [test_dynamic] Error 255
>>   JPC/Net-Ident-1.20.tar.gz
>>   /usr/bin/make test -- NOT OK
>> //hint// to see the cpan-testers results for installing this module, try:
>>   reports JPC/Net-Ident-1.20.tar.gz
>> Warning (usually harmless): 'YAML' not installed, will not store
>> persistent state
>> Running make install
>>   make test had returned bad status, won't install without force
>> Failed during this command:
>>  JPC/Net-Ident-1.20.tar.gz: make_test NO
>>
>> This YAML does not appear to be available via yum if that's important
>>
>> Suggestions please?
>>
>> Many thanks too, I forgot to add that to the other message I sent a few
>> minutes ago.  My apologies.
>
>Try cpan install YAML (yes, in all caps).
>
>Bill

2 questions then. 
1) what is it?

and 2) do I need it for SA?

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
... relaxed in the manner of a man who has no need to put up a front of
any kind.
-- John Ball, "Mark One: the Dummy"


Re: cpan question

2009-02-22 Thread mouss
Gene Heskett a écrit :
> On Saturday 21 February 2009, Bill Landry wrote:
>> Gene Heskett wrote:
>[snip]
>>> Warning (usually harmless): 'YAML' not installed, will not store
>>> persistent state
>>> Running make install
>>>   make test had returned bad status, won't install without force
>>> Failed during this command:
>>>  JPC/Net-Ident-1.20.tar.gz: make_test NO
>>>
>>> This YAML does not appear to be available via yum if that's important
>>>
>>> Suggestions please?
>>>
>>> Many thanks too, I forgot to add that to the other message I sent a few
>>> minutes ago.  My apologies.
>> Try cpan install YAML (yes, in all caps).
>>
>> Bill
> 
> 2 questions then. 
> 1) what is it?

http://en.wikipedia.org/wiki/YAML

> and 2) do I need it for SA?

it's needed by perl Module::Build ("Build and install Perl modules").


Re: cpan question

2009-02-22 Thread Theo Van Dinter
Since you don't need Net::Ident for SA, I'm going to say no.

:)

On Sat, Feb 21, 2009 at 10:28 PM, Gene Heskett  wrote:
> On Saturday 21 February 2009, Bill Landry wrote:
>>Gene Heskett wrote:
>>> Using cpan, trying to install Net::Ident (the other bits except razor were
>>> nominal from the same source)
>>>
>>> Checking for Apache.pm... not found
>>> Writing Makefile for Net::Ident
>>> cp Ident.pm blib/lib/Net/Ident.pm
>>> Manifying blib/man3/Net::Ident.3pm
>>>   JPC/Net-Ident-1.20.tar.gz
>>>   /usr/bin/make -- OK
>>> Warning (usually harmless): 'YAML' not installed, will not store
>>> persistent state
>>> Running make test
>>> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
>>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
>>> t/0use.t  Net::Ident::_export_hooks() called too early to check
>>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>>> line 29. t/0use.t  ok
>>> t/apache.t .. Net::Ident::_export_hooks() called too early to check
>>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>>> line 29. t/apache.t .. skipped: (no reason given)
>>> t/compat.t .. Net::Ident::_export_hooks() called too early to check
>>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>>> line 29. t/compat.t .. skipped: (no reason given)
>>> t/Ident.t ... Net::Ident::_export_hooks() called too early to check
>>> prototype at /root/.cpan/build/Net-Ident-1.20-FRTCAm/blib/lib/Net/Ident.pm
>>> line 29. t/Ident.t ... Failed 3/8 subtests
>>>
>>> Test Summary Report
>>> ---
>>> t/Ident.t (Wstat: 0 Tests: 8 Failed: 3)
>>>   Failed tests:  1-3
>>> Files=4, Tests=9, 112 wallclock secs ( 0.04 usr  0.01 sys +  1.61 cusr
>>> 0.42 csys =  2.08 CPU)
>>> Result: FAIL
>>> Failed 1/4 test programs. 3/9 subtests failed.
>>> make: *** [test_dynamic] Error 255
>>>   JPC/Net-Ident-1.20.tar.gz
>>>   /usr/bin/make test -- NOT OK
>>> //hint// to see the cpan-testers results for installing this module, try:
>>>   reports JPC/Net-Ident-1.20.tar.gz
>>> Warning (usually harmless): 'YAML' not installed, will not store
>>> persistent state
>>> Running make install
>>>   make test had returned bad status, won't install without force
>>> Failed during this command:
>>>  JPC/Net-Ident-1.20.tar.gz: make_test NO
>>>
>>> This YAML does not appear to be available via yum if that's important
>>>
>>> Suggestions please?
>>>
>>> Many thanks too, I forgot to add that to the other message I sent a few
>>> minutes ago.  My apologies.
>>
>>Try cpan install YAML (yes, in all caps).
>>
>>Bill
>
> 2 questions then.
> 1) what is it?
>
> and 2) do I need it for SA?
>
> Thanks.
>
> --
> Cheers, Gene
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> ... relaxed in the manner of a man who has no need to put up a front of
> any kind.
>-- John Ball, "Mark One: the Dummy"
>