From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 21:21:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE9B1065680 for ; Tue, 24 Jun 2008 21:21:24 +0000 (UTC) (envelope-from clists@gotbrains.org) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.freebsd.org (Postfix) with ESMTP id 8F46B8FC17 for ; Tue, 24 Jun 2008 21:21:24 +0000 (UTC) (envelope-from clists@gotbrains.org) Received: from pwn.gotbrains.org (206.180.152.167.adsl.hal-pc.org [206.180.152.167]) by www.gotbrains.org (Postfix) with ESMTPA id CB6FC7EAEC for ; Tue, 24 Jun 2008 21:02:46 +0000 (UTC) Date: Tue, 24 Jun 2008 21:02:44 +0000 From: "Stephen P. Cravey" To: freebsd-questions@freebsd.org Message-Id: <20080624210244.e95a5b5e.clists@gotbrains.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: amanda-client port configure options not passing. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 21:21:24 -0000 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