Skip to content
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

Unable to load fonts when linking with lld #114

Open
nosideeffects opened this issue Dec 6, 2019 · 0 comments
Open

Unable to load fonts when linking with lld #114

nosideeffects opened this issue Dec 6, 2019 · 0 comments

Comments

@nosideeffects
Copy link

Currently building a game with amethyst.rs, and any time I attempt to use the lld linker to speed up my iteration, I get the following error trying to load fonts:

Message("unknown variant TTF, there are no variants")

Loading no fonts explicitly -- and trying to fallback to the system default yields a spew of errors like the following, before failing to load any fonts:

"/etc/fonts/fonts.conf", line 6: invalid attribute 'translate'...

A small bit of investigation revealed this may be due to the this package -- or a dependency -- using a bundled, incompatible fontconfig instead of the system's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant