[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: warning: symbol PyLong_FromUnsignedLong...



On Thu, Apr 12, 2012 at 12:23 PM, Jakub Wilk <jwilk@debian.org> wrote:
> * Mathieu Malaterre <malat@debian.org>, 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.
>
>
> Build log checks is a tool with great potential, but IMO adding it to PTS
> was premature.
>
>
>> 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/lib/pyshared/python2.6/ -name \*.so -exec readelf -d {} \;
| grep SONAME | wc
     73     365    5333

After all this is a great that it was added to PTS :)


Reply to: