Got it - had to clear the yum cache using 'yum
clean all' before running the install command. Thanks group.
-Samik
On 09-Feb-17 11:29 AM, Samik
Raychaudhuri wrote:
It look like the problem is, even though I
have the rhel6 repo set up for condor, for some reason, the
command 'yum install condor-all' results in yum trying to
install the el7 package, as shown in the very beginning of the
installation log output.
----------------------
[root@... yum.repos.d]# yum install condor-all.x86_64
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package condor-all.x86_64 0:8.6.0-1.el7 will be
installed
----------------------
How do I fix this?
Regards,
-Samik
On 09-Feb-17 11:08 AM, Samik
Raychaudhuri wrote:
Hi Dimitri,
Thanks for your comments. I have the repo set up to look at
rhel6. Here is what I have:
[root@... yum.repos.d]# ls
devtools-2.repo htcondor-stable-rhel6.repo
RPM-GPG-KEY-HTCondor
elastic-beats.repo local.repo
wandisco-git.repo
[root@... yum.repos.d]# cat htcondor-stable-rhel6.repo
[htcondor-stable]
name=HTCondor Stable RPM Repository for Redhat Enterprise
Linux 6
baseurl=http://research.cs.wisc.edu/htcondor/yum/stable/rhel6
enabled=1
gpgcheck=0
When I look at the complete log messages from 'yum install
condor-all', there are some packages for which it is trying to
use el6, for some it is el7. For example, in the following
snippet, in the beginning, there are a bunch of dependencies
which leads to installing el7 packages, but towards the end,
some other el6 packages are getting installed.
-----------------------------
--> Processing Dependency:
libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package:
condor-cream-gahp-8.6.0-1.el7.x86_64
--> Processing Dependency:
libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package:
condor-cream-gahp-8.6.0-1.el7.x86_64
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-cream-gahp-8.6.0-1.el7.x86_64
---> Package condor-externals.x86_64 0:8.6.0-1.el7 will be
installed
--> Processing Dependency:
libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package:
condor-externals-8.6.0-1.el7.x86_64
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-externals-8.6.0-1.el7.x86_64
---> Package condor-kbdd.x86_64 0:8.6.0-1.el7 will be
installed
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-kbdd-8.6.0-1.el7.x86_64
---> Package condor-python.x86_64 0:8.6.0-1.el7 will be
installed
--> Processing Dependency:
libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package:
condor-python-8.6.0-1.el7.x86_64
--> Processing Dependency: libpython2.7.so.1.0()(64bit) for
package: condor-python-8.6.0-1.el7.x86_64
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-python-8.6.0-1.el7.x86_64
---> Package condor-std-universe.x86_64 0:8.6.0-1.el7 will
be installed
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-std-universe-8.6.0-1.el7.x86_64
---> Package condor-vm-gahp.x86_64 0:8.6.0-1.el7 will be
installed
--> Processing Dependency: libpcre.so.1()(64bit) for
package: condor-vm-gahp-8.6.0-1.el7.x86_64
---> Package libXScrnSaver.x86_64 0:1.2.2-2.el6 will be
installed
---> Package libtool-ltdl.x86_64 0:2.2.6-15.5.el6 will be
installed
---> Package libvirt.x86_64 0:0.10.2-46.el6_6.3 will be
installed
--> Processing Dependency: polkit >= 0.96-5 for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: dnsmasq >= 2.41 for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: radvd for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: parted for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: numad for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: nfs-utils for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit)
for package: libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency:
libnetcf.so.1(NETCF_1.4.0)(64bit) for package:
libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: libyajl.so.1()(64bit) for
package: libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: libparted-2.1.so.0()(64bit) for
package: libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: libnuma.so.1()(64bit) for
package: libvirt-0.10.2-46.el6_6.3.x86_64
--> Processing Dependency: libnetcf.so.1()(64bit) for
package: libvirt-0.10.2-46.el6_6.3.x86_64
---> Package libvirt-client.x86_64 0:0.10.2-46.el6_6.3 will
be installed
-------------------------------------------------------------
I am confused about how this is happening. Can you or someone
provide me some pointers about where to look for to fix this?
I initially started off with the rhel7 yum repo for HTCondor
by mistake, but later downloaded the rhel6 version shown
above. Can that be the problem?
Regards.
-Samik
On 09-Feb-17 12:20 AM, Dimitri
Maziuk wrote:
On 02/08/2017 12:38 PM, Samik Raychaudhuri wrote:
Hi,
I am trying to install HTCondor on centos 6 VM, but get a bunch of
dependency error.
Error: Package: condor-python-8.6.0-1.el7.x86_64 (htcondor-stable)
^^^
Should I abandon this and proceed with installing from the tarball?
No, you should try installing centos 6 RPMs, not centos 7 ones. My guess
is you have the wrong repo file -- I've done that once or twice myself.
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
|