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
Rust's stage0 snapshots, rustc in particular, are linked against libkvm.so.5. This version is available in FreeBSD 9 but seems to had a version bump in FreeBSD 10 to libkvm.so.6. As a result, there is currently no way to build rust for FreeBSD10. Is there any means to build a snapshot for FreeBSD10 and distribute it along with other snapshots?