Bug 316321 - Circular dependency cmake/xmlrpc-c
Summary: Circular dependency cmake/xmlrpc-c
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: cmake
Version: 7
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-02 23:08 UTC by Zenon Panoussis
Modified: 2008-10-21 18:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-03 16:19:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Zenon Panoussis 2007-10-02 23:08:46 UTC
Problem:

# rpmbuild --rebuild /tmp/cmake-2.4.6-4.fc7.src.rpm
error: Failed build dependencies:
        xmlrpc-c-devel is needed by cmake-2.4.6-4.i386
# rpmbuild --rebuild /tmp/xmlrpc-c-1.06.11-2.fc7.src.rpm
error: Failed build dependencies:
        cmake is needed by xmlrpc-c-1.06.11-2.i386

Perhaps putting them both in the same src.rpm would allow them to bootstrap
each-other during build.

Comment 1 Orion Poplawski 2007-10-03 16:19:17 UTC
To bootstrap cmake, simply change "--system-libs" to "--no-system-libs" in
cmake.spec.  Build cmake, then build xmlrpc-c, then revert the change and
rebuild cmake.

Comment 2 Orion Poplawski 2008-10-21 18:39:12 UTC
You should now be able to do:

rpmbuild --with-bootstrap

to bootstrap cmake.


Note You need to log in before you can comment on or make changes to this bug.