-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rustdoc file lock fails on os x #19872
Comments
@googya Can you reproduce the same issue in a fresh source tree? The error handling logic in |
@nodakai Now it seems ok! I pull the latest code, and make it! |
Happened to me after a git pull on master seconds ago. |
Error message is:
|
@janprill seems not stable |
updated to latest commit: commit e7b397b
the problem is still there rustdoc: doc/libc/index.html Result::unwrap() on an Err value: ()', /Users/leslie/Gits/Rust/rust/src/libcore/result.rs:746make: *** [doc/libc/index.html] Error 101 make: *** [install] Error 2 ./configure configure: looking for configure programs |
I updated the title to reflect that this seems to be a bug in rustdocs flock implementation on darwin. cc @alexcrichton |
@brson en, you are right.. |
cc rust-lang#19872, this may help give some insight
cc #19872, this may help give some insight
I haven't seen this crop up in quite awhile, and I think that this code went through some refactorings since this was opened, so I'm going to close this as "probably fixed", but if it happens again feel free to reopen or make a new issue! |
task '
' panicked at 'assertion failed: fd > 0', /Users/leslie/Gits/Rust/rust/src/librustdoc/flock.rs:117make: *** [doc/libc/index.html] Error 101
make: *** [install] Error 2
Darwin leslie-2.local 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
workflow:
get the latest src code
sudo make clean
sudo make
sudo make install
The text was updated successfully, but these errors were encountered: