This unified diff works for me on Mandrake 7.1 for
Sparc running on an Ultra 5. I can't see why it
wouldn't work on other Sparc and Sparc64 platforms as
well (though I don't have the ability to easily test).
It would rock if this were added to the main tree.
This was applied against the cricket-1.0.4-pre4a tree
to the ./lib/RRD/Format.pm perl module.
--- ./Format.pm Wed Oct 24 20:04:04 2001
+++ ../Format.pm Sat Nov 3 16:56:26 2001
@@ -87,7 +87,8 @@
if ($archname eq "sun4-solaris" ||
$archname eq "MSWin32-x86" || $archname
eq "MSWin32-x86-object" ||
- $archname eq "irix-o32") {
+ $archname eq "irix-o32" ||
+ $archname eq "sparc-linux") {
$self->{'newOld'} = "A4";
$self->{'statHead'} = "a4 a5 x7 d L L L x4
x80";
Logged In: YES
user_id=8475
Please get rid of the 1.0.4-pre4a.tar.gz you're using. It is
utterly borked, and it took me days to get the things wiped
off Sourceforge download servers (yeah, it *was* my mistake
the thing got there in the first place). The current release
is 1.0.3. Please check if it has the same problem (quite
likely that it has though).
I hope to eliminate the requirement for RRD/Format.pm for
1.0.4 altogether, by the way. That said, if it's required
for 1.0.3 as well, please let me know and I'll apply it to
the CVS tree (and probably create a patch on the web site).
Logged In: YES
user_id=276026
Thanks. I went to v1.0.3 and, sure enough, it needs the
patch as well.
Eliminating the need for the Format.pm would rock.
Thanks again.
Logged In: YES
user_id=8475
Applied to CVS.