From owner-freebsd-stable Mon Jan 22 22:57:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dnvrpop2.dnvr.uswest.net (dnvrpop2.dnvr.uswest.net [206.196.128.4]) by hub.freebsd.org (Postfix) with SMTP id 4346B37B400 for ; Mon, 22 Jan 2001 22:57:12 -0800 (PST) Received: (qmail 42159 invoked by uid 0); 23 Jan 2001 06:57:10 -0000 Received: from dnvr-dsl-gw7-f-250.dnvr.uswest.net (HELO qwest.net) (63.227.58.250) by dnvrpop2.dnvr.uswest.net with SMTP; 23 Jan 2001 06:57:10 -0000 Date: Mon, 22 Jan 2001 23:57:17 -0700 Message-ID: <3A6D2B4C.4F9382A3@qwest.net> From: "Brad Tombaugh" To: freebsd-stable@freebsd.org X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Subject: Problems Making Ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Several people, including me, have posted articles to comp.unix.bsd.frebsd.misc regarding problems making ports after updating to RELENG_4 (4.2-STABLE). The first symptom that I saw after "making world" was that when I attempted to "make" or "make install" any of several ports I got an error: orion# cd /usr/ports/textproc/docproj orion# make Error: your port uses an old layout. Please update it to match this bsd.port.mk. checking /urs/ports/Mk/bsd.port.mk shows several instances of this or similar messages, generally near a declaration for "pre-everything::" I noticed a comment that stated that you must have an updated INDEX for some targets, so I ran "make index" in /usr/ports with the following result: orion# cd /usr/ports orion# make index Generating INDEX - please wait.."/usr/ports/Mk/bsd.port.mk", line 626: Inconsistent operator for pre-everything make: fatal errors encountered -- cannot continue Done. My /usr/ports/Mk/bsd.port.mk is version: # $FreeBSD: ports/Mk/bsd.port.mk,v 1.361 2001/01/16 09:25:16 asami Exp $ Any ideas? -- Brad Tombaugh mailto:btombau@qwest.net http://www.users.qwest.net/~btombau To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message