From owner-freebsd-stable Wed Aug 15 7:55:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rembrandt.esys.ca (rembrandt.esys.ca [198.161.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 7756F37B40A; Wed, 15 Aug 2001 07:55:41 -0700 (PDT) (envelope-from cory.vokey@messagingdirect.com) Received: from sysadmin (sysadmin.esys.ca [198.161.92.67]) by rembrandt.esys.ca (8.11.0.Beta0/8.11.0.Beta0) with SMTP id f7FEt5q15689; Wed, 15 Aug 2001 08:55:05 -0600 Message-ID: <0a1d01c1259a$66a97f20$435ca1c6@sysadmin> From: "cory" To: "The Psychotic Viper" , "Mike Tancsa" Cc: , References: <20010815030808.M4632-100000@lucifer.fuzion.za.org> Subject: Re: make buildworld fails (releng_4_3 Fri 10 August) Date: Wed, 15 Aug 2001 08:56:01 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I had a similar problem about a month ago and found that the below steps fixed it: rm -rf /usr/obj make clean (twice from /usr/src) #This is wierd, but it worked! then cvsup etc. Cory Vokey Systems Administrator ACI/MessagingDirect Edmonton, AB ----- Original Message ----- From: "The Psychotic Viper" To: "Mike Tancsa" Cc: ; Sent: Tuesday, August 14, 2001 7:49 PM Subject: Re: make buildworld fails (releng_4_3 Fri 10 August) > Hi, > > On Tue, 14 Aug 2001, Mike Tancsa wrote: > > > Perhaps outline the steps you are doing > > > Ok sure thing, here goes > > cvsup -g -L2 -z /etc/cvsupfile and /etc/cvsupfile.intl > (as I am outside the US and Canada,) > rm -rf /usr/obj/usr/ > ( as thats the only data dir in there no other files/dirs) > cd /usr/src > script /root/updatelog > make buildworld > (the -j wont make a difference as its for multiprocessing) > > then it bombs out. So seems all I am doing three things differently than > you, namely not running mergemaster before but AFTER the installworld and > the process via which I build the system also my logging method , all of > which should not make a difference aside from the mergemaster(?!?). > Question, am I right to assume it makes no difference as u merging before > a buildworld and that it wont make a difference? Correct me if i am > wrong.:) My system (and others) built fine countless times before this but > when codebase slushed I started getting this error, kernel compiled > perfectly though. > > Heres my cvsupfile : > *default host=cvsup2.za.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4 > *default delete use-rel-suffix > src-all > > and cvsup.intl is the same headers just these tags: > src-crypto > src-secure > src-sys-crypto > > and heres the error it bombs out on > -------8<-------8<-------8<-------8<-------8<-------8<------- > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/write_entry.c > /usr/src/lib/libncurses/termcap.c comp_captab.c:1511: missing white space > after number `2' comp_captab.c:3016: missing white space after number `2' > mkdep: compile failed *** Error code 1 > Stop in /usr/src/lib/libncurses. *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > -------8<-------8<-------8<-------8<-------8<-------8<------- > > Always the same...no matter what CVS tree (releng_4 or 4_3). Also seems > this has happened before on an older release but did not spot a solution > on that. > > ANY help is appreciated, willing to try anything. > > TIA > PsyV > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message