Re: [cmake-developers] CMake 2.8.9-rc2 ready for testing!

2012-07-17 Thread Brad King
On 07/17/2012 05:41 AM, Shlomi Fish wrote: The following tests FAILED: 182 - BootstrapTest (Failed) 198 - CMakeOnly.AllFindModules (Failed) Thanks for testing. Please run the tests like this: $ bin/ctest -R '(BootstrapTest|AllFindModules)' -V to see verbose output so we

Re: [cmake-developers] cmake 2.8.9 rc2 - OS X Lion

2012-07-17 Thread Brad King
On 07/16/2012 07:10 PM, Nicholas Yue wrote: Hi, I came across this error while bootstrapping a build on OS X Lion. Has anyone else seen this ? /usr/include/c++/4.2.1/cstdarg:60: error: ‘::va_list’ has not been declared In file included from /usr/include/c++/4.2.1/iosfwd:45, from

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Bill Hoffman
On 7/17/2012 8:10 AM, Peter Kümmel wrote: On 17.07.2012 13:45, David Cole wrote: Peter, can you rebase this on current 'master', push this to our stage as a branch, and merge it to 'next'...? Done. Let's see what happens on CDash. Looks ok, but is not building on Borland:

Re: [cmake-developers] CMake 2.8.9-rc2 ready for testing!

2012-07-17 Thread Shlomi Fish
On Tue, 17 Jul 2012 09:11:49 -0400 Brad King brad.k...@kitware.com wrote: On 07/17/2012 05:41 AM, Shlomi Fish wrote: The following tests FAILED: 182 - BootstrapTest (Failed) 198 - CMakeOnly.AllFindModules (Failed) Thanks for testing. Please run the tests like this:

Re: [cmake-developers] FindJasper version in AllFindModules test (was: CMake 2.8.9-rc2 ready for testing!)

2012-07-17 Thread Brad King
On 07/17/2012 05:41 AM, Shlomi Fish wrote: With cmake-2.8.9-rc2 on Mageia Linux Cauldron (see https://wiki.mageia.org/en/Cauldron ) I am getting: [snip] On 07/17/2012 10:20 AM, Shlomi Fish wrote: $ bin/ctest -R '(BootstrapTest|AllFindModules)' -V The output of that command is attached to

Re: [cmake-developers] BootstrapTest on Mageia (was: CMake 2.8.9-rc2 ready for testing!)

2012-07-17 Thread Brad King
On 07/17/2012 10:20 AM, Shlomi Fish wrote: The output of that command is attached to this message after compressed with xz. The output contains CMake 2^M .8^M .9^M .0^M , Copyright 2000-2011 Kitware, Inc. and later .../build/Tests/BootstrapTest/Bootstrap.cmk/cmConfigure.h:27:24: warning:

Re: [cmake-developers] BootstrapTest on Mageia (was: CMake 2.8.9-rc2 ready for testing!)

2012-07-17 Thread Shlomi Fish
Hi Brad, On Tue, 17 Jul 2012 10:49:15 -0400 Brad King brad.k...@kitware.com wrote: On 07/17/2012 10:20 AM, Shlomi Fish wrote: The output of that command is attached to this message after compressed with xz. The output contains CMake 2^M .8^M .9^M .0^M , Copyright 2000-2011 Kitware,

Re: [cmake-developers] FindJasper version in AllFindModules test (was: CMake 2.8.9-rc2 ready for testing!)

2012-07-17 Thread Shlomi Fish
Hi, On Tue, 17 Jul 2012 10:38:58 -0400 Brad King brad.k...@kitware.com wrote: On 07/17/2012 05:41 AM, Shlomi Fish wrote: With cmake-2.8.9-rc2 on Mageia Linux Cauldron (see https://wiki.mageia.org/en/Cauldron ) I am getting: [snip] On 07/17/2012 10:20 AM, Shlomi Fish wrote: $ bin/ctest

Re: [cmake-developers] FindJasper version v. mageia multiarch-utils

2012-07-17 Thread Brad King
On 07/17/2012 11:11 AM, Shlomi Fish wrote: On 07/17/2012 05:41 AM, Shlomi Fish wrote: With cmake-2.8.9-rc2 on Mageia Linux Cauldron (see https://wiki.mageia.org/en/Cauldron ) I am getting: shlomif@telaviv1:~$ rpm -qa '*jasper*' lib64jasper-devel-1.900.1-13.mga2 lib64jasper1-1.900.1-13.mga2

Re: [cmake-developers] BootstrapTest v. CRLF newlines

2012-07-17 Thread Brad King
On 07/17/2012 11:12 AM, Shlomi Fish wrote: What I did was: tar -xvf cmake-2.8.9-rc2-1-src.tar.bz2 And then: tar -xvf cmake-2.8.9-rc2.tar.bz2. The original source tarball is here: http://www.cmake.org/files/v2.8/cmake-2.8.9-rc2.tar.gz Please try that one. Dave, what produces the -src

Re: [cmake-developers] BootstrapTest v. CRLF newlines

2012-07-17 Thread Shlomi Fish
Hello David, On Tue, 17 Jul 2012 11:49:43 -0400 David Cole david.c...@kitware.com wrote: On Tue, Jul 17, 2012 at 11:47 AM, Brad King brad.k...@kitware.com wrote: On 07/17/2012 11:12 AM, Shlomi Fish wrote: What I did was: tar -xvf cmake-2.8.9-rc2-1-src.tar.bz2 And then: tar -xvf

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Peter Kümmel
On 17.07.2012 15:39, Nicolas Desprès wrote: On Tue, Jul 17, 2012 at 3:29 PM, Bill Hoffmanbill.hoff...@kitware.com wrote: On 7/17/2012 8:10 AM, Peter Kümmel wrote: On 17.07.2012 13:45, David Cole wrote: Peter, can you rebase this on current 'master', push this to our stage as a branch, and

[cmake-developers] [CMake 0013407]: Does not remove empty cmTryCompileExec*.dir directories

2012-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13407 == Reported By:Christoph Feck Assigned To:

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Nicolas Desprès
On Tue, Jul 17, 2012 at 7:01 PM, Peter Kümmel syntheti...@gmx.net wrote: On 17.07.2012 15:39, Nicolas Desprès wrote: On Tue, Jul 17, 2012 at 3:29 PM, Bill Hoffmanbill.hoff...@kitware.com wrote: On 7/17/2012 8:10 AM, Peter Kümmel wrote: On 17.07.2012 13:45, David Cole wrote: Peter, can

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Peter Kümmel
On 17.07.2012 19:11, Nicolas Desprès wrote: I don't like the friend keyword either but I try to follow the current architecture of CMake. Yes, I know. In cmLocalUnixMakefileGenerator you can see that: friend class cmMakefileTargetGenerator; friend class

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Nicolas Desprès
On Tue, Jul 17, 2012 at 7:21 PM, Peter Kümmel syntheti...@gmx.net wrote: On 17.07.2012 19:11, Nicolas Desprès wrote: I don't like the friend keyword either but I try to follow the current architecture of CMake. Yes, I know. In cmLocalUnixMakefileGenerator you can see that: friend

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Bill Hoffman
On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGenerator which forwards the call to the Local/Global classes. Lets just add the friend stuff for now so we can get the dashboard building again. Thanks. -- Bill Hoffman Kitware, Inc.

[cmake-developers] [CMake 0013408]: CMake should support default installation of Xcode.app only, without 'command line tools' extras

2012-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13408 == Reported By:Sean McBride Assigned To:

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Peter Kümmel
On 17.07.2012 19:32, Bill Hoffman wrote: On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGenerator which forwards the call to the Local/Global classes. Lets just add the friend stuff for now so we can get the dashboard building again.

Re: [cmake-developers] FindJasper version v. mageia multiarch-utils

2012-07-17 Thread Rolf Eike Beer
Am Dienstag, 17. Juli 2012, 11:43:45 schrieb Brad King: On 07/17/2012 11:11 AM, Shlomi Fish wrote: On 07/17/2012 05:41 AM, Shlomi Fish wrote: With cmake-2.8.9-rc2 on Mageia Linux Cauldron (see https://wiki.mageia.org/en/Cauldron ) I am getting: shlomif@telaviv1:~$ rpm -qa '*jasper*'

[cmake-developers] [CMake 0013412]: cpack silently fails to build debian

2012-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13412 == Reported By:imMute Assigned To:

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-17 Thread Bill Hoffman
On 7/17/2012 1:43 PM, Peter Kümmel wrote: On 17.07.2012 19:32, Bill Hoffman wrote: On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGenerator which forwards the call to the Local/Global classes. Lets just add the friend stuff for now

[cmake-developers] [CMake 0013418]: make Experimental fails with macports gcc 4.7

2012-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13418 == Reported By:ClausKlein Assigned To:

Re: [cmake-developers] cmake selftest use different compiler and binutils as configured on Darwin

2012-07-17 Thread Claus Klein
done http://public.kitware.com/Bug/view.php?id=13418 Thanks for help Claus On 17.07.2012, at 02:07, Richard Wackerbarth wrote: RE: The arch test, et.al. You should file a bug against CMake if a test is failing only because the compiler does/does not produce the same results as a compiler