Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on make - libuv/libuv.a missing #10695

Closed
sononix opened this issue Nov 27, 2013 · 6 comments
Closed

Error on make - libuv/libuv.a missing #10695

sononix opened this issue Nov 27, 2013 · 6 comments

Comments

@sononix
Copy link

sononix commented Nov 27, 2013

Hi guys getting an error when i try to make rust on mac 10.9

link: x86_64-apple-darwin/rt/stage0/librustrt.dylib
g++: error: x86_64-apple-darwin/rt/stage0/libuv/libuv.a: No such file or directory
make: *** [x86_64-apple-darwin/rt/stage0/librustrt.dylib] Error 1

running gcc-4.9 and gfortran-4.9 with symlinks on a virgin install

any ideas

tks
M

@alexcrichton
Copy link
Member

This often occurs because xcodebuild is required to build libuv (they use gyp to configure the project). Do you have the full xcode suite installed or just the xcode command line tools?

@sononix
Copy link
Author

sononix commented Nov 27, 2013

Just the xcode command line tools installed didnt install xcode 5 - What Im I missing :)
tks
M

@alexcrichton
Copy link
Member

Sadly right now libuv requires that the entirety of xcode is installed. Until we can resolve that, you'll have to download xcode proper from the app store.

Closing because there's sadly not much we can do about this.

@sononix
Copy link
Author

sononix commented Nov 28, 2013

Mhh wouldnt close it just yet :) - I downloaded xocde tools and still run into the same issue is there any specific command that need to be bound to the system to compile out '..../rt/stage0/libuv/libuv.a'

another related issue is
#9625

@metajack
Copy link
Contributor

You might need to accept the Xcode license. You can do this for the whole system by running sudo xcodebuild -license

@alexcrichton
Copy link
Member

You also may need to run make clean to clean out everything.

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 23, 2023
…=flip1995

Fix `#[allow(clippy::enum_variant_names)]` directly on variants

changelog: [`enum_variant_names`]: Fix `#[allow]` attributes applied directly to the enum variant

Fixes rust-lang#10695
bors added a commit to rust-lang-ci/rust that referenced this issue Mar 3, 2024
fix: panic when inlining callsites inside macros' parameters

Close rust-lang#16660, rust-lang#12429, rust-lang#10695.

When `inline_into_callers` encounters callsites in macros parameters, it can lead to panics. Since there is no perfect way to handle macros, this PR directly filters out these cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants