In the last mail Philip Blundell said:

> The ARM port is missing the getgroups implementation that knows how to 
> convert from 16-bit __kernel_gid_t to 32-bit gid_t as seen by user space.  
> I'll make a patch which will hopefully be in the next release.
> 
> Meantime you should be able to fix it on your system by copying 
> libc/sysdeps/unix/sysv/linux/i386/getgroups.c into 
> libc/sysdeps/unix/sysv/linux/arm/.

I tried this, deleted getgroups.o .os and .op. recompiled, reinstalled and it 
appears that it hasn't worked (recompiled perl. perl still fails the test)

Do I need to tweak a makefile?
And shouldn't glibc detect that sizeof(__kernel_gid_t) != sizeof (__gid_t) and
compile this conversion code automatically?

Nick
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to