On Wed, Mar 05, 2008 at 02:14:52PM +0100, Paul Marques Mota wrote:

> > I believe that the bug that's been reported is not fixed in the
> > latest version of libraw1394
> 
> The bug was actually on my system: /sbin/makedev was not executable
> and I was misled by the error message. A patch is included in
> attachment.
[...]
> -        if test -x /sbin/MAKEDEV; then
> +        if test -e /sbin/MAKEDEV; then

This won't help, because if MAKEDEV is not executable,

>              # see lm-sensors source to see how it works
>              cd /dev && /sbin/MAKEDEV raw1394

will fail anyway. The real question is, why is MAKEDEV not executable on
your system?

-- 
Met vriendelijke groet / with kind regards,
      Guus Sliepen <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to