Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-30 Thread martin f krafft
also sprach Nicholas Piper [EMAIL PROTECTED] [2008.07.30.0038 +0200]: I neglected to check that it was in diff that 'svn diff' made. It's attached; but if you're happy with this approach then I'll commit to subversion - basically it's just copying find-python-library-name.sh from an old

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-30 Thread Nicholas Piper
martin, On Wed, 30 Jul 2008, martin f krafft wrote: also sprach Nicholas Piper [EMAIL PROTECTED] [2008.07.30.0038 +0200]: I neglected to check that it was in diff that 'svn diff' made. It's attached; but if you're happy with this approach then I'll commit to subversion - basically it's

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-29 Thread martin f krafft
also sprach Nicholas Piper [EMAIL PROTECTED] [2008.07.25.2152 +0200]: Ok, new patch attached for your consideration that dlopen()'s the right shared python library - but note we still must use RTLD_GLOBAL to have success... I am probably simply misinformed. Anyway,

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-29 Thread Nicholas Piper
martin, On Tue, 29 Jul 2008, martin f krafft wrote: Anyway, ./find-python-library-name.sh is now being used, where do I get that from? Is it the same as used to be in ./debian? I neglected to check that it was in diff that 'svn diff' made. It's attached; but if you're happy with this approach

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-25 Thread Nicholas Piper
martin, On Wed, 23 Jul 2008, martin f krafft wrote: also sprach Nicholas Piper [EMAIL PROTECTED] [2008.07.23.0045 +0200]: * jpilot to use RTLD_GLOBAL when loading the plugins Unfortunately, I think RTLD_GLOBAL is disabled on Debian. 22 14:13 pusling and it opens with RTLD_GLOBAL - that's

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-24 Thread martin f krafft
also sprach Nicholas Piper [EMAIL PROTECTED] [2008.07.23.0045 +0200]: * jpilot to use RTLD_GLOBAL when loading the plugins Unfortunately, I think RTLD_GLOBAL is disabled on Debian. 22 14:13 pusling and it opens with RTLD_GLOBAL - that's patched out of debian libltdl packages. 22 14:14

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-22 Thread martin f krafft
Package: jppy-jpilot-plugins Version: 0.0.45-1 Severity: serious Tags: upstream Unless python2.5-dev is installed, jpilot can't spawn the jppy plugin but instead writes on startup: jppy: Starting... libpython2.5.so: cannot open shared object file: No such file or directory

Bug#491848: undeclared (and wrong) dependency on python2.5-dev

2008-07-22 Thread Nicholas Piper
tags 491848 patch thanks martin, On Tue, 22 Jul 2008, martin f krafft wrote: jpilot_plugins/jppy.c:210: // we seem to have to do this, as well as just linking this plugin // to the python library, otherwise init_pygobject() causes the // plugin to stop-and-exit. If we only do this and