Kanwar Ranbir Sandhu
2007-Jul-16 15:53 UTC
[CentOS] Rebuild Fedora Core 6 cmake rpm on CentOS 5
Hi, I'm trying to build cmake on CentOS 5 from a Fedora Core 6 source rpm (I need it for another package I'm trying to build from a source rpm, xmlrpc-c). When I start the build, I get this error: error: Failed build dependencies: xmlrpc-c-devel is needed by cmake-2.4.6-3.el5.i386 Well, that's nuts. I can't build xmlrpm-c without cmake, but cmake won't build without xmlrpc-c-devel! I'm probably just going to try installing the Fedora Core 6 rpms on CentOS 5 to avoid this problem. But, how would one go about resolving a build problem like this? Regards, Ranbir -- Kanwar Ranbir Sandhu Linux 2.6.20-1.2962.fc6 i686 GNU/Linux 11:47:54 up 1 day, 5:47, 3 users, load average: 0.09, 0.06, 0.04
Kanwar Ranbir Sandhu wrote:> Hi, > > I'm trying to build cmake on CentOS 5 from a Fedora Core 6 source rpm (I > need it for another package I'm trying to build from a source rpm, > xmlrpc-c). When I start the build, I get this error: > > error: Failed build dependencies: > xmlrpc-c-devel is needed by cmake-2.4.6-3.el5.i386 > > Well, that's nuts. I can't build xmlrpm-c without cmake, but cmake > won't build without xmlrpc-c-devel! > > I'm probably just going to try installing the Fedora Core 6 rpms on > CentOS 5 to avoid this problem. But, how would one go about resolving a > build problem like this?cmake is in epel: http://download.fedora.redhat.com/pub/epel/5/ -- Rex