* Jonathan Nieder <[email protected]>, 2011-08-27, 14:51:
The attached patch makes shogun use always the default Python version.
That way it could be just binNMUed after the version switch.
The patch is applied at <http://bollin.googlecode.com/svn/shogun/trunk>
but I am not able to actually build r4946:
[...]
dh_python2 -pshogun-python-modular
| W: dh_python2:424: public extension linked with libpython2.7: _Structure.so
| W: dh_python2:424: public extension linked with libpython2.7: _Regression.so
| W: dh_python2:424: public extension linked with libpython2.7: _PreProc.so
| W: dh_python2:424: public extension linked with libpython2.7: _Library.so
| W: dh_python2:424: public extension linked with libpython2.7: _Kernel.so
| W: dh_python2:424: public extension linked with libpython2.7: _Features.so
| W: dh_python2:424: public extension linked with libpython2.7: _Evaluation.so
| W: dh_python2:424: public extension linked with libpython2.7: _Distribution.so
| W: dh_python2:424: public extension linked with libpython2.7: _Distance.so
| W: dh_python2:424: public extension linked with libpython2.7: _Clustering.so
| W: dh_python2:424: public extension linked with libpython2.7: _Classifier.so
| E: dh_python2:145: extension for python2.6 is missing. Build extensions for
all supported Python versions (`pyversions -vr`) or adjust X-Python-Version
field or pass --no-guessing-versions to dh_python2
| make: *** [debian/stamp-install-python-modular] Error 3
This is using python 2.7.2-5 and python-all-dev 2.7.2-5 from
experimental. Ideas?
Apparently the package was converted from python-support to dh_python2
in the mean time. (There's no mention of that in the changelog, BTW...)
dh_python2 insists that extension modules are built for all supported
versions. You can make it shut up using the --no-guessing-versions
option.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]