Summary: | make check fails on AIX: FAIL: test-bz89617 | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Michael Felt <aixtools> |
Component: | conf | Assignee: | fontconfig-bugs |
Status: | RESOLVED MOVED | QA Contact: | Behdad Esfahbod <freedesktop> |
Severity: | normal | ||
Priority: | medium | CC: | akira |
Version: | 2.11 | ||
Hardware: | PowerPC | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Felt
2015-10-10 16:20:05 UTC
(In reply to Michael Felt from comment #0) > if (!FcConfigAppFontAddFile (config, SRCDIR "/4x6.pcf") || > FcConfigAppFontAddFile (config, "/dev/null")) You better check which call was actually failed. unfortunately I can't reproduce this error here. so need more information and investigation from your side. > FYI #3 > While make install works fine - when not already installed DESTDIR=xxx make > install fails UNLESS make install is run first. > > WITHOUT 'make install' first - the result looks something like this: > /opt/bin/make install DESTDIR=/var/aixtools/freedesktop/fontconfig/2.11.94.0 > - but I shall post this as a bug in a moment. Now that I have looked at the > output. What did you actually run and what's the expected behavior? and what's the error message from make? make install DESTDIR=/var/aixtools/freedesktop/fontconfig/2.11.94.0 I posted more details, I thought. However, I am not able to connect to that system atm. Will report more detail, verbose, asap. (In reply to Akira TAGOH from comment #1) > (In reply to Michael Felt from comment #0) > > if (!FcConfigAppFontAddFile (config, SRCDIR "/4x6.pcf") || > > FcConfigAppFontAddFile (config, "/dev/null")) > > You better check which call was actually failed. unfortunately I can't > reproduce this error here. so need more information and investigation from > your side. Any comments for this? Not yet. I have been away from my build systems. As I do not know the tests - do you have a suggestion on how to proceed. re: what did I run - make check And I included, as best I could, the code I thought that was being executed - namely - FAIL test-bz89617 (exit status: 1) Looking further: int main (void) { FcConfig *config = FcConfigGetCurrent (); if (!FcConfigAppFontAddFile (config, SRCDIR "/4x6.pcf") || FcConfigAppFontAddFile (config, "/dev/null")) return 1; return 0; } Is it also correct that there are only two tests? -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/75. |
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.