From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 05:56:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753FF16A4CE for ; Mon, 16 Feb 2004 05:56:39 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BC343D31 for ; Mon, 16 Feb 2004 05:56:39 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004021613563301200mqbrde>; Mon, 16 Feb 2004 13:56:38 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 72A34F; Mon, 16 Feb 2004 08:56:33 -0500 (EST) Sender: lowell@be-well.ilk.org To: Jorn Argelo References: <200402132219.42076.jorn@wcborstel.nl> From: Lowell Gilbert Date: 16 Feb 2004 08:56:33 -0500 In-Reply-To: <200402132219.42076.jorn@wcborstel.nl> Message-ID: <44oerzf7qm.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: abcde build loops endlessly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 13:56:39 -0000 Jorn Argelo writes: > I've been trying to compile abcde in FreeBSD 5.2-RELEASE from the ports tree > (/usr/ports/audio/abcde). When I type make all install clean it nicely > fetches everything and compiles, but I noticed it wasn't finished after 3 > hours. I took a peek and I noticed it was endlessly trying to configure the > same thing. Here is an complete output of the looping part: > /usr/ports/audio/Maaate/work/Maaate-0.3.1/missing: Unknown `--run' option > Try `/usr/ports/audio/Maaate/work/Maaate-0.3.1/missing --help' for more > information > configure: WARNING: `missing' script is too old or missing > > After this part it starts over again at the beginning of this output. Could > anybody point me into the right direction? I can't reproduce this; Maate is building fine here on an up-to-date ports tree (the only change from what went out with 5.2 is the gettext update, which shouldn't be relevant to this problem). Is there anything unusual in your make.conf?