Skip to content

compilation process stuck on OS X #9590

Closed
@lhatsk

Description

@lhatsk

OS: OS X 10.8.5
I was able to compile rust on 8-9-2013.
The problem seems to be twofold:
After upgrading the command line tools to xcode 5 (september '13) and executing

git clone https://github.com/mozilla/rust.git && cd rust/ && ./configure

configure is stuck at: configure: CFG_CCACHE with xcrun running at about 90% CPU utilization. I killed it after about 10min- rerunning it doesn't change anything.
I then installed xcode462_cltools_10_86938259a and was able to run ./configure successfully. The compilation process progressed up until libuv and was stuck again with xcrun running at about 90% CPU utilization. I killed it after 50min.
In the end I was able to compile rust after doing

sudo xcode-select -switch /usr/bin

The problem seems to be caused by a misconfiguration, but still, xcrun shouldn't just block (infinitely(?)).

rust 0.8 (01313a1 2013-09-27 06:21:22 -0700)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions