Re: [cmake-developers] odd build error

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 9:18 AM, Bill Hoffman  wrote:
> On 10/20/2011 5:17 PM, Clinton Stimpson wrote:
>
>> 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
>>
>
> OK, so we have a log from a broken build now.
>
> http://public.kitware.com/Bug/view.php?id=12523
>
> Basically, it seems that
> Checking whether C++ compiler has 'long long' failed to compile with the
> following output:
> 
>
> LINK: fatal error LNK1104: File "C: \ work-c \ b1 \ CMake \ Source \ kwsys \
> CMakeFiles \ CMakeTmp \ Debug \ cmTryCompileExec.exe" GE can not be opened.
> [C: \ work-c \ b1 \ CMake \ Source \ kwsys \ CMakeFiles \ CMakeTmp \
> cmTryCompileExec.vcxproj]
>
>
> The cmTryCompileExec.exe can not be written to for some reason.  Any ideas?
>
>
> -Bill
>
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>

Reboot the machine...? Use Process Explorer to hunt down and kill
rogue VS instances? Maybe a hung/dead Visual Studio from a previous
run has a lock on the file.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] odd build error

2011-10-28 Thread Bill Hoffman

On 10/20/2011 5:17 PM, Clinton Stimpson wrote:


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



OK, so we have a log from a broken build now.

http://public.kitware.com/Bug/view.php?id=12523

Basically, it seems that
Checking whether C++ compiler has 'long long' failed to compile with the 
following output:



LINK: fatal error LNK1104: File "C: \ work-c \ b1 \ CMake \ Source \ 
kwsys \ CMakeFiles \ CMakeTmp \ Debug \ cmTryCompileExec.exe" GE can not 
be opened. [C: \ work-c \ b1 \ CMake \ Source \ kwsys \ CMakeFiles \ 
CMakeTmp \ cmTryCompileExec.vcxproj]



The cmTryCompileExec.exe can not be written to for some reason.  Any ideas?


-Bill


--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] odd build error

2011-10-20 Thread Clinton Stimpson
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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] odd build error

2011-10-18 Thread Bill Hoffman

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...

-Bill
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] odd build error

2011-10-18 Thread David Cole
Something on the machine went wrong or changed. Same build from
yesterday reports no build problems.


On Tue, Oct 18, 2011 at 11:34 AM, Rolf Eike Beer  wrote:
> Am Dienstag, 18. Oktober 2011, 11:09:39 schrieb Bill Hoffman:
>> http://www.cdash.org/CDash/viewBuildError.php?buildid=1635763
>>
>> \..\cmake\Source\cmMakefile.cxx(2776) : error C2593: 'operator <<' is
>> ambiguous
>>
>>          C:\Program Files (x86)\Microsoft Visual Studio
>> 8\VC\include\ostream(373): could be 'std::basic_ostream<_Elem,_Traits>
>> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
>>          with
>>          [
>>              _Elem=char,
>>              _Traits=std::char_traits
>>          ]
>>
>> C:\Users\cjstimp\cmake_nightly\CMake-build2\Source\cmsys/IOStream.hxx(122):
>> or 'std::ostream &operator <<(std::ostream &,cmsys::IOStreamULL)'
>>          while trying to match the argument list '(cmOStringStream,
>> unsigned __int64)'
>>
>>
>> Nothing seemed to change when this showed up.    Was there a windows
>> update or something?
>>
>> Any ideas?
>
> std::ostreams seems to have no explicit overload for time_t.
>
> Eike
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] odd build error

2011-10-18 Thread Rolf Eike Beer
Am Dienstag, 18. Oktober 2011, 11:09:39 schrieb Bill Hoffman:
> http://www.cdash.org/CDash/viewBuildError.php?buildid=1635763
> 
> \..\cmake\Source\cmMakefile.cxx(2776) : error C2593: 'operator <<' is
> ambiguous
> 
>  C:\Program Files (x86)\Microsoft Visual Studio
> 8\VC\include\ostream(373): could be 'std::basic_ostream<_Elem,_Traits>
> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
>  with
>  [
>  _Elem=char,
>  _Traits=std::char_traits
>  ]
> 
> C:\Users\cjstimp\cmake_nightly\CMake-build2\Source\cmsys/IOStream.hxx(122):
> or 'std::ostream &operator <<(std::ostream &,cmsys::IOStreamULL)'
>  while trying to match the argument list '(cmOStringStream,
> unsigned __int64)'
> 
> 
> Nothing seemed to change when this showed up.Was there a windows
> update or something?
> 
> Any ideas?

std::ostreams seems to have no explicit overload for time_t.

Eike

signature.asc
Description: This is a digitally signed message part.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[cmake-developers] odd build error

2011-10-18 Thread Bill Hoffman

http://www.cdash.org/CDash/viewBuildError.php?buildid=1635763

\..\cmake\Source\cmMakefile.cxx(2776) : error C2593: 'operator <<' is 
ambiguous


C:\Program Files (x86)\Microsoft Visual Studio 
8\VC\include\ostream(373): could be 'std::basic_ostream<_Elem,_Traits> 
&std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'

with
[
_Elem=char,
_Traits=std::char_traits
]

C:\Users\cjstimp\cmake_nightly\CMake-build2\Source\cmsys/IOStream.hxx(122): 
or 'std::ostream &operator <<(std::ostream &,cmsys::IOStreamULL)'
while trying to match the argument list '(cmOStringStream, 
unsigned __int64)'



Nothing seemed to change when this showed up.Was there a windows 
update or something?


Any ideas?

-Bill
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers