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

[HTCondor-users] 8.0.2 package broken for ubuntu 12.04



I am running ubuntu 12.04 machines and have been installing the condor packages using this repository:

deb [arch=amd64 trusted=yes] http://research.cs.wisc.edu/htcondor/debian/stable/ squeeze contrib

This worked fine up to condor 8.0.1. But as of 8.0.2 it is broken. apt-get install condor says:

The following packages have unmet dependencies.
 condor : Depends: libpython2.6 (>= 2.6) but it is not installable
E: Unable to correct problems, you have held broken packages.

Indeed it looks like there is now an explicit dependency on libpython2.6, but ubuntu 12.04 has libpython2.7. Compare apt-cache output for 8.0.2 and 8.0.1 below.

Can this be put back as it was please? Or else are there working packages for Ubuntu 12.04 anywhere?

Thanks,

Brian Candler.


# apt-cache show condor
Package: condor
Version: 8.0.2-162062
Architecture: amd64
Maintainer: Condor Team <condor-users@xxxxxxxxxxx>
Installed-Size: 93997
Depends: libc6 (>= 2.11), libcomerr2 (>= 1.01), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.7dfsg), libkrb5support0 (>= 1.7dfsg~beta2), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.2.6b), libpcre3 (>= 7.7), libpython2.6 (>= 2.6), libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16), libvirt0 (>= 0.5.0), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), python, adduser, libdate-manip-perl Filename: dists/squeeze/contrib/binary-amd64/condor-8.0.2-162062-deb_6.0_amd64.deb
Size: 28936576
MD5sum: 2abc58baf7424bed6c2c13d5978214a5
Section: contrib/misc
Priority: extra
Homepage: http://www.cs.wisc.edu/condor/
Description: a workload management system for compute-intensive jobs
 Condor is a specialized workload management system for
 compute-intensive jobs. Condor provides a job queueing mechanism,
 scheduling policy, priority scheme, resource monitoring,
 and resource management. Users submit their serial or parallel jobs
 to Condor, Condor places them into a queue, chooses when and where
 to run the jobs based upon a policy, carefully monitors their progress,
 and ultimately informs the user upon completion.

with:

Package: condor
Version: 8.0.1-148801
Architecture: amd64
Maintainer: Condor Team <condor-users@xxxxxxxxxxx>
Installed-Size: 92995
Depends: libc6 (>= 2.11), libcomerr2 (>= 1.01), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.7dfsg), libkrb5support0 (>= 1.7dfsg~beta2), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.2.6b), libpcre3 (>= 7.7), libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16), libvirt0 (>= 0.5.0), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), python, adduser, libdate-manip-perl Filename: dists/squeeze/contrib/binary-amd64/condor-8.0.1-148801-deb_6.0_amd64.deb
Size: 28657824
MD5sum: c4766a196a1f17834fce819d3db5c3fd
Section: contrib/misc
Priority: extra
Homepage: http://www.cs.wisc.edu/condor/
Description: a workload management system for compute-intensive jobs
 Condor is a specialized workload management system for
 compute-intensive jobs. Condor provides a job queueing mechanism,
 scheduling policy, priority scheme, resource monitoring,
 and resource management. Users submit their serial or parallel jobs
 to Condor, Condor places them into a queue, chooses when and where
 to run the jobs based upon a policy, carefully monitors their progress,
 and ultimately informs the user upon completion.