On Tue, Jan 11, 2005 at 03:56:00PM -0800, Roland Dreier wrote:
>
> I'm not sure if this is a udev bug, a C library bug, or a problem with how
> udev is
> built, but I'll start the report under udev.
glibc "issue" Try upgrading it to a newer version.
To test this out, try grabbing the udev tarball and building it:
make
then as root:
make test
It should fail on the test "big minor number test" or "big major number
test" and "big major and big minor number test" (sorry I don't remember
the number of the test.)
Then try this:
make clean
make USE_KLIBC=true
and then as root:
make test
Odds are those tests then pass. If so, it's a glibc thing.
thanks,
greg k-h
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]