-
Notifications
You must be signed in to change notification settings - Fork 220
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
Fontconfig-sys fails to build on Ubuntu #206
Comments
I have the same problem in Debian 9. Here the full ouput of building a simple application if it helps. |
Yeah well, it's more of a problem that should be reported to servo-fontconfig-sys, shouldn't it - I can't do much about the bugs of a dependency. |
Oh!, Thanks for the clarification. I will review Fontconfig-sys tracker. |
For what it's worth, I was able to install it with the following packages. Not sure which are actually necessary, though.
|
This is because the Checkout the |
I have replaced |
Windows or ubuntu subsystem
Build fails (cargo build) on project
Compiling gl_generator v0.11.0
error: failed to run custom build command for
servo-fontconfig-sys v4.0.7 (https://github.com/maps4print/azul-dependencies?rev=bf2933b9aac43a7003278862772250398e4fa457#bf2933b9)
process didn't exit successfully:
/mnt/g/rust/azul/target/debug/build/servo-fontconfig-sys-a68a4acab3010bbd/build-script-build
(exit code: 101)--- stderr
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:997:5note: Run with
RUST_BACKTRACE=1
environment variable to display a backtrace.warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered: