[jifty-devel] Trouble installing Jifty

Todd Chapman todd at chaka.net
Tue Dec 27 10:43:01 EST 2005


As part of installing Jifty I am installing Email::Send.

When I do "make test" I get this:

mini:~/Email-Send-1.99_01 chapman$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/email-send....ok 4/0Can't guess application root from current path (/Users/chapman/Email-Send-1.99_01) or bin path (/Users/chapman/Email-Send-1.99_01/t)
END failed--call queue aborted, <DATA> line 16.
# Looks like your test died just after 22.
t/email-send....dubious                                                      
        Test returned status 255 (wstat 65280, 0xff00)
        after all the subtests completed successfully
t/test..........ok                                                           
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/email-send.t  255 65280    22    0   0.00%  ??
Failed 1/2 test scripts, 50.00% okay. 0/25 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 255


I grepped for that error and found that it is coming from
Jifty::Util

mini:~/Email-Send-1.99_01 chapman$ grep -r -i "guess application root" /usr/local/lib/perl5/site_perl/5.8.7/
/usr/local/lib/perl5/site_perl/5.8.7/darwin-2level/Jifty/Util.pm:    die "Can't guess application root from current path ("


How does Jifty::Util get mixed up in the installation of Email::Send?

Thanks.

-Todd


More information about the jifty-devel mailing list