Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2008 21:02:44 +0000
From:      "Stephen P. Cravey" <clists@gotbrains.org>
To:        freebsd-questions@freebsd.org
Subject:   amanda-client port configure options not passing.
Message-ID:  <20080624210244.e95a5b5e.clists@gotbrains.org>

next in thread | raw e-mail | index | archive | help
I'm having issues with the amanda-client port. At some point in the past months, when I install a new amanda-client it appears that the configure options are not passing correctly.

THe OS version doesn't seem to matter, 6.2, 7.0, 6.3 all appear to have the same issue. The specific behavior I'm encountering is that the amandad daemon on the client (yes it's backward) sees the incoming packets and logs them but does not respond. I'm wondering if it's an issue with the semi-recent autoconf upgrade.

As near as I can tell, the CONFIGURE_ARGS from the port makefile are not making into the configure script for the actual work files. Ideas?


>From the amandad debug file:

amandad:        CONFIGURE_COMMAND="'./configure' '--libexecdir=/usr/local/libexec/amanda' '--with-amand
mp' '--disable-libtool' '--prefix=/usr/local' '--with-user=operator' '--with-group=operator' '--with-gn
/local/bin/gtar' '--without-server' '--prefix=/usr/local' '--build=i386-portbld-freebsd6.2'"

vs.

amandad:        CONFIGURE_COMMAND="'./configure' 'freebsd6.3'"


-Stephen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080624210244.e95a5b5e.clists>