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

Cannot build compiler docs #42427

Closed
mcarton opened this issue Jun 4, 2017 · 1 comment
Closed

Cannot build compiler docs #42427

mcarton opened this issue Jun 4, 2017 · 1 comment

Comments

@mcarton
Copy link
Member

mcarton commented Jun 4, 2017

It seems that building compiler docs is broken, in a fresh clone with:

% diff config.toml src/bootstrap/config.toml.example
106c106
< compiler-docs = true
---
> #compiler-docs = false

./x.py doc -j8 fails with:

error: requires `freeze` lang_item

error: Could not document `libc`.
Build failed, waiting for other jobs to finish...
error: build failed


command did not execute successfully: "/home/martin/programs/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "doc" "-j" "8" "--target" "x86_64-unknown-linux-gnu" "--release" "--manifest-path" "/home/martin/programs/rust/src/libstd/Cargo.toml" "--features" "panic-unwind jemalloc backtrace"
expected success, got: exit code: 101


failed to run: /home/martin/programs/rust/build/bootstrap/debug/bootstrap doc -j8
Build completed unsuccessfully in 0:45:19
@ollie27
Copy link
Member

ollie27 commented Jun 4, 2017

rust-lang/libc@c0cf280 seems very relevant. I guess the libc submodule needs to be updated.

MaloJaffre added a commit to MaloJaffre/rust that referenced this issue Jun 20, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this issue Jun 20, 2017
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