From owner-freebsd-current Sat Oct 31 10:16:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26686 for freebsd-current-outgoing; Sat, 31 Oct 1998 10:16:54 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26679 for ; Sat, 31 Oct 1998 10:16:53 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from diabolique.ninth-circle.org ([195.121.58.57]) by smtp01.wxs.nl (Netscape Messaging Server 3.6) with ESMTP id AAA492E; Sat, 31 Oct 1998 19:16:44 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199810292247.OAA05813@austin.polstra.com> Date: Sat, 31 Oct 1998 19:20:26 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: John Polstra Subject: Re: Another compile error Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi John, On 29-Oct-98 John Polstra wrote: > In article , > Jeroen Ruigrok/Asmodai wrote: >> install -c -o root -g wheel -m 644 drivers/make_device_driver.sh,v >> /usr/share/ex >> amples/drivers/make_device_driver.sh,v >> install -c -o root -g wheel -m 644 etc/Attic/ttys,v >> /usr/share/examples/etc/Atti >> c/ttys,v >> install: /usr/share/examples/etc/Attic/ttys,v: No such file or directory >> *** Error code 71 >> >> Am I wrong into thinking that Attic isn't needed for the example directory >> in >> /usr/share/examples/etc or am I just blabbering? =) > It looks to me like you did a CVSup update using cvs mode (no > "tag" or "data" specification in your cvsupfile), and spammed your > /usr/src tree with a bunch of RCS files. I'd suggest that you > study the CVSup tutorial in the FreeBSD Handbook, the CVSup FAQ at > , and the cvsup(1) > manual page. Pay special attention to the difference between "cvs > mode" and "checkout mode". Well, that's the fun part ;) I have the handbook and studied the man pages for CVSup, and this is the result of my cvsupfile (any recommendations welcome offcourse ;): [diabolique] asmodai $ more cvsupfile *default tag=. *default release=cvs *default host=cvsup.internat.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/src *default delete *default use-rel-suffix *default compress src-all cvs-crypto doc-all ports-archivers ports-base ports-comms ports-devel ports-editors ports-lang ports-mail ports-net ports-news ports-security ports-shells ports-sysutils ports-textproc ports-www ports-x11 When I do a cvsup -L2 cvsupfile the update goes well... And the following make world goes a LOOOONG end before giving errors. So IMHO if the mode I am using isn't correct I should have gotten errors a lot earlier in the process. For reference I use 'time make world -j4 | tee make-world.year.month.day.try.txt' to log my attempts at making world. While I was typing this mail another make world just failed, but at a different point. Looking at the size it's about 400k larger than the first one. So I think that the workaround (if it really is one that is) I used worked. I did a mkdir /usr/share/examples/etc/Attic and cp'd ttys,v into it. time needed: 9190.99s real 5767.59s user 1207.92s system I will take a look at yer page though John, thanks for the pointer. Regards, --- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl Junior Network/Security Specialist FreeBSD & picoBSD: The Power to Serve... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message