[Py-RRDTool-Devel] [ py-rrdtool-Bugs-1375827 ] py-rrdtool _rrdtoolmodule.c and rrdtool rrd.h mismatc
Status: Beta
Brought to you by:
perky
From: SourceForge.net <no...@so...> - 2005-12-08 00:26:40
|
Bugs item #1375827, was opened at 2005-12-07 16:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=618943&aid=1375827&group_id=97739 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: py-rrdtool _rrdtoolmodule.c and rrdtool rrd.h mismatch Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=618943&aid=1375827&group_id=97739 |