Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make fontconfig-infinality-ultimate failed #8

Open
mealayaria opened this issue Jan 15, 2017 · 2 comments
Open

make fontconfig-infinality-ultimate failed #8

mealayaria opened this issue Jan 15, 2017 · 2 comments
Assignees

Comments

@mealayaria
Copy link

mealayaria commented Jan 15, 2017

Hi,When I run makepkg in 02_fontconfig-iu, I got an error in run-test.sh, here is part of the log:

% cat test-suite.log
============================================
fontconfig 2.12.1: test/test-suite.log
============================================
TOTAL: 3
PASS: 2
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)

and I find error caused by the file /tmp/makepkg/fontconfig-infinality-ultimate/src/fontconfig-2.12.1/test/run-test.sh line 41, in function check().

And here is my out

% 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

And my out.expected:

% cat out.expected
Fixed:pixelsize=16
Fixed:pixelsize=6
=
Fixed:pixelsize=16
Fixed:pixelsize=6
=
Fixed:pixelsize=16
Fixed:pixelsize=6

I don't know what happened, anyone can help me?

@archfan
Copy link
Owner

archfan commented Jan 15, 2017

Thanks for posting this. I haven't had much time to look into that issue yet.

In the meantime you could simply compile it without running the tests. Remove the following from the corresponding PKGBUILD:

check() {
  cd "${_basename}-${pkgver}"
  make -k check
}

It should compile just fine afterwards.

Cheers

@sfzhi
Copy link

sfzhi commented Feb 10, 2017

https://bugs.freedesktop.org/show_bug.cgi?id=47704 - just mentioning, not that it's particularly helpful...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants