Carlo,

> 
> that looks like a conflict with a system defined getopt implementation, try
> removing from your Makefile.am the line with libgetopthelper.a and
> rebootstrapping your source tree.
> 

Great, that did the trick for getting everything compiled.

gmetad seems to be running fine but gmond now exists with a 'Bus Error'.  gmond 
-t, -h, -V work fine, gmond -c and -m both give that bus error after doing:

 11720 gmond    0.000409 CALL  ioctl(0x4,FIODTYPE,0xbffff62c)
 11720 gmond    0.000006 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 11720 gmond    0.000004 CALL  ioctl(0x4,TIOCGETA,0xbffff600)
 11720 gmond    0.000004 RET   ioctl -1 errno 25 Inappropriate ioctl for device
 11720 gmond    0.000021 CALL  close(0x4)
 11720 gmond    0.000033 RET   close 0
 11720 gmond    0.146908 PSIG  SIGBUS SIG_DFL

I can send the full ktrace.out if someone would like to take a look.

> > Also, this line in configure fails:
> > 
> >  $ GANGLIA_NANO_VERSION=`svnversion -c -n . | cut -f2 -d: | tr -d 'MS' | 
> > xargs 
> echo -n`
> > cut: stdin: Illegal byte sequence
> > 
> > but this works:
> > 
> >  $ GANGLIA_NANO_VERSION=`svnversion -c -n . | xargs | cut -f2 -d: | tr -d 
> > 'MS' 
> | xargs echo -n`
> >
> 
> what is the ouput of :
> 
>   svnversion -c -n .

The output is currently 2:1203M.  It seems like OSX's cut is choking on the 
lack of a carraige return in the output of svnversion, echo -n '2:1203M' | cut 
gives the same Illegal byte sequence error, but not echo without -n.

> 
> in any case that part of the configure is broken now, but is harmless, and
> should match the subversion release you are building from (something like
> 1203)
> 
> Carlo

Gilad



      
____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to