Bug 106655 - Test failed: Basic check (Alpine Linux / musl libc)
Summary: Test failed: Basic check (Alpine Linux / musl libc)
Status: RESOLVED NOTOURBUG
Alias: None
Product: fontconfig
Classification: Unclassified
Component: fc-list (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: fontconfig-bugs
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-25 15:00 UTC by Natanael Copa
Modified: 2018-07-28 10:38 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.