From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 07:08:04 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 7F7AB16A4CE for ; Mon, 16 Feb 2004 07:08:04 -0800 (PST) Received: from www.wcborstel.nl (node-c-0ab6.a2000.nl [62.194.10.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B76343D1F for ; Mon, 16 Feb 2004 07:08:04 -0800 (PST) (envelope-from jorn@wcborstel.nl) Received: by www.wcborstel.nl (Postfix, from userid 80) id CBBD1170D5; Mon, 16 Feb 2004 16:07:57 +0100 (CET) To: questions@freebsd.org Received: from 172.16.1.2 (auth. user jorn@www.wcborstel.nl) by www.wcborstel.nl with HTTP; Mon, 16 Feb 2004 15:07:57 +0000 X-IlohaMail-Blah: jorn@www.wcborstel.nl X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.8.12 (On: www.wcborstel.nl) In-Reply-To: <44oerzf7qm.fsf@be-well.ilk.org> From: "Jorn Argelo" Bounce-To: "Jorn Argelo" Errors-To: "Jorn Argelo" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20040216150757.CBBD1170D5@www.wcborstel.nl> Date: Mon, 16 Feb 2004 16:07:57 +0100 (CET) Subject: Re: abcde build loops endlessly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 15:08:04 -0000 There is hardly anything in my /etc/make.conf, just some perl things: # -- use.perl generated deltas -- # # Created: Sun Feb 8 15:23:40 2004 # Setting to use base perl from ports: PERL_VER=3D5.6.1 PERL_VERSION=3D5.6.1 PERL_ARCH=3Dmach NOPERL=3Dyo NO_PERL=3Dyo NO_PERL_WRAPPER=3Dyo Perhaps that is the problem? >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?