From owner-freebsd-ports Sat Dec 1 23:22:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 2A20537B416 for ; Sat, 1 Dec 2001 23:22:53 -0800 (PST) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 42E7FA851; Sun, 2 Dec 2001 18:22:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 067D75489; Sun, 2 Dec 2001 17:22:47 +1000 (EST) Date: Sun, 2 Dec 2001 17:22:47 +1000 (EST) From: Andrew To: John Polstra Cc: ports@freebsd.org Subject: Re: pm3-base port refuses to build In-Reply-To: <200112011740.fB1HeZn76609@vashon.polstra.com> Message-ID: <20011202170948.S2141-100000@starbug.ugh.net.au> X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 1 Dec 2001, John Polstra wrote: > It could be caused by an unusual environment variable, maybe. Try > building it like this: > > env -i make install That was it - thankyou. For anyone else trying this you may need: env -i PATH=$PATH make install so things like gmake are found. The environment variable in question was MAKEFLAGS (yes such an obvious suspect yet I didn't even think to see if it was set). I have it set to -I/home/andrew/src/Makefiles - not sure why it broke things but I'll remember to check it in the future. Thanks again, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message