Re: [cmake-developers] How to get a nightly build process going.

2014-09-22 Thread Brad King
On 09/22/2014 12:08 PM, dev wrote: Please see last comment at http://public.kitware.com/Bug/view.php?id=15166 [snip] Your nightly process needs to have mercurial around it seems and not subversion or git which I have. Only git is needed. If hg or svn is available some extra tests are

Re: [cmake-developers] How to get a nightly build process going.

2014-09-02 Thread Chuck Atkins
It seems so. I was thrown off by the multiple levels of indirection happening since the actual values in the OPTIONAL_INCLUDES end up as foo1;foo2-NOTFOUND;bar. I was thinking that if(VARNAME) would only work if the value of VARNAME was actually VARNAME-NOTFOUND but that's not the case, it works

Re: [cmake-developers] How to get a nightly build process going.

2014-09-01 Thread Chuck Atkins
Back on topic... Solaris 10 + SolarisStudio http://open.cdash.org/buildSummary.php?buildid=3470493 No build failures, 4 test failures Solaris 10 + GCC (from OpenCSW) http://open.cdash.org/buildSummary.php?buildid=3470687 No build failures, 5 test failures I dug more into the test

Re: [cmake-developers] How to get a nightly build process going.

2014-09-01 Thread Rolf Eike Beer
Am Montag, 1. September 2014, 14:35:41 schrieb Chuck Atkins: Back on topic... Solaris 10 + SolarisStudio http://open.cdash.org/buildSummary.php?buildid=3470493 No build failures, 4 test failures Solaris 10 + GCC (from OpenCSW) http://open.cdash.org/buildSummary.php?buildid=3470687

Re: [cmake-developers] How to get a nightly build process going.

2014-08-31 Thread Chuck Atkins
I've got a UltraSPARC III machine with Solaris 10 that I just checked. Still chugging along I bet. Some days yes, some days no. The PSU shorted out and filled the server room w/ smoke a few years ago. It was slated for the trash but it seemed like a shame to toss a neat old RISC box so I

[cmake-developers] How to get a nightly build process going.

2014-08-30 Thread dev
So some time ago I tried, over and over, to get cmake to build on a Solaris server and needless to say it was a fairly frustrating experience. There seems to be GNIisms and GCCisms built in as well as other non-portable problems. Therefore I want to get a nightly build going and perhaps work on

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread Nils Gladitz
On 30.08.2014 17:20, dev wrote: So some time ago I tried, over and over, to get cmake to build on a Solaris server and needless to say it was a fairly frustrating experience. There seems to be GNIisms and GCCisms built in as well as other non-portable problems. Therefore I want to get a nightly

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread dev
On August 30, 2014 at 1:04 PM Nils Gladitz nilsglad...@gmail.com wrote: On 30.08.2014 17:20, dev wrote: So some time ago I tried, over and over, to get cmake to build on a Solaris server and needless to say it was a fairly frustrating experience. There seems to be GNIisms and GCCisms

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread Rolf Eike Beer
Am Samstag, 30. August 2014, 15:36:04 schrieb dev: On August 30, 2014 at 1:04 PM Nils Gladitz nilsglad...@gmail.com wrote: On 30.08.2014 17:20, dev wrote: So some time ago I tried, over and over, to get cmake to build on a Solaris server and needless to say it was a fairly frustrating

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread dev
I need cmake to build cmake ? You mean there is no way to bootstrap cmake with just a compiler and a good solid basic UNIX system ? really ? No, you need CMake to run the dashboard. There is a bootstrap script, but you can't submit dashboard results with that. OKay, so the nightly

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread Rolf Eike Beer
Am Samstag, 30. August 2014, 16:00:34 schrieben Sie: I need cmake to build cmake ? You mean there is no way to bootstrap cmake with just a compiler and a good solid basic UNIX system ? really ? No, you need CMake to run the dashboard. There is a bootstrap script, but you

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread dev
On August 30, 2014 at 4:02 PM Rolf Eike Beer e...@sf-mail.de wrote: Am Samstag, 30. August 2014, 16:00:34 schrieben Sie: I need cmake to build cmake ? You mean there is no way to bootstrap cmake with just a compiler and a good solid basic UNIX system ? really ? No,

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread Nils Gladitz
On 30.08.2014 22:09, dev wrote: The problem is probably in my own head because I tend to define work as the ability to completely compile AND pass a testsuite. Which means that by that definition GCC never works but it gets pretty close. Perhaps close is good enough for now however I won't

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread Chuck Atkins
Hi dev, I've got a UltraSPARC III machine with Solaris 10 that I just checked. From what I can tell, gcc has no build errors and currently the only Solaris Studio build error is in liblzma. Try applying the attached patch if you're using SolarisStudio to fix the build problem. In the mean time

Re: [cmake-developers] How to get a nightly build process going.

2014-08-30 Thread dev
On August 30, 2014 at 5:10 PM Chuck Atkins chuck.atk...@kitware.com wrote: Hi dev, I've got a UltraSPARC III machine with Solaris 10 that I just checked. Still chugging along I bet. From what I can tell, gcc has no build errors and currently the only Solaris Studio build error is in