From owner-freebsd-stable Wed Jun 5 12:33:00 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA25738 for stable-outgoing; Wed, 5 Jun 1996 12:33:00 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA25729 for ; Wed, 5 Jun 1996 12:32:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id MAA26263; Wed, 5 Jun 1996 12:31:22 -0700 (PDT) To: Khetan Gajjar cc: stable@FreeBSD.org Subject: Re: world breakage In-reply-to: Your message of "Sat, 05 Jun 1996 15:48:27 +0200." Date: Wed, 05 Jun 1996 12:31:22 -0700 Message-ID: <26261.834003082@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > After getting the latest cvs-cur delta (2078) and applying with ctm, > I tried a make world, and got > > cc -O -c /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > cc -O -c /usr/src/usr.bin/xinstall/xinstall.c > In file included from /usr/src/usr.bin/xinstall/xinstall.c:66: > /usr/include/ctype.h:121: warning: parameter names (without types) in > function declaration > /usr/include/ctype.h:122: parse error before `___tolower' You still have breakage from a previous build. Try going to to the top of /usr/src and doing a `make includes'. You may have other problems as well from other bogus headers installed over the last couple of days. There's really no solution other than to simply fix these as they come up and continue. My 3rd test box finished its make world with the bits I imported, so I think those are fine now (modulo a problem for *kernels*, which is being worked on but is not a make world issue). Jordan