Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-13 Thread Jakub Wilk
* Mathieu Malaterre , 2012-04-13, 13:11: BTW, does anybody know how to stop libtool from adding SONAME? I would expect that "-module -avoid-version" does that, but it's not the case. Same question for cmake [1]. I am tempted to simply fill a bug against cmake/debian package. CMake supports the

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-13 Thread Mathieu Malaterre
On Thu, Apr 12, 2012 at 7:42 PM, Jakub Wilk wrote: > * Mathieu Malaterre , 2012-04-12, 12:32: > Since every single python module suffer from this, I thought there would be something very simple. >>> >>> No, most of Python extension modules don't suffer from it. >> >> >> I am not pointing

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Jakub Wilk
* Mathieu Malaterre , 2012-04-12, 12:32: Since every single python module suffer from this, I thought there would be something very simple. No, most of Python extension modules don't suffer from it. I am not pointing finger at anyone, but this issue is present in other package. $ find /usr/

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Mathieu Malaterre
On Thu, Apr 12, 2012 at 12:23 PM, Jakub Wilk wrote: > * Mathieu Malaterre , 2012-04-12, 09:04: > >> I am trying to remove the annoying 'todo' section of the gdcm package >> page: >> >> http://packages.qa.debian.org/g/gdcm.html >> >> If this was a lintian false positive, one would use *.lintian-ove

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Mathieu Malaterre
on from library >> name `libKitware.mummy.Runtime.Unmanaged.so' > > > I suppose these are about CLI stuff, not about Python stuff. This is a different issue (or maybe exactly the same). Anyway I'll deal with it ASAP. >> dpkg-shlibdeps: warning: symbol PyLong_FromUnsig

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Jakub Wilk
* Mathieu Malaterre , 2012-04-12, 09:04: I am trying to remove the annoying 'todo' section of the gdcm package page: http://packages.qa.debian.org/g/gdcm.html If this was a lintian false positive, one would use *.lintian-overrides file. However in this case I did not know what I need to do.

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Jakub Wilk
ing: Can't extract name and version from library name `libKitware.mummy.Runtime.Unmanaged.so' I suppose these are about CLI stuff, not about Python stuff. dpkg-shlibdeps: warning: symbol PyLong_FromUnsignedLong used by debian/python-vtkgdcm/usr/lib/libvtkgdcmPythonD.so found in n

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Paul Wise
On Thu, Apr 12, 2012 at 3:04 PM, Mathieu Malaterre wrote: > I am trying to remove the annoying 'todo' section of the gdcm package page: > > http://packages.qa.debian.org/g/gdcm.html > > If this was a lintian false positive, one would use > *.lintian-overrides file. However in this case I did not k

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-12 Thread Mathieu Malaterre
Paul, On Wed, Apr 11, 2012 at 11:52 PM, Paul Wise wrote: > On Wed, Apr 11, 2012 at 11:43 PM, Mathieu Malaterre wrote: > >>  I am trying to remove the remaining warnings from the gdcm/python >> package. They can be seen here: > > That is pretty normal for plugins on Linux; the symbols are provided

Re: warning: symbol PyLong_FromUnsignedLong...

2012-04-11 Thread Paul Wise
On Wed, Apr 11, 2012 at 11:43 PM, Mathieu Malaterre wrote: >  I am trying to remove the remaining warnings from the gdcm/python > package. They can be seen here: That is pretty normal for plugins on Linux; the symbols are provided by the program that loads the plugins and the plugins do not refer

warning: symbol PyLong_FromUnsignedLong...

2012-04-11 Thread Mathieu Malaterre
d version from library name `libKitware.mummy.Runtime.Unmanaged.so' dpkg-shlibdeps: warning: Can't extract name and version from library name `libKitware.mummy.Runtime.Unmanaged.so' dpkg-shlibdeps: warning: symbol PyLong_FromUnsignedLong used by debian/python-vtkgdcm/usr/lib/libv