Skip to content

Failed to build on Mac OS 10.7.5 #9974

Closed
@cadencemarseille

Description

@cadencemarseille

I am trying to build Rust @424c171 on Mac OS 10.7.5, but I am encountering the error:

make[1]: Nothing to be done for `all'.
link: x86_64-apple-darwin/rt/stage0/librustrt.dylib
i686-apple-darwin11-llvm-g++-4.2: x86_64-apple-darwin/rt/libuv/libuv.a: No such file or directory
make: *** [x86_64-apple-darwin/rt/stage0/librustrt.dylib] Error 1

./configure reports the submodule status as:

configure: git: submodule status
 f407f09c94e00d2d570e8e42114e3f6848b2deb2 src/gyp (f407f09)
 d88cf5652a1afb23939da0bae86c70ec521b9921 src/libuv (v0.11.7-60-gd88cf56)
 c9ffab392a39eb85f2f15ffc8d41e8c4f4397b8e src/llvm (remotes/origin/rust-llvm-2013-09-15)

When I cd into x86_64-apple-darwin/rt/libuv/ and make, I see:

make: Nothing to be done for `all'.

There was another issue reporting the same error message (#9625), but I am not passing a -j option to make. I am simply running:

./configure --prefix=/Users/cadencemarseille/.local
make

Looking in x86_64-apple-darwin/rt/libuv/Makefile, it looks like there are supposed to be Debug and .deps folders within x86_64-apple-darwin/rt/libuv/, but these have not been created. Creating them myself (via mkdir) does not fix the issue.

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