-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make install
is broken
#13128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
cc @brson |
Working on it. |
Thanks! |
Unfortunately sudo make install
...
prepare: tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustdoc-*.so
prepare: tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libfourcc-*.so
prepare: tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhexfloat-*.so
prepare: tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmorestack.a
prepare: tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler-rt.a
/mnt/disk2/opt/pkgs/rust/mk/install.mk:13: *** unterminated variable reference. Stop.
sh -x /mnt/disk2/opt/pkgs/rust/src/etc/install.sh tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu
...
+ test 0 -eq 0
+ err Option 'tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu' is not recognized
+ echo install: error: Option 'tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu' is not recognized
install: error: Option 'tmp/dist/rust-0.10-pre-x86_64-unknown-linux-gnu' is not recognized
+ exit 1 Does it make sense to file a new bug or just reopen this one? Thanks! |
What version of the compiler did you get that error on? I think it was fixed very recently in 476f0e3, but I could be wrong! |
Hello Alex,
This is Kubuntu 13.10 |
@alsam I think @alexcrichton was wondering which version of rust you were building, i.e. if it included the revision 476f0e3. |
You are quite right, it was really fixed with 476f0e3 ...
install: /usr/local/bin/rustdoc
install: /usr/local/bin/rustc
Rust is ready to roll. Sorry for the false alarm. |
Thanks for monitoring it closely. :) |
Implement invocation strategy config Fixes rust-lang/rust-analyzer#10793 This allows to change how we run build scripts (and `checkOnSave`), exposing two configs: - `once`: run the specified command once in the project root (the working dir of the server) - `per_workspace`: run the specified command per workspace in the corresponding workspace This also applies to `checkOnSave` likewise, though `once_in_root` is useless there currently, due to rust-lang/cargo#11007
…lang#13128) changelog: [`use_self`] Skip if inside macro expansions of a `impl Self` block Fixes rust-lang#13092. r? Alexendoo
Hello,
Looks like
make install
is broken:digging a bit:
and
Thanks
The text was updated successfully, but these errors were encountered: