-
Notifications
You must be signed in to change notification settings - Fork 13.4k
On Mac ox 10.9 make install failed #10197
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
Comments
Hm, I'm running 10.9 as well, and I can run |
@alexcrichton make |
Hm it seems that the logs of |
@alexcrichton |
@alexcrichton |
Awesome, good to hear! |
Add `impl_trait_in_params` lint As this is a lint about style, and using `impl Trait` is purely cosmetical (even with downsides), a lot of unrelated files needed to allow this lint. --- Resolves rust-lang#10030 changelog: New lint: [`impl_trait_in_params`] [10197](rust-lang/rust-clippy#10197) <!-- changelog_checked -->
configure out put
configure: writing configuration
configure:
configure: CFG_SRC_DIR := /opt/rust/
configure: CFG_BUILD_DIR := /opt/rust/
configure: CFG_OSTYPE := apple-darwin
configure: CFG_CPUTYPE := x86_64
configure: CFG_CONFIGURE_ARGS := --enable-clang
configure: CFG_PREFIX := /usr/local
configure: CFG_BUILD := x86_64-apple-darwin
configure: CFG_HOST := x86_64-apple-darwin
configure: CFG_TARGET := x86_64-apple-darwin
configure: CFG_C_COMPILER := clang
configure: CFG_LIBDIR := lib
configure: CFG_DISABLE_MANAGE_SUBMODULES :=
configure: CFG_ANDROID_CROSS_PATH := /opt/ndk_standalone
configure: CFG_MINGW32_CROSS_PATH :=
configure: CFG_MANDIR := /usr/local/share/man
configure: CFG_LLVM_ROOT :=
configure: CFG_LLVM_SRC_DIR := /opt/rust/src/llvm/
configure: CFG_LLVM_BUILD_DIR_x86_64_apple_darwin := /opt/rust/x86_64-ap ...
configure: CFG_LLVM_INST_DIR_x86_64_apple_darwin := /opt/rust/x86_64-ap ...
configure:
configure: cp /opt/rust/Makefile.in ./Makefile
configure: mv config.tmp config.mk
configure:
configure: complete
configure:
make install out put
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: using clang
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: including install rules
/opt/rust/mk/install.mk:140: *** unterminated call to function
call': missing
)'. Stop.The text was updated successfully, but these errors were encountered: