-
Notifications
You must be signed in to change notification settings - Fork 13.3k
"./configure --libdir=/usr/lib64 ; make" fails to build correctly (and install) #32261
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
@shlomif can you gist what errors you were seeing as part of the build? I just checked out master, ran |
Specifically, this shows that the snapshot compiler is looking in
|
That looks like a previous bug where the |
Ah I meant to close this as I think it's a dupe of #27254, but feel free to reopen if it happens on nightly! |
Hi all!
Running ./configure --libdir=/usr/lib64 and make fails to build rustc-1.7.0-src correctly (and I need to do that and other parameters for build Mageia x86-64 v6 RPMs). The following tentative patch fixes the problem.
Thanks to eddyb on #rust-internals on irc.mozilla.org for some diagnosis and help.
The text was updated successfully, but these errors were encountered: