[cairo-bugs] [Bug 59298] Configure fails to find libpthread with CPPFLAG -H

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 7 04:06:23 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=59298

Daniel Macks <dmacks at netspace.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|cairo-bugs at cairographics.or |chris at chris-wilson.co.uk
                   |g                           |
            Version|1.12.8                      |1.12.14
          Component|gl backend                  |general

--- Comment #1 from Daniel Macks <dmacks at netspace.org> ---
This appears to be a general bug in the pthread test. The CAIRO_CHECK_PTHREAD
macro uses CAIRO_CC_TRY_LINK_WITH_ENV_SILENT for the actual tests for
compileability with various flags. There, "The link step must complete without
dnl warnings or errors to stderr." But using various flags that the user could
want to use might legitimately trigger unrelated compiler diagnostic output,
which incorrectly is treated as a failure/unsupported pthread flag.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20160307/62187b62/attachment.html>


More information about the cairo-bugs mailing list