Xymon Mailing List Archive search

latest and greatest

8 messages in this thread

list Stewart Larsen · Fri, 26 Jan 2007 11:42:12 -0500 ·
So, I found the allinone patch and I downloaded the source.  I applied the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid [mailto:user-6f5382941e41@xymon.invalid]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest
 
I know there have been a number of patches since 4.2.0.  Where would one go to get the latest and greatest version?
 
Will there be a 4.2.1. release any time soon?
 
Stewart
 

Spam <https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc541e12d40>; 
Not spam <https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc541e12d40>; 
Forget previous vote <https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc541e12d40>;
list Jason Altrincham Jones · Fri, 26 Jan 2007 16:57:28 -0000 ·
You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).  

Jason.

 
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid] 
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest
quoted from Stewart Larsen

 
So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam

<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>
list Stewart Larsen · Fri, 26 Jan 2007 12:09:47 -0500 ·
I have them installed via RPM. 

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf
quoted from Jason Altrincham Jones


-----Original Message-----
From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid]
Sent: Fri 1/26/2007 11:57 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest
 
You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).  

Jason.

 
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid] 
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest

 
So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>


-- 

BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125161447) is spam:
Spam:        https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99
Not spam:    https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99
Forget vote: https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99
END-ANTISPAM-VOTING-LINKS
list Jerry Yu · Fri, 26 Jan 2007 14:00:24 -0500 ·
I built with the included spec file succesfully (a little tweak on the spec
file). You didn't see to have perl-rrdtool-1.2.15-1.el4.rf.
I have Hobbit RPMs with v4.2.-0 with all-in-one patch dated 200610 applied.
For CentOS 4 (RHEL 4 AS), you can find them here:
http://www.supportsmb.com/centos/useful-home-made-rpm/

On 1/26/07, user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>
quoted from Stewart Larsen
wrote:
 I have them installed via RPM.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf


-----Original Message-----

From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid<user-ee957b46acd2@xymon.invalid>
quoted from Stewart Larsen
]
Sent: Fri 1/26/2007 11:57 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest

You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).

Jason.


From: user-6f5382941e41@xymon.invalid

[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>]
quoted from Stewart Larsen
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest


So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid

[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>]
quoted from Stewart Larsen
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>


--
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125161447) is spam:
Spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99
Not spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99
Forget vote:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99
END-ANTISPAM-VOTING-LINKS

list Stewart Larsen · Fri, 26 Jan 2007 14:08:19 -0500 ·
I have it installed now and I get the same errors.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf
perl-rrdtool-1.2.15-1.el4.rf
quoted from Jerry Yu


-----Original Message-----
From: Jerry Yu [mailto:user-764c1f364fe0@xymon.invalid]
Sent: Fri 1/26/2007 2:00 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] latest and greatest
 
I built with the included spec file succesfully (a little tweak on the spec
file). You didn't see to have perl-rrdtool-1.2.15-1.el4.rf.
I have Hobbit RPMs with v4.2.-0 with all-in-one patch dated 200610 applied.
For CentOS 4 (RHEL 4 AS), you can find them here:
http://www.supportsmb.com/centos/useful-home-made-rpm/

On 1/26/07, user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>
wrote:
 I have them installed via RPM.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf


-----Original Message-----
From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid<user-ee957b46acd2@xymon.invalid>
]
Sent: Fri 1/26/2007 11:57 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest

You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).

Jason.


From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>]
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest


So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>


--
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125161447) is spam:
Spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99
Not spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99
Forget vote:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99
END-ANTISPAM-VOTING-LINKS

-- 
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125183223) is spam:
Spam:        https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125183223&m=a0838a366612
Not spam:    https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125183223&m=a0838a366612
Forget vote: https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125183223&m=a0838a366612
END-ANTISPAM-VOTING-LINKS
list Jerry Yu · Fri, 26 Jan 2007 16:40:56 -0500 ·
did you start fresh or you run makerpm.sh again at the same place?
'configure' may have cached detection results.

" test-rrd.c:30: error: too few arguments to function `rrd_graph'"  line is
when makerpm.sh (or make) fails to recognize you have RRD 1.2. So, it used
old RRD 1.0 syntax which has less arguments passed in to rrd_graph().
Otherwise, it would have run line 28 instead, which has many more arguments.

I just started fresh on CentOS 4.4/i386, untar source then patch, the
buildrpm.sh. All is well, at least it passed where your attempt failed. what
distro u r running?
quoted from Stewart Larsen

On 1/26/07, user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid>
wrote:
 I have it installed now and I get the same errors.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf
perl-rrdtool-1.2.15-1.el4.rf


-----Original Message-----
From: Jerry Yu [mailto:user-764c1f364fe0@xymon.invalid <user-764c1f364fe0@xymon.invalid>]
Sent: Fri 1/26/2007 2:00 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] latest and greatest

I built with the included spec file succesfully (a little tweak on the
spec
file). You didn't see to have perl-rrdtool-1.2.15-1.el4.rf.
I have Hobbit RPMs with v4.2.-0 with all-in-one patch dated 200610
applied.
For CentOS 4 (RHEL 4 AS), you can find them here:
http://www.supportsmb.com/centos/useful-home-made-rpm/

On 1/26/07, user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid
wrote:
 I have them installed via RPM.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf


-----Original Message-----
From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid<user-ee957b46acd2@xymon.invalid>
<user-ee957b46acd2@xymon.invalid>
quoted from Stewart Larsen
]
Sent: Fri 1/26/2007 11:57 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest

You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).

Jason.


From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid><
user-6f5382941e41@xymon.invalid>]
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest


So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid><
user-6f5382941e41@xymon.invalid>]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>


--
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125161447) is spam:
Spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99
Not spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99
Forget vote:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99
END-ANTISPAM-VOTING-LINKS

--
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125183223) is spam:
Spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125183223&m=a0838a366612
Not spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125183223&m=a0838a366612
Forget vote:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125183223&m=a0838a366612
END-ANTISPAM-VOTING-LINKS

list Henrik Størner · Fri, 26 Jan 2007 22:56:54 +0100 ·
quoted from Jerry Yu
On Fri, Jan 26, 2007 at 11:42:12AM -0500, user-6f5382941e41@xymon.invalid wrote:
So, I found the allinone patch and I downloaded the source.  I applied the 
patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext
Hmm ... there are different flavors (versions) of RPM. The version I
have (4.4.1) does complain about the files that appear twice, but it
isn't fatal.

The missing "download" directory is odd. It should be created by the 
"make install" step which is part of the RPM build. A quick fix would be
to just delete the line with "%dir .... download" in the hobbit.spec
file.
quoted from Jerry Yu
Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng

Any thoughts on what is wrong here?  I also tried without applying the allinone and I get the same results.
Nothing wrong, it's simple Hobbit's configuration script trying to
figure out if you have RRDtool 1.0 or 1.2 installed. 


Regards,
Henrik
list Stewart Larsen · Fri, 26 Jan 2007 17:06:59 -0500 ·
seemed to work that time.  thanks for your help. I
quoted from Jerry Yu


From: Jerry Yu
Sent: Fri 1/26/2007 4:40 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] latest and greatest


did you start fresh or you run makerpm.sh again at the same place? 'configure' may have cached detection results.

" test-rrd.c:30: error: too few arguments to function `rrd_graph'"  line is when makerpm.sh (or make) fails to recognize you have RRD 1.2. So, it used old RRD 1.0 syntax which has less arguments passed in to rrd_graph(). Otherwise, it would have run line 28 instead, which has many more arguments. 

I just started fresh on CentOS 4.4/i386, untar source then patch, the buildrpm.sh. All is well, at least it passed where your attempt failed. what distro u r running?


On 1/26/07, user-6f5382941e41@xymon.invalid <user-6f5382941e41@xymon.invalid> wrote: 
I have it installed now and I get the same errors.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf
perl-rrdtool-1.2.15-1.el4.rf


-----Original Message-----
From: Jerry Yu [mailto:user-764c1f364fe0@xymon.invalid]
Sent: Fri 1/26/2007 2:00 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] latest and greatest

I built with the included spec file succesfully (a little tweak on the spec
file). You didn't see to have perl-rrdtool-1.2.15-1.el4.rf.
I have Hobbit RPMs with v4.2.-0 with all-in-one patch dated 200610 applied.
For CentOS 4 (RHEL 4 AS), you can find them here:
http://www.supportsmb.com/centos/useful-home-made-rpm/

On 1/26/07, user-6f5382941e41@xymon.invalid <mailto:user-6f5382941e41@xymon.invalid>
quoted from Jerry Yu
wrote:
 I have them installed via RPM.

$ rpm -qa | grep rrdtool
rrdtool-1.2.15-1.el4.rf
rrdtool-devel-1.2.15-1.el4.rf


-----Original Message-----

From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid<mailto:user-ee957b46acd2@xymon.invalid>
quoted from Jerry Yu
]
Sent: Fri 1/26/2007 11:57 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest

You need to download rrdtools at a guess
(http://oss.oetiker.ch/rrdtool/download.en.html).

Jason.


From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <mailto:user-6f5382941e41@xymon.invalid>]
Sent: 26 January 2007 16:42
To: user-ae9b8668bcde@xymon.invalid; user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] latest and greatest


So, I found the allinone patch and I downloaded the source.  I applied
the patch successfully and try to run the makerpm.sh script.

I get the following.

RPM build errors:
    File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download
    File listed twice: /usr/lib/hobbit/client/bin/clientupdate
    File listed twice: /usr/lib/hobbit/client/bin/logfetch
    File listed twice: /usr/lib/hobbit/client/ext


Near the top of the build, I get this as well...

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Checking pre-requisites for building Hobbit

Checking for fping ...


Checking for RRDtool ...
test-rrd.c: In function `main':
test-rrd.c:30: error: too few arguments to function `rrd_graph'
make: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
Found RRDtool include files in /usr/include
Found RRDtool libraries in /usr/lib
Linking RRD with PNG library: -L/usr/lib -lpng


Any thoughts on what is wrong here?  I also tried without applying the
allinone and I get the same results.

Stewart


-----Original Message-----
From: user-6f5382941e41@xymon.invalid
[mailto:user-6f5382941e41@xymon.invalid <mailto:user-6f5382941e41@xymon.invalid>]
Sent: Thu 1/25/2007 1:22 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] latset and greatest

I know there have been a number of patches since 4.2.0.  Where would one
go to get the latest and greatest version?

Will there be a 4.2.1. release any time soon?

Stewart


Spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125022558&m=bcc54
1e12d40>
Not spam
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125022558&m=bcc54
1e12d40>
Forget previous vote
<https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125022558&m=bcc54
1e12d40>


--
BEGIN-ANTISPAM-VOTING-LINKS

Teach CanIt if this mail (ID 125161447) is spam:
Spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125161447&m=9f06a997cf99
Not spam:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125161447&m=9f06a997cf99
Forget vote:
https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125161447&m=9f06a997cf99
END-ANTISPAM-VOTING-LINKS

--
BEGIN-ANTISPAM-VOTING-LINKS


Teach CanIt if this mail (ID 125183223) is spam:
Spam:        https://antispam.doh.ad.state.fl.us/canit/b.php?c=s&i=125183223&m=a0838a366612
Not spam:    https://antispam.doh.ad.state.fl.us/canit/b.php?c=n&i=125183223&m=a0838a366612
Forget vote: https://antispam.doh.ad.state.fl.us/canit/b.php?c=f&i=125183223&m=a0838a366612
END-ANTISPAM-VOTING-LINKS


Spam
Not spam
Forget previous vote