On Tue, 22 Feb 2005 09:57:34 -0800, Linda W <[EMAIL PROTECTED]> wrote:
> Steve Peters wrote: > > make test suppresses a lot of the output of the failure. Can you send the > > > > output from the test? Go to the directory that you are compiling Perl > > from and run ./perl t/op/groups.t > > /usr/src/local-packages/perl-5.8.6/t> ./perl ./op/groups.t > # groups = uid=5013(law) gid=10(wheel) > groups=0(root),5(tty),6(disk),10(wheel),12(mail),14(uucp),16(dialout),17(au > dio),26(cron),33(video),42(trusted),102(law),131(squid),200(users),200(user > s),201(lawEmail),202(home),203(private),10000(Administrators),50000(sweepup > d),50002(trusted_local_net_users) # > groups=0(root),5(tty),6(disk),10(wheel),12(mail),14(uucp),16(dialout),17(au > dio),26(cron),33(video),42(trusted),102(law),131(squid),200(users),200(user > s),201(lawEmail),202(home),203(private),10000(Administrators),50000(sweepup > d),50002(trusted_local_net_users) # g0 = 0(root) 5(tty) 6(disk) 10(wheel) > 12(mail) 14(uucp) 16(dialout) 17(audio) 26(cron) 33(video) 42(trusted) > 102(law) 131(squid) 200(users) 200(users) 201(lawEmail) 202(home) > 203(private) 10000(Administrators) 50000(sweepupd) > 50002(trusted_local_net_users) # g1 = root tty disk wheel mail uucp dialout > audio cron video trusted law squid users users lawEmail home private > Administrators sweepupd trusted_local_net_users 1..2 > # pwgid = 10, pwgnam = wheel > # gr = trusted_local_net_users sweepupd Administrators private home lawEmail > > users users squid law trusted video cron audio dialout uucp mail disk tty that's "users" twice. gr1 also shows it twice, but gr2 only once Your group file ain't that big either. This reminds me of a bug in Cygwin way back. I would have to dig to see what we did about it then. > root #gr1 is <Administrators audio cron dialout disk home law lawEmail mail > private root squid sweepupd trusted trusted_local_net_users tty users users > uucp video> #gr2 is <Administrators audio cron dialout disk home law > lawEmail mail private root squid sweepupd trusted trusted_local_net_users > tty users uucp video> not ok 1 > ok 2 > ------------------ > > H.Merijn Brand wrote: > >You do not by any chance have a HUGE group file, do you? > > > ># wc -l /etc/group > 84 /etc/group > > ---- > The notable 'feature' about this problem might be the number of > groups the development username is in...(?) > > myconfig: > Summary of my $package (revision $revision $version_patchlevel_string) > configura tion: > Platform: > osname=$osname, osvers=$osvers, archname=$archname > uname='$myuname' > config_args='$config_args' > hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction > usethreads=$usethreads use5005threads=$use5005threads > useithreads=$useithrea > ds usemultiplicity=$usemultiplicity > useperlio=$useperlio d_sfio=$d_sfio uselargefiles=$uselargefiles > usesocks=$u > sesocks > use64bitint=$use64bitint use64bitall=$use64bitall > uselongdouble=$uselongdoub > le > usemymalloc=$usemymalloc, bincompat5005=undef > Compiler: > cc='$cc', ccflags ='$ccflags', > optimize='$optimize', > cppflags='$cppflags' > ccversion='$ccversion', gccversion='$gccversion', > gccosandvers='$gccosandver > s' > intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, > doublesize=$doublesi > ze, byteorder=$byteorder > d_longlong=$d_longlong, longlongsize=$longlongsize, > d_longdbl=$d_longdbl, lo > ngdblsize=$longdblsize > ivtype='$ivtype', ivsize=$ivsize, nvtype='$nvtype', nvsize=$nvsize, > Off_t='$ > lseektype', lseeksize=$lseeksize > alignbytes=$alignbytes, prototype=$prototype > Linker and Libraries: > ld='$ld', ldflags ='$ldflags' > libpth=$libpth > libs=$libs > perllibs=$perllibs > libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl > gnulibc_version='$gnulibc_version' > Dynamic Linking: > dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, > ccdlflags='$ccdlflags' cccdlflags='$cccdlflags', lddlflags='$lddlflags' > > !NO!SUBS! > !GROK!THIS! > > -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using Perl 5.6.2, 5.8.0, 5.8.3, & 5.9.2 on HP-UX 10.20, 11.00 & 11.11, AIX 4.3, SuSE 9.0 pro 2.4.21 & Win2k. http://www.cmve.net/~merijn Smoking perl: [email protected], perl QA: http://qa.perl.org reports to: [EMAIL PROTECTED], [email protected]
