Comment 0 for bug 722938

Revision history for this message
TorrentialStorm (x-admin-torrentialstorm-net-deactivatedaccount) wrote :

Binary package hint: rrdtool

$ rrdtool create bla.rrd DS:temp:GAUGE:1:2:3 RRA:MIN:.5:2:3
ERROR: This RRD was created on another architecture

Fix in rrd_format.h:
-#define FLOAT_COOKIE 8.642135E130
+#define FLOAT_COOKIE ((double)8.642135E130)

http://oss.oetiker.ch/rrdtool-trac/changeset/2069/branches/1.4/program/src/rrd_format.h

Tested and working with new librrd4.