Looking at the build history the problem seems to be that the package
was last built for Oneiric which defaults to using Python 2.7.2 (on the
build server).

There was no rebuild for Precise which uses Python 2.7.3 as the default.
Therefore the Precise package is the same one built for Oneiric - it
expects to be running on Python 2.7.2.

The latest change (revision 16) to use dh_python2 in the package's
"debian/rules" uses the flag "--no-guessing-versions" which appears to
cause the build system to ignore some multi-version support:

dh_python2 -plibapache2-mod-python --no-guessing-versions

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/libapache2
-mod-python/precise/revision/16

This build server Python version being older than the runtime seems to
be the cause of the similar warning for mod_wsgi (build system using the
older Python 2.7.2).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073147

Title:
   Python version mismatch, expected '2.7.2+', found '2.7.3'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1073147/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to