Your message dated Wed, 26 Oct 2011 06:32:14 +0000
with message-id <e1rix26-0000e5...@franck.debian.org>
and subject line Bug#646483: fixed in monajat 2.6.2-2
has caused the Debian Bug report #646483,
regarding Applet fails at setlocale
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.)


-- 
646483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: monajat-applet
Version: 2.6.1-3
Severity: grave
Justification: renders package unusable

monajat on Debian is configured to use python2.6. The funtools package on
python2.6 doesn't contain the cmp_to_key function so the app crashes like so.

noufal@sanitarium% monajat-applet
Traceback (most recent call last):
  File "/usr/bin/monajat-applet", line 6, in <module>
    from monajat.applet import applet_main
  File "/usr/lib/python2.6/dist-packages/monajat/applet.py", line 16, in
<module>
    from functools  import cmp_to_key
ImportError: cannot import name cmp_to_key


If I manually try running with python2.7, I get this

noufal@sanitarium% python2.7 $(which monajat-applet)
{'v': u'1'}
3.0 0
Traceback (most recent call last):
  File "/usr/bin/monajat-applet", line 7, in <module>
    applet_main()
  File "/usr/lib/python2.7/dist-packages/monajat/applet.py", line 638, in
applet_main
    a=applet()
  File "/usr/lib/python2.7/dist-packages/monajat/applet.py", line 254, in
__init__
    locale.setlocale(locale.LC_MESSAGES, l)
  File "/usr/lib/python2.7/locale.py", line 540, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting


So, while there is a Debian issue (wrong version of Python used), the upstream
seems to be broken as well.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages monajat-applet depends on:
ii  python                       2.6.7-3     interactive high-level object-orie
ii  python-eggtrayicon           2.25.3-10.1 Python module to display icons in 
ii  python-gtk2                  2.24.0-2    Python bindings for the GTK+ widge
ii  python-monajat               2.6.1-3     Islamic supplications backend
ii  python-notify                0.1.1-3     Python bindings for libnotify
ii  python2.6                    2.6.7-3     An interactive high-level object-o
ii  python2.7                    2.7.2-5     An interactive high-level object-o

Versions of packages monajat-applet recommends:
ii  islamic-menus                 1.0.4-1    Islamic menu categories for applic
ii  python-dbus                   0.84.0-2   simple interprocess messaging syst

monajat-applet suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: monajat
Source-Version: 2.6.2-2

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

monajat-applet_2.6.2-2_all.deb
  to main/m/monajat/monajat-applet_2.6.2-2_all.deb
monajat-data_2.6.2-2_all.deb
  to main/m/monajat/monajat-data_2.6.2-2_all.deb
monajat-mod_2.6.2-2_all.deb
  to main/m/monajat/monajat-mod_2.6.2-2_all.deb
monajat-screenlet_2.6.2-2_all.deb
  to main/m/monajat/monajat-screenlet_2.6.2-2_all.deb
monajat_2.6.2-2.debian.tar.gz
  to main/m/monajat/monajat_2.6.2-2.debian.tar.gz
monajat_2.6.2-2.dsc
  to main/m/monajat/monajat_2.6.2-2.dsc
monajat_2.6.2-2_all.deb
  to main/m/monajat/monajat_2.6.2-2_all.deb
python-monajat_2.6.2-2_all.deb
  to main/m/monajat/python-monajat_2.6.2-2_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 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmo...@sabily.org> (supplier of updated 
monajat 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: SHA256

Format: 1.8
Date: Wed, 26 Oct 2011 08:14:11 +0200
Source: monajat
Binary: python-monajat monajat-data monajat-applet monajat monajat-mod 
monajat-screenlet
Architecture: source all
Version: 2.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Islamic Maintainers 
<debian-islamic-maintain...@lists.alioth.debian.org>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmo...@sabily.org>
Description: 
 monajat    - Islamic supplications tray applet (transitional package)
 monajat-applet - Islamic supplications tray applet
 monajat-data - Islamic supplications database
 monajat-mod - Islamic supplications console utility
 monajat-screenlet - Islamic supplications screenlet
 python-monajat - Islamic supplications backend
Closes: 646441 646483
Changes: 
 monajat (2.6.2-2) unstable; urgency=low
 .
   * Added drop_cmp_to_key.diff patch to drop import of cmp_to_key, it isn't
     supported by Python 2.6 and it's not used anyways (Closes: #646441)
   * Added fix_locale.diff patch to fix locale setting logic (Closes: #646483)
Checksums-Sha1: 
 47d1cb9f8f10fde9fe79ae346f949d3f600f141a 2003 monajat_2.6.2-2.dsc
 5a8ed5c9feeb79e8975c4e279573574aa02a0e36 5519 monajat_2.6.2-2.debian.tar.gz
 1eb0d4d917d6e62a40c439221e6a1e3ea365f9ec 16022 python-monajat_2.6.2-2_all.deb
 d13f6628b146ca9bd18b63734c393198a6f78ee0 499536 monajat-data_2.6.2-2_all.deb
 60938bcb242120fbbf0db70d27d38dc81fbec38e 648070 monajat-applet_2.6.2-2_all.deb
 aaaedaa5de8432b60ba6b367f3bab4ed3f777d9c 3684 monajat_2.6.2-2_all.deb
 524dd63794427c3e86ec592d8b87b6ad1c347aa1 4530 monajat-mod_2.6.2-2_all.deb
 824eece57c1951c6753a8b5c97b451dcc47c9dc8 27162 
monajat-screenlet_2.6.2-2_all.deb
Checksums-Sha256: 
 dcc4f4d705716710f7f36230f4c1a2a956621eb88fd79f85a0b51cb6aa9457de 2003 
monajat_2.6.2-2.dsc
 28a0aeacd2262aeabc0bc777feca3d3a0deba92c83e2e78018a0f51a77a88228 5519 
monajat_2.6.2-2.debian.tar.gz
 a7f8020e204f94cd9a0f54352764fcc9a5cdcbedfec5888fc6fcf210a1222feb 16022 
python-monajat_2.6.2-2_all.deb
 268e5282bb84e560efec53e52efa3b09a64feb7a3d0e493659c2f6ad08996e63 499536 
monajat-data_2.6.2-2_all.deb
 b67768beeeea91eeffd14fb320289ce83ec136abdcaedf75547318b8ca9412d0 648070 
monajat-applet_2.6.2-2_all.deb
 9108e13acac4d22142f742b0ff6240c36d50265cc969f845bc554fc5c7c7d630 3684 
monajat_2.6.2-2_all.deb
 b5b1cd8b46c30069661019f913d376893c802a937ecb40ac2136c75497cde2a3 4530 
monajat-mod_2.6.2-2_all.deb
 1aff19f97a8314b00878b992d3ae7ecd0ccfb63d3b27766bfa8f7a7dbdb25d3c 27162 
monajat-screenlet_2.6.2-2_all.deb
Files: 
 9a08ee00e0bd5ea60d257d3e31206c85 2003 utils optional monajat_2.6.2-2.dsc
 4778bcfb8998ed5e285dac811343c00b 5519 utils optional 
monajat_2.6.2-2.debian.tar.gz
 91b46a20a7080186d91d2fcc59dc7696 16022 python optional 
python-monajat_2.6.2-2_all.deb
 79e2acc5d66678b8bfd931c64e552b51 499536 utils optional 
monajat-data_2.6.2-2_all.deb
 93c63d647e8c3690983d6221469fc261 648070 utils optional 
monajat-applet_2.6.2-2_all.deb
 a7aee0b7cfbabd9b9773be51ddcb7a0f 3684 utils optional monajat_2.6.2-2_all.deb
 cfb979bbd9fae1d6f2531a3f8f8d30d8 4530 utils optional 
monajat-mod_2.6.2-2_all.deb
 9e52c05288d7b9cfd19e6ec3be7ed1a1 27162 utils optional 
monajat-screenlet_2.6.2-2_all.deb

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

iQEcBAEBCAAGBQJOp6YeAAoJELwZapTt3aG3AtkIAJC6IuO474WaHHC4foaGl+Vj
r9sh/rtDiaQsBw3EUvBfDrj0dGeUAkb5r0aYn0arQ2h6wYnEjgIj1HGFctpPZE8f
sRONGCLmlDhpGczb0/AroVQqipD5DdY29nCGmehwiu+j/E6APFTYMz5UB8esSCou
jml86g4PQ6gRDCMkISrA0w5uhYZV3SdnXX/gcFqDaHtjrtd0Q8mvk2BhAOsyTePk
HSoff+ew3IeExwHNTwZbh3bwl/hTO3i+hbMisPX1PT7WOp0B2n+LNu+HFs3EPnB5
X4sm097ORtnHReIFPTQkKVRUw54P83MPphkC5uMhAuUinzE7jRGudPo2RfV56hw=
=Y7cJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to