[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#612334: marked as done (vusb-analyzer: Doesn't work when locale is set to pl_PL.UTF-8)



Your message dated Mon, 07 Feb 2011 23:12:26 +0000
with message-id <E1PmaFu-0007Mz-B4@franck.debian.org>
and subject line Bug#612334: fixed in vusb-analyzer 1.1-3
has caused the Debian Bug report #612334,
regarding vusb-analyzer: Doesn't work when locale is set to pl_PL.UTF-8
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 owner@bugs.debian.org
immediately.)


-- 
612334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612334
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: vusb-analyzer
Version: 1.1-2
Severity: important

vusb-analyzer doesn't work, when locale is set to pl_PL.UTF-8. It works after setting it to C. I used sample file from vusb-analyzer homepage:

scibi@karaluszek:~$ vusb-analyzer /tmp/windows-storage-mount.log 
Warning: psyco not found, install it for a nice speed boost.
Loaded decoder module 'Cypress'
Loaded decoder module 'Storage'
Loaded decoder module 'Bluetooth'
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/vusb-analyzer/VUsbTools/Log.py", line 696, in run
    self.parser.parse(line)
  File "/usr/lib/vusb-analyzer/VUsbTools/Log.py", line 183, in parse
    UsbIOParser.parse(self, l[1][:-1], self.parseRelativeTime(line),
  File "/usr/lib/vusb-analyzer/VUsbTools/Log.py", line 190, in parseRelativeTime
    t = self.parseTime(line)
  File "/usr/lib/vusb-analyzer/VUsbTools/Log.py", line 207, in parseTime
    parsed = time.strptime(stamp, "%b %d %H:%M:%S")
  File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time
    return _strptime(data_string, format)[0]
  File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime
    (data_string, format))
ValueError: time data 'Jan 11 23:40:52' does not match format '%b %d %H:%M:%S'

scibi@karaluszek:~$ export LC_ALL=C
scibi@karaluszek:~$ vusb-analyzer /tmp/windows-storage-mount.log 
Warning: psyco not found, install it for a nice speed boost.
Loaded decoder module 'Cypress'
Loaded decoder module 'Storage'
Loaded decoder module 'Bluetooth'
Installing decoder VUsbTools.Decoders.Storage.CommandDecoder
Installing decoder VUsbTools.Decoders.Storage.StatusDecoder
Installing decoder VUsbTools.Decoders.Storage.CommandDecoder
Installing decoder VUsbTools.Decoders.Storage.StatusDecoder
scibi@karaluszek:~$ 


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vusb-analyzer depends on:
ii  python                  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-gtk2             2.17.0-4         Python bindings for the GTK+ widge
pn  python-psyco            <none>           (no description available)

Versions of packages vusb-analyzer recommends:
ii  libgnomecanvas2-0             2.30.1-1   A powerful object-oriented display
ii  python-gnome2                 2.28.1-1   Python bindings for the GNOME desk

vusb-analyzer suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: vusb-analyzer
Source-Version: 1.1-3

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

vusb-analyzer_1.1-3.debian.tar.gz
  to contrib/v/vusb-analyzer/vusb-analyzer_1.1-3.debian.tar.gz
vusb-analyzer_1.1-3.dsc
  to contrib/v/vusb-analyzer/vusb-analyzer_1.1-3.dsc
vusb-analyzer_1.1-3_all.deb
  to contrib/v/vusb-analyzer/vusb-analyzer_1.1-3_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 612334@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jakub Wilk <jwilk@debian.org> (supplier of updated vusb-analyzer 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 Feb 2011 23:36:16 +0100
Source: vusb-analyzer
Binary: vusb-analyzer
Architecture: source all
Version: 1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Jakub Wilk <jwilk@debian.org>
Description: 
 vusb-analyzer - tool for visualizing logs of USB packets
Closes: 612334 612335 612336
Changes: 
 vusb-analyzer (1.1-3) unstable; urgency=low
 .
   * QA upload.
   * Add a patch to fix import error if python-gnome2 is not installed (closes:
     #612336).
   * Add a patch to fix timestamp parsing in non-C locales (closes: #612334).
     Thanks to Patryk Ściborek for the bug report.
   * Move python-psyco from Depends to Recommends (closes: #612335). Thanks to
     Patryk Ściborek for the bug report.
   * Drop libgnomecanvas2-0 from Recommends.
   * Add python-support to Build-Depends; add ${python:Depends} to Depends.
   * Add watch file.
   * Make /usr/bin/vusb-analyzer a symlink to the actual script. Make its
     shebeng #!/usr/bin/python.
Checksums-Sha1: 
 826f9720b9d2205478a174a85918b921e3b2d215 1710 vusb-analyzer_1.1-3.dsc
 c83832460aa4041c1147f37fb19fc409e3806425 8484 vusb-analyzer_1.1-3.debian.tar.gz
 fb1f814e8e1917e281f93c812930a376416405e8 50772 vusb-analyzer_1.1-3_all.deb
Checksums-Sha256: 
 0a18002a3bb7c34eba9f48bc66b97c840aa411746337e0fd43db77b5a06de80d 1710 vusb-analyzer_1.1-3.dsc
 eae6e4b525f1d71c63217fc0607082ec33e22e0bc532f61a3df0f9e1fdbd7d5f 8484 vusb-analyzer_1.1-3.debian.tar.gz
 cc5cff2b66efd2a5b706dc71987af1e0dd87f008faa53a13f7a2c0631a1714fb 50772 vusb-analyzer_1.1-3_all.deb
Files: 
 c48809ef5ec549147413c3f8fa94ff31 1710 contrib/utils optional vusb-analyzer_1.1-3.dsc
 9f54f151000d06ceeb1154a75ee67973 8484 contrib/utils optional vusb-analyzer_1.1-3.debian.tar.gz
 71a5f28993180a25e9ebc7f99c7a57a5 50772 contrib/utils optional vusb-analyzer_1.1-3_all.deb

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

iQIcBAEBCAAGBQJNUHgXAAoJEC1Os6YBVHX1NhIP/jt0FYytzRmvSITQiP1kfLlA
V39MZVGMkJTm0sO5N1A+6g0wgyxvsjTVZIcy6/IVZJ7uWHO3y5qtKioxKxiAWMlz
/IqsQS757rRdZeUhUp3myJ+DJDinFueGrgA6sJiDAkigYXQwtQdb6qbLwS48oTVO
Dk3xJP+708BixnjwWZRsamsGDM+7YwNF+7h2zdT0WCVLc+biPx4NV+1qzj3tmhVZ
+r6GQ3UM0dgULw+SpyeVPOtiZYJsCKqEhRYjuMXEoCDXrIIqSS/FVPEJxXisJnhQ
a8veJJOUZpItxyCYjf259h2F6laPM2K7lRqKBZm8bPFWw8Uxuuq8Mf+N8062VCx5
w2ujbk4MZow1XqSFmuAev26dxFx8HeyhK3+QS2dZ2KZLlzy7JLLmvhKNb5QmT5J6
nBMCitOSrSt6+jyst4t+Lsx2wAA3ncGavAX3fFM+g88Xt5HSDLUCDzCkvXKIahcd
EZeafL18wfbgEX0qTvxKi3Z+PDisk3symv1gzg6gMTq0Amv9NHzGbPldrrpAcGKD
Cgn/2Kkuw4mQzq1QgKBxAM//t8hMTRg1K42qdFjO5IU62q5A2rl4Db952aUs3JuW
mkLkZFOrY4KRjEvcn7mAJi5FxrQbMlBsJJs2cAQ5cfATmV4KCkGmXL6VG9qV4DRu
D35Auel83d+d5h66gWeN
=5qoL
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: