Date: Thu, 20 Jan 2000 19:19:10 -0500 From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: David Babler <dbabler@Rigel.orionsys.com> Cc: FreeBSD Questions List <freebsd-questions@FreeBSD.ORG> Subject: Re: errors doing 3.4-STABLE buildworld Message-ID: <20000120191909.C73715@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <Pine.BSF.4.05.10001201127130.72233-100000@Rigel.orionsys.com>; from dbabler@Rigel.orionsys.com on Thu, Jan 20, 2000 at 11:38:51AM -0800 References: <Pine.BSF.4.05.10001201127130.72233-100000@Rigel.orionsys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 last run was CVSup'd yesterday, and I've > already successfully built 3.4-STABLE on this one's sister machine. The > problem machine is running 3.2-STABLE and 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] > *** Error code 1 > > Stop. > [...] > > Now, I've never installed or run X-windows on this machine, but that's > never been a problem before. And yes, I always do a 'make clean && make > buildworld'[*] I don't recall seeing this in the lists, so it seems likely > to be my configuration that it doesn't like... anybody got a clue where I > should start looking? The Makefile in /usr/src/usr.bin/doscmd has, .if exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) CFLAGS+= -I. -I${X11BASE}/include -DDISASSEMBLER LDADD= -L${X11BASE}/lib -lX11 DPADD= ${X11BASE}/lib/libX11.a .else CFLAGS+= -I. -DDISASSEMBLER -DNO_X .endif 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? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000120191909.C73715>