[cairo-bugs] [Bug 10151] Add mediaLib support
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 29 15:49:09 PST 2007
http://bugs.freedesktop.org/show_bug.cgi?id=10151
------- Comment #22 from brian.cameron at sun.com 2007-11-29 15:49 PST -------
Created an attachment (id=12841)
--> (http://bugs.freedesktop.org/attachment.cgi?id=12841&action=view)
output of running "make check"
Here is the output from "make check" without mediaLib. The output when the
patch is applied is the same.
I do notice that the ft-text-vertical-layout-type1 and
ft-text-vertical-layout-type-3 tests always fail.
Is this expected, or do you have any ideas why these tests might be not
working?
I notice that to get "make check" in the src directory to pass, I need to
change check-def.sh and check-plt.sh to have "#!/bin/bash" at the top rather
than having "#!/bin/sh". This is because on Linux /bin/sh is a symlink to
/bin/bash. Can this change be made to these two files to make them more
portable. Otherwise I get these errors:
./check-def.sh: !: not found
make[2]: Entering directory
`/export/home/packages/BUILD/SUNWgnome-base-libs-2.21.2/i386/cairo-1.4.12/src'
make[2]: `cairo.def' is up to date.
make[2]: Leaving directory
`/export/home/packages/BUILD/SUNWgnome-base-libs-2.21.2/i386/cairo-1.4.12/src'
./check-def.sh: bad substitution
FAIL: check-def.sh
./check-plt.sh: !: not found
I also notice that perf/cairo-perf-diff has the same issue and needs to have
"#!/bin/sh" changed to "#!/bin/bash" to work on Solrais.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list