<?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>141796</bug_id>
          
          <creation_ts>2015-02-19 04:50:38 -0800</creation_ts>
          <short_desc>[GTK] Fails to compile with cmake 3.2.x</short_desc>
          <delta_ts>2015-02-23 08:06:31 -0800</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>1</everconfirmed>
          <reporter name="Tomas Popela">tpopela</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cgarcia</cc>
    
    <cc>commit-queue</cc>
    
    <cc>mrobinson</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1070386</commentid>
    <comment_count>0</comment_count>
    <who name="Tomas Popela">tpopela</who>
    <bug_when>2015-02-19 04:50:38 -0800</bug_when>
    <thetext>When compiling 2.7.90 with cmake 3.2.x it fails as the linker flags for X11 are not added:

(truncated) -lpthread -lGL -latk-1.0 -lcairo -lenchant -lfontconfig -lfreetype -lgmodule-2.0 -lharfbuzz -lharfbuzz-icu -licuuc -lgio-2.0 -lgobject-2.0 -lglib-2.0 -ljpeg -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsoup-2.4 -lxml2 -lxslt -lpng -lsqlite3 -lwebp -lz -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgstpbutils-1.0 -lgsttag-1.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstfft-1.0 -lEGL -Wl,-rpath,/builddir/build/BUILD/webkitgtk-2.7.90/x86_64-redhat-linux-gnu/lib:
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp:63: error: undefined reference to &apos;XGetErrorText&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp:102: error: undefined reference to &apos;XSetErrorHandler&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp:102: error: undefined reference to &apos;XSetErrorHandler&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:235: error: undefined reference to &apos;XFreePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:221: error: undefined reference to &apos;XResizeWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:222: error: undefined reference to &apos;XFlush&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:250: error: undefined reference to &apos;XCompositeNameWindowPixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:257: error: undefined reference to &apos;XGetWindowAttributes&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:259: error: undefined reference to &apos;XFreePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:147: error: undefined reference to &apos;XCreateColormap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:158: error: undefined reference to &apos;XCreateWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:167: error: undefined reference to &apos;XMapWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:172: error: undefined reference to &apos;XCreateWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:183: error: undefined reference to &apos;XMapWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:185: error: undefined reference to &apos;XFreeColormap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:191: error: undefined reference to &apos;XWindowEvent&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:195: error: undefined reference to &apos;XSelectInput&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:196: error: undefined reference to &apos;XCompositeRedirectWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:197: error: undefined reference to &apos;XDamageCreate&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:113: error: undefined reference to &apos;XDamageQueryExtension&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:117: error: undefined reference to &apos;XCompositeQueryExtension&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:122: error: undefined reference to &apos;XCompositeQueryVersion&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:209: error: undefined reference to &apos;XDamageDestroy&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:210: error: undefined reference to &apos;XDestroyWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:211: error: undefined reference to &apos;XDestroyWindow&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:83: error: undefined reference to &apos;XDamageSubtract&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:154: error: undefined reference to &apos;XCreateColormap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:159: error: undefined reference to &apos;XFlush&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:184: error: undefined reference to &apos;XGetVisualInfo&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:188: error: undefined reference to &apos;XFree&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:191: error: undefined reference to &apos;XCreateColormap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:237: error: undefined reference to &apos;XFreeColormap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:241: error: undefined reference to &apos;XFreePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:279: error: undefined reference to &apos;XCreatePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:272: error: undefined reference to &apos;XFreePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:329: error: undefined reference to &apos;XSync&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:281: error: undefined reference to &apos;XSync&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.cpp:48: error: undefined reference to &apos;XFreeGC&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.cpp:70: error: undefined reference to &apos;XCopyArea&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.cpp:36: error: undefined reference to &apos;XCreatePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoX11.cpp:37: error: undefined reference to &apos;XCreateGC&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/GLContext.cpp:83: error: undefined reference to &apos;XOpenDisplay&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/GLContext.cpp:91: error: undefined reference to &apos;XCloseDisplay&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:190: error: undefined reference to &apos;XCreatePixmap&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:230: error: undefined reference to &apos;XGetGeometry&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:39: error: undefined reference to &apos;XGetWindowAttributes&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:43: error: undefined reference to &apos;XVisualIDFromVisual&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:46: error: undefined reference to &apos;XGetVisualInfo&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:50: error: undefined reference to &apos;XFree&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:92: error: undefined reference to &apos;XFree&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:87: error: undefined reference to &apos;XFree&apos;
/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:127: error: undefined reference to &apos;XCreatePixmap&apos;

With cmake 3.1.x, cmake detected the X11 on its own (and set the X11_X11_LIB variable), but it is not happening with 3.2.x.. As a workaround we need to explicitly call the find_package(X11) in Source/cmake/OptionsGTK.cmake when the X11 target is enabled.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1070387</commentid>
    <comment_count>1</comment_count>
      <attachid>246890</attachid>
    <who name="Tomas Popela">tpopela</who>
    <bug_when>2015-02-19 05:11:41 -0800</bug_when>
    <thetext>Created attachment 246890
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1070393</commentid>
    <comment_count>2</comment_count>
      <attachid>246890</attachid>
    <who name="Tomas Popela">tpopela</who>
    <bug_when>2015-02-19 06:49:29 -0800</bug_when>
    <thetext>Comment on attachment 246890
Patch

Removing the flags as the clean build started failing on various places (with cmake 3.2.x).. If anyone have some ideas..

[ 15%] Generating ../../DerivedSources/WebCore/CSSPropertyNames.in, ../../DerivedSources/WebCore/CSSPropertyNames.h, ../../DerivedSources/WebCore/CSSPropertyNames.cpp, ../../DerivedSources/WebCore/CSSPropertyNames.gperf, ../../DerivedSources/WebCore/StyleBuilder.cpp, ../../DerivedSources/WebCore/StylePropertyShorthandFunctions.h, ../../DerivedSources/WebCore/StylePropertyShorthandFunctions.cpp
cd /builddir/build/BUILD/webkitgtk-2.7.90/x86_64-redhat-linux-gnu/DerivedSources/WebCore &amp;&amp; /usr/bin/perl -ne print /builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/css/CSSPropertyNames.in &gt; /builddir/build/BUILD/webkitgtk-2.7.90/x86_64-redhat-linux-gnu/DerivedSources/WebCore/CSSPropertyNames.in
cd /builddir/build/BUILD/webkitgtk-2.7.90/x86_64-redhat-linux-gnu/DerivedSources/WebCore &amp;&amp; /usr/bin/perl -I/builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/bindings/scripts /builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/css/makeprop.pl --defines &quot; ENABLE_3D_RENDERING ENABLE_ACCELERATED_2D_CANVAS ENABLE_ACCESSIBILITY ENABLE_CHANNEL_MESSAGING ENABLE_CONTEXT_MENUS ENABLE_CSS_BOX_DECORATION_BREAK ENABLE_CSS_IMAGE_SET ENABLE_CSS_REGIONS ENABLE_CSS_SELECTORS_LEVEL4 ENABLE_DETAILS_ELEMENT ENABLE_DRAG_SUPPORT ENABLE_FULLSCREEN_API ENABLE_GEOLOCATION ENABLE_ICONDATABASE ENABLE_INPUT_TYPE_COLOR ENABLE_JIT ENABLE_LEGACY_VENDOR_PREFIXES ENABLE_MATHML ENABLE_MEDIA_CONTROLS_SCRIPT ENABLE_MEMORY_SAMPLER ENABLE_METER_ELEMENT ENABLE_MHTML ENABLE_NAVIGATOR_HWCONCURRENCY ENABLE_NETSCAPE_PLUGIN_API ENABLE_NETWORK_PROCESS ENABLE_NOTIFICATIONS ENABLE_PICTURE_SIZES ENABLE_PROMISES ENABLE_REQUEST_ANIMATION_FRAME ENABLE_SATURATED_LAYOUT_ARITHMETIC ENABLE_SPELLCHECK ENABLE_STREAMS_API ENABLE_SVG_FONTS ENABLE_TEMPLATE_ELEMENT ENABLE_TOUCH_EVENTS ENABLE_USERSELECT_ALL ENABLE_USER_MESSAGE_HANDLERS ENABLE_VIDEO ENABLE_VIDEO_TRACK ENABLE_VIEW_MODE_CSS_MEDIA ENABLE_WEB_AUDIO ENABLE_WEB_SOCKETS ENABLE_WEB_TIMING ENABLE_WEBGL ENABLE_XHR_TIMEOUT ENABLE_XSLT ENABLE_PLUGIN_PROCESS_GTK2&quot; --preprocessor &quot;/usr/bin/c++ -E -P -x c++&quot;
CSSPropertyNames.gperf: No keywords in input file!
calling gperf failed: 256 at /builddir/build/BUILD/webkitgtk-2.7.90/Source/WebCore/css/makeprop.pl line 1032.
Source/WebCore/CMakeFiles/WebCore.dir/build.make:155: recipe for target &apos;DerivedSources/WebCore/CSSPropertyNames.in&apos; failed

OR

Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make:245: recipe for target &apos;DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp&apos; failed
[  4%] make[2]: *** [DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp] Error 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1070415</commentid>
    <comment_count>3</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2015-02-19 08:54:01 -0800</bug_when>
    <thetext>(In reply to comment #2)

&gt; Source/WebCore/CMakeFiles/WebCore.dir/build.make:155: recipe for target
&gt; &apos;DerivedSources/WebCore/CSSPropertyNames.in&apos; failed
&gt; 
&gt; OR
&gt; 
&gt; Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make:245: recipe
&gt; for target
&gt; &apos;DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp&apos;
&gt; failed
&gt; [  4%] make[2]: ***
&gt; [DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp]
&gt; Error 1

To be honest, that failure looks unrelated to your patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1070416</commentid>
    <comment_count>4</comment_count>
    <who name="Tomas Popela">tpopela</who>
    <bug_when>2015-02-19 09:05:27 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; To be honest, that failure looks unrelated to your patch.

I know Martin, but before I applied that patch the build failed on the very end as it is showed in comment #1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1071141</commentid>
    <comment_count>5</comment_count>
    <who name="Tomas Popela">tpopela</who>
    <bug_when>2015-02-22 23:20:09 -0800</bug_when>
    <thetext>As per https://bugzilla.redhat.com/show_bug.cgi?id=1194260#c3 the patch is valid. The build issue is probably another bug.

Deprecated and Removed Features:

* The &quot;FindOpenGL&quot; module no longer explicitly searches for any
  dependency on X11 libraries with the &quot;FindX11&quot; module.  Such
  dependencies should not need to be explicit. Applications using X11
  APIs themselves should find and link to X11 libraries explicitly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1071196</commentid>
    <comment_count>6</comment_count>
      <attachid>246890</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-02-23 08:06:19 -0800</bug_when>
    <thetext>Comment on attachment 246890
Patch

Clearing flags on attachment: 246890

Committed r180502: &lt;http://trac.webkit.org/changeset/180502&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1071197</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-02-23 08:06:31 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>246890</attachid>
            <date>2015-02-19 05:11:41 -0800</date>
            <delta_ts>2015-02-23 08:06:19 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-141796-20150219141132.patch</filename>
            <type>text/plain</type>
            <size>1427</size>
            <attacher name="Tomas Popela">tpopela</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgwMzQyCmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvT3B0
aW9uc0dUSy5jbWFrZSBiL1NvdXJjZS9jbWFrZS9PcHRpb25zR1RLLmNtYWtlCmluZGV4IGQ0ZTRi
ZWUyM2Q0ZTY0YmNlZGNjMTcxZDJjMDNmYjQyMTk2OTdhYmYuLjRkOWFmZTg4NDQzNGIwYTQzZWJj
NzJjZWFlNWI0NzQyYTJmMzg5OWQgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9jbWFrZS9PcHRpb25zR1RL
LmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9PcHRpb25zR1RLLmNtYWtlCkBAIC01Nyw2ICs1Nywx
MCBAQCBpZiAoTk9UIEdFT0NMVUUyX0ZPVU5EKQogZW5kaWYgKCkKIAogaWYgKEVOQUJMRV9YMTFf
VEFSR0VUKQorICAgICMgV2l0aCBjbWFrZSAzLjIueCB3ZSBoYXZlIHRvIGV4cGxpY2l0bHkgYXNr
IGZvciBYMTEgb3RoZXJ3aXNlIHRoZSBYMTFfWDExX0xJQgorICAgICMgdmFyaWFibGUgd29uJ3Qg
YmUgc2V0IHRodXMgdGhlIFgxMSBsaW5rZXIgZmxhZ3Mgd29uJ3QgYmUgYWRkZWQgYW5kIHRoZSBi
dWlsZAorICAgICMgd2lsbCBmYWlsLgorICAgIGZpbmRfcGFja2FnZShYMTEgUkVRVUlSRUQpCiAg
ICAgIyBXZSBkb24ndCB1c2UgZmluZF9wYWNrYWdlIGZvciBHTFggYmVjYXVzZSBpdCBpcyBwYXJ0
IG9mIC1sR0wsIHVubGlrZSBFR0wuCiAgICAgY2hlY2tfaW5jbHVkZV9maWxlcygiR0wvZ2x4Lmgi
IEdMWF9GT1VORCkKIGVuZGlmICgpCmRpZmYgLS1naXQgYS9DaGFuZ2VMb2cgYi9DaGFuZ2VMb2cK
aW5kZXggNzY5NWVkZjQ0MmIwY2FlYTFiNDgyZDUwZTVmYzA5Yzc3NWZkMDhiYS4uZTRlZDMyZTM0
MjNiYmMzMDVlNDJiZjIxYzY1ZDE1OWE5OTJmNzM5YiAxMDA2NDQKLS0tIGEvQ2hhbmdlTG9nCisr
KyBiL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2IEBACisyMDE1LTAyLTE5ICBUb21hcyBQb3BlbGEg
IDx0cG9wZWxhQHJlZGhhdC5jb20+CisKKyAgICAgICAgW0dUS10gRmFpbHMgdG8gY29tcGlsZSB3
aXRoIGNtYWtlIDMuMi54CisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xNDE3OTYKKworICAgICAgICBXaXRoIGNtYWtlIDMuMi54IHdlIGhhdmUgdG8gZXhw
bGljaXRseSBhc2sgZm9yIFgxMSBvdGhlcndpc2UgdGhlCisgICAgICAgIFgxMV9YMTFfTElCIHZh
cmlhYmxlIHdvbid0IGJlIHNldCB0aHVzIHRoZSBYMTEgbGlua2VyIGZsYWdzIHdvbid0IGJlCisg
ICAgICAgIGFkZGVkIGFuZCB0aGUgYnVpbGQgd2lsbCBmYWlsLgorCisgICAgICAgIFJldmlld2Vk
IGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogU291cmNlL2NtYWtlL09wdGlvbnNHVEsu
Y21ha2U6CisKIDIwMTUtMDItMTcgIEd5dXlvdW5nIEtpbSAgPGd5dXlvdW5nLmtpbUBzYW1zdW5n
LmNvbT4KIAogICAgICAgICBbQ01BS0VdIFJlbW92ZSBDTWFrZUxpc3RzLnR4dCBpbiBXSzEgcG9y
dAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>