Your message dated Tue, 31 Oct 2006 05:47:24 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393782: fixed in mouseemu 0.15-5
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: mouseemu
Version: 0.15-4
Severity: normal

$ LANG=C sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
  python-central
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up mouseemu (0.15-4) ...
Starting mouse emulation daemon: invoke-rc.d: initscript mouseemu, action 
"start" failed.
dpkg: error processing mouseemu (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 mouseemu
E: Sub-process /usr/bin/dpkg returned an error code (1)


The problem is the "modprobe -q uinput" in /etc/init.d/mouseemu.
I have a localy compile kernel and without this module. So the modprobe fails
and the upgrade also fails.


I can propose the patch:
--- mouseemu    2006-10-17 21:14:00.000000000 +0200
+++ /etc/init.d/mouseemu        2006-10-17 21:14:12.000000000 +0200
@@ -37,7 +37,7 @@
 case "$1" in
   start)
        echo -n "Starting $DESC: "
-       modprobe -q uinput
+       modprobe -q uinput || true
        # Give udev some time to create the device node
        sleep 1
        start-stop-daemon --start --quiet --exec $DAEMON -- $MOUSEEMU_OPTS 
>/dev/null


This will give:
[...]
Setting up mouseemu (0.15-4) ...
Starting mouse emulation daemon: mouseemu.

[EMAIL PROTECTED]:$ open: No such file or directory
No uinput device found! Make sure the uinput module is loaded
or CONFIG_INPUT_UINPUT is compiled into the kernel.

So it is clear something bad happened.


Note that this bug should not happen with a Debian kernel package so you may
decide to just close this bug report.

Bye,

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages mouseemu depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  procps                       1:3.2.7-3   /proc file system utilities

mouseemu recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mouseemu
Source-Version: 0.15-5

We believe that the bug you reported is fixed in the latest version of
mouseemu, which is due to be installed in the Debian FTP archive:

mouseemu_0.15-5.diff.gz
  to pool/main/m/mouseemu/mouseemu_0.15-5.diff.gz
mouseemu_0.15-5.dsc
  to pool/main/m/mouseemu/mouseemu_0.15-5.dsc
mouseemu_0.15-5_powerpc.deb
  to pool/main/m/mouseemu/mouseemu_0.15-5_powerpc.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.
Gaudenz Steinlin <[EMAIL PROTECTED]> (supplier of updated mouseemu 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: Mon, 30 Oct 2006 12:25:57 +0100
Source: mouseemu
Binary: mouseemu
Architecture: source powerpc
Version: 0.15-5
Distribution: unstable
Urgency: medium
Maintainer: Gaudenz Steinlin <[EMAIL PROTECTED]>
Changed-By: Gaudenz Steinlin <[EMAIL PROTECTED]>
Description: 
 mouseemu   - Emulate mouse buttons and mouse wheel
Closes: 393782
Changes: 
 mouseemu (0.15-5) unstable; urgency=medium
 .
   * don't fail to start if uinput is not compiled as a module (Closes: 393782)
Files: 
 2b3d5772b188e1cb497f742a4914a257 934 utils optional mouseemu_0.15-5.dsc
 20fae08a9d83eaa9f8aab5689ea50e90 10760 utils optional mouseemu_0.15-5.diff.gz
 a848fac23fcdca9f6532e02224ea4765 14496 utils optional 
mouseemu_0.15-5_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iQEVAwUBRUdQX00yN7tZsYcyAQIzMgf/Z4pV1/eF0VnnlFDwzvotA2chwq2V6kpk
OqGHT1SvUVA84OQO78M+ENdn4fkvqjOjLHD7aikpLJzMW6bsgzmEB+bcnJk84fta
oojSuzO0JWibHBkcS2MCevrdehaBy9rscmqsJTdNqcbB6/TJQpGYXvJyMax1l8h3
yGuKTlcnT73BpMaE+CW4iQYvaCNXtYMIKZtZw8mF06Oz/vw+fBKWBMGQp4Ls2W8f
E/KQsN2jQ3tYOv6Z9dk8ZIQWVlwQ4sx7xU/fnnNxmO7I42b1Zar5Li3GNeXPDctf
oNkdWJCRUWaJiOTh8PoqH8BMlpY1zW6s0KzTlLiOVDgdr8Hy3wpx4w==
=drlx
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to