← Back to team overview

maas-devel team mailing list archive

Re: Build failed in Jenkins: precise-adt-maas-daily » amd64,maas-lenovo-lab #20

 

Hi all,

This failure is due to the most recent change made to the precise packaging code: https://code.launchpad.net/~andreserl/maas/precise_packaging_sru/+merge/152536 and more specifically this change:
=== modified file 'debian/control'
[...]
-         python-django (>> 1.3.1-4ubuntu1.4),
+         python-django (>= 1.3.1-4ubuntu1.7),

Now the package 'maas-region-controller' in the daily PPA won't install because the version of Django that we have in the archives (both the stable PPA archive and the daily PPA archive) is '1.3.1-4ubuntu1.7~maas0':
"""
The following packages have unmet dependencies:
maas-region-controller : Depends: python-django (>= 1.3.1-4ubuntu1.7) but 1.3.1-4ubuntu1.7~maas0 is to be installed
E: Unable to correct problems, you have held broken packages.
"""

Maybe one of you guys from the server team could upload the package without the '~maas0' suffix to fix the problem?

Cheers,

R.


References