py-rrdtool _rrdtoolmodule.c and rrdtool rrd.h mismatch
Status: Beta
Brought to you by:
perky
Per Gentoo bug
https://bugs.gentoo.org/show_bug.cgi?id=100461 there is
a mismatch in py-rrdtool's _rrdtoolmodule.c and
rrdtool's rrd.h for any version of rrdtool greater than
1.0. The mismatched function is rrd_graph. Below is an
excerpt of the Gentoo bug report:
In src/_rrdtoolmodule.c , i see 5 Parameters:
if (rrd_graph(argc, argv, &calcpr, &xsize, &ysize) ==
-1) {
/usr/include/rrd.h shows me 8 Parameters:
int rrd_graph(int, char **, char ***, int *, int *,
FILE *, double *, double *);
Please contact me at iggiflynn at pobox.com for questions.
Logged In: YES
user_id=1335310
I hit this as well on Fedora Core release 4 (Stentz) when
porting from a FC3 box. Has this tool been abandoned? I
don't see any activity on this bug.