<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - cairo-1.10.0 fails to build when ld emits debug logging"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=30910#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - cairo-1.10.0 fails to build when ld emits debug logging"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=30910">bug 30910</a>
              from <span class="vcard"><a class="email" href="mailto:jeremyhu@freedesktop.org" title="Jeremy Huddleston <jeremyhu@freedesktop.org>"> <span class="fn">Jeremy Huddleston</span></a>
</span></b>
        <pre>Yes, it is still an issue.  We just disable the buggy '"x$cairo_cc_stderr" !=
"x"' logic, but that's not really a portable solution for you:


diff -Naurp cairo-1.12.2.orig/configure cairo-1.12.2/configure
--- cairo-1.12.2.orig/configure    2012-04-29 11:49:59.000000000 -0700
+++ cairo-1.12.2/configure    2012-05-03 11:23:49.000000000 -0700
@@ -18044,7 +18044,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -18091,7 +18091,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -18161,7 +18161,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -18217,7 +18217,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -19663,7 +19663,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -19710,7 +19710,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -32692,7 +32692,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi

@@ -32811,7 +32811,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false ; then
         cairo_cc_flag=no
     fi

@@ -32892,7 +32892,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-    if test "x$cairo_cc_stderr" != "x"; then
+    if false; then
         cairo_cc_flag=no
     fi</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>