-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make install
(to non-standard prefix) is failing
#15545
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
make install
is failingmake install
(to non-standard prefix) is failing
Indeed, this was predicted as a known consequence of #14832. It may be the case that asking people to set |
Fixed by #15550. |
(see comment #15550 (comment) , since it is relevant to this issue.) |
bors
added a commit
that referenced
this issue
Jul 9, 2014
This adds detection of the relevant LD_LIBRARY_PATH-like environment variable and appropriately sets it when testing whether binaries can run or not. Additionally, the installation prints a recommended value if one is necessary. Closes #15545
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this point,
/home/chris/rust/tmp/dist/rust-0.11.0-x86_64-unknown-linux-gnu/lib/librustc-4e7c5e5c.so
and/home/chris/rust/tmp/dist/rust-0.11.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-4e7c5e5c.so
both exist.Just in case it matters: my prefix is
/home/chris/opt/rust
.The text was updated successfully, but these errors were encountered: