[Webkit-unassigned] [Bug 82268] New: [Chromium] [Linux] Symbols exported from WTF are sometimes not found by linkers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 26 17:26:52 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82268
Summary: [Chromium] [Linux] Symbols exported from WTF are
sometimes not found by linkers
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: tony at chromium.org, abarth at webkit.org,
morrita at google.com, eae at chromium.org
http://trac.webkit.org/changeset/112177 caused a build failure:
http://build.webkit.org/builders/Chromium%20Linux%20Release/builds/50189/steps/compile-webkit/logs/stdio
But relevant functions already had WTF_EXPORT_PRIVATE at this revision: http://trac.webkit.org/browser/trunk/Source/WTF/wtf/BitVector.h?rev=112177#L217
Furthermore, Chromium build system doesn't use EXPORT macros so this failure should have never occurred.
Touching BitVector.h fixed this issue: http://build.webkit.org/builders/Chromium%20Linux%20Release%20%28Tests%29/builds/30473
which is red-herring.
--
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