2008/3/5, Paul Marques Mota <[EMAIL PROTECTED]>:
> I believe that the bug that's been reported is not fixed in the latest
>  version of
>  libraw1394. I join the output of several tools I used

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.

Sorry for the noise,
-- 
    Paul
--- libraw1394-8.postinst.orig	2008-03-05 13:58:48.000000000 +0100
+++ libraw1394-8.postinst	2008-03-05 13:59:25.000000000 +0100
@@ -2,7 +2,7 @@
 
 if [ "$1" = "configure" ]; then
 	echo -n "Creating device node /dev/raw1394... "
-        if test -x /sbin/MAKEDEV; then
+        if test -e /sbin/MAKEDEV; then
             # see lm-sensors source to see how it works
             cd /dev && /sbin/MAKEDEV raw1394
         else

Reply via email to