You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I did merge rust-lang/rust/master into DiamondLovesYou/rust/master because make install failed otherwise (rust-lang#25699) which worked without conflicts (You can find the result at TimNN/rust/upstream-tracking).
I'm not sure if the issue was caused by my merge or not, but I will try again tomorrow without my merge. (However, seeing as the diff from the merge does not include the word pthread I think it is unlikely that this would fix the problem.
Anyway, thank you for the great work!!!
The text was updated successfully, but these errors were encountered:
Hey, could you try another build, but this time using pepper_43 from the nacl_sdk? pthread_rwlock_* functions were a recent addition, though I'm not sure how recent TBH. Also, I've made another merge myself, so be sure to do a pull && checkout before trying.
I'm currently trying to get a minimal example (TimNN/nacl-rust-min) to work but linking fails due to undefined pthread symbols:
Rust version:
rustc 1.2.0-dev (2ab1e7955 2015-05-25) (built 2015-05-25)
Configured with:
./configure --target=le32-unknown-nacl --nacl-cross-path=$NACL_SDK_ROOT --prefix=/home/logic/tmp/rust_nacl --enable-ccache --disable-valgrind-rpass
Nacl SDK version:
42
Note that I did merge
rust-lang/rust/master
intoDiamondLovesYou/rust/master
becausemake install
failed otherwise (rust-lang#25699) which worked without conflicts (You can find the result at TimNN/rust/upstream-tracking).I'm not sure if the issue was caused by my merge or not, but I will try again tomorrow without my merge. (However, seeing as the diff from the merge does not include the word
pthread
I think it is unlikely that this would fix the problem.Anyway, thank you for the great work!!!
The text was updated successfully, but these errors were encountered: