Bug 80558 - REGRESSION(r110126): compile failed on AppleMac (Requested by ukai on #webkit).
Summary: REGRESSION(r110126): compile failed on AppleMac (Requested by ukai 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 Review Bot
URL:
Keywords:
Depends on:
Blocks: 79621
  Show dependency treegraph
 
Reported: 2012-03-07 18:28 PST by WebKit Review Bot
Modified: 2012-03-07 18:50 PST (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r110126 (28.70 KB, patch)
2012-03-07 18:29 PST, WebKit Review 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 Review Bot 2012-03-07 18:28:49 PST
http://trac.webkit.org/changeset/110126 broke the build:
compile failed on AppleMac (Requested by ukai on #webkit).

This is an automatic bug report generated by the sheriff-bot. 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 case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-03-07 18:29:26 PST
Created attachment 130745 [details]
ROLLOUT of r110126

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 Fumitoshi Ukai 2012-03-07 18:42:52 PST
    /Developer/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -stdlib=libstdc++ -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O2 -Werror -Wmissing-prototypes -Wno-return-type -Wnon-virtual-dtor -Wparentheses -Wswitch -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++0x-extensions -DNDEBUG -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CHANNEL_MESSAGING -DENABLE_CLIENT_BASED_GEOLOCATION -DENABLE_CSS_FILTERS -DENABLE_CSS_GRID_LAYOUT -DENABLE_CSS_SHADERS -DENABLE_DASHBOARD_SUPPORT -DENABLE_DATALIST -DENABLE_DETAILS -DENABLE_FILTERS -DENABLE_FULLSCREEN_API -DENABLE_GEOLOCATION -DENABLE_ICONDATABASE -DENABLE_JAVASCRIPT_DEBUGGER -DENABLE_MATHML -DENABLE_METER_TAG -DENABLE_MUTATION_OBSERVERS -DENABLE_PROGRESS_TAG -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SVG -DENABLE_SVG_DOM_OBJC_BINDINGS -DENABLE_SVG_FONTS -DENABLE_TEXT_NOTIFICATIONS_ONLY -DENABLE_VIDEO -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS -DENABLE_XSLT -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fasm-blocks -mmacosx-version-min=10.6 -gdwarf-2 -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-sign-conversion -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/WebCore.hmap -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/Release/include -IForwardingHeaders -Iicu -I/usr/include/libxslt -I/usr/include/libxml2 -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/Release/DerivedSources/WebCore -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/Release/usr/local/include -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources/x86_64 -I/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wglobal-constructors -Wexit-time-destructors -F/Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/Release -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/CoreServices.framework/Frameworks -F/System/Library/PrivateFrameworks -include /var/folders/d+/d+V502nUGQOFKaOcBaUY4k+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/WebCorePrefix-ffubhstwpqckuubtexaeceiltfgk/WebCorePrefix.h -MMD -MT dependencies -MF /Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/CSSStyleApplyProperty.d -c /Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp -o /Volumes/Data/slave/snowleopard-intel-release/build/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/CSSStyleApplyProperty.o
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1222:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a5Width = mmLength(148), a5Height = mmLength(210);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1222:54: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a5Width = mmLength(148), a5Height = mmLength(210);
                                                      ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1223:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a4Width = mmLength(210), a4Height = mmLength(297);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1223:54: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a4Width = mmLength(210), a4Height = mmLength(297);
                                                      ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1224:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a3Width = mmLength(297), a3Height = mmLength(420);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1224:54: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length a3Width = mmLength(297), a3Height = mmLength(420);
                                                      ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1225:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length b5Width = mmLength(176), b5Height = mmLength(250);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1225:54: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length b5Width = mmLength(176), b5Height = mmLength(250);
                                                      ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1226:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length b4Width = mmLength(250), b4Height = mmLength(353);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1226:54: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length b4Width = mmLength(250), b4Height = mmLength(353);
                                                      ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1227:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length letterWidth = inchLength(8.5), letterHeight = inchLength(11);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1227:60: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length letterWidth = inchLength(8.5), letterHeight = inchLength(11);
                                                            ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1228:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length legalWidth = inchLength(8.5), legalHeight = inchLength(14);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1228:59: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length legalWidth = inchLength(8.5), legalHeight = inchLength(14);
                                                           ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1229:29: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length ledgerWidth = inchLength(11), ledgerHeight = inchLength(17);
                             ^
/Volumes/Data/slave/snowleopard-intel-release/build/Source/WebCore/css/CSSStyleApplyProperty.cpp:1229:59: error: declaration requires an exit-time destructor [-Werror,-Wexit-time-destructors,3]
         static const Length ledgerWidth = inchLength(11), ledgerHeight = inchLength(17);
                                                           ^
16 errors generated.
Comment 3 Fumitoshi Ukai 2012-03-07 18:50:51 PST
Comment on attachment 130745 [details]
ROLLOUT of r110126

Clearing flags on attachment: 130745

Committed r110129: <http://trac.webkit.org/changeset/110129>
Comment 4 Fumitoshi Ukai 2012-03-07 18:50:57 PST
All reviewed patches have been landed.  Closing bug.