Comment 10 for bug 11896

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 11 Jan 2005 16:15:39 -0800
From: Greg KH <email address hidden>
To: Roland Dreier <email address hidden>, <email address hidden>
Cc: Debian Bug Tracking System <email address hidden>
Subject: Re: Bug#289945: udev: does not create device nodes with large majors properly

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