Yep, I would like to be able to pull off cvs if possible.  Also, beyond
the apr "test suite", are there any regression tests for gmetad or
gmond?  I would not mind running these as well as the builds.  Perhaps
some kind of unit testing should be put up (maybe over kill?)?

TIA,
Chris


On Wed, 2006-03-01 at 14:45, Bernard Li wrote:
> Well, it would be useful for automatic testing of code off of CVS - in
> that case, we will be alerted of build problems before we actually got
> around releasing it, thoughts on this Martin?
> 
> Cheers,
> 
> Bernard
> 
> > -----Original Message-----
> > From: Chris Croswhite [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, March 01, 2006 13:41
> > To: Bernard Li
> > Cc: [EMAIL PROTECTED]; ganglia general; 
> > ganglia-developers@lists.sourceforge.net
> > Subject: RE: [Ganglia-general] Re: [Ganglia-developers] First 
> > prerelease ofganglia-3.0.3 ready for testing
> > 
> > Hmm, well tell me how you want to run the test and I can put 
> > it into the
> > harnes.  That is give me the explicit commands and I will 
> > then submit to
> > run on the various platforms running the specified commands.  
> > 
> > I would intend to run these tests maybe once everyother week 
> > or more if
> > needed.
> > 
> > The biggest question is whether this provides any value to people.
> > 
> > TIA,
> > Chris
> > On Wed, 2006-03-01 at 10:36, Bernard Li wrote:
> > > Hi Chris:
> > > 
> > > Ganglia already has a spec file, it is included in the tarball.
> > > 
> > > We're trying to fix a bug where you can't just do rpmbuild -ta
> > > ganglia.tar.gz, however, you can always extract out the 
> > spec file and
> > > run rpmbuild -ba ganglia.spec.
> > > 
> > > Cheers,
> > > 
> > > Bernard 
> > > 
> > > > -----Original Message-----
> > > > From: Chris Croswhite [mailto:[EMAIL PROTECTED] 
> > > > Sent: Wednesday, March 01, 2006 0:47
> > > > To: Bernard Li; [EMAIL PROTECTED]
> > > > Cc: ganglia general; ganglia-developers@lists.sourceforge.net
> > > > Subject: RE: [Ganglia-general] Re: [Ganglia-developers] First 
> > > > prerelease of ganglia-3.0.3 ready for testing
> > > > 
> > > > I suppose I could, if someone wanted to provide a spec file 
> > > > and target platforms, I could easily put this in the scripts.
> > > >  and report out pass, fail, and errors.
> > > > 
> > > > Chris
> > > > 
> > > > 
> > > > -----Original Message-----
> > > > From: Bernard Li [mailto:[EMAIL PROTECTED]
> > > > Sent: Tue 28-Feb-06 19:34
> > > > To: Chris Croswhite; [EMAIL PROTECTED]
> > > > Cc: ganglia general; ganglia-developers@lists.sourceforge.net
> > > > Subject: RE: [Ganglia-general] Re: [Ganglia-developers] First 
> > > > prerelease of ganglia-3.0.3 ready for testing
> > > >  
> > > > Hi Chris:
> > > >  
> > > > Do you plan to also do RPM builds?
> > > >  
> > > > Thanks,
> > > >  
> > > > Bernard
> > > > 
> > > >   _____  
> > > > 
> > > > From: [EMAIL PROTECTED] on behalf 
> > > > of Chris Croswhite
> > > > Sent: Tue 28/02/2006 18:36
> > > > To: [EMAIL PROTECTED]
> > > > Cc: ganglia general; ganglia-developers@lists.sourceforge.net
> > > > Subject: [Ganglia-general] Re: [Ganglia-developers] First 
> > > > prerelease of ganglia-3.0.3 ready for testing
> > > > 
> > > > 
> > > > 
> > > > Martin et al,
> > > > 
> > > > I have started some simple scripts to generate build reports 
> > > > for ganglia
> > > > so I can report back failures.  If you think this is value to 
> > > > you could
> > > > you please provide me with some input on the test 
> > configs.  Martin,
> > > > could you give me what you would like to see as far as 
> > > > compiler/OS/ARCH
> > > > setups?  Keep in mind I can only test these platforms:
> > > > AIX51
> > > > AIX53
> > > > slowlaris7 sparc
> > > > slowlaris8 sparc
> > > > slowlaris9 sparc
> > > > slowlaris10 sparc
> > > > solaris10 x86
> > > > HPUX PA 11.11
> > > > Linux RH21, RH30, RH40 x86(_64)
> > > > Linux SuSE SLES 9, Pro10 x86(_64)
> > > > 
> > > > Primarily I need to know the flavor of compiler (native or 
> > > > gcc version)
> > > > and compile options that need to be set (so that I do not 
> > miss any).
> > > > 
> > > > TIA,
> > > > Chris
> > > > 
> > > > On Fri, 2006-02-24 at 04:54, Martin Knoblauch wrote:
> > > > > Hi Chris,
> > > > >
> > > > >  thanks a lot.
> > > > >
> > > > > --- Chris Croswhite <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > I have successfully compiled and spot run these platforms:
> > > > > >
> > > > > > HP-sUX PA 11.11
> > > > >
> > > > >   Which toolchain? "gcc" or "native"? 32/64 bit?
> > > > >
> > > > > > Linux RH40 32b+64b
> > > > > > Linux SuSE9 32b+64b
> > > > > > slowlaris 8,9
> > > > >
> > > > >   Again, which toolchain?
> > > > >
> > > > > >
> > > > > > BTW, anyone had luck with AIX53?
> > > > > >
> > > > >
> > > > >  Yup. Just built it using "xlc". One needs the following 
> > > > changes from
> > > > > the README.AIX file. "gcc" is supposed to work without problems.
> > > > >
> > > > > #
> > > > > #1. You should use "gcc". xlc does not work out of the box. 
> > > > If you only
> > > > > have
> > > > > #   "xlc", the following might work. Run configure first !!
> > > > > #
> > > > > #   a) add "-qlanglvl=ext99" to the CFLAGS in
> > > > > srclib/confuse/src/Makefile
> > > > > #   b) remove "-Wall" from all Makefiles, especially:
> > > > > #
> > > > > #     lib/Makefile
> > > > > #     gmond/gstat/Makefile
> > > > > #     gmond/Makefile
> > > > > #     gmetric/Makefile
> > > > > #     gmetad/Makefile  (still does not build :-(
> > > > > #
> > > > > #   This should be done automatically, but 
> > automake/autoconf experts
> > > > > are needed.
> > > > > #
> > > > >
> > > > >
> > > > > Martin
> > > > >
> > > > >
> > > > > ------------------------------------------------------
> > > > > Martin Knoblauch
> > > > > email: k n o b i AT knobisoft DOT de
> > > > > www:   http://www.knobisoft.de
> > > > 
> > > > 
> > > > 
> > > > -------------------------------------------------------
> > > > This SF.Net email is sponsored by xPML, a groundbreaking 
> > > > scripting language
> > > > that extends applications into web and mobile media. Attend 
> > > > the live webcast
> > > > and join the prime developer group breaking into this new 
> > > > coding territory!
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk
> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720
> > > > &dat=121642> &kid=110944&bid=241720&dat=121642
> > > > _______________________________________________
> > > > Ganglia-general mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/ganglia-general
> > > > 
> > > > 
> > > > 
> > > > 
> > 
> > 


Reply via email to