Skip to content

rust should complete stage2 build and install both stage2 libs and binaries #25546

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

Closed
howarthjw opened this issue May 17, 2015 · 1 comment
Closed

Comments

@howarthjw
Copy link

On darwin, the rust 1.0.0 build completes in stage2 and install the libs built in stage2 in the rustlib subdirectory during 'make install' but also installs the binaries and libs built in stage1. The proposed debian packaging for rust at https://ftp-master.debian.org/new/rustc_1.0.0%7Ebeta.4-1%7Eexp1.html replaces the libs installed in rustlib with symlinks to the libs installed in the top-level libs subdirectory. Perhaps the build should be modified to rebuild the rust executables using the same libs installed in rustlib so that only a single set of libs are installed (which are built from the last stage of the bootstrap process).

@alexcrichton
Copy link
Member

Thanks for the report! This is similar enough to #11145 that I'm going to close this as a dupe of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants