Hi,

OS: FC4
With gamin-0.1.1-3.FC4 and gamin-devel-0.1.1-3.FC4 installed

I have hit an error while trying to install Sys::Gamin. I can can run 
make but the `make test` is failing.

The test file for Sys::Gamin reads:

use Test;
use SGI::FAM;

plan tests => 1;

ok (SGI::FAM::FAMChanged != SGI::FAM::FAMDeleted);


So I tried to install SGI::FAM but when the tests are run, it fails 
again.

The error from SGI::Fam is 
...snip
usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 .) 
at t/fam.t line 1.
BEGIN failed--compilation aborted at t/fam.t line 1.
t/fam....dubious
        Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2


Below is the error from Gamin
...snip
/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 .) 
at t/gamin.t line 2.
BEGIN failed--compilation aborted at t/gamin.t line 2.
t/gamin....dubious
        Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2


Does anyone know what I am missing? 
TIA,
Dp.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to