[rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Behzad Mahini
I can't finalize my RTIR installation, as I can't do a successful installation of the last of the RTIR prerequisites due to a bunch of the tests failing for CPAN module GnuPG::Interface. Before posting, I did consult all the RTIR documentations, and GnuPG website, and CPAN, etc., and could

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Kevin Falcone
On Tue, Sep 22, 2009 at 11:06:57AM -0700, Behzad Mahini wrote: > I can't finalize my RTIR installation, as I can't do a successful > installation of the last of the RTIR prerequisites due to a bunch of > the tests failing for CPAN module GnuPG::Interface. Before posting, I > did consult all t

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Behzad Mahini
Here are the results of the manual install associated to "prove -lv t/ anythiing_that_fails" for all of the failing tests ('perl Makefile.PL' & 'make test' steps resulted in the same output as I had already reported in my earlier email): $ sudo prove -lv t/encrypt.t t/encrypt.t .. 1..3

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Jesse Vincent
On Tue, Sep 22, 2009 at 01:50:27PM -0700, Behzad Mahini wrote: > Here are the results of the manual install associated to "prove -lv t/ > anythiing_that_fails" for all of the failing tests ('perl > Makefile.PL' & 'make test' steps resulted in the same output as I had > already reported in

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Kevin Falcone
On Tue, Sep 22, 2009 at 01:50:27PM -0700, Behzad Mahini wrote: > Here are the results of the manual install associated to "prove -lv t/ > anythiing_that_fails" for all of the failing tests ('perl > Makefile.PL' & 'make test' steps resulted in the same output as I had > already reported in my

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Behzad Mahini
Results of 'prove -bv t/some_failing_test' (for all of the failed cases).. Based on what I am seeing in the following output, I'll wait for your response before I try Jesse's suggestion about the dev release (GnuPG-Interface-040.x Devel version). = $ sudo prove -bv t/encrypt.t t/enc

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-22 Thread Behzad Mahini
I attempted to manually install "GnuPG-Interface-040_04" ( 1--perl Makefile.PL 2-- make test,...), and it also failed during the 'make test' phase and hence no installation. Warning/Error messages were pretty much similar to the 'make test' phase of 'GnuPG- Interface-0.36' (with the exceptio

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-23 Thread Jesse Vincent
> $ sudo prove -blv t/get_public_keys.t > t/get_public_keys.t .. > 1..3 > gpg: WARNING: unsafe permissions on homedir `test' > not ok 1 > not ok 2 > not ok 3 > subkeys fail comparison; this is a known issue with GnuPG 1.0.1 at t/ > get_public_keys.t line 92. > Failed 3/3 subtests > > Test Summar

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-23 Thread Ruslan Zakirov
May be setting umask to a stricter value will make all those tests pass. On Wed, Sep 23, 2009 at 5:02 PM, Jesse Vincent wrote: > >> $ sudo prove -blv t/get_public_keys.t >> t/get_public_keys.t .. >> 1..3 >> gpg: WARNING: unsafe permissions on homedir `test' >> not ok 1 >> not ok 2 >> not ok 3 >>

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-23 Thread Behzad Mahini
Ok, I made the umask to be strict on the entire 'test' directory (recursively), and ran the "make test", and then "prove -lbv failing_cases "and some of the warnings/errors went away. However, there are still some more errors left (See Results shown below). Since some of these errors (Se

Re: [rt-users] Problem RTIR Installation -- CPAN's GnuPG::Interface tests failing

2009-09-24 Thread Jesse Vincent
On Wed 23.Sep'09 at 18:33:13 -0700, Behzad Mahini wrote: > Ok, I made the umask to be strict on the entire 'test' directory > (recursively), and ran the "make test", and then "prove -lbv You most certainly want -bv and not -lbv. > failing_cases "and some of the warnings/errors went away. >