Bug#684686: Workaround
I was able to get the main binary to build by running dpkg-buildpackage first, then make. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1346083621.2996.1.ca...@asusb202.mba
Bug#585231: marked as done (greylistd: Python string exceptions no more allowed in Python 2.6)
Your message dated Mon, 27 Aug 2012 17:32:40 + with message-id and subject line Bug#585231: fixed in greylistd 0.8.8.1 has caused the Debian Bug report #585231, regarding greylistd: Python string exceptions no more allowed in Python 2.6 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.) -- 585231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585231 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: greylistd Version: 0.8.7+nmu1 Severity: minor User: debian-pyt...@lists.debian.org Usertags: python2.6 Hello, One of the changes brought by Python 2.6 is the removal of string exceptions, so they won't work in Python 2.6 (just a side note: they were also buggy before, since they were not guaranteed to work reliable even in <2.6); as an example: $ python2.5 -c "raise 'eggs'" -c:1: DeprecationWarning: raising a string exception is deprecated Traceback (most recent call last): File "", line 1, in eggs $ python2.6 -c "raise 'eggs'" Traceback (most recent call last): File "", line 1, in TypeError: exceptions must be old-style classes or derived from BaseException, not str Since 2.6 is the planned default version for the upcoming new Debian stable release, there are chances your package may be affected by this change. We are not sure your package is impacted, since the exception raise can be in a dead or very rare branch of the code, and so simply never being executed. We would like to leverage your package maintainer status and the relationship with upstream authors to inspect more deeply the issue and act accordingly (that includes: making this bug release critical, closing it as irrelevant, tagging it 'wontfix', or whatever is appropriate). Jakub Wilk made the discovery of the problem and kindly prepared a list [1] of all identified packages (downloaded on 2010-06-09) along with files & lines that triggered the pattern search. [1] http://people.debian.org/~morph/strexp/string-exceptions.lintian This mass-bug filing was announced at 2010-06-06 on [2] (see the thread and the references there). [2] http://lists.debian.org/debian-devel/2010/06/msg00097.html We do not consider the whole situation a stopper for the Python transition to 2.6, except (of course) for those single bugs where severity will be increased. Thanks in advance for your attention, Sandro on behalf of debian-python --- End Message --- --- Begin Message --- Source: greylistd Source-Version: 0.8.8.1 We believe that the bug you reported is fixed in the latest version of greylistd, which is due to be installed in the Debian FTP archive. 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 585...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thorsten Alteholz (supplier of updated greylistd 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: Mon, 27 Aug 2012 18:00:00 +0200 Source: greylistd Binary: greylistd Architecture: source all Version: 0.8.8.1 Distribution: experimental Urgency: low Maintainer: Thorsten Alteholz Changed-By: Thorsten Alteholz Description: greylistd - Greylisting daemon for use with Exim 4 Closes: 375504 585231 595693 Changes: greylistd (0.8.8.1) experimental; urgency=low . * new Maintainer (Closes: #595693) * debian/controL: standard bumped to 3.9.3 (no changes) * debian/control: use dh 9 * debian/post*: use set -e in the body of the script * debian/config: use set -e in the body * debian/README.source: added * debian/copyright: link to file with version * debian/init: add description: line * debian/init: provide greylistd in header * debian/*.override: add override for unused-debconf-template * program/greylistd: improvment for high traffic (Closes: #375504) * program/greylistd-setup-exim4: replace string exception (Closes: #585231) * change typo in man pages Checksums-Sha1: 0903dff3894256203b499ba5a9f8dae6a91ed200 822 greylistd_0.8.8.1.dsc 9b7953e37421bf50183a24ef042597a2073c8b0a 58071 greylistd_0.8.8.1.tar.gz af9c90333558eb939e0eec325ab39966ad398c2d 56448 greylistd_0.8.8.1_all.deb Checksums-Sha256: 25922a5f9e4c2336668444e3126669674a45c5530dd4833312cfe7e8acf04e70 822 greylistd_0.8.8.1.dsc ea4ccdb134a5f8476ed4
Bug#375504: marked as done (Don't expiry entries every check)
Your message dated Mon, 27 Aug 2012 17:32:40 + with message-id and subject line Bug#375504: fixed in greylistd 0.8.8.1 has caused the Debian Bug report #375504, regarding Don't expiry entries every check 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.) -- 375504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375504 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: greylistd Version: 0.8.3 Single process is not able to handle high traffic. When greylistd gets more queries (via socket) that it can handle (for example in exim.conf you put read timeout = 10s) it stops working at all. What happens is that it processes every request but it's not able to process it in 10 seconds so exim timeouts (and that happens for every request). Changing greylistd to fork where each child would process X number of queries would probably make things much better. I wonder if sqlite would be better/faster than using python disct for storing triplets? -- Arkadiusz MiśkiewiczPLD/Linux Team arekm / maven.plhttp://ftp.pld-linux.org/ --- End Message --- --- Begin Message --- Source: greylistd Source-Version: 0.8.8.1 We believe that the bug you reported is fixed in the latest version of greylistd, which is due to be installed in the Debian FTP archive. 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 375...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thorsten Alteholz (supplier of updated greylistd 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: Mon, 27 Aug 2012 18:00:00 +0200 Source: greylistd Binary: greylistd Architecture: source all Version: 0.8.8.1 Distribution: experimental Urgency: low Maintainer: Thorsten Alteholz Changed-By: Thorsten Alteholz Description: greylistd - Greylisting daemon for use with Exim 4 Closes: 375504 585231 595693 Changes: greylistd (0.8.8.1) experimental; urgency=low . * new Maintainer (Closes: #595693) * debian/controL: standard bumped to 3.9.3 (no changes) * debian/control: use dh 9 * debian/post*: use set -e in the body of the script * debian/config: use set -e in the body * debian/README.source: added * debian/copyright: link to file with version * debian/init: add description: line * debian/init: provide greylistd in header * debian/*.override: add override for unused-debconf-template * program/greylistd: improvment for high traffic (Closes: #375504) * program/greylistd-setup-exim4: replace string exception (Closes: #585231) * change typo in man pages Checksums-Sha1: 0903dff3894256203b499ba5a9f8dae6a91ed200 822 greylistd_0.8.8.1.dsc 9b7953e37421bf50183a24ef042597a2073c8b0a 58071 greylistd_0.8.8.1.tar.gz af9c90333558eb939e0eec325ab39966ad398c2d 56448 greylistd_0.8.8.1_all.deb Checksums-Sha256: 25922a5f9e4c2336668444e3126669674a45c5530dd4833312cfe7e8acf04e70 822 greylistd_0.8.8.1.dsc ea4ccdb134a5f8476ed422e4470e3af933b2a02f7759dd0183cafc7782eb861f 58071 greylistd_0.8.8.1.tar.gz 9ac95935d324bb12d494176a12155e1c0e4631a8e2402231caeca295382411cd 56448 greylistd_0.8.8.1_all.deb Files: a5e8c894d45328e4ce4e3dde05a56ac2 822 mail optional greylistd_0.8.8.1.dsc 9e099ab51ab9bec5c53346ad7a9aa66a 58071 mail optional greylistd_0.8.8.1.tar.gz 971c58596212bfef1e0a91daf58d69ad 56448 mail optional greylistd_0.8.8.1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iEUEARECAAYFAlA7rAEACgkQ02K2KlS5mJCFQgCVFQIMNizsITlIjjuuWK+yY40w 9wCglJ+pWVe8FQ1KwuQ9i6heumC84AE= =dqOM -END PGP SIGNATURE End Message ---
Bug#686041: nmu: python-scientific_2.8-3
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Hi, Could you please trigger a rebuild, to make the package work again (fixing an RC-bug)? Thanks in advance. nmu python-scientific_2.8-3 . ALL . -m "Rebuild with current stuff (Closes: #685812)" Regards David -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120827230357.22770.21203.report...@mikado.tilapin.org