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
This bug seems to be introduced in the rebase of JikesRVM to upstream. The error message is JikesRVM: error loading library ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/libcore_3_1_0.so: No such file or directory.
This bug seems to be introduced in the rebase of JikesRVM to upstream. The error message is
JikesRVM: error loading library ./dist/RFastAdaptiveSemiSpace_x86_64_m32-linux/libcore_3_1_0.so: No such file or directory
.===
After rebasing to JikesRVM upstream:
RUSTUP_TOOLCHAIN=nightly-2020-12-20 ./bin/buildit localhost RFastAdaptiveSemiSpace --answer-yes --use-third-party-heap=../.. --use-third-party-build-configs=../../jikesrvm/build/configs/ --use-external-source=../../jikesrvm/rvm/src --m32
===
Before rebase:
RUSTUP_TOOLCHAIN=nightly-2020-12-20 ./bin/buildit localhost RFastAdaptiveSemiSpace --answer-yes --use-third-party-heap=../.. --use-third-party-build-configs=../../jikesrvm/build/configs/ --use-external-source=../../jikesrvm/rvm/src
The text was updated successfully, but these errors were encountered: