Your message dated Sat, 19 Jun 2010 16:33:59 +0000
with message-id <e1oq0zx-00036s...@ries.debian.org>
and subject line Bug#482864: fixed in gnome-pilot 2.0.17-2
has caused the Debian Bug report #482864,
regarding gpilotd cannot communicate with HAL
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
482864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482864
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-pilot
Version: 2.0.15-2.1
Severity: important
Tags: patch
gpilotd did not communicate with HAL since ~30/03 in lenny, so synchronisation
never begins, altough it could be forced via pilot-link CLI.
I found HAL key "info.bus" is no more used, and this information is now in
"info.subsystem" key.
With the attached patch, I'm able to sync my Zire 72 using gpilotd.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gnome-pilot depends on:
ii gconf2 2.22.0-1 GNOME configuration database syste
ii libart-2.0-2 2.3.20-2 Library of functions for 2D graphi
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libbonobo2-0 2.22.0-1 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.22.0-1 The Bonobo UI library
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.2.1-2 simple interprocess messaging syst
ii libdbus-glib-1-2 0.74-2 simple interprocess messaging syst
ii libgconf2-4 2.22.0-1 GNOME configuration database syste
ii libglade2-0 1:2.6.2-1 library to load .glade files at ru
ii libglib2.0-0 2.16.3-2 The GLib library of C routines
ii libgnome-pilot2 2.0.15-2.1 Support libraries for gnome-pilot
ii libgnome2-0 2.20.1.1-1 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented display
ii libgnomeui-0 2.20.1.1-1 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 1:2.22.0-2 GNOME Virtual File System (runtime
ii libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface
ii libhal1 0.5.11~rc2-1 Hardware Abstraction Layer - share
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii liborbit2 1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii libpanel-applet2-0 2.20.3-3 library for GNOME Panel applets
ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio
ii libpisock9 0.12.3-4+b1 library for communicating with a P
ii libpisync1 0.12.3-4+b1 synchronization library for PalmOS
ii libpopt0 1.10-3 lib for parsing cmdline parameters
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libxml2 2.6.32.dfsg-2 GNOME XML library
Versions of packages gnome-pilot recommends:
ii gnome-pilot-conduits 2.0.15-1.2 conduits for gnome-pilot
-- no debconf information
diff -u gnome-pilot-2.0.15.debian.orig/gpilotd/gpilotd.c
gnome-pilot-2.0.15/gpilotd/gpilotd.c
--- gnome-pilot-2.0.15.debian.orig/gpilotd/gpilotd.c 2006-11-18
14:50:10.000000000 +0100
+++ gnome-pilot-2.0.15/gpilotd/gpilotd.c 2008-05-25 17:48:12.000000000
+0200
@@ -1048,8 +1048,13 @@
* and then try to match the usb_device.product_id and
usb_device.vendor_id
* against the list in devices.xml.
*/
- if (!(bus = libhal_device_get_property_string (hal_ctx, udi,
"info.bus", NULL)))
- return;
+ if (!(bus = libhal_device_get_property_string (hal_ctx, udi,
"info.bus", NULL))) {
+ /* Bastien Durel: newer HAL seems to use info.subsystem, not
info.bus */
+ if (!(bus = libhal_device_get_property_string (hal_ctx, udi,
"info.subsystem", NULL))) {
+ return;
+ }
+ }
+
if (strcmp (bus, "usb_device") != 0) {
libhal_free_string (bus);
return;
--- End Message ---
--- Begin Message ---
Source: gnome-pilot
Source-Version: 2.0.17-2
We believe that the bug you reported is fixed in the latest version of
gnome-pilot, which is due to be installed in the Debian FTP archive:
gnome-pilot_2.0.17-2.debian.tar.gz
to main/g/gnome-pilot/gnome-pilot_2.0.17-2.debian.tar.gz
gnome-pilot_2.0.17-2.dsc
to main/g/gnome-pilot/gnome-pilot_2.0.17-2.dsc
gnome-pilot_2.0.17-2_amd64.deb
to main/g/gnome-pilot/gnome-pilot_2.0.17-2_amd64.deb
libgnome-pilot2-dev_2.0.17-2_amd64.deb
to main/g/gnome-pilot/libgnome-pilot2-dev_2.0.17-2_amd64.deb
libgnome-pilot2_2.0.17-2_amd64.deb
to main/g/gnome-pilot/libgnome-pilot2_2.0.17-2_amd64.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 482...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Neil Williams <codeh...@debian.org> (supplier of updated gnome-pilot 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 19 Jun 2010 15:11:45 +0100
Source: gnome-pilot
Binary: gnome-pilot libgnome-pilot2 libgnome-pilot2-dev
Architecture: source amd64
Version: 2.0.17-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Neil Williams <codeh...@debian.org>
Description:
gnome-pilot - A GNOME applet for management of your Palm PDA
libgnome-pilot2 - Support libraries for gnome-pilot
libgnome-pilot2-dev - Development libraries for gnome-pilot
Closes: 482864 564663
Changes:
gnome-pilot (2.0.17-2) unstable; urgency=low
.
* QA upload.
* Merge prior Debian changes back into the package, including
NMU's by Arjan Oosting <ar...@debian.org> and
Philipp Kern <pk...@debian.org>. Thanks to both.
* Fix "new upstream versions available" (Closes: #564663)
* Allow the info.subsystem HAL key (Closes: #482864)
* debian/patches/fix-help.dpatch: fix segfault when selecting "help"
from the context menu, from Ubuntu. (LP: #414269)
* debian/patches/fix-timeout-segfault.dpatch: fix segfault caused by
timeout handler running during shutdown. (LP: #189389)
* Add fix-panel-icon.dpatch: Fix panel icon. Thanks to Matt Davey
(upstream) for the patch! (LP: #349650)
Checksums-Sha1:
f992d845cf665e2d7b897f55665482c21e7c3ebd 1628 gnome-pilot_2.0.17-2.dsc
adbb6011d27f633f16e4c110a7279c660f5485ab 13048
gnome-pilot_2.0.17-2.debian.tar.gz
b09687546be0d2c5b62dc0952eba01853370341f 619900 gnome-pilot_2.0.17-2_amd64.deb
948de0192f60b70d5956c74ae5985ebf41e8d75b 123550
libgnome-pilot2_2.0.17-2_amd64.deb
5c32fa53866deba40cdffced085a08bbf7d2f7d0 158902
libgnome-pilot2-dev_2.0.17-2_amd64.deb
Checksums-Sha256:
c86697f50910c91e4be92d47acf2fd73a9bb65979db30e3ed0906cabfd8b232a 1628
gnome-pilot_2.0.17-2.dsc
d2dca1e23d9e283923db770c6e83c07cfeb0d0e3433ae7eb3a3d8c007fe04c4e 13048
gnome-pilot_2.0.17-2.debian.tar.gz
05831d276877338dca8d33c9c30cb7ea3e692ec27833fb80088a0fc894be9571 619900
gnome-pilot_2.0.17-2_amd64.deb
f4e2b6d894110bf520d2afa1b796cc4f7552544f42e20e61d87c9015f3ed372e 123550
libgnome-pilot2_2.0.17-2_amd64.deb
a1abbcea3fd82633c576fb962c2c1c5d068e4066a840cefdd94a8c1d6b052012 158902
libgnome-pilot2-dev_2.0.17-2_amd64.deb
Files:
5892b90634b99a658ba6855929468092 1628 gnome extra gnome-pilot_2.0.17-2.dsc
a30267b03b9b0f0fb67991db23fbb45a 13048 gnome extra
gnome-pilot_2.0.17-2.debian.tar.gz
fb0f981abe50afbceecda7a048aa4a45 619900 gnome extra
gnome-pilot_2.0.17-2_amd64.deb
3c11678a1c5c7ccd4f6bea6fbdc4c59d 123550 libs optional
libgnome-pilot2_2.0.17-2_amd64.deb
aff650c1d7964259da2ce6b31436cb10 158902 libdevel extra
libgnome-pilot2-dev_2.0.17-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwc6aIACgkQiAEJSii8s+MTRACg5C74SxzGG31n+aJD5za0IveS
KAQAoNrZa6q22FDGJcQN7rl/JR6vglQC
=AWAl
-----END PGP SIGNATURE-----
--- End Message ---