Bug 106655

Summary: Test failed: Basic check (Alpine Linux / musl libc)
Product: fontconfig Reporter: Natanael Copa <natanael.copa>
Component: fc-listAssignee: fontconfig-bugs
Status: RESOLVED NOTOURBUG QA Contact: Behdad Esfahbod <freedesktop>
Severity: normal    
Priority: medium CC: akira
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Natanael Copa 2018-05-25 15:00:10 UTC

    
Comment 1 Natanael Copa 2018-05-25 15:02:29 UTC
$ 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
Comment 2 Akira TAGOH 2018-05-30 06:55:50 UTC
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.
Comment 3 Natanael Copa 2018-07-28 10:38:46 UTC
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.