<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>115854</bug_id>
          
          <creation_ts>2013-05-09 03:38:39 -0700</creation_ts>
          <short_desc>[GTK] Module Cairo fails to build under jhbuild</short_desc>
          <delta_ts>2013-05-10 10:03:54 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Brian Holt">brian.holt</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>gtk-ews</cc>
    
    <cc>gustavo</cc>
    
    <cc>mrobinson</cc>
    
    <cc>xan.lopez</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>886723</commentid>
    <comment_count>0</comment_count>
    <who name="Brian Holt">brian.holt</who>
    <bug_when>2013-05-09 03:38:39 -0700</bug_when>
    <thetext>The Cairo library depends on glib and fails to build because the dependent library (glib) is not yet built.  It may build on some systems that have a newer version of glib by defaulting to the system installation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>886724</commentid>
    <comment_count>1</comment_count>
    <who name="Brian Holt">brian.holt</who>
    <bug_when>2013-05-09 03:45:30 -0700</bug_when>
    <thetext>This is the error before the patch:

  CC     libcairo_gobject_la-cairo-gobject-structs.lo
In file included from /usr/include/glib-2.0/glib/galloca.h:34:0,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:25,
                 from cairo-gobject.h:44,
                 from cairo-gobject-structs.c:41:
/usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: No such file or directory</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>886725</commentid>
    <comment_count>2</comment_count>
      <attachid>201178</attachid>
    <who name="Brian Holt">brian.holt</who>
    <bug_when>2013-05-09 03:49:45 -0700</bug_when>
    <thetext>Created attachment 201178
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>886729</commentid>
    <comment_count>3</comment_count>
      <attachid>201178</attachid>
    <who name="kov&apos;s GTK+ EWS bot">gtk-ews</who>
    <bug_when>2013-05-09 04:44:19 -0700</bug_when>
    <thetext>Comment on attachment 201178
Patch

Attachment 201178 did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/398134</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>886785</commentid>
    <comment_count>4</comment_count>
      <attachid>201178</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2013-05-09 07:48:53 -0700</bug_when>
    <thetext>Comment on attachment 201178
Patch

Looks good, but please check out the EWS failure.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887256</commentid>
    <comment_count>5</comment_count>
    <who name="Brian Holt">brian.holt</who>
    <bug_when>2013-05-10 01:24:26 -0700</bug_when>
    <thetext>The EWS failure was due to derived sources not building, but since fixed by zdobersek:

GEN: DerivedSources/WebCore/InternalSettingsGenerated.cpp
make: *** No rule to make target &apos;DerivedSources/WebCore/JSMallocStatistics.h&apos; needed by &apos;DerivedSources/WebCore/JSMallocStatistics.cpp&apos;. Stop.


Author: zandobersek@gmail.com &lt;zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc&gt;
Date:   Thu May 9 14:26:28 2013 +0000

    Unreviewed GTK build fix after r149796.
    
    * GNUmakefile.am: Add a phony target for the window constructors file and include it among
    the dependencies for the non-generated code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887336</commentid>
    <comment_count>6</comment_count>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2013-05-10 07:16:22 -0700</bug_when>
    <thetext>Affirmative, plus the gtk-wk2 EWS reported no issues.
I can cq+ the patch once the current build failure gets fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887398</commentid>
    <comment_count>7</comment_count>
      <attachid>201178</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-05-10 10:03:51 -0700</bug_when>
    <thetext>Comment on attachment 201178
Patch

Clearing flags on attachment: 201178

Committed r149883: &lt;http://trac.webkit.org/changeset/149883&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887399</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-05-10 10:03:54 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>201178</attachid>
            <date>2013-05-09 03:49:45 -0700</date>
            <delta_ts>2013-05-10 10:03:50 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-115854-20130509115001.patch</filename>
            <type>text/plain</type>
            <size>1149</size>
            <attacher name="Brian Holt">brian.holt</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQ5Nzk3CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggYjljNGQzMzE3ODYzYWYwYWFkZWJlNDJjNTU0MGUxZTQ4
NzQ2N2ZmMi4uYWM4NWRmY2I4NjQ2MTk3NjAwNzVlYWI1ODQwOWY3ZjQ5YTY0MGUyMSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0
IEBACisyMDEzLTA1LTA5ICBCcmlhbiBIb2x0ICA8YnJpYW4uaG9sdEBzYW1zdW5nLmNvbT4KKwor
ICAgICAgICBbR1RLXSBNb2R1bGUgQ2Fpcm8gZmFpbHMgdG8gYnVpbGQgdW5kZXIgamhidWlsZAor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTE1ODU0CisK
KyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgTWFrZSBjYWly
byBkZXBlbmQgb24gZ2xpYiBpbiBqaGJ1aWxkLm1vZHVsZXMuCisKKyAgICAgICAgKiBndGsvamhi
dWlsZC5tb2R1bGVzOgorCiAyMDEzLTA1LTA5ICBDaHJpc3RvcGhlIER1bWV6ICA8Y2guZHVtZXpA
c2lzYS5zYW1zdW5nLmNvbT4KIAogICAgICAgICBBZGQgc3VwcG9ydCBmb3IgW05vSW50ZXJmYWNl
T2JqZWN0XSBXZWIgSURMIGV4dGVuZGVkIGF0dHJpYnV0ZQpkaWZmIC0tZ2l0IGEvVG9vbHMvZ3Rr
L2poYnVpbGQubW9kdWxlcyBiL1Rvb2xzL2d0ay9qaGJ1aWxkLm1vZHVsZXMKaW5kZXggNGNkODMz
MTAxMTlmNGI0Mzk3YjgxZGJjZmM3YTk2NTNlMmM5N2U5ZC4uYmI2MzRjN2JkYTg3ZDA2ZTU4YTMx
ZWFiNTc0Y2MwNzAzNWZjODQyYiAxMDA2NDQKLS0tIGEvVG9vbHMvZ3RrL2poYnVpbGQubW9kdWxl
cworKysgYi9Ub29scy9ndGsvamhidWlsZC5tb2R1bGVzCkBAIC02OCw2ICs2OCw3IEBACiAgICAg
PGRlcGVuZGVuY2llcz4KICAgICAgIDxkZXAgcGFja2FnZT0iZm9udGNvbmZpZyIvPgogICAgICAg
PGRlcCBwYWNrYWdlPSJwaXhtYW4iLz4KKyAgICAgIDxkZXAgcGFja2FnZT0iZ2xpYiIvPgogICAg
IDwvZGVwZW5kZW5jaWVzPgogICAgIDxicmFuY2ggbW9kdWxlPSJyZWxlYXNlcy9jYWlyby0xLjEy
LjgudGFyLnh6IiB2ZXJzaW9uPSIxLjEyLjgiCiAgICAgICAgICAgICByZXBvPSJjYWlyb2dyYXBo
aWNzLm9yZyIK
</data>

          </attachment>
      

    </bug>

</bugzilla>