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

mk/install.mk:122: *** unterminated call to function foreach': missing )'. #11874

Closed
tfar opened this issue Jan 28, 2014 · 2 comments · Fixed by #11883
Closed

mk/install.mk:122: *** unterminated call to function foreach': missing )'. #11874

tfar opened this issue Jan 28, 2014 · 2 comments · Fixed by #11883

Comments

@tfar
Copy link

tfar commented Jan 28, 2014

Commit: e90a8c4a35bffe6f0b9b46185147f907b79191ca

make install fails with the following error on Mac OS X 10.9.1.

compile_and_link: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustdoc
compile_and_link: x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustpkg
rustdoc: doc/rustdoc/index.html
rustdoc: doc/rustpkg/index.html
warning: source code was requested to be rendered, but `<std macros>` is a missing source file.
         skipping rendering of source code
cfg: build triple x86_64-apple-darwin
cfg: host triples x86_64-apple-darwin
cfg: target triples x86_64-apple-darwin i686-apple-darwin
cfg: non-build target triples i686-apple-darwin
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-apple-darwin is x86_64
cfg: host for i686-apple-darwin is i386
cfg: os for x86_64-apple-darwin is apple-darwin
cfg: os for i686-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
/Users/tobias/dev/rep/rust/mk/install.mk:122: *** unterminated call to function `foreach': missing `)'.  Stop.
make: *** Waiting for unfinished jobs....
install_lib: /Users/tobias/rust_build/lib/libstd-*.dylib
install_lib: /Users/tobias/rust_build/lib/rustlib/x86_64-apple-darwin/lib/libstd-*.dylib
install_lib: /Users/tobias/rust_build/lib/rustlib/x86_64-apple-darwin/lib/libextra-*.dylib
install_lib: /Users/tobias/rust_build/lib/rustlib/x86_64-apple-darwin/lib/libgreen-*.dylib
@tfar
Copy link
Author

tfar commented Jan 28, 2014

cc @alexcrichton

@gifnksm
Copy link
Contributor

gifnksm commented Jan 28, 2014

In my machine, the same error causes only when calling configure with following args.

./configure --target=x86_64-unknown-linux-gnu,i686-unknown-linux-gnu

If with --target=x86_64-unknown-linux-gnu, no error occurs.

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

Successfully merging a pull request may close this issue.

2 participants