Bug#597707: cron: Cron segfaults while executing jobs

2010-09-22 Thread Igor Stroh
Hi Christian, On Wed, Sep 22, 2010 at 6:21 PM, Christian Kastner deb...@kvr.at wrote: Are you by chance using libpam-mount? It was the cause for #401761 and #484122, for example, which exhibited the same symptoms. Yeah, it was a libpam-mount, sorry for the noise :( I realized it a couple of

Bug#404286: O: ldap2dns

2007-01-04 Thread Igor Stroh
Hi Ben, Ben Klang wrote: Sorry if I went about this the wrong way. I noticed that there were a three bugs outstanding (some over a year old) and so I was attempting to report that the package was apparently orphaned. I do have an updated package which I want to submit. Perhaps you can

Bug#293482: zopeedit: cannot use it with epihany or firefox

2006-11-02 Thread Igor Stroh
Just for the record: Epiphany uses the freedesktop mime database to determine the handler for a mime type, so in order to be able to use zopeedit for External Editor links you need to do the following: 1) Create .local/share/mime/packages/zopeedit-mimetypes.xml with following content: ?xml

Bug#380981: Python transition (#2): you are building a private python module !

2006-09-04 Thread Igor Stroh
Just for the record: the 1.0.1 version of viewvc (available from viewvc.org) builds just fine with the current debian/rules, the only changes I had to do were: 1) debian/control: add quilt to build-dep and replace python-dev (2.4) with python-dev (2.5) (not sure about this one though) 2)

Bug#361662: [Pkg-zope-developers] Bug#361662: ITP: zope-cachefu -- suite of products for speeding up Plone

2006-04-09 Thread Igor Stroh
Hi Jérémy, Jérémy Bobbio wrote: Package: wnpp Severity: wishlist Owner: Jérémy Bobbio [EMAIL PROTECTED] * Package name: zope-cachefu Version : 1.0-beta Upstream Author : Geoff Davis [EMAIL PROTECTED] * URL : http://plone.org/products/cachefu * License

Bug#352826: FTBFS when simpletal is not installed

2006-02-14 Thread Igor Stroh
Matthias Klose wrote: Package: simpletal Version: 4.1-2 Severity: serious the package should not depend on itself, please fix. It doesn't depend on itself, the unpatched version of setup.py modified sys.path and imported simpletal from lib/. However, I accidently forgot to remove the import

Bug#345322: [Pkg-zope-developers] Bug#345322: zope2.7: mkzopeinstance.py is not in the PATH

2005-12-30 Thread Igor Stroh
Hi, Frederic MASSOT wrote: The command for creating a zope instance (mkzopeinstance.py) is not in the PATH : # find / -name *mkzopeinstance* /usr/lib/zope2.7/bin/mkzopeinstance.py /usr/lib/zope2.7/bin/mkzopeinstance.pyo /usr/lib/zope2.7/bin/mkzopeinstance.pyc # echo $PATH

Bug#343991: python2.3-utidylib: not installable in sid

2005-12-20 Thread Igor Stroh
Laurent Bonnaud wrote: python2.3-utidylib needs to be updated to depend on a newer libtidy version: # apt-get install python2.3-utidylib Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an

Bug#337354: [Pkg-zope-developers] Bug#337354: zope3: add pyskel.py

2005-11-25 Thread Igor Stroh
Ross Boylan wrote: [...] I suspect that is the file the build process needs to turn into pyskel.py (or maybe pyskel). The documentation referred specifically to pyskel.py; given the state of Zope documentation, I suppose that's only suggestive. First, *.in is usually reserved for files

Bug#340794: JavaScript error in pkgreport.cgi

2005-11-25 Thread Igor Stroh
Package: bugs.debian.org Severity: normal The toggle() function should check if the element it tries to get using getElementById() actually exists: function toggle(i) { var a = document.getElementById(a_ + i); + if (!a || typeof a == 'undefined') return; if

Bug#244110: ITP: python-utidylib -- Python wrapper for TidyLib

2005-08-21 Thread Igor Stroh
retitle 244110 ITP: python-utidylib -- Python wrapper for TidyLib owner 244110 [EMAIL PROTECTED] thanks Hi all, thanks for a quick response, I'm taking over this ITP. Here's the final package description (just for the record): Package name: python-utidylib Version : 0.2

Bug#244110: The state of ITP: python-utidylib -- Bindings for libtidy that uses the python-ctypes

2005-08-18 Thread Igor Stroh
Hi all, what's the current state of this packaging effort? I'd like to have it in the archive, so please raise your voice :) If there's still the need for a sponsor - I'm all yours. If noone responds within a reasonable amount of time (say, a week) I'm going to take over this ITP. Cheers, Igor

Bug#313621: Erroneous patch for 313621

2005-08-17 Thread Igor Stroh
reopen 313621 = thanks Hi, the patch that should fix permissions for $INSTANCE/inituser was apparently not testet. The patch below fixes the fix :) Cheers, Igor --- zope2.7-2.7.5.broken/utilities/mkzopeinstance.py2005-08-17 14:49:25.0 +0200 +++

Bug#313621: Erroneous patch for 313621

2005-08-17 Thread Igor Stroh
Uh, I should've sent the patch as attachment, thunderbird wrapped the lines :( Next try (see attached file). Cheers, Igor --- zope2.7-2.7.5.broken/utilities/mkzopeinstance.py2005-08-17 14:49:25.0 +0200 +++ zope2.7-2.7.5/utilities/mkzopeinstance.py 2005-08-17 15:01:10.0

Bug#313621: Erroneous patch for 313621

2005-08-17 Thread Igor Stroh
martin f krafft wrote: also sprach Igor Stroh [EMAIL PROTECTED] [2005.08.17.1502 +0200]: the patch that should fix permissions for $INSTANCE/inituser was apparently not testet. The patch below fixes the fix :) What about it did not work? It *was* tested, AFAIR. Your solution still looks

Bug#313621: [Pkg-zope-developers] Bug#313621: Erroneous patch for 313621

2005-08-17 Thread Igor Stroh
martin f krafft wrote: also sprach Igor Stroh [EMAIL PROTECTED] [2005.08.17.1721 +0200]: 1) the call to fstat raised a NameError (os was missing) 2) fp.fileno() failed 'cos fp was already closed Okay, I am not sure what happened. If you look at my patch, I modified mkzopeinstance in /usr

Bug#318796: /usr/bin/gq: exits with segmentation fault when adding or editing server

2005-07-26 Thread Igor Stroh
## 03_gcc4.dpatch by Igor Stroh [EMAIL PROTECTED] ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Enable building with gcc4 @DPATCH@ --- gq-1.0beta1/src/configfile.h2005-07-26 10:41:36.0 +0200 +++ gq-1.0beta1.new/src/configfile.h2005-07-26 10:39:08.0

Bug#158661: python-reportlab: test/runAll.py produces five errors and one failure

2005-07-26 Thread Igor Stroh
The errors and failures don't appear in the latest pyckage version anymore. However, there are new ones which can be ignored safely: three tests fail because they assume that the doc/ directory is part of the reportlab module and one test relies on python-profile, which was moved to non-free

Bug#174639: python-reportlab: unable to find fonts

2005-07-26 Thread Igor Stroh
Hi, the paths defined in rl_config.py are searched subsequently and actually include at least one valid font path for debian (%(REPORTLAB_DIR)s/fonts). I think the current reportlab version does not suffer from this issue, if you think it still does - please post a followup to this report (or

Bug#318850: [squishdot] Not working with zope2.7?

2005-07-18 Thread Igor Stroh
Helmut Toplitzer wrote: Package: squishdot Version: 1.5.0-3 I installed zope2.7 on a system and tried to get squishdot running. While dependency say's it should work (zope2.7: Version: 2.7.5-2 Provides: zope) (sqishdot: Depends: zope (= 2.3.2), zope-tinytable, debconf) apt-get and

Bug#312876: RFA: python-reportlab -- ReportLab library to create PDF documents using Python

2005-06-28 Thread Igor Stroh
retitle 312876 ITA: python-reportlab -- ReportLab library to create PDF Documents using Python owner 312876 [EMAIL PROTECTED] thanks I'd like to adopt python-reportlab since I need it for several projects. Greetings, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#248520: I'd like to take over the maintenance of ldap2dns

2005-06-07 Thread Igor Stroh
retitle 248520 ITA: ldap2dns -- LDAP based DNS management system. owner 248520 [EMAIL PROTECTED] thanks I'm using it on regular basis and would like to take it over. Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#311492: zope-stripogram: Postinst script fails if zope2.7 is installed

2005-06-01 Thread Igor Stroh
Package: zope-stripogram Version: 1.4-1 Severity: grave Justification: renders package unusable The postinst script assumes that there's a /etc/init.d/zope which is not there, since zope2.7 is installed: Setting up zope-stripogram (1.4-1) ... invoke-rc.d: unknown initscript, /etc/init.d/zope not

Bug#287985: I am interested

2005-05-19 Thread Igor Stroh
Hi Youssef, are you still interested in taking over the maintenance for cantus? If so, please take appropriate actions[0], otherwise I'll request the removal of this package from debian archive (testing and unstable). If you want to adopt cantus, the request for removal would be only with respect

Bug#309854: RM: cantus3 -- RoM; no longer maintained upstream

2005-05-19 Thread Igor Stroh
Package: ftp.debian.org Severity: normal Please remove cantus3 from the archive (testing and unstable). Justification: - the upstream is unresponsive - no new version since 2004-04-23 - functionality is duplicated by other packages Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#136872: vim: cvs commit file recognition not working

2005-03-14 Thread Igor Stroh
Hi Joey, it seems like problem has been dealt with the mean time, can you confirm that this bug has been fixed? Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#270462: E518 from vim

2005-03-13 Thread Igor Stroh
severity 270462 minor thanks for the fish Hi, that's not a bug, but a feature, try :help modeline in vim for an explanation. It seems your /var/log/messages contained a string which was iterpreted by vim as a modeline, so that's merely a coincidence. Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL

Bug#273405: vim-python: gvim segfaults on font selection

2005-03-13 Thread Igor Stroh
Hi, is this still an issue? I can't reproduce it in unstable, but testing has also an updated version of vim[-python] in the mean time. Please check if the error still exists. Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#165795: vim-gtk: vim segfaults when entering xim insert mode

2005-03-13 Thread Igor Stroh
tags 165795 +unreproducible tags 165795 +moreinfo thanks for polishing my shoes Hi, it's been quite a while since you filed this bug report. Is this still an issue? I can't reproduce it (checked in clean woody/sarge/sid chroots). Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#298568: debian/copyright doesn't include the complete license text / installation overwrites dhelp index file

2005-03-08 Thread Igor Stroh
Hi, Matthias Klose wrote: Package: python-gtk2-doc Severity: serious Tags: patch Please find a patch for both problems at http://patches.ubuntu.com/patches/python-gtk2-doc.diff I agree that debian/copyright isn't in the right shape, I'll fix this ASAP. However, I don't understand what you mean by

Bug#294526: simpletal: FTBFS: Missing Build-Depends on 'python-dev'

2005-02-10 Thread Igor Stroh
Hi, Andreas Jochens wrote: Package: simpletal Severity: serious Tags: patch When building 'simpletal' in a clean chroot, I get the following error: cd . python setup.py build --build-base=./build /bin/sh: python: command not found make: *** [common-build-impl] Error 127 Please add the missing

Bug#294414: python-gtk2-doc: Missing link to python-gkt2-tutorial

2005-02-09 Thread Igor Stroh
fixes the problem: ln -s ../python-gtk2-tutorial/html /usr/share/doc/python-gtk2-doc/pygtk2tutorial I'll change the html source in the next upload and set the link href to a Debian-specific path, it's one single file anyway. Thanks for finding the bug, stuff like that isn't easy to spot :) Regards, Igor

Bug#282201: ITA:

2005-01-24 Thread Igor Stroh
retitle 282201 ITA: simpletal -- Simple TAL, TALES and METAL implementation owner 282201 ! thanks I'm adopting this package. Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#282201: RFA: simpletal -- Simple TAL, TALES and METAL implementation

2005-01-22 Thread Igor Stroh
Hi, I'd like to adopt the package, I'm using it for some of my projects. I'll file an ITA if that's fine with you. Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]