Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385371 - [PATCH]www-client/midori-0.4.0 fails to compile due to undefined reference to `webkit_web_view_get_selected_text'
Summary: [PATCH]www-client/midori-0.4.0 fails to compile due to undefined reference to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL: https://bugs.launchpad.net/midori/+bu...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-10-02 11:40 UTC by Hanno Zysik (geki)
Modified: 2011-10-02 21:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2011-10-02 11:40:22 UTC
www-client/midori-0.4.0 built against net-libs/webkit-gtk-1.6.1-r200.

Patch:
https://launchpadlibrarian.net/80255920/midori-view_use_WebKitDOM.diff
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2011-10-02 20:03:03 UTC
a build.log and emerge --info would be useful. Thank you
Comment 2 Hanno Zysik (geki) 2011-10-02 20:27:31 UTC
The only useful info is at URL.

Quote:
The `webkit_web_view_get_selected_text' function was removed from webkit source (see https://bugs.webkit.org/show_bug.cgi?id=62512).

Midori can't be compiled versus webkitgtk after rev. 88621.
___

And the proper fix in midori git:
http://git.xfce.org/apps/midori/commit/?id=648d869e4ff69f121da97484a0fd553b005ca751
___

Could be cool to be backported. Or is there a new version planned soon?

I do not really like to spam reports with info and build.log with obvious issues.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-10-02 21:31:51 UTC
(In reply to comment #2)
> 
> And the proper fix in midori git:
> http://git.xfce.org/apps/midori/commit/?id=648d869e4ff69f121da97484a0fd553b005ca751
> ___

^^^

+  02 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> midori-0.4.0.ebuild,
+  +files/midori-0.4.0-webkit151.patch:
+  Fix building with webkit-gtk >= 1.5.1 wrt #385371 by Hanno Meyer-Thurow

And tested it with webkit-gtk-1.6.1-r200. Builds and runs.