Hi, I've tried cairo with the following settings: export CC=icc export CFLAGS='-O3 -xHost -ip' export CXX=icc export CXXFLAGS='-O3 -xHost -ip' ./configure --prefix=$HOME make make install make check fails: What is wrong? ============================================================================ Testsuite summary for cairo 1.15.2 ============================================================================ # TOTAL: 6 # PASS: 5 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/test-suite.log Please report to http://bugs.freedesktop.org/enter_bug.cgi?product=cairo ============================================================================ make[5]: *** [test-suite.log] Error 1 make[5]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src' make[4]: *** [check-TESTS] Error 2 make[4]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src' make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src' make[2]: *** [check] Error 2 make[2]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2/src' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/meteo/NCAR/cairo/fuentes/cairo-1.15.2' make: *** [check] Error 2
This appears to have been true for quite some time. If you "See test/test-suite.log" (as mentioned in the output), I expect you will find an awful lot of tests have failed. This is what it looks like when one or thousands of tests have failed. https://www.phoronix.com/scan.php?page=news_item&px=Cairo-Tests-Failing While it concerns me, I don't think having a bug open saying that tests fail without any details is very useful. I've been opening more specific bugs, like these: https://bugs.freedesktop.org/show_bug.cgi?id=97400 https://bugs.freedesktop.org/show_bug.cgi?id=97401 And I'm working on updating the test/README to reflect this situation: https://lists.cairographics.org/archives/cairo/2016-August/027716.html
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.