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 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 liblzma. Try applying th

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 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 dev
On August 30, 2014 at 4:02 PM Rolf Eike Beer 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 ? > > > >

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,

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, s

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 > > 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 > > > exper

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 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 built in as well >

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 b

[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 s