From owner-freebsd-questions Fri Aug 6 20: 9:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 235DF15622 for ; Fri, 6 Aug 1999 20:09:23 -0700 (PDT) (envelope-from charon@freethought.org) Received: from c40948-a ([24.1.7.99]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990807030850.UJIC8807.mail.rdc1.sfba.home.com@c40948-a>; Fri, 6 Aug 1999 20:08:50 -0700 Message-Id: <3.0.5.32.19990806200849.009f4720@mail> X-Sender: tuathadedanann@mail X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 06 Aug 1999 20:08:49 -0700 To: Willy , "freebsd-questions@FreeBSD.ORG" From: charon@freethought.org Subject: Re: CTM abuse In-Reply-To: <37AA948A.FA56244C@cs.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:53 AM 8/6/99 +0100, Willy wrote: >Then I did the following > >root@/usr/CTMs>cd /usr/src/ >root@/usr/src>ctm -v -v /usr/CTMs/src-3.0200xEmpty.gz >ctm: warning: .ctm_status not found >Working on >.... >.... > FM: usr.sbin/zic/WWW exists. > FM: usr.sbin/zic/ialloc.c exists. > FM: usr.sbin/zic/scheck.c exists. > DM: usr.sbin/zic/zdump exists. > FM: usr.sbin/zic/zdump/Makefile exists. > FM: usr.sbin/zic/zdump.8 exists. > FM: usr.sbin/zic/zdump.c exists. > DM: usr.sbin/zic/zic exists. > FM: usr.sbin/zic/zic/Makefile exists. > FM: usr.sbin/zic/zic.8 exists. > FM: usr.sbin/zic/zic.c exists. >ctm: exit(80) > >But nothing seems to have happened it only seems to have checked for the >files existance. I think this is because of the lack of a .ctm_status >file but I do not know what version info I should put in it for my >current sources. Anyway I am at a loss here.....what am I doing wrong? Any CTM file ending with "xEmpty" is expecting to create an entire src tree, not just update existing files. Therefore, go to /usr/src and do a 'rm -r *' first, _then_ do a 'ctm -v -v /usr/CTMs/src-3.02*' (this will extract the xEmpty, then continue on to apply all the other deltas). Don't worry about the error that you have no .ctm_status file. You shouldn't until you apply the deltas, and then it will make one for you. -David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message