* [Buildroot] [Bug 5462] New: webkit doesn't build on directfb
@ 2012-08-17 12:40 bugzilla at busybox.net
2012-08-17 12:41 ` [Buildroot] [Bug 5462] " bugzilla at busybox.net
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2012-08-17 12:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5462
Summary: webkit doesn't build on directfb
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: belzo2005-dolphin at yahoo.fr
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 4502
--> https://bugs.busybox.net/attachment.cgi?id=4502
webkit build log
Hi all,
I am using 'qemu x86 defconfig' predefined options set with additionnal
packages to build webkit 1.2.7 on directfb.
But it fails on building webkit due to X11 message like:
WebCore/bridge/npapi.h:105:26: fatal error: X11/Xlib.h: No such file or
directory
Please find in attachment config file and webkit log.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] [Bug 5462] webkit doesn't build on directfb
2012-08-17 12:40 [Buildroot] [Bug 5462] New: webkit doesn't build on directfb bugzilla at busybox.net
@ 2012-08-17 12:41 ` bugzilla at busybox.net
2012-08-17 16:16 ` bugzilla at busybox.net
2013-05-26 17:06 ` bugzilla at busybox.net
2 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2012-08-17 12:41 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5462
--- Comment #1 from Vincent de RIBOU <belzo2005-dolphin@yahoo.fr> 2012-08-17 12:41:17 UTC ---
Created attachment 4508
--> https://bugs.busybox.net/attachment.cgi?id=4508
config file
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 5462] webkit doesn't build on directfb
2012-08-17 12:40 [Buildroot] [Bug 5462] New: webkit doesn't build on directfb bugzilla at busybox.net
2012-08-17 12:41 ` [Buildroot] [Bug 5462] " bugzilla at busybox.net
@ 2012-08-17 16:16 ` bugzilla at busybox.net
2012-08-18 12:01 ` Michael S. Zick
2013-05-26 17:06 ` bugzilla at busybox.net
2 siblings, 1 reply; 6+ messages in thread
From: bugzilla at busybox.net @ 2012-08-17 16:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5462
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2012-08-17 16:16:26 UTC ---
Thanks Vincent for the report. It is similar to
http://autobuild.buildroot.net/results/74637e3a3e4c37c3af0f3662504c28332e9c586c/build-end.log.
We need to investigate if this is really Webkit that doesn't support DirectFB
as a Gtk backend. If this is the case, then we simply need to prevent Webkit
from being built if the selected Gtk backend is DirectFB.
Or it is just a bug in Webkit that shouldn't include this header file, or
should include it conditionnally or something like that.
I personaly don't have enough time right now to dig into Webkit, so if you
could have a look at this and give us your conclusions, it would be great.
Thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 5462] webkit doesn't build on directfb
2012-08-17 16:16 ` bugzilla at busybox.net
@ 2012-08-18 12:01 ` Michael S. Zick
2012-08-21 11:54 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Michael S. Zick @ 2012-08-18 12:01 UTC (permalink / raw)
To: buildroot
On Fri August 17 2012, bugzilla at busybox.net wrote:
> https://bugs.busybox.net/show_bug.cgi?id=5462
>
> --- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2012-08-17 16:16:26 UTC ---
> Thanks Vincent for the report. It is similar to
> http://autobuild.buildroot.net/results/74637e3a3e4c37c3af0f3662504c28332e9c586c/build-end.log.
>
> We need to investigate if this is really Webkit that doesn't support DirectFB
> as a Gtk backend. If this is the case, then we simply need to prevent Webkit
> from being built if the selected Gtk backend is DirectFB.
>
> Or it is just a bug in Webkit that shouldn't include this header file, or
> should include it conditionnally or something like that.
>
> I personaly don't have enough time right now to dig into Webkit, so if you
> could have a look at this and give us your conclusions, it would be great.
> Thanks!
>
The Kindle K4 and K5 come from the factory with a webkit browser that
works on the directFB device.
Not sure if it is using Gtk, but it is using X11.
Mike
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 5462] webkit doesn't build on directfb
2012-08-18 12:01 ` Michael S. Zick
@ 2012-08-21 11:54 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2012-08-21 11:54 UTC (permalink / raw)
To: buildroot
Le Sat, 18 Aug 2012 07:01:50 -0500,
"Michael S. Zick" <minimod@morethan.org> a ?crit :
> The Kindle K4 and K5 come from the factory with a webkit browser that
> works on the directFB device.
Ok.
> Not sure if it is using Gtk, but it is using X11.
And also not sure how many patches they have on top of the standard
Webkit :)
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 5462] webkit doesn't build on directfb
2012-08-17 12:40 [Buildroot] [Bug 5462] New: webkit doesn't build on directfb bugzilla at busybox.net
2012-08-17 12:41 ` [Buildroot] [Bug 5462] " bugzilla at busybox.net
2012-08-17 16:16 ` bugzilla at busybox.net
@ 2013-05-26 17:06 ` bugzilla at busybox.net
2 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-05-26 17:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5462
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-05-26 17:05:12 UTC ---
We have deprecated the DirectFB backend of Gtk, because it is unmaintained
upstream, and it has been causing build issues for quite some time. Therefore,
Gtk-Webkit on top of DirectFB is mostly dead, unless someone steps up with the
corresponding upstream projects to maintain the DirectFB backend.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-26 17:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 12:40 [Buildroot] [Bug 5462] New: webkit doesn't build on directfb bugzilla at busybox.net
2012-08-17 12:41 ` [Buildroot] [Bug 5462] " bugzilla at busybox.net
2012-08-17 16:16 ` bugzilla at busybox.net
2012-08-18 12:01 ` Michael S. Zick
2012-08-21 11:54 ` Thomas Petazzoni
2013-05-26 17:06 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox