[collectd] [PATCH] configure fixes

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Sun Jan 28 10:42:06 CET 2007


Hi Christian,

On Thu, Jan 25, 2007 at 06:21:07PM +0200, Christian Wiese wrote:
> 1.) collectd fails to build due to partially not accepting `--docdir`
>     configure option
> I have filed a ticket for that here: http://trac.opensde.org/ticket/262

The configure script that ships with collectd is automatically generated
from `configure.in' using the autotools, especially `autoconf' in this
case.

> --- collectd-3.11.0/libltdl/Makefile.in.orig	2007-01-25 15:54:43.000000000 +0100
> +++ collectd-3.11.0/libltdl/Makefile.in	2007-01-25 15:55:14.000000000 +0100

I'm afraid that pathing `Makefile.in' won't work, because it's
automatically generated, too, using `automake'. `./configure' later uses
the generated `*.in' files to output the final, configured versions.

What arguments did the user use when calling collectd's `configure'-
script? In the ticket I see a lot of unrecognized arguments that won't
have any effect, such as `--with-krb5=/opt/heimdal', but `--docdir=...'
is not among them. You could also try to re-build the `configure'-
script using, e. g. by using this script from the git-repository:
<http://git.verplant.org/?p=collectd.git;a=blob_plain;h=89d3a68e0e49d86a3f586cd7c995530c6e344ff7;f=build.sh>

> 2.) There is a little "copy paste" typo within the configure --help text
> 
>   --disable-nfs           disable nfs statistics (enabled by def)
>   --disable-ntpd          disable nfs statistics (enabled by def)

Thanks, I'll fix that immediately.

Just out of curiosity: Why do you/did the user configure all paths to be
somewhere beneath `/opt/collectd', except the `localstatedir', which is
`/var/opt/collectd'? I'd have expected `/opt/collectd/var'.

Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20070128/e19a8da8/attachment.pgp


More information about the collectd mailing list