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

Re: public extension linked with libpython* vs. -Wl,-no-undefined



* Russ Allbery <rra@debian.org>, 2014-03-17, 19:12:
Understood, thanks!

I'll just ignore the warnings of the type
```
dpkg-shlibdeps: warning:
debian/python-pytrilinos/usr/lib/python2.7/dist-packages/PyTrilinos/NOX/_Abstract.so
contains an unresolvable reference to symbol PyString_FromFormat: it's probably a plugin.
```
then.

Yes. The "it's probably a plugin" part is basically trying to tell you to ignore this as long as the message is correct and it is a plugin.

Python, PHP, and Apache modules all generally get this warning.

Actually, you usually don't get these kind of warnings for Python extension modules. The warning is emitted only if a module has SONAME, and it typically doesn't.

You might want to get rid of SONAMEs. But if fixing it turns out to be difficult, as Russ said, it's safe to ignore the warnings.

--
Jakub Wilk


Reply to: