From owner-freebsd-current Thu Sep 14 4:44:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7DD7E37B423 for ; Thu, 14 Sep 2000 04:44:24 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id WAA03694; Thu, 14 Sep 2000 22:44:07 +1100 Date: Thu, 14 Sep 2000 22:44:05 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Joel M. Baldwin" Cc: current@FreeBSD.ORG Subject: Re: miniperl not found error? In-Reply-To: <39C07EB2.1DA8C103@outel.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 14 Sep 2000, Joel M. Baldwin wrote: > ok I give up! > > I've been getting this error for ages when doing a > 'make depend' on the current tree and up to now > I've just done a 'make -k' to get it to work. > > Whats the final solution so I don't have to do this? > > What stupid thing have I missed somewhere along the line. Building of perl in the normal way (not using makeworld) has been broken for a while. You have to use "make build-tools" instead of just "make depend; make" in the top-level perl directory at certain times when the build-tools are out of date (in particular, when they don't exist). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message