The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14226 
====================================================================== 
Reported By:                sobukus
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14226
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-06-17 15:01 EDT
Last Modified:              2013-06-17 15:01 EDT
====================================================================== 
Summary:                    Fails to build, verison 2.8.10.2 was fine.
Description: 
This is a 64 bit only box with a source-based GNU/Linux distro. The build of
CMake itself fails with version 2.8.11.1, while the build with 2.8.10.2 works.

There is some confusion about 32 or 64 bit, apparently. The crucial bit from the
attached logs:

[ 31%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o
In file included from /usr/src/cmake-2.8.11.1/Source/cm_sha2.h:42:0,
                 from /usr/src/cmake-2.8.11.1/Source/cmCryptoHash.cxx:15:
/usr/src/cmake-2.8.11.1/Utilities/cmIML/INT.h:829:1: error: conflicting
declaration 'int (* cmIML_INT_intptr_t__VERIFY__)[4]'
/usr/src/cmake-2.8.11.1/Utilities/cmIML/INT.h:829:1: error:
'cmIML_INT_intptr_t__VERIFY__' has a previous declaration as 'int (*
cmIML_INT_intptr_t__VERIFY__)[8]'
/usr/src/cmake-2.8.11.1/Utilities/cmIML/INT.h:832:1: error: conflicting
declaration 'int (* cmIML_INT_uintptr_t__VERIFY__)[4]'
/usr/src/cmake-2.8.11.1/Utilities/cmIML/INT.h:832:1: error:
'cmIML_INT_uintptr_t__VERIFY__' has a previous declaration as 'int (*
cmIML_INT_uintptr_t__VERIFY__)[8]'
make[2]: *** [Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....


Steps to Reproduce: 
That's the tricky part: This seems to happen on my box only so far. Others with
the same distro reported successful builds. It can be my specific set of tools
in the chain, as the distro allows a rather free mix of versions.

But really, with the current setup, the old CMake builds fine, while the new one
fails. So at least I can reproduce it reliably.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-06-17 15:01 sobukus        New Issue                                    
2013-06-17 15:01 sobukus        File Added: cmake-2.8.11.1.bz2                  
 
======================================================================

--

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

Reply via email to