-
Notifications
You must be signed in to change notification settings - Fork 21
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
llvm linking build break #7
Comments
cc @glennw |
These missing symbols come from libncurses, it seems? For some reason On Wed, Oct 05, 2016 at 08:45:55AM -0700, Maciej Skrzypkowski wrote:
|
Or perhaps libedit-dev? |
I have libncurses5, libncurses5-dev and libedit-dev installed, it doesn't help. |
I get the same error on Travis-CI: https://travis-ci.org/servo/servo-with-rust-nightly/builds/274556830#L3219 |
Adding |
build: Try to use shared LLVM libraries for OSMesa. This fixes servo/osmesa-src#7
#23 should fix this, let's see what the buildots say. |
build: Try to use shared LLVM libraries for OSMesa. This fixes servo/osmesa-src#7 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18889) <!-- Reviewable:end -->
I have a build break on my Ubuntu 14.04
Is it connected with this issue: rust-lang/rust#36854 ? How to make it build?
The text was updated successfully, but these errors were encountered: