Julia crash: libpangoft2-1.0.so.0 issue.
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
A similar issue was reported [here](https://github.com/JuliaGraphics/Immerse.jl/issues/60). In my case, to produce the crash this is sufficient:
``` Julia
Using PyPlot
plot(rand(10))
```
```
julia: symbol lookup error: /usr/bin/../lib/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType
```
I am on Arch Linux. Running Julia 0.4.5. Here some additional info:
``` Julia
PyPlot.backend
"qt4agg"
```
``` Bash
ls -la /usr/lib/libpangoft2-1.0.so.0
lrwxrwxrwx 1 root root 27 Apr 12 22:38 /usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.4000.1
```
Hope you find this useful.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.