Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Wed, 22 Aug 2001 08:30:55 +0200 From: Corinna Vinschen To: cygwin-apps AT cygwin DOT com Subject: Re: perl, second shot (was: Re: first shot perl) Message-ID: <20010822083055.A23221@cygbert.vinschen.de> Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <3B82D37D DOT 24205 DOT FBBF7EA AT localhost> <3B82D612 DOT 40201 AT ece DOT gatech DOT edu> <20010821175029 DOT A24457 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010821175029.A24457@redhat.com>; from cgf@redhat.com on Tue, Aug 21, 2001 at 05:50:29PM -0400 On Tue, Aug 21, 2001 at 05:50:29PM -0400, Christopher Faylor wrote: > On Tue, Aug 21, 2001 at 05:43:46PM -0400, Charles Wilson wrote: > >> WITH ntsec-harness i got these errors, i wonder why groups.t failed with > >> ntsec in this previous build and failed not without ntsec. > >> Also dubious is the pragma/strict error. > >> One build before that i got a pragma/warnings error instead of pragma/strict. > >> > >> Failed Test Status Wstat Total Fail Failed List of Failed > >> ---------------------------------------------------------------------- > >> lib/glob-basic.t 9 1 11.11% 8 > >> op/groups.t 2 1 50.00% 1 > >> pragma/strict.t 93 1 1.08% 21 > >> 8 tests and 94 subtests skipped. > >> Failed 3/275 test scripts, 98.91% okay. 3/12830 subtests failed, 99.98% okay. > >> > >> After that i patched into groups.t, but it changes nothing. > > > >Strange. I'm willing to go ahead with this one, if it means having a > >more proactive maintainer who's not MIA. 3 subtest failures > >notwithstanding. But eventually these should be investigated and squashed. > > I remember group problems from back in the days when I was maintaining > a perl cygwin port (1997/1998). I thought it was a getgroups problem. > But, then I thought this was fixed in cygwin for ntsec. I just tested groups.t. It first failed since one of my groups has a space in the name and the groups.t test is sensitive for that, unfortunately. I changed the group name to not contain spaces and then the test was ok running under both, a privileged and a non-privileged user account. This is with the current developers version of Cygwin, ntsec on. Corinna