Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upundefined reference to hb_font_funcs_set_nominal_glyph_func on Ubuntu 16.04 #20712
Comments
|
You should be able to set HARFBUZZ_SYS_NO_PKG_CONFIG=1 when building and avoid the error. |
|
I just updated to Ubuntu 18.04 in part due to this error and now it works. I can't really test this anymore. |
|
@jdm that did help, thank you! |
|
put this to readme please |
bors-servo
added a commit
that referenced
this issue
May 6, 2018
Build note for Ubuntu 16.04 See #20712 <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/20753) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building the servo crate linking with
ccfails: undefined reference to 'hb_font_funcs_set_nominal_glyph_func'hb_font_funcs_set_nominal_glyph_funcis part of harfbuzz since version 1.2.3 but Ubuntu Xenial only has version 1.0.1.The function is used since a recent WebRender update in servo: 8bd2e91#diff-923eb7a14ede052885bae45c552c1a9bR30