Skip to content

Copy more libraries from local Rust to stage0 - #33531

Merged
bors merged 1 commit into
rust-lang:masterfrom
antonblanchard:local_stage0_fix
May 13, 2016
Merged

Copy more libraries from local Rust to stage0#33531
bors merged 1 commit into
rust-lang:masterfrom
antonblanchard:local_stage0_fix

Conversation

@antonblanchard

Copy link
Copy Markdown
Contributor

When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.

Add them into the local_stage0.sh script.

When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.
Add them into the local_stage0.sh script.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@antonblanchard

Copy link
Copy Markdown
ContributorAuthor

Is there a reason we don't pull in all libraries in lib/* ?

@aturon

Copy link
Copy Markdown
Contributor

r? @alexcrichton

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ 0a38089

Sure! This is basically an unmaintained script (I have no idea what it does), so I suspect "is there a reason..." is just historical or some rationale lost to time :). I suspect that copying over all libraries would also be fine I think?

@eddybeddyb mentioned this pull request May 12, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request May 12, 2016
…alexcrichton
Copy more libraries from local Rust to stage0
When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.
Add them into the local_stage0.sh script.
@eddybeddyb mentioned this pull request May 12, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 12, 2016
…alexcrichton
Copy more libraries from local Rust to stage0
When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.
Add them into the local_stage0.sh script.
@eddybeddyb mentioned this pull request May 12, 2016
bors added a commit that referenced this pull request May 12, 2016
@eddybeddyb mentioned this pull request May 13, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 13, 2016
…alexcrichton
Copy more libraries from local Rust to stage0
When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.
Add them into the local_stage0.sh script.
@bors

bors commented May 13, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0a38089 with merge bc57899...

bors added a commit that referenced this pull request May 13, 2016
Copy more libraries from local Rust to stage0
When bootstrapping Rust using a previously built toolchain, I noticed
a number of libraries were not copied in. As a result the copied in
rustc fails to execute because it can't find all its dependences.
Add them into the local_stage0.sh script.
@bors
bors merged commit 0a38089 into rust-lang:masterMay 13, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@antonblanchard@rust-highfive@aturon@alexcrichton@bors