[rt-users] I'm stuck with RT dependency Log::Dispatch

JChen at paymentone.com JChen at paymentone.com
Sun Aug 10 19:43:12 EDT 2003


It didn't quite work.   I had to install YAML and another module to get it to work fine.   Thanks for pointing out that I might need dependency for other modules that I'm trying to install.

Jonathan Chen

-----Original Message-----
From: Rasmus Brøgger [mailto:Rasmus.Brogger at uni-c.dk] 
Sent: Sunday, August 10, 2003 3:11 PM
To: JChen at paymentone.com
Cc: rt-users at lists.fsck.com
Subject: Re: [rt-users] I'm stuck with RT dependency Log::Dispatch

On Sat, Aug 09, 2003 at 10:19:31PM -0700, JChen at paymentone.com wrote:
> Hello, I've fulfilled all dependency accept the above.   I tried to install it manually without CPAN and it still require cpan to get the install to work.   Anyone have any suggestions as to how I can get Log::Dispatch to work?   Thanks!
>  
> Below is a what I'm seeing.....
> ===================================
>  
> Running make test
> /usr/bin/perl Build test
> t/basic.........ok
> t/compat........ok
> t/runthrough....ok
>         6/18 skipped: YAML.pm is not installed t/signature.....skipped
>         all skipped: Skipping unless $ENV{TEST_SIGNATURE} is true t/xs............ok 3/11# Test 4 got: 'error building lib/XSTest.o from 
> 'lib/XSTest.so' at 
> /root/.cpan/build/Module-Build-0.19/blib/lib/Module/Build/Base.pm line 
> 1538.
> ' (t/xs.t at line 33)
> #   Expected: ''
> #  t/xs.t line 33 is: ok $@, '';
> t/xs............ok 6/11Can't exec "gcc'": No such file or directory at 
> /root/.cpan/build/Module-Build-0.19/blib/lib/Module/Build/Base.pm line 
> 1657.
> error building lib/XSTest.o from 'lib/XSTest.so' at 
> /root/.cpan/build/Module-Build-0.19/blib/lib/Module/Build/Base.pm line 
> 1538.
> t/xs............NOK 8# Test 8 got: 'error building lib/XSTest.o from 
> 'lib/XSTest.so' at 
> /root/.cpan/build/Module-Build-0.19/blib/lib/Module/Build/Base.pm line 
> 1538.
> ' (t/xs.t at line 50)
> #   Expected: ''
> #  t/xs.t line 50 is: ok $@, '';
> t/xs............FAILED tests 4, 8
>         Failed 2/11 tests, 81.82% okay
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/xs.t                    11    2  18.18%  4 8
> 1 test and 6 subtests skipped.
> Failed 1/5 test scripts, 80.00% okay. 2/70 subtests failed, 97.14% okay.
> make: *** [test] Error 29
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force This module requires Module::Build to install itself.
>  

The last message of you error "This module requires Module::Build to
install itself". Install Module::Build 'perl -MCPAN -e 'install
Module::Build'

Cheers
/rhb



More information about the rt-users mailing list