From: Christoph N. <en...@ap...> - 2001-04-11 15:41:45
|
Test errors on: RedHat 6.2 2.2.18 i686 [enigma@perelandra perl-ldap-0.22_02]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......ok t/01canon_dn........Name "main::reforig" used only once: possible typo at t/01canon_dn.t line 86. Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. FAILED tests 23-28 Failed 6/28 tests, 78.57% okay t/02filter..........ok t/50populate........skipping test on this platform t/51search..........skipping test on this platform t/52modify..........skipping test on this platform t/53schema..........ok Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/01canon_dn.t 28 6 21.43% 23-28 3 tests skipped. Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% okay. make: *** [test_dynamic] Error 29 I just grabbed http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz and compiled - Christoph On Wed, 11 Apr 2001, Graham Barr wrote: > OK, I have fixed these error in CVS. > > If a few people could test this release on some real scripts > I will make a .23 release. > > Graham. > > On Tue, Apr 10, 2001 at 09:12:00PM -0500, Clif Harden wrote: > > > > > > Looks like we have a problem on this release when > > you do a make test. I get the following errors; > > > > > > > > /apps/clif/perls/perl-ldap-0.22_02 15 : make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > t/00ldif-entry......ok > > t/01canon_dn........Name "main::reforig" used only once: possible typo > > at t/01canon_dn.t line 86. > > Use of uninitialized value at blib/lib/Net/LDAP/Util.pm line 318. > > FAILED tests 23-28 > > Failed 6/28 tests, 78.57% okay > > t/02filter..........ok > > t/50populate........skipping test on this platform > > t/51search..........skipping test on this platform > > t/52modify..........skipping test on this platform > > t/53schema..........ok > > Failed Test Status Wstat Total Fail Failed List of failed > > ------------------------------------------------------------------------------- > > t/01canon_dn.t 28 6 21.43% 23-28 > > 3 tests skipped. > > Failed 1/7 test scripts, 85.71% okay. 6/194 subtests failed, 96.91% > > okay. > > make: *** [test_dynamic] Error > > 29 > > > > > > Once we fix these errors I think we should release .23. > > > > Regards, > > > > Clif Harden ch...@po... > > > > > > > > > > Graham Barr wrote: > > > > > > Whoops, sorry the file had the wrong permissions. It is there now > > > > > > Graham. > > > > > > On Tue, Apr 10, 2001 at 06:08:44PM +0100, Graham Barr wrote: > > > > I think it is about time we looked forward to a 0.23 release. > > > > > > > > I have put together a snapshot at http://monty.mutatus.co.uk/~gbarr/perl-ldap-0.22_02.tar.gz > > > > > > > > The release notes are > > > > > > > > > > > > perl-ldap 0.23 > > > > ================================ > > > > > > > > * Fixed bug in Net::LDAP::Filter when the filter contained an escaped * > > > > * Fixed SASL bind to call challenge with serverSaslCreds > > > > * Fixed some uninit errors in Net::LDAP::Entry > > > > * Various documention updates > > > > * Added Net::LDAP::Util::canonical_dn > > > > * Net::LDAP::LDIF will now call canonical_dn for any DN which > > > > contains non-printable characters > > > > * Added support for matchingruleuse, ditstructurerules, ditcontentrules > > > > and nameForms into Net::LDAP::Schema > > > > * The ->schema method in Net::LDAP has changed how it finds the > > > > schema to return. The new method is more correct, but there may > > > > be a possibility that this change has created an incompatability. > > > > * New control module Net::LDAP::Control::ProxyAuth from > > > > Olivier Dubois added > > > > > > > > > > > > If I have missed anything please let me know. > > > > > > > > Graham. > > > > > > > > -- > > > > > > |