From owner-freebsd-current@FreeBSD.ORG Wed Nov 17 17:00:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBEF16A4CE; Wed, 17 Nov 2004 17:00:52 +0000 (GMT) Received: from av9-1-sn1.fre.skanova.net (av9-1-sn1.fre.skanova.net [81.228.11.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9AF43D2D; Wed, 17 Nov 2004 17:00:52 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id F21A93811A; Wed, 17 Nov 2004 18:00:50 +0100 (CET) Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av9-1-sn1.fre.skanova.net (Postfix) with ESMTP id E3760380EA; Wed, 17 Nov 2004 18:00:50 +0100 (CET) Received: from sentinel (h130n1fls11o822.telia.com [213.64.66.130]) by smtp3-2-sn1.fre.skanova.net (Postfix) with ESMTP id CAAE237E44; Wed, 17 Nov 2004 18:00:50 +0100 (CET) From: "Daniel Eriksson" To: "'Ruslan Ermilov'" Date: Wed, 17 Nov 2004 18:00:46 +0100 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20041117154551.GE25995@ip.net.ua> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTMvTaX4wNltwyhSQKwfa7Q98eQ9QACMarw cc: freebsd-current@freebsd.org Subject: RE: CVS / cvsup problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 17:00:52 -0000 Ruslan Ermilov wrote: > > I > > decided to go back to a known good kernel from 2004.11.07.07.00.00. > > Unfortunately I cannot seem to compile it: > > > > ===> autofs (depend) > > make: don't know how to make autofs_vfsops.c. Stop > > *** Error code 2 > > > > > > I recall a commit-message from last week with the wrong > date. Could it be > > that a recent commit having to do with vfsops got the wrong > timestamp, thus > > messing up the source repository? > > > You should have: > > ls: /sys/modules/autofs: No such file or directory This is what I did: 1. System running CURRENT from 2 days ago 2. rm -r /usr/obj/* /usr/src/* 3. cvsup source dated 2004.11.07.07.00.00 (this is a version I have run before) 4. ln -s /root/kernels/XXX /usr/src/sys/i386/conf/XXX 5. cd /usr/src; make buildkernel 6. fail... I don't see how I could have messed anything up. I even tried another version that I also know have worked before (2004.11.05.07.00.00) with exactly the same result. I'll try this on another machine I have that is running CURRENT. /Daniel Eriksson