From owner-freebsd-questions Sun Jan 23 14: 3:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (Postfix) with ESMTP id CBCB615638 for ; Sun, 23 Jan 2000 14:03:41 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.9.3/8.9.3) with ESMTP id OAA56490; Sun, 23 Jan 2000 14:03:37 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) X-Envelope-From: dbabler@Rigel.orionsys.com X-Envelope-To: freebsd-questions@FreeBSD.ORG X-Envelope-Host: freebsd.org. Date: Sun, 23 Jan 2000 14:03:36 -0800 (PST) From: David Babler To: cjclark@home.com Cc: FreeBSD Questions List Subject: Follow up: errors doing 3.4-STABLE buildworld In-Reply-To: <20000120191909.C73715@cc942873-a.ewndsr1.nj.home.com> 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 On Thu, 20 Jan 2000, Crist J. Clark wrote: > On Thu, Jan 20, 2000 at 11:38:51AM -0800, David Babler wrote: > > > > I've been trying to build 3.4-STABLE for a week or more and have been > > getting the same error. > > ...the spot where buildworld craps > > out is always in compiling usr.bin/dosemu: > > > > [...] > > cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -c /usr3/src/usr.bin/doscmd/tty.c > > [snip] > > > > Now, I've never installed or run X-windows on this machine, but that's > > never been a problem before... > > The Makefile in /usr/src/usr.bin/doscmd has, > > .if exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) [...] > >From your output, it seems clear make(1) believes that X is on your > machine even you have never installed it. Why would, > > exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) > > Be evaluating true on your system? Do those exist? Yes! That file's been hanging around a *long* time - I'd forgotten that I played with X-windows on this machine briefly a long time ago (somewhere in 2.1.x days probably - never say never) and apparently didn't nuke everything. Thanks!!.. the build went smoothly after I removed that file. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message