Re: [cmake-developers] Failures re bzip2 in the dashboard

2013-02-20 Thread Richard Wackerbarth
ctest version 2.8.10.20121106-g262ff I blew away the CMake-build tree. New revision of repository is: aaa9ccf325b386d8b500c0b95a2cac1409375d51 It failed again. Richard On Feb 20, 2013, at 12:19 PM, Brad King brad.k...@kitware.com wrote: On 02/20/2013 01:06 PM, Richard Wackerbarth wrote

Re: [cmake-developers] ReactOS: Important filed bug reports went to backlog en masse

2012-08-14 Thread Richard Wackerbarth
Colloquy http://colloquy.info/downloads.html works well for me. On Aug 14, 2012, at 10:18 AM, David Cole wrote: Sorry about that -- I did indeed miss that you were asking to chat with me by IRC or some other IM. How about just a G+ chat session? Or can you recommend a Mac or Windows IRC

[cmake-developers] CMake + Ninja working almost everywhere

2012-07-19 Thread Richard Wackerbarth
On Jul 19, 2012, at 9:32 AM, Bill Hoffman wrote: On 7/19/2012 12:30 AM, Claus Klein wrote: I am happy to see it works now and Ninja is eanabled and Mac Yes, it is passing all test on the Mac. There was one build error last night but I see that has been fixed this morning. So, thanks to

Re: [cmake-developers] CMake + Ninja working almost everywhere

2012-07-19 Thread Richard Wackerbarth
That's the kind of effect that I suspected. So, is this an error in CMake, Ninja, or FreeBSD ? On Jul 19, 2012, at 10:19 AM, Bill Hoffman wrote: On 7/19/2012 10:55 AM, Richard Wackerbarth wrote: The remaining issue is that the FreeBSD build seems to show some random failures on the coverage

Re: [cmake-developers] Why not disable the Unix Makefiles generator for Darwin?

2012-07-14 Thread Richard Wackerbarth
By default, Ninja is disabled on Darwin because it has NEVER worked for a number of the scenarios in the test suite. These have to do with building OSX packages, etc.) If YOU need to use certain ninja capabilities and are not affected by those shortcomings, you can easily build a version with

Re: [cmake-developers] ninja bug

2012-04-18 Thread Richard Wackerbarth
Let me know if someone needs information from the run which has not been posted to the dashboard. I can bring the machine online and retrieve things. Richard On Apr 18, 2012, at 11:04 AM, Bill Hoffman wrote: Any of the ninja folks have an idea why this test fails on FreeBSD:

Re: [cmake-developers] ninja status

2012-04-08 Thread Richard Wackerbarth
FYI: Intentionally, Chameleon-00.NFSNet forces the building of CMake to allow, and subsequently use, Ninja. It does so by placing the following line in the configuration set(dashboard_cache CMAKE_ENABLE_NINJA:BOOL=TRUE) As you can see from the recent dashboards, enabling this option does not

Re: [cmake-developers] ninja broken on windows?

2012-02-16 Thread Richard Wackerbarth
What are we trying to accomplish here? I have set up 3 of my machines (1 each MacOSX, FreeBSD, and Linux --- like my housekeeper, I don't do Windows) to submit nightly builds using the Ninja generator. That will test the impact of changes in the generator. But it appears that we may also need

Re: [cmake-developers] Git fun

2011-12-05 Thread Richard Wackerbarth
James, You have not defined stage as the nickname for the remote repository. If you set it up with `git remote add stage g...@cmake.org:stage/cmake.git`, then your push syntax should work. Alternately, `git push g...@cmake.org:stage/cmake.git CUDAv3.2PathChanges` would push using the full

Re: [cmake-developers] Keeping unit tests useful and splitting feature support from platform support

2011-10-16 Thread Richard Wackerbarth
On Oct 16, 2011, at 6:21 PM, Stephen Kelly wrote: On 10/16/2011 02:56 PM, Richard Wackerbarth wrote: On Oct 16, 2011, at 6:54 AM, Stephen Kelly wrote: Having so many old platforms and compilers on the dashboard going red with failure So, I think I'm talking about two separate issues. One