From owner-freebsd-current Wed May 3 08:44:03 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA02061 for current-outgoing; Wed, 3 May 1995 08:44:03 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA02055 for ; Wed, 3 May 1995 08:43:59 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.11/8.6.11) id JAA11782; Wed, 3 May 1995 09:48:09 -0600 Date: Wed, 3 May 1995 09:48:09 -0600 From: Nate Williams Message-Id: <199505031548.JAA11782@trout.sri.MT.net> In-Reply-To: "Thomas S. Traylor" "make world problem" (May 3, 10:02am) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: "Thomas S. Traylor" , freebsd-current@FreeBSD.org Subject: Re: make world problem Sender: current-owner@FreeBSD.org Precedence: bulk > I encountered this problem while doing a 'make world' in /usr/src. > > cc -O2 -I/usr/src/gnu/usr.bin/cvs/lib -I/usr/src/gnu/usr.bin/cvs/lib/../cvs > -DHAVE_CONFIG_H -DHAVE_TIMEZONE -c /usr/src/gnu/usr.bin/cvs/lib/myndbm.c > -o myndbm.o > In file included from /usr/src/gnu/usr.bin/cvs/lib/system.h:21, > from /usr/src/gnu/usr.bin/cvs/lib/../cvs/cvs.h:79, > from /usr/src/gnu/usr.bin/cvs/lib/myndbm.c:16: > /usr/include/sys/stat.h:108: warning: `S_IWRITE' redefined > /usr/src/gnu/usr.bin/cvs/lib/../cvs/config.h:210: warning: this is the > location of the previous definition ... This is a result of having out of date files. The file src/config.h shouldn't exist and should have been deleted by SUP/CTM. Nate