From owner-freebsd-stable Sat Oct 4 10:02:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA23867 for stable-outgoing; Sat, 4 Oct 1997 10:02:29 -0700 (PDT) Received: from hawk.gnome.co.uk (gnome.gw.cerbernet.co.uk [193.243.224.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23857 for ; Sat, 4 Oct 1997 10:02:20 -0700 (PDT) Received: from hawk.gnome.co.uk (localhost [127.0.0.1]) by hawk.gnome.co.uk (8.8.7/8.8.7) with ESMTP id RAA04686; Sat, 4 Oct 1997 17:42:52 +0100 (BST) Message-Id: <199710041642.RAA04686@hawk.gnome.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: gibbs@narnia.plutotech.com (Justin T. Gibbs) cc: stable@freebsd.org Subject: Re: unable to compile latest kernel In-reply-to: Your message of "Sat, 04 Oct 1997 09:55:52 MDT." <199710041555.JAA13686@narnia.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Oct 1997 17:42:51 +0100 From: Chris Stenton Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > In article <199710040756.IAA01458@hawk.gnome.co.uk>, > Chris Stenton writes: > > > > I have just suped the latest updates to stable and performed a "make world" > > and then tried to recompile my kernel and get the following error. > > Perform a make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx clean > from your kernel compile directory > > and just in case, a: > > cd /usr/src/sys/dev/aic7xxx;make clean > Justin, Did not work. I got the same error. What I did was delete dev/aic7xxx and rerun sup. This worked. The directory before I did the delete had: -rw-rw-r-- 1 root wheel 511 Sep 28 03:07 Makefile -rw-r--r-- 1 root wheel 23147 Sep 28 03:07 aic7xxx.reg -rw-r--r-- 1 root wheel 34605 Sep 28 03:07 aic7xxx.seq -rwxrwxr-x 1 root wheel 48868 Apr 3 1997 aic7xxx_asm -rw-r--r-- 1 root wheel 5973 Apr 2 1997 aic7xxx_asm.o -rw-r--r-- 1 root wheel 11889 Sep 3 05:25 aicasm.c -rw-r--r-- 1 root wheel 2476 Mar 16 1997 aicasm.h -rw-r--r-- 1 root wheel 27650 Sep 28 03:07 aicasm_gram.y -rw-r--r-- 1 root wheel 6683 Sep 28 03:07 aicasm_scan.l -rw-r--r-- 1 root wheel 11023 Sep 28 03:07 aicasm_symbol.c -rw-r--r-- 1 root wheel 3601 Sep 28 03:07 aicasm_symbol.h -rw-r--r-- 1 root wheel 53315 Apr 2 1997 gram.c -rw-r--r-- 1 root wheel 26328 Apr 2 1997 gram.o -rw-r--r-- 1 root wheel 60159 Apr 2 1997 scan.c -rw-r--r-- 1 root wheel 15666 Apr 2 1997 scan.o -rw-r--r-- 1 root wheel 2810 Sep 28 03:07 sequencer.h -rw-r--r-- 1 root wheel 3378 Apr 2 1997 symbol.o After it has: -rw-r--r-- 1 root wheel 511 Sep 27 20:46 Makefile -rw-r--r-- 1 root wheel 23147 Sep 27 20:46 aic7xxx.reg -rw-r--r-- 1 root wheel 34605 Sep 27 20:46 aic7xxx.seq -rw-r--r-- 1 root wheel 11889 Sep 3 05:25 aicasm.c -rw-r--r-- 1 root wheel 2476 Mar 16 1997 aicasm.h -rw-r--r-- 1 root wheel 27650 Sep 27 20:46 aicasm_gram.y -rw-r--r-- 1 root wheel 6683 Sep 27 20:46 aicasm_scan.l -rw-r--r-- 1 root wheel 11023 Sep 27 20:46 aicasm_symbol.c -rw-r--r-- 1 root wheel 3601 Sep 27 20:46 aicasm_symbol.h -rw-r--r-- 1 root wheel 2810 Sep 27 20:47 sequencer.h A number of points ... The time stamps on some files have gone backwards and some files are not there at all! How can this occur under cvs and sup? Chris