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

make install starts rebuilding stage0 after a just completed make #12363

Closed
ghost opened this issue Feb 18, 2014 · 6 comments
Closed

make install starts rebuilding stage0 after a just completed make #12363

ghost opened this issue Feb 18, 2014 · 6 comments
Assignees

Comments

@ghost
Copy link

ghost commented Feb 18, 2014

jurily ~/p/e/rust $ rm -rf build
jurily ~/p/e/rust $ mkdir build; and cd build
jurily ~/p/e/r/build $ ../configure --enable-fast-make --prefix=~/sys/
configure: looking for configure programs
<snip>
jurily ~/p/e/r/build $ smake
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-unknown-linux-gnu
<snip>
oxidize: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustdoc
67m 11s jurily ~/p/e/r/build $ make install
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-unknown-linux-gnu
cfg: target triples x86_64-unknown-linux-gnu
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu
cfg: using gcc
cfg: no node found, omitting docs
cfg: including prepare rules
cfg: including install rules
oxidize: x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd
@adrientetar
Copy link
Contributor

cc @brson

@brson
Copy link
Contributor

brson commented Feb 18, 2014

I'll look at this.

@brson brson self-assigned this Feb 18, 2014
@brson
Copy link
Contributor

brson commented Feb 18, 2014

I haven't been able to reproduce this with just make; make install.

@ghost
Copy link
Author

ghost commented Feb 19, 2014

I can't repro either, with any config. Closing.

@ghost ghost closed this as completed Feb 19, 2014
@ghost
Copy link
Author

ghost commented Jun 19, 2014

make install runs configure again, which does the submodule thing, and if upstream pushed a new commit during the build, it invalidates everything.

@ghost ghost reopened this Jun 19, 2014
@brson
Copy link
Contributor

brson commented Feb 13, 2015

So much has changed I assume this is fixed. If not feel free to reopen.

@brson brson closed this as completed Feb 13, 2015
bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
…andling, r=lnicola

vscode: fix extraEnv handling numeric values

fixes rust-lang#12363 by bringing the types more inline with the reality, and making `Env` not a lie.
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 27, 2024
lower `bstr` version requirement to `1.6.0`

test changes are due to oli-obk/ui_test#201 (cc `@Jarcho)`
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 27, 2024
lower `bstr` version requirement to `1.6.0`

test changes are due to oli-obk/ui_test#201 (cc `@Jarcho)`

changelog: none
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

3 participants