From owner-freebsd-questions Fri Dec 11 17:24:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26120 for freebsd-questions-outgoing; Fri, 11 Dec 1998 17:24:52 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cartman.webbernet.net ([206.137.184.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26115 for ; Fri, 11 Dec 1998 17:24:50 -0800 (PST) (envelope-from bonga@doxx.net) Received: from ip144-ascend3.dyn.webbernet.net (ip144-ascend3.dyn.webbernet.net [159.138.24.144]) by cartman.webbernet.net (8.9.1/8.8.5) with ESMTP id UAA06291 for ; Fri, 11 Dec 1998 20:25:33 -0500 (EST) Date: Fri, 11 Dec 1998 20:24:35 -0500 (EST) From: saad X-Sender: bonga@localhost.webbernet.net To: freebsd-questions@FreeBSD.ORG Subject: Makefile / bsd.port.pre.mk not found in /usr/ports Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. whenever i 'make' anything inside the /usr/ports hierarchy, i something like get this error: "Makefile", line 118: Could not find bsd.port.pre.mk "Makefile", line 120: Malformed conditional (${PORTOBJFORMAT} == "elf") "Makefile", line 120: Need an operator "Makefile", line 122: if-less else "Makefile", line 122: Need an operator "Makefile", line 124: if-less endif "Makefile", line 124: Need an operator "Makefile", line 146: Could not find bsd.port.post.mk make: fatal errors encountered -- cannot continue "Makefile", line 118: Could not find bsd.port.pre.mk "Makefile", line 120: Malformed conditional (${PORTOBJFORMAT} == "elf") "Makefile", line 120: Need an operator "Makefile", line 122: if-less else "Makefile", line 122: Need an operator "Makefile", line 124: if-less endif "Makefile", line 124: Need an operator "Makefile", line 146: Could not find bsd.port.post.mk make: fatal errors encountered -- cannot continue 2. whenever i use certain commands (`whereis` is just one of them), i get this: # whereis ls perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "us" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). ls: /bin/ls /usr/share/man/man1/ls.1.gz /usr/src/bin/ls ... are these related in any way? how can i fix these? thanks :) -saad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message