[cmake-developers] odd build error

Clinton Stimpson clinton at elemtech.com
Thu Oct 20 17:17:18 EDT 2011


On Tuesday, October 18, 2011 11:21:36 am Bill Hoffman wrote:
> On 10/18/2011 11:40 AM, David Cole wrote:
> > Something on the machine went wrong or changed. Same build from
> > yesterday reports no build problems.
> 
> This bug was reported at the same time:
> http://public.kitware.com/Bug/view.php?id=12523
> 
> I am thinking this is some sort of windows update or something...
> 

This build error has shown up in the past multiple times.  In the last few 
months, one site on cdash had this problem.
http://www.cdash.org/CDash/buildSummary.php?buildid=1635763
http://www.cdash.org/CDash/buildSummary.php?buildid=1358035
http://www.cdash.org/CDash/buildSummary.php?buildid=1335245
http://www.cdash.org/CDash/buildSummary.php?buildid=1310837

For the non working build, we get this in the configure output:
http://www.cdash.org/CDash/buildSummary.php?buildid=1635763
-- Checking whether long long and __int64 are the same type
-- Checking whether long long and __int64 are the same type - yes
...
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - no


And a working build gets this:
http://www.cdash.org/CDash/buildSummary.php?buildid=1633025
-- Checking whether long long and __int64 are the same type
-- Checking whether long long and __int64 are the same type - yes
...
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking if istream supports long long
-- Checking if istream supports long long - yes
-- Checking if ostream supports long long
-- Checking if ostream supports long long - yes

It looks more like a sporadic stabilty problem to me.

Also, the bug report mentioned that VS 2010 Express was used.  This particular 
dashboard build is using VS 2005.

-- 
Clinton Stimpson
Elemental Technologies, Inc
Computational Simulation Software, LLC
www.csimsoft.com



More information about the cmake-developers mailing list