On Tue, 19 Jun 2007 08:38:30 am Ludovic RESLINGER wrote:
>
> Ok, but this is not a specific problem of libraw1394 in this case.

No its not. irda-utils is another example.

>
> libraw1394 require /dev/MAKEDEV to create /dev/raw1394. If you use udev,
> you must activate and configure it before to install libraw1394.

udev is not active in a chroot.

>
> It is not a solution to apply your patch because if /dev/MAKEDEV doesn't
> exist, /dev/raw1394 won't be created and libraw1394 won't work.
>
> I don't know how udev work in chroot, I think that you should ask it at
> udev's maitainer.

Or your postinst could get smarter. Unconditionally calling
        "cd /dev && ./MAKEDEV"
*assumes* udev is active. That condition is not true in all cases.

Kel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to