Hi,

I found a small bug, can you correct it.
Or should I open a bug report?

---
Making all in aix
        if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H  -I. 
-I. -I..     -I.. -I../../include -g -O2 -D_ALL_SOURCE -DAIX -DHAVE_PERFSTAT 
-MT metrics.lo -MD -MP -MF ".deps/metrics.Tpo" -c -o metrics.lo metrics.c;  
then mv -f ".deps/metrics.Tpo" ".deps/metrics.Plo"; else rm -f 
".deps/metrics.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../../include -g -O2 -D_ALL_SOURCE 
-DAIX -DHAVE_PERFSTAT -MT metrics.lo -MD -MP -MF .deps/metrics.Tpo -c metrics.c 
 -DPIC -o .libs/metrics.o
metrics.c: In function 'disk_total_func':
metrics.c:431: error: 'pefstat_disk_total_t' undeclared (first use in this 
function)
metrics.c:431: error: (Each undeclared identifier is reported only once
metrics.c:431: error: for each function it appears in.)
metrics.c:431: error: parse error before 'd'
metrics.c:433: error: 'd' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.

---
The error is just a small misspelling:
# diff metrics.c.orig metrics.c
431c431
<    pefstat_disk_total_t d;
---
>    perfstat_disk_total_t d;

---

After compiling I get a lot of errors like:
 # gmond
Configuration file '/etc/ganglia/gmond.conf' not found.

Cannot locate internal module structure 'core_metrics' in file : The system 
call does not exist on this system. (core_metrics)
Possibly an incorrect module language designation [].

Cannot load /usr/lib/ganglia/modcpu.so metric module:   0509-022 Cannot load 
module /usr/lib/ganglia/modcpu.so.
        0509-026 System error: A file or directory in the path name does not 
exist.
Cannot load /usr/lib/ganglia/moddisk.so metric module:  0509-022 Cannot load 
module /usr/lib/ganglia/moddisk.so.


Any ideas?

Regards,
Ulf
-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to