LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Building UV-CDAT, cmake problem does not update (https://www.linuxquestions.org/questions/linux-newbie-8/building-uv-cdat-cmake-problem-does-not-update-4175458756/)

Zaheer304 04-19-2013 06:32 AM

Building UV-CDAT, cmake problem does not update
 
Hi!
Im trying to build UV-CDAT, but Im running into problem during the intitial stages, with cmake.
i)When I Yum install cmake the version installed is 2.6---but i need 2.8.8 or higher.
ii) I try to update it through yum-----it does not do so
* base: centos.ustc.edu.cn
* extras: centos.ustc.edu.cn
* rpmforge: mirrors.neusoft.edu.cn
* updates: centos.ustc.edu.cn
Setting up Update Process

No Packages marked for Update
I am stuck
Any one with ideas
Thank you

knudfl 04-20-2013 10:30 AM

CentOS 5.x :

There is a cmake-2.8.10 in the Milliams repo.
Please add this new repo file "milliams.repo" to /etc/yum.repos.d :
Code:

[milliams]
name=Milliams
baseurl=http://download.opensuse.org/repositories/home:/Milliams/CentOS_5/
failovermethod=priority
enabled=1
gpgcheck=1

A 32bits OS : # yum install cmake
And a 64bits OS : # yum install cmake.x86_64

-

Zaheer304 04-21-2013 08:57 AM

Sorry to ask it...I am using centos6 would it be ok for it as well?

knudfl 04-21-2013 10:08 AM

# 3 .
Quote:

.. Centos6 would it be OK for it as well ?
Probably. But : There is a baseurl for CentOS 6 too.
( Which you will see if you follow the CentOS 5 baseurl.)

http://download.opensuse.org/reposit...ome:/Milliams/

CentOS 6 :
Code:

baseurl=http://download.opensuse.org/repositories/home:/Milliams/CentOS_CentOS-6/

Zaheer304 04-22-2013 08:33 PM

Now I am getting the following error.
Quote:

warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 0bfe6622: NOKEY


Public key for cmake-2.8.10.2-89.1.x86_64.rpm is not installed
Any more suggestions

knudfl 04-23-2013 12:44 AM

# 5.

The key url can be found too in the links ...
http://download.opensuse.org/reposit...:Milliams.repo
Then the CentOS 6 repo text will be like :
Code:

[milliams]
name=Milliams
baseurl=http://download.opensuse.org/repositories/home:/Milliams/CentOS_CentOS-6/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/Milliams/CentOS_CentOS-6/repodata/repomd.xml.key
enabled=1

And : # yum install cmake : Will install cmake-2.8.10.2-89.1.x86_64 OK.

-

Zaheer304 04-23-2013 04:07 AM

Thanks a lot


All times are GMT -5. The time now is 10:50 AM.