Re: [cmake-developers] Help with diagnosing dashboard failure

2015-09-24 Thread Stephen Kelly
Brad King wrote: > On 09/23/2015 03:13 PM, Stephen Kelly wrote: >> The end result of the current fix-max-path-initialization branch is the >> same as it was then. > > Okay. I can reproduce it with the current topic (ba7f7067..16354083). > Within the topic it bisects to: > >

Re: [cmake-developers] Help with diagnosing dashboard failure

2015-09-23 Thread Brad King
On 09/22/2015 05:03 PM, Stephen Kelly wrote: > A few days ago I merged a commit which moves the construction of > cmLocalGenerator objects. > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3aa333d > > It fails on the RunCMake.try_compile test on several dashboards in the > CMP0056 test

Re: [cmake-developers] Help with diagnosing dashboard failure

2015-09-23 Thread Stephen Kelly
Brad King wrote: > On 09/22/2015 05:03 PM, Stephen Kelly wrote: >> A few days ago I merged a commit which moves the construction of >> cmLocalGenerator objects. >> >> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3aa333d >> >> It fails on the RunCMake.try_compile test on several

Re: [cmake-developers] Help with diagnosing dashboard failure

2015-09-23 Thread Stephen Kelly
Brad King wrote: > On 09/23/2015 01:15 PM, Stephen Kelly wrote: >> Yes, however the revision was not correct. The current fix-max-path- >> initialization branch does not use that revision. >> >>> cmGlobalGenerator: Create local generator after configuring the >>> makefile.

Re: [cmake-developers] Help with diagnosing dashboard failure

2015-09-23 Thread Brad King
On 09/23/2015 01:15 PM, Stephen Kelly wrote: > Yes, however the revision was not correct. The current fix-max-path- > initialization branch does not use that revision. > >> cmGlobalGenerator: Create local generator after configuring the makefile. >>

[cmake-developers] Help with diagnosing dashboard failure

2015-09-22 Thread Stephen Kelly
Hi, A few days ago I merged a commit which moves the construction of cmLocalGenerator objects. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3aa333d It fails on the RunCMake.try_compile test on several dashboards in the CMP0056 test at the end where the policy is set to NEW. I