I now have a functional 2.2.2 ELF system, which successfully compiled glibc2
yesterday without any intervention.

I've just compiled the latest test release of perl and it fails 4
regression tests for various reasons. op/groups.t caught my eye.

op/groups.t compares the output from the groups command with getgroups().
It is failing because perl expects the returned array of GIDs to be
32 bit integers, whereas they are actually 16 bit integers.
glibc's bits/types.h has __gid_t as __u_int, whereas the kernel header
asm/posix_types.h has "typedef unsigned short   __kernel_gid_t"

Is glibc2.1 at fault here?

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

Reply via email to