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

dyld: Library not loaded: @rpath/libstd.dylib - when doing make check #1019

Closed
Yoric opened this issue Oct 9, 2011 · 3 comments
Closed

dyld: Library not loaded: @rpath/libstd.dylib - when doing make check #1019

Yoric opened this issue Oct 9, 2011 · 3 comments
Assignees
Labels
A-linkage Area: linking into static, shared libraries and binaries O-macos Operating system: macOS

Comments

@Yoric
Copy link
Contributor

Yoric commented Oct 9, 2011

  • rust git version: aff536e
  • llvm svn version: 141079
  • rust configure tags: --disable-valgrind --disable-optimizations
  • OS: MacOS X Lion

Previously, compilation froze. With the latest version, I have the following trace:

$ make check
cfg: shell host triple i686-apple-darwin
cfg: llvm host triple i686-apple-darwin
cfg: llvm target triples
cfg: unix-y environment
cfg: using gcc
cfg: disabling valgrind (CFG_DISABLE_VALGRIND)
cfg: including dist rules
cfg: including test rules
check: formatting
compile_and_link: stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib
dyld: Library not loaded: @rpath/libstd.dylib
Referenced from: /Users/david/Documents/Code/rust/build/stage0/bin/rustc
Reason: image not found
make: *** [stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib] Trace/BPT trap: 5

I have also tried with a [make clean], the result is the same.

@ghost ghost assigned brson Oct 9, 2011
@brson
Copy link
Contributor

brson commented Oct 9, 2011

I think we need a new snapshot to capture the fix in 831d861. I will do this as soon as I can.

@brson
Copy link
Contributor

brson commented Oct 9, 2011

I think this should be fixed now, but I can't easily test it since I don't have access to a mac that isn't one of the build bots.

@Yoric
Copy link
Contributor Author

Yoric commented Oct 10, 2011

The fix does it for me, thank you. I now have Rust up and running!

@Yoric Yoric closed this as completed Oct 10, 2011
arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
Amend overflow RFC to alter semantics of `as`; make wrapping methods inherent methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linkage Area: linking into static, shared libraries and binaries O-macos Operating system: macOS
Projects
None yet
Development

No branches or pull requests

2 participants