Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Brad King
On 03/09/2015 02:50 PM, Roman Wüger wrote:
 if CMake 3.2.0 will not be released, when is the expected release date for 
 CMake 3.2.1?

Technically 3.2.0 has been released (there is a signed tag in
the source tree for it, created after a drought in feedback
on 3.2.0-rc2).  We just never published binaries or announced
it because this report came in first and is pretty significant.

Now 3.2.1 will be done as soon as possible to replace 3.2.0.
We never announce specific dates because another regression
could be reported at any time and delay things further.

-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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


Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Roman Wüger
Hello Brad,

if CMake 3.2.0 will not be released, when is the expected release date for 
CMake 3.2.1?

Regards
Roman

 Am 06.03.2015 um 21:38 schrieb Brad King brad.k...@kitware.com:
 
 On 03/06/2015 06:57 AM, Nils Gladitz wrote:
 On 03/06/2015 10:22 AM, Pere Mato Vila wrote:
 [100%] [100%] *Generating A.txt, B.txt*
 *Generating A.txt, B.txt*
 
 Thanks for trying the release candidate and reporting this.
 
 This seems to be the case since
 [644b4688d71cc52f8499d6103495de0909319557] Makefile: Fix rebuild with 
 multiple custom command outputs (#15116)
 
 Yes.  I've re-opened the corresponding issue with a note about this:
 
 http://www.cmake.org/Bug/view.php?id=15116#c38168
 
 Please follow that issue for further updates.
 
 We've already tagged v3.2.0 but it was not announced yet.  It looks
 like 3.2.0 is DOA and we will have to skip to 3.2.1 to fix this.
 
 Thanks,
 -Brad
 
 -- 
 
 Powered by www.kitware.com
 
 Please keep messages on-topic and check the CMake FAQ at: 
 http://www.cmake.org/Wiki/CMake_FAQ
 
 Kitware offers various services to support the CMake community. For more 
 information on each offering, please visit:
 
 CMake Support: http://cmake.org/cmake/help/support.html
 CMake Consulting: http://cmake.org/cmake/help/consulting.html
 CMake Training Courses: http://cmake.org/cmake/help/training.html
 
 Visit other Kitware open-source projects at 
 http://www.kitware.com/opensource/opensource.html
 
 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/mailman/listinfo/cmake
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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


Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-06 Thread Nils Gladitz

On 03/06/2015 10:22 AM, Pere Mato Vila wrote:

Using version 3.2.0-rc2 on the Mac OS X 10.10 with the make generator.
The following example executes the custom to create A.txt and B.txt
twice when building with make -jN

-
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
add_custom_target(Main ALL DEPENDS A.txt B.txt)
add_custom_command(OUTPUT A.txt B.txt
COMMAND touch A.txt
COMMAND touch B.txt)

-
$ make clean
$ make -j10
-- Configuring done
-- Generating done
-- Build files have been written to:
/Users/mato/Development/ROOT/build.master/temp
[100%] [100%] *Generating A.txt, B.txt*
*Generating A.txt, B.txt*
[100%] Built target Main


This is not the case for version 3.1.3.


This seems to be the case since
[644b4688d71cc52f8499d6103495de0909319557] Makefile: Fix rebuild with 
multiple custom command outputs (#15116)


Nils
--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-06 Thread Brad King
On 03/06/2015 06:57 AM, Nils Gladitz wrote:
 On 03/06/2015 10:22 AM, Pere Mato Vila wrote:
 [100%] [100%] *Generating A.txt, B.txt*
 *Generating A.txt, B.txt*

Thanks for trying the release candidate and reporting this.

 This seems to be the case since
 [644b4688d71cc52f8499d6103495de0909319557] Makefile: Fix rebuild with 
 multiple custom command outputs (#15116)

Yes.  I've re-opened the corresponding issue with a note about this:

 http://www.cmake.org/Bug/view.php?id=15116#c38168

Please follow that issue for further updates.

We've already tagged v3.2.0 but it was not announced yet.  It looks
like 3.2.0 is DOA and we will have to skip to 3.2.1 to fix this.

Thanks,
-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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