$ cat test-suite.log ============================================ fontconfig 2.13.0: test/test-suite.log ============================================ # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: run-test ============== *** Test failed: Basic check *** output is in 'out', expected output in 'out.expected' FAIL run-test.sh (exit status: 1) $ cat out Misc Fixed:pixelsize=6 Sony Fixed:pixelsize=16 = Misc Fixed:pixelsize=6 Sony Fixed:pixelsize=16 = Misc Fixed:pixelsize=6 Sony Fixed:pixelsize=16 $ cat out.expected Fixed:pixelsize=16 Fixed:pixelsize=6 = Fixed:pixelsize=16 Fixed:pixelsize=6 = Fixed:pixelsize=16 Fixed:pixelsize=6
Apparently your freetype binary and freetype header files looks inconsistent. please make sure if you have same version of freetype for both headers and binary. particularly PCF_CONFIG_OPTION_LONG_FAMILY_NAMES is missing in ftoption.h. otherwise your binary has been built against it unexpectedly.
looks like removing some of the patches we used for freetype fixes it. Thanks for the hints!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.