[Webkit-unassigned] [Bug 116227] New: [GTK] Parallel build fails if gtk-doc is enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 16 08:34:59 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116227
Summary: [GTK] Parallel build fails if gtk-doc is enabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: agarcia at igalia.com
The fix for bug 115612 uncovered this one.
The problems is that when gtk-doc is enabled, docs-build.stamp is made
a prerequisite of the 'all' target. That is, it is given the same
priority as all the generated files listed in BUILT_SOURCES.
Since gtk-doc depends on webkit itself, in practice this means that in
parallel builds the generated files will be created while the rest of
webkit is being compiled. If a source file needs a header that hasn't
been generated yet the build will fail.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list