On Tue, May 20, 2008 at 12:47:44PM -0700, Bernard Li wrote:
> Dear all:
> 
> I have just updated the snapshot to the latest 3.1.x branch revision
> (1361), the following are changes from the last snapshot:

if testing in DragonFlyBSD, the snapshot will need to be fixed as explained
before, as it was made with an obsolete version of automake which is older
than the one required by the snapshot instructions.

a step by step set of instructions below for simplicity :

  $ fetch http://www.ganglia.info/snapshots/3.1.x/ganglia-3.1.0.1361.tar.gz
  $ tar -xvzf ganglia-3.1.0.1361.tar.gz
  $ fetch http://www.ganglia.info/snapshots/3.1.x/config.guess
  $ fetch http://www.ganglia.info/snapshots/3.1.x/config.sub
  $ cp -r config.guess ganglia-3.1.0.1361/build/
  $ cp -r config.sub ganglia-3.1.0.1361/build/
  $ cp -r config.guess ganglia-3.1.0.1361/libmetrics/build/
  $ cp -r config.sub ganglia-3.1.0.1361/libmetrics/build/

> On Tue, Apr 22, 2008 at 1:56 AM, Carlo Marcelo Arenas Belon
> 
> <[EMAIL PROTECTED]> wrote:
> > On Mon, Apr 21, 2008 at 02:08:59PM -0700, Bernard Li wrote:
> >>
> >> - Added support for DragonFlyBSD
> >
> > if testing DragonFlyBSD, and you have libtool or automake installed, you 
> > need
> > to replace both config.guess and config.sub files from the package before
> > running configure with any of the ones available from :
> >
> >  /usr/pkg/share/automake-1.10/config.{guess,sub}
> >  /usr/pkg/share/libtool/config.{guess,sub}
> >
> > if you have none installed fetch them instead from the snapshot directory :
> >
> >  # fetch http://www.ganglia.info/snapshots/3.1.x/config.guess
> >  # fetch http://www.ganglia.info/snapshots/3.1.x/config.sub
> >
> > the files to replace are located in the build directories for ganglia and
> > libmetrics :
> >
> >  ganglia-3.1.0.1273/build/config.{guess,sub}
> >  ganglia-3.1.0.1273/libmetrics/build/config.{guess,sub}
> >
> > future snapshots won't require this extra steps most likely.

if generated with a version of automake older than 1.8.3, of course.

Bernard, my CentOS 4.6 test build system seems to have the right version of
automake installed by default and generate valid snapshots.

If needed you can install that version from :

  
http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/automake-1.9.2-3.noarch.rpm

Carlo

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to