[webkit-dev] Upgrading Buildbot on EWS

2019-10-05 Thread Aakash Jain
Hi All,

I am planning to upgrade Buildbot on EWS (ews-build.webkit.org) tomorrow 
(Sunday, Oct 6th) around 6am PST from v1.7 to v1.8.2. It would give us few 
security fixes. Note that we aren't upgrading to Buildbot 2.0+ yet, since it 
need Python 3 compatibility. Python 3 compatibility work would be done 
separately.

I have already tested this version (v1.8.2) on the UAT instance 
(ews-build.webkit-uat.org). The risk is minimal and the downtime should be only 
few minutes. Please let me know if there is any concern.

Thanks
Aakash
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Having trouble building

2019-10-05 Thread Tim Horton



> On Oct 4, 2019, at 8:55 PM, Ken Russell  wrote:
> 
> Hi,
> 
> Recently I upgraded to Xcode 11.0 and re-synced to top-of-tree WebKit. With a 
> clean WebKitBuild directory I'm seeing the following build error:

What OS are you on?

You might want to peek at https://bugs.webkit.org/show_bug.cgi?id=199705

> $ ./Tools/Scripts/build-webkit --release > build-log.txt
> 
> ...
> 
> In file included from 
> /Users/kbr/src/WebKit/WebKitBuild/Release/DerivedSources/WebKitLegacy/unified-sources/UnifiedSource20-mm.mm:4:
> /Users/kbr/src/WebKit/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm:222:5: 
> error: use of undeclared identifier '_subviews'; did you mean 'subviews'?
> _subviews = subviews;
> ^
> subviews
> /Users/kbr/src/WebKit/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm:220:63: 
> note: 'subviews' declared here
> - (void)_setSubviewsIvar:(NSMutableArray<__kindof NSView *> *)subviews {
>   ^
> /Users/kbr/src/WebKit/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm:222:15: 
> error: explicitly assigning value of variable of type 
> 'NSMutableArray<__kindof NSView *> *' to itself [-Werror,-Wself-assign]
> _subviews = subviews;
> ~ ^ 
> /Users/kbr/src/WebKit/Source/WebKitLegacy/mac/WebView/WebHTMLView.mm:228:30: 
> error: use of undeclared identifier '_subviews'
> return (NSMutableArray *)_subviews;
>  ^
> 3 errors generated.
> 
> 
> 
> Has anyone else run into this?
> 
> Thanks,
> 
> -Ken
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev