<?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>15828</bug_id>
          
          <creation_ts>2007-11-04 04:41:23 -0800</creation_ts>
          <short_desc>WebKit GTK include and lib directory is in qt4-named directory</short_desc>
          <delta_ts>2007-11-06 16:07:40 -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>523.x (Safari 3)</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</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="KIMURA Masaru">hiyuh.root</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>60228</commentid>
    <comment_count>0</comment_count>
    <who name="KIMURA Masaru">hiyuh.root</who>
    <bug_when>2007-11-04 04:41:23 -0800</bug_when>
    <thetext>I found webkit ebuild for gentoo at the bugziulla[1].
Tweaking it and pushed into my personal overlay[2].
And I checked installed files&apos; location by equery.
It said,

/usr
/usr/bin
/usr/bin/GtkLauncher
/usr/include
/usr/include/qt4
/usr/include/qt4/WebKitGtk
/usr/include/qt4/WebKitGtk/webkitgtkdefines.h
/usr/include/qt4/WebKitGtk/webkitgtkframe.h
/usr/include/qt4/WebKitGtk/webkitgtkglobal.h
/usr/include/qt4/WebKitGtk/webkitgtknetworkrequest.h
/usr/include/qt4/WebKitGtk/webkitgtkpage.h
/usr/include/qt4/WebKitGtk/webkitgtksettings.h
/usr/lib64
/usr/lib64/qt4
/usr/lib64/qt4/libWebKitGtk.prl
/usr/lib64/qt4/libWebKitGtk.so
/usr/lib64/qt4/libWebKitGtk.so.1
/usr/lib64/qt4/libWebKitGtk.so.1.0
/usr/lib64/qt4/libWebKitGtk.so.1.0.0
/usr/lib64/qt4/pkgconfig
/usr/lib64/qt4/pkgconfig/WebKitGtk.pc 

So, why gtk port is in qt-named directoy? :)

PS: And GtkLauncher is not installed by doing simply
make INSTALL_ROOT=balbla install, I realized too.

-----
[1] http://bugs.gentoo.org/show_bug.cgi?id=190347
[2] http://dev.gentoo.gr.jp/~hiyuh/cgi-bin/hgweb.cgi?file/tip/net-libs/webkit/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60229</commentid>
    <comment_count>1</comment_count>
      <attachid>17030</attachid>
    <who name="Christian Dywan">christian</who>
    <bug_when>2007-11-04 05:35:52 -0800</bug_when>
    <thetext>Created attachment 17030
Use sane default install paths for the gtk port

This patch defaults to /usr/local and /usr/local/include/WebKitGtk respectively. I don&apos;t think we want to install GtkLauncher.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60230</commentid>
    <comment_count>2</comment_count>
    <who name="KIMURA Masaru">hiyuh.root</who>
    <bug_when>2007-11-04 06:29:36 -0800</bug_when>
    <thetext>At #webkit, bdash tells why gtk port was installed into that weird
location. He said http://live.gnome.org/WebKitGtk mentioned to use
--qmakearg.

I&apos;ve updated my ebuild[1] (was linked my previous post) to make it
install into correct location /usr/include/WebKit and /usr/lib64
already. Because Gentoo won&apos;t install to /usr/local via portage.
But to merge this fix to upstream would be better, I think.

Note, to reproduce this weird install result is only do w/o
--qmakearg which is mentioned at http://live.gnome.org/WebKitGtk.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60251</commentid>
    <comment_count>3</comment_count>
    <who name="Holger Freyther">zecke</who>
    <bug_when>2007-11-04 12:44:05 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; Created an attachment (id=17030) [edit]
&gt; Use sane default install paths for the gtk port
&gt; 
&gt; This patch defaults to /usr/local and /usr/local/include/WebKitGtk
&gt; respectively. I don&apos;t think we want to install GtkLauncher.

The patch should get a positive review. Yes we should not install the GtkLauncher as it is using rpath for linking because we/I currently don&apos;t want it to be installed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60403</commentid>
    <comment_count>4</comment_count>
      <attachid>17030</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2007-11-06 07:42:33 -0800</bug_when>
    <thetext>Comment on attachment 17030
Use sane default install paths for the gtk port

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60442</commentid>
    <comment_count>5</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2007-11-06 16:07:40 -0800</bug_when>
    <thetext>Landed in r27492.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>17030</attachid>
            <date>2007-11-04 05:35:52 -0800</date>
            <delta_ts>2007-11-06 07:42:33 -0800</delta_ts>
            <desc>Use sane default install paths for the gtk port</desc>
            <filename>gtk-install.diff</filename>
            <type>text/plain</type>
            <size>1069</size>
            <attacher name="Christian Dywan">christian</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShSZXZpc2lvbiAyNzQyNCkKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCShBcmJlaXRza29waWUpCkBA
IC0xLDMgKzEsMTMgQEAKKzIwMDctMTEtMDQgIENocmlzdGlhbiBEeXdhbiAgPGNocmlzdGlhbkB0
d290b2FzdHMuZGU+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgVXNlIHNhbmUgZGVmYXVsdCBpbnN0YWxsIHBhdGhzIGZvciB0aGUgZ3RrIHBvcnQuCisK
KyAgICAgICAgV0FSTklORzogTk8gVEVTVCBDQVNFUyBBRERFRCBPUiBDSEFOR0VECisKKyAgICAg
ICAgKiBXZWJDb3JlLnBybzoKKwogMjAwNy0xMS0wMyAgRGFyaW4gQWRsZXIgIDxkYXJpbkBhcHBs
ZS5jb20+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgTWFjaWVqLgpJbmRleDogV2ViQ29yZS9XZWJD
b3JlLnBybwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJDb3JlL1dlYkNvcmUucHJvCShSZXZpc2lvbiAyNzQy
NCkKKysrIFdlYkNvcmUvV2ViQ29yZS5wcm8JKEFyYmVpdHNrb3BpZSkKQEAgLTE2MjUsOCArMTYy
NSw4IEBACiB9CiAKIGd0ay1wb3J0IHsKLSAgICBpc0VtcHR5KFdFQktJVF9MSUJfRElSKTpXRUJL
SVRfTElCX0RJUj0kJFtRVF9JTlNUQUxMX0xJQlNdCi0gICAgaXNFbXB0eShXRUJLSVRfSU5DX0RJ
Uik6V0VCS0lUX0lOQ19ESVI9JCRbUVRfSU5TVEFMTF9IRUFERVJTXS9XZWJLaXRHdGsKKyAgICBp
c0VtcHR5KFdFQktJVF9MSUJfRElSKTpXRUJLSVRfTElCX0RJUj0vdXNyL2xvY2FsL2xpYgorICAg
IGlzRW1wdHkoV0VCS0lUX0lOQ19ESVIpOldFQktJVF9JTkNfRElSPS91c3IvbG9jYWwvaW5jbHVk
ZS9XZWJLaXRHdGsKIAogICAgIHRhcmdldC5wYXRoID0gJCRXRUJLSVRfTElCX0RJUgogICAgIGlu
Y2x1ZGUoJCRQV0QvLi4vV2ViS2l0L2d0ay9BcGkvaGVhZGVycy5wcmkpCg==
</data>
<flag name="review"
          id="7240"
          type_id="1"
          status="+"
          setter="darin"
    />
          </attachment>
      

    </bug>

</bugzilla>