Bug 123180 - REGRESSION(r157819): Broke 32-bit builds (Requested by smfr on #webkit).
Summary: REGRESSION(r157819): Broke 32-bit builds (Requested by smfr on #webkit).
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 123052
  Show dependency treegraph
 
Reported: 2013-10-22 15:55 PDT by WebKit Commit Bot
Modified: 2013-10-22 16:22 PDT (History)
2 users (show)

See Also:


Attachments
ROLLOUT of r157819 (3.69 KB, patch)
2013-10-22 15:55 PDT, WebKit Commit Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Commit Bot 2013-10-22 15:55:00 PDT
http://trac.webkit.org/changeset/157819 broke the build:
Broke 32-bit builds (Requested by smfr on #webkit).

This is an automatic bug report generated by webkitbot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests fail.
Comment 1 WebKit Commit Bot 2013-10-22 15:55:22 PDT
Created attachment 214894 [details]
ROLLOUT of r157819

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 WebKit Commit Bot 2013-10-22 15:57:13 PDT
Comment on attachment 214894 [details]
ROLLOUT of r157819

Clearing flags on attachment: 214894

Committed r157825: <http://trac.webkit.org/changeset/157825>
Comment 3 WebKit Commit Bot 2013-10-22 15:57:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Daniel Bates 2013-10-22 16:22:33 PDT
Apple Mountain Lion Release 32-bit build stdio:

<http://build.webkit.org/builders/Apple%20MountainLion%20Release%20%2832-bit%20Build%29/builds/5090/steps/compile-webkit/logs/stdio>

Summarized error output:

CompileC /Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/JavaScriptCore.build/Release/testapi.build/Objects-normal/i386/testapi-2B27CF6CAAEEA539.o API/tests/testapi.mm normal i386 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Volumes/Data/slave/mountainlion-32bit-release/build/Source/JavaScriptCore
    setenv LANG en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch i386 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libc++ -fobjc-arc -Wno-trigraphs [...] -fno-threadsafe-statics -Wno-sign-conversion -I/Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/JavaScriptCore.build/Release/testapi.build/testapi.hmap -I/Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/Release/include -I. -Iicu -I/Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/Release/usr/local/include [...] -Wtautological-compare -F/Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/Release -MMD -MT dependencies -MF [...] -c /Volumes/Data/slave/mountainlion-32bit-release/build/Source/JavaScriptCore/API/tests/testapi.mm -o /Volumes/Data/slave/mountainlion-32bit-release/build/WebKitBuild/JavaScriptCore.build/Release/testapi.build/Objects-normal/i386/testapi-2B27CF6CAAEEA539.o
error: -fobjc-arc is not supported on platforms using the legacy runtime
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

** BUILD FAILED **