From owner-freebsd-stable@FreeBSD.ORG Thu Jun 17 04:55:38 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C72316A4CE for ; Thu, 17 Jun 2004 04:55:38 +0000 (GMT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8784243D4C for ; Thu, 17 Jun 2004 04:55:33 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id LAA05582 for ; Thu, 17 Jun 2004 11:53:24 +0700 (ICT) Message-Id: <5.2.0.9.0.20040617113047.00a29970@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 17 Jun 2004 11:55:10 +0700 To: freebsd-stable From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Unable to build world X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 04:55:38 -0000 I hadn't updated my world for quite a while, so I ran cvsup to make sure I had the latest modifications to the code and then tried to run "make buildworld". Failed. Tried again, failed. Went to the file where the build failed, didn't see any problem. Deleted the whole /usr/src directory and ran cvsup to retrieve the whole body of code again. Still failed. I get: >===> games/robots >cc -O -pipe -march=pentium -DMAX_PER_UID=5 -c >/usr/home/src/games/robots/extern.c >cc -O -pipe -march=pentium -DMAX_PER_UID=5 -c >/usr/home/src/games/robots/init_field.c >cc -O -pipe -march=pentium -DMAX_PER_UID=5 -c >/usr/home/src/games/robots/main.c >In file included from /usr/home/src/games/robots/robots.h:36, > from /usr/home/src/games/robots/main.c:48: >/usr/obj/usr/home/src/i386/usr/include/curses.h:1281: undefined or invalid ># directive >*** Error code 1 > >Stop in /usr/home/src/games/robots. >*** Error code 1 > >Stop in /usr/home/src/games. >*** Error code 1 > >Stop in /usr/home/src. >*** Error code 1 > >Stop in /usr/home/src. >*** Error code 1 > >Stop in /usr/home/src. Incidentally, for space reasons I had to put the source tree in the "home" directory (a separate slice on my hard drive) with a syslink as /usr/src, but I've built world many times (at least several times) since I did that and never had a problem before. uname -v gives me: FreeBSD 4.8-STABLE #0: Tue May 6 18:29:38 ICT 2003, my last cvsup completed successfully last night at about 2230 hours local time. Is it possible I need to upgrade "make" or something like that? I recall that was a problem once before. But what's with this weird path /usr/obj/usr/home/src/i386/usr/include/curses.h?? vi opens the file, and line 1281 is "#define BUTTON_SHIFT 000200000000L", which doesn't look like an "undefined or invalid # directive" to me. -- Roger