From owner-freebsd-current@FreeBSD.ORG Wed May 14 16:19:02 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82D937B401; Wed, 14 May 2003 16:19:02 -0700 (PDT) Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853643F75; Wed, 14 May 2003 16:19:01 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Received: from ix.netcom.com (melkor.redlinenetworks.com [192.168.0.8]) h4ENJ1M07238; Wed, 14 May 2003 16:19:01 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Message-ID: <3EC2CEE5.2010405@ix.netcom.com> Date: Wed, 14 May 2003 16:19:01 -0700 From: Scott Sewall User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org, ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Scott R Sewall Subject: Trouble building expect X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 23:19:03 -0000 I'm having some trouble building the expect port on current. Any pointers would be appreciated. I received the following error building the expect port: ===> Configuring for expect-5.38.0_1 configuring Expect 5.38.0 checking for autoconf... no checking configure up to date... no configure: warning: ./configure appears to be old (./configure.in and/or ./Makef ile.in are newer) and the autoconf program to fix this situation was not found. If you've no idea what this means, enter the command "touch ./configure" and re start ./configure. ===> Building for expect-5.38.0_1 make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/lang/expect. ===> Building for expect-5.38.0_1 make: cannot open Makefile. *** Error code 2 I touched ./work/expect-5.38/configure, but continue to get the following error: ===> Building for expect-5.38.0_1 make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/lang/expect. Some specifics about my system: radagast# uname -a FreeBSD radagast 5.1-BETA FreeBSD 5.1-BETA #1: Mon May 12 15:37:06 PDT 2003 root@radagast:/usr/obj/usr/src/sys/GENERIC sparc64 Last sup'd src and ports 5/12 -- Scott