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

libcairo not found, Julia master, apple silicon #344

Closed
domschl opened this issue Jun 22, 2021 · 2 comments
Closed

libcairo not found, Julia master, apple silicon #344

domschl opened this issue Jun 22, 2021 · 2 comments

Comments

@domschl
Copy link

domschl commented Jun 22, 2021

Even so according to JuliaPackaging/Yggdrasil#3062 a Cairo_jll version for :aarch64 should be available, installation fails on Mac M1:

julia> using Cairo
[ Info: Precompiling Cairo [159f3aea-2a34-519c-b102-8c37f9878175]
ERROR: LoadError: UndefVarError: libcairo not defined
@giordano
Copy link
Contributor

What version of Cairo_jll do you have in your environment? It's likely you have 1.16.0 instead of 1.16.1. Tests of Cairo pass for me. You can see the version with ]st -m.

Also, as I already told you, for issues with missing libraries on this platform refer to JuliaPackaging/Yggdrasil#2763. Don't open issues in other repositories, there is nothing the other developers will be able to do anyways and you just spread around your requests where it's hard to track them.

@domschl
Copy link
Author

domschl commented Jun 22, 2021

I am sorry for creating mess.

Yes I had 1.16.0 and that's what gets installed after removing Cairo (and Cairo_jll). Version 1.16.1 is not offered, neither as update nor at new installs.
add Cairo_jll@1.16.1 indeed worked.

Anyway, thanks again for your help!

@domschl domschl closed this as completed Jun 22, 2021
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

2 participants