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 minutes after I sent the bug report.

Greetings,
Igor


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 line (it just worked,
'cos I've already had simpletal installed in my sid chroot).

Thanks for pointing it out.

[...]

Igor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 
 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
   python2.3-utidylib: Depends: libtidy0 (= 20040811) but it is not going to 
 be installed
 E: Broken packages

Works perfectly here in a sid chroot... What does `apt-cache policy libtidy0`
say? Should be s.th. like this:

(SID-CHROOT)muaddib:/# apt-cache policy libtidy0
libtidy0:
  Installed: 20050415-1
  Candidate: 20050415-1
  Version table:
 *** 20050415-1 0
500 http://ftp.debian.org unstable/main Packages
100 /var/lib/dpkg/status


Cheers,
Igor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2005-07-26 Thread Igor Stroh
Hi,

I think I know what the problem is - it's the new gcc4 compatibility
patch. Try to replace debian/patches/03_gcc4.dpatch with[0].
Unfortunately, I'm not really good at C, so I have no idea if it
introduces some side effects.

Cheers,
Igor

[0]:
#! /bin/sh /usr/share/dpatch/dpatch-run
## 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 +0200
@@ -31,6 +31,7 @@
 #include glib.h

 #include common.h
+#include util.h

 #define CURRENT_CONFIG_VERSION 3



-- 
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 found.
dpkg: error processing zope-stripogram (--configure):
 subprocess post-installation script returned error exit status 100
Errors were encountered while processing:
 zope-stripogram
W: No priority (or zero) specified for pin
E: Sub-process /usr/bin/dpkg returned an error code (1)

Cheers,
Igor


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-muaddib.0
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages zope-stripogram depends on:
ii  debconf [debconf-2.0] 1.4.49 Debian configuration management sy
ii  zope2.7 [zope]2.7.5-2Open Source Web Application Server

-- debconf information:
  zope-stripogram/oldproduct_in_var: do nothing


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 installation overwrites
dhelp index file -- I'm just doing what the dhelp_parse man page
suggests to do, i.e. register the package in postinst and unregister
it in the prerm. I can add the doc-base file to make doc-base users
happy, but I don't see why the dhelp stuff should be removed. After
all, it was added after a wishlist bug was filed[0].
Cheers,
Igor
[0]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=272682archive=yes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


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 Build-Depends on 'python-dev'
to debian/control.
Uh, thanks, haven't built the package in a chroot yet
so I didn't realize that cdbs is running any python
commands (without explicit python version appended).
Cheers,
Igor
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]