Package: fontforge
Version: 1:20190801~dfsg-2
Severity: serious
Tags: patch

The configure script prefers Python 2.7 over Python 3.x by default.
This then leads to a build failure as the shlib symbols in
debian/libfontforge3.symbols do not match the symbols in the compiled
libfontforge3.

The easy solution is to change the line in debian/rules which reads

 --enable-python-scripting \

to read

 --enable-python-scripting=3 \

(This is tested and it appears to work.)

Best wishes,

   Julian

Reply via email to