WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
150621
Fix EFL jhbuild module build on Ubuntu 15.10
https://bugs.webkit.org/show_bug.cgi?id=150621
Summary
Fix EFL jhbuild module build on Ubuntu 15.10
Csaba Osztrogonác
Reported
2015-10-28 04:51:35 PDT
building EFL jhbuild module fails on Ubuntu 15.10: ... checking for X11/extensions/Print.h... yes checking for XpQueryScreens in -lXp... no configure: error: Missing support for X extension: Xprint ... The problem is that Ubuntu 15.10 doesn't ship libxp-dev package which contains this library.
http://packages.ubuntu.com/vivid/libxp-dev
http://packages.ubuntu.com/search?keywords=libxp-dev&searchon=names&suite=wily§ion=all
Attachments
Patch
(3.29 KB, patch)
2015-10-28 13:22 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2015-10-28 06:53:45 PDT
It's already fixed in EFL trunk -
https://git.enlightenment.org/core/efl.git/commit/?id=7c6c1a081a4c8054a986f15306b0e2378df56e2f
Csaba Osztrogonác
Comment 2
2015-10-28 13:22:18 PDT
Created
attachment 264237
[details]
Patch The cited EFL trunk change fixes it in configure.ac, but jhbuild don't run autoconf, but the configure script. So I added jhbuild a patch to fix the configure script. (I applied the trunk fix, ran autonconf and then created diff for the configure script.)
Csaba Osztrogonác
Comment 3
2015-11-02 02:23:51 PST
Comment on
attachment 264237
[details]
Patch Clearing flags on attachment: 264237 Committed
r191882
: <
http://trac.webkit.org/changeset/191882
>
Csaba Osztrogonác
Comment 4
2015-11-02 02:23:58 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug