[Pkg-bluetooth-maintainers] Bug#387193: ./MAKEDEV: No such file or directory

Johan Thelmén jth at home.se
Tue Sep 12 21:19:59 UTC 2006


Package: bluez-utils
Version: 3.1-4+b1
Severity: serious
Tags: patch

Depends: libbluetooth2 (>= 3.0), libc6 (>= 2.3.6-6), libdbus-1-3,
libdbus-glib-1-2 (>= 0.71), libglib2.0-0 (>= 2.10.0), libusb-0.1-4
(>= 2:0.1.12), sysvinit (>= 2.80-  sysvinit (>= 2.80-1), modutils |
module-init-tools, makedev (<< 3.3.8.2-0) | udev, lsb-base (>= 3.0-3), dbus

I'm using udev not makedev.
bluez-utils is using makedev in setup without depending on it.

Setting up bluez-utils (3.1-4+b1) ...
Creating device nodes ...
/var/lib/dpkg/info/bluez-utils.postinst: line 38: ./MAKEDEV: No such file or directory
dpkg: error processing bluez-utils (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 bluez-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)

Using this instead should fix it.

  if [ -x "$(command -v MAKEDEV)" ]; then
    echo "creating fuse device node..."
    cd /dev; MAKEDEV fuse
  fi

Thanks to Martin F. Krafft for patch above and also fixing same error in fuse-utils #385696.

-- 
TIA Johan Thelmén
Sweden Falun




More information about the Pkg-bluetooth-maintainers mailing list