Re: [cmake-developers] GenerateExportHeader macro in CMake?

2011-08-23 Thread David Cole
On Thu, Aug 11, 2011 at 11:30 AM, Stephen Kelly steve...@gmail.com wrote:
 David Cole wrote:

 Stephen,

 Welcome to CMake development :-)

 Thanks :),


 Brad and I are both fairly busy this week. Please continue making fixes
 and merging them into 'next' for dashboard testing as you are able. You're
 getting closer.

 It looks like you already made a similar change to what Bill was asking us
 to push...?

 Yep, I pushed a similar change to that, and it passed in the continuous
 build already.


 Let me know if you would like me to try anything on a specific machine
 here at Kitware for you. I have access to all the Kitware dashboard
 machines, and even some of the non-Kitware dashboard machines.

 Thanks for your effort... We've all been there when adding something brand
 new into CMake.

 I think it will be mostly green again tomorrow in the nightlies.

 I think the deprecated attributes are excluded a bit too pessimistically at
 the moment, but I'll wait until it's all green before messing around with
 that.


 Keep up the good work!

 Thanks :),

 Steve.



 David Cole
 Kitware, Inc.



 ___
 cmake-developers mailing list
 cmake-developers@cmake.org
 http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers



Hi Stephen,

So... this topic is in 'next', and today, it only fails on 4
dashboards in total. I will try to get output for you on the wcl
(Watcom) compiler dashboard -- since it timed out, there is no test
output reported on CDash...

  
http://www.cdash.org/CDash/testSummary.php?project=1name=Module.GenerateExportHeaderdate=2011-08-23

Can you take a look at the CDash output of the other platforms where
this test is still failing, and recommend changes that might eliminate
all the test failures?

We can't really merge this to 'master' and include it in the upcoming
CMake 2.8.6 until we've resolved, worked-around or avoided the test
failures on the remaining dashboard submissions.


Thanks,
David Cole
Kitware, Inc.
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] GenerateExportHeader macro in CMake?

2011-08-23 Thread Stephen Kelly
David Cole wrote:
 Hi Stephen,
 
 So... this topic is in 'next', and today, it only fails on 4
 dashboards in total. I will try to get output for you on the wcl
 (Watcom) compiler dashboard -- since it timed out, there is no test
 output reported on CDash...
 
   
http://www.cdash.org/CDash/testSummary.php?project=1name=Module.GenerateExportHeaderdate=2011-08-23
 
 Can you take a look at the CDash output of the other platforms where
 this test is still failing, and recommend changes that might eliminate
 all the test failures?

Yep, I've just had a look and possibily fixed the Intel and HPUX cases.

The AIX one fails because the visibility test passes, because 
check_cxx_compiler_flag does not have a FAIL_REGEX for its warning:

http://www.cdash.org/CDash/testDetails.php?test=109778717build=1458523

http://www.cdash.org/CDash/testDetails.php?test=110283056build=1458523

I've also pushed a possible fix for that to check_cxx_compiler_flag on the 
branch.

The CentOS machine seems to have problems unrelated to this test:

http://www.cdash.org/CDash/testDetails.php?test=109887854build=1457339

http://www.cdash.org/CDash/viewTest.php?buildid=1457339

All have ' undefined reference to `_Unwind_Resume'' in their output.

That only leaves Watcom as you say, and I've just tried to simplify the 
tests for that compiler. If the timeouts persist, I can start just disabling 
some tests for that compiler.

 
 We can't really merge this to 'master' and include it in the upcoming
 CMake 2.8.6 until we've resolved, worked-around or avoided the test
 failures on the remaining dashboard submissions.
 

Hopefully that will be resolved in the next few days then :)

Thanks,

Steve.


___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers