From: Graham B. <gb...@po...> - 2001-04-11 12:32:13
|
Ah, now you are running with 5.00404, I don't have a copy of that handy. But at some point we are going to have to drop support for older versions of perl. Graham. On Wed, Apr 11, 2001 at 07:05:25AM -0500, Clif Harden wrote: > > New set of errors. > > Here is the print out. > > > /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 bin/ldapsearch.PL > > > /home/clif/perls/perl-ldap-0.22_02 60 : make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00ldif-entry......ok > t/01canon_dn........Sequence (?<...) not recognized at blib/lib/Net/LDAP/Util.pm line 293. > BEGIN failed--compilation aborted at t/01canon_dn.t line 3. > dubious > Test returned status 2 (wstat 512, 0x200) > t/02filter........../^(\\.|[^\\*]*)*\*/: regexp *+ operand could be empty at blib/lib/Net/LDAP/Filter.pm line 122. > BEGIN failed--compilation aborted at t/02filter.t line 4. > dubious > Test returned status 2 (wstat 512, 0x200) > t/50populate........skipping test on this platform > t/51search..........skipping test on this platform > t/52modify..........skipping test on this platform > t/53schema..........Ambiguous use of {entry} resolved to {"entry"} at blib/lib/Net/LDAP/Schema.pm line 575. > ok > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------------- > t/01canon_dn.t 2 512 ?? ?? % ?? > t/02filter.t 2 512 ?? ?? % ?? > Failed 2/7 test scripts, 71.43% okay. 0/14 subtests failed, 100.00% okay. > make: *** [test_dynamic] Error 29 > > > Regards, > > Clif > > > > > > > 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. > > > > > > > > > > > -- > > > > > > > > > > > > > > |