-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Problem installing rust 0.3 in OS X 10.6.8 #2940
Comments
@graydon I take it the fix did not make it to 0.3? Could we respin a 0.3.1 for this? |
I think we released a 0.3.1 a few days ago. Did that fix the problem? |
This is what 0.3.1 was released in order to address, specifically. |
I will check now and answer you :P Thanks! |
Now it works fine, I just tried a hello world ! :D Thanks! |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 17, 2023
When reporting a heap use-after-free, say where the allocation was allocated and deallocated This is a partial solution to: rust-lang/miri#2917 Currently in the interpreter, we only have accurate information for where heap allocations are allocated and deallocated (see rust-lang/miri#2940 (comment)). So this just implements support for allocations where the information is already available, and the full support will require more interpreter tweaks.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Automatically create pull requests from the result of running `cargo update` every Monday morning. This should avoid the need for manual PRs to update Cargo.lock, which seemingly dependabot wouldn't take care of. We now only use dependabot to update github actions. This revives what I had initially proposed in rust-lang#2895 in light of rust-lang#2940.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried installing rust today, make does build the correct file but when i do make install this happens:
make install
cfg: shell host triple x86_64-apple-darwin
cfg: host for x86_64-apple-darwin is x86_64
cfg: unix-y environment
cfg: using gcc
cfg: no pandoc found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
cfg: including install rules
install: /usr/local/bin/rustc
install: /usr/local/bin/cargo
install: /usr/local/bin/rustdoc
install: /usr/local/lib/librustrt.dylib
install_lib: /usr/local/lib/libcore-d27e4777a53c3e50-0.3.dylib
install_lib: /usr/local/lib/libstd-d399da1ab6f5bec0-0.3.dylib
install_lib: /usr/local/lib/librustc-73389320c1332876-0.3.dylib
install_lib: /usr/local/lib/libsyntax-b45cc7d0b085bc34-0.3.dylib
install: /usr/local/lib/librustllvm.dylib
install: /usr/local/share/man/man1/rustc.1
install: /usr/local/lib/rustc/x86_64-apple-darwin/lib/librustrt.dylib
install_lib: /usr/local/lib/rustc/x86_64-apple-darwin/lib/libcore-.dylib
install_lib: /usr/local/lib/rustc/x86_64-apple-darwin/lib/libstd-.dylib
install_lib: /usr/local/lib/rustc/x86_64-apple-darwin/lib/librustc-.dylib
install: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/librustc-73389320c1332876-0.3.dylib.dSYM: Inappropriate file type or format
make: *** [install-target-x86_64-apple-darwin-host-x86_64-apple-darwin] Error 71
Anyone has any idea of what is going on and a possible fix?
I have installed clang ++ 3.0, make 3.81, curl, python 2.7, and perl 5.10. I have installed gcc 4.2, maybe it has something to do with it?
The text was updated successfully, but these errors were encountered: