Your message dated Fri, 28 Sep 2007 07:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#406890: fixed in makedev 2.3.1-84
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: makedev
Version: 2.3.1-83
Severity: normal
Tags: patch
$ sudo ./MAKEDEV uinput
udev active, devices will be created in /dev/.static/dev/
mknod: `input/uinput-': No such file or directory
makedev input/uinput c 10 223 root root 0660: failed
Unlike for all other device nodes in subdirectories, MAKEDEV doesn't
guarantee that the input directory exists before trying to create
input/uinput. Patch attached.
Thanks,
--
Colin Watson [EMAIL PROTECTED]
diff -u makedev-2.3.1/MAKEDEV makedev-2.3.1/MAKEDEV
--- makedev-2.3.1/MAKEDEV
+++ makedev-2.3.1/MAKEDEV
@@ -1154,6 +1154,7 @@
makedev systrace c 10 226 $private
;;
uinput)
+ mkdir -p input
makedev input/uinput c 10 223 $mouse
;;
js)
--- End Message ---
--- Begin Message ---
Source: makedev
Source-Version: 2.3.1-84
We believe that the bug you reported is fixed in the latest version of
makedev, which is due to be installed in the Debian FTP archive:
makedev_2.3.1-84.diff.gz
to pool/main/m/makedev/makedev_2.3.1-84.diff.gz
makedev_2.3.1-84.dsc
to pool/main/m/makedev/makedev_2.3.1-84.dsc
makedev_2.3.1-84_all.deb
to pool/main/m/makedev/makedev_2.3.1-84_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated makedev package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 28 Sep 2007 16:02:27 +0900
Source: makedev
Binary: makedev
Architecture: source all
Version: 2.3.1-84
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description:
makedev - creates device files in /dev
Closes: 386712 394863 406890 408810 428222 437329
Changes:
makedev (2.3.1-84) unstable; urgency=low
.
* add 'fd' to the list of targets created in the postinst, closes: #394863
* ensure subdir exists before trying to make uinput, closes: #406890
* add armel to the architecture list, closes: #408810
* correct LSB-formatted init.d script meta info, closes: #386712
* init.d script is no longer needed, so remove it. closes: #428222
* add cbm target, closes: #437329
Files:
25c44798f419ef9f15b7b45a97392a00 546 admin required makedev_2.3.1-84.dsc
fc4889b9c47cf3cb5189809d91cd4671 47271 admin required makedev_2.3.1-84.diff.gz
657524b3531489dc149de80006bdc70b 41152 admin required makedev_2.3.1-84_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG/KfPZKfAp/LPAagRAhlNAJ90anGV5PYgnDb7mtCO/KTlprZmhQCfYTmw
T+HUJIm1XlVgMJjs3TJ3ltI=
=mFjc
-----END PGP SIGNATURE-----
--- End Message ---