[Pkg-bluetooth-maintainers] Bug#387410: bluez-utils: fails on upgrade

Johan Thelmén jth at home.se
Wed Sep 20 21:31:16 UTC 2006


Marc F. Clemente wrote:
> Upon further investigation, I think that /dev/MAKEDEV is SUPPOSED to be
> there!  Please look at the thread for bug 387995.  Run the following
> command to put the symlink back in /dev/
> 
> apt-get --reinstall install makedev
> 
> Marc

Yes, If makedev is installed. If I remove makedev dpkg --purge makedev  it is not there.
Again bluez-utils is depending on udev OR makedev.

Eddy Petrişor can I close this as a duplicate bug? I don't think we need four bugs for the same issue.

My proposed patch is:
  if [ -x "$(command -v MAKEDEV)" ]; then
    echo "Creating device nodes ..."
    cd /dev; MAKEDEV bluetooth
  fi

Thanks to Martin F. Krafft for patch above also fixing similar problem in fuse-utils #385696.
Also policy say it is bad to depend a full path to binary and this patch will obey and use MAKEDEV in the path.

-- 
Johan Thelmén
Sweden Falun




More information about the Pkg-bluetooth-maintainers mailing list