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
interestingly, the rust git version compiles fine on this machine. just not 0.3.1.
then i noticed i had clang already installed in this system. i removed it "aptitude purge clang" and it's deps, and then the build worked fine. installed clang version: 3.1 http://packages.debian.org/sid/clang
i suggest the build script tries to detect if there's clang installed already on the host.