JuliaPy / JuliaPy/PyPlot.jl

Julia crash: libpangoft2-1.0.so.0 issue.

Open
#209 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.