Bug 80346 - WebCore build exceeds 32-bit address space on Windows Release builds
Summary: WebCore build exceeds 32-bit address space on Windows Release builds
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 16:34 PST by Lucas Forschler
Modified: 2012-03-06 09:52 PST (History)
6 users (show)

See Also:


Attachments
AllInOne files for several projects (31.77 KB, patch)
2012-03-05 16:36 PST, Lucas Forschler
no flags Details | Formatted Diff | Diff
Updated to fix style check (31.75 KB, patch)
2012-03-05 20:16 PST, Lucas Forschler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Forschler 2012-03-05 16:34:12 PST
Once again, WebCore is failing to build Release on Windows.
Comment 1 Lucas Forschler 2012-03-05 16:36:20 PST
Created attachment 130230 [details]
AllInOne files for several projects
Comment 2 WebKit Review Bot 2012-03-05 16:39:45 PST
Attachment 130230 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Source/WebCore/platform/text/TextAllInOne.cpp:39:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
Total errors found: 2 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Lucas Forschler 2012-03-05 20:16:49 PST
Created attachment 130274 [details]
Updated to fix style check

For some reason, the ApplicationCacheAllInOne.cpp fails style check.  The error message is not helpful.


check-webkit-style Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp
Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 1 files
Comment 4 WebKit Review Bot 2012-03-05 20:19:51 PST
Attachment 130274 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Jessie Berlin 2012-03-06 07:37:21 PST
(In reply to comment #4)
> Attachment 130274 [details] did not pass style-queue:
> 
> Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
> Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
> Total errors found: 1 in 6 files
> 
> 
> If any of these errors are false positives, please file a bug against check-webkit-style.

This is a false positive, and there is already a bug about it:

check-webkit-style false error on build/include_order for .cpp files with no .h
https://bugs.webkit.org/show_bug.cgi?id=43881
Comment 6 Jessie Berlin 2012-03-06 07:48:31 PST
Comment on attachment 130274 [details]
Updated to fix style check

View in context: https://bugs.webkit.org/attachment.cgi?id=130274&action=review

It would probably be good to go through all the existing AllInOne.cpp files and make sure that new files that have been added in those areas have also been added to those AllInOne.cpp files.

But that can be done in a separate patch.

> Source/WebCore/css/MediaAllInOne.cpp:28
> +

Nit pick: Extra line here.
Comment 7 Jessie Berlin 2012-03-06 08:50:32 PST
Comment on attachment 130274 [details]
Updated to fix style check

Because my only issue was an extra-line nit-pick, I think it is ok to have the commit-queue just land the patch as-is.
Comment 8 WebKit Review Bot 2012-03-06 08:51:03 PST
Comment on attachment 130274 [details]
Updated to fix style check

Rejecting attachment 130274 [details] from review queue.

jberlin@webkit.org does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 9 Jessie Berlin 2012-03-06 09:52:31 PST
Comment on attachment 130274 [details]
Updated to fix style check

Fixed in http://trac.webkit.org/changeset/109929