From owner-freebsd-questions Fri Nov 1 5:46:11 2002 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 68AFE37B404 for ; Fri, 1 Nov 2002 05:46:08 -0800 (PST) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D5C443E75 for ; Fri, 1 Nov 2002 05:46:05 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 7400 invoked from network); 1 Nov 2002 13:38:53 -0000 Received: from upnet-dialinpool-87.upnet.gr (HELO gray.sea.gr) (root@150.140.128.167) by nic.upatras.gr with SMTP; 1 Nov 2002 13:38:53 -0000 Received: from gray.sea.gr (gray [127.0.0.1]) by gray.sea.gr (8.12.6/8.12.6) with ESMTP id gA1DkOY2027872 for ; Fri, 1 Nov 2002 15:46:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gray.sea.gr (8.12.6/8.12.6/Submit) id gA1CBAAf003137; Fri, 1 Nov 2002 14:11:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 1 Nov 2002 14:11:10 +0200 From: Giorgos Keramidas To: Chris Pressey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld fails Message-ID: <20021101121110.GC1778@gray.sea.gr> References: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> <20021029112907.GB4480@happy-idiot-talk.infracaninophi> <20021029064730.2637b4e2.cpressey@catseye.mb.ca> <20021029142839.GF4480@happy-idiot-talk.infracaninophi> <20021029192615.69e3bb31.cpressey@catseye.mb.ca> <20021030214148.GL1882@gray.sea.gr> <20021030191250.34d1898e.cpressey@catseye.mb.ca> <3DC11C39.461CABEE@asda.gr> <3DC122E8.986C78A2@asda.gr> <20021031202657.21ff7bd0.cpressey@catseye.mb.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021031202657.21ff7bd0.cpressey@catseye.mb.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-10-31 20:26, Chris Pressey wrote: > On Thu, 31 Oct 2002 14:32:40 +0200 > Lefteris Tsintjelis wrote: > > Compile with OPENSSH and use sshd_program="/usr/local/sbin/sshd" at ur > > rc.conf if you are trying to use the new sshd. U will also need to > > change the PATH so that /usr/local/..... comes first. Its not the proper > > way but still, its a workaround. :-))) > > Changing the PATH so that /usr/local/bin comes before /usr/bin resulted in > a couple of differences in attempting to build it that seemed to go away > once I dealt with /usr/local/bin/make and /usr/local/bin/grep (they were > the GNU versions.) Does the PATH need to be this way to buildworld, or > just to run ssh? That's not a good idea. To try building world+kernel with a PATH that is different from the one in /etc/login.conf: /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:~/bin On a sidenote, why is your GNU make installed as "make" and not "gmake"? If you install GNU make as "gmake", and not "make" you won't have to worry about /usr/local/bin/make overriding /usr/bin/make. That's what the devel/gmake does already: keramida@gray[14:06]/home/keramida$ ls -l /usr/local/bin/*make -r-xr-xr-x 1 root wheel 132860 Oct 30 02:10 /usr/local/bin/gmake keramida@gray[14:07]/home/keramida$ pkg_info | grep gmake gmake-3.80 GNU version of 'make' utility > Now when I run make buildworld, I get errors that seem to be related to > glob.h once again: I'll try a buildworld with a make.conf that differs from the distributed make.conf in one line: NO_OPENSSH=yes. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message