From owner-freebsd-questions Sun Sep 16 8:46:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id 1BF6A37B405 for ; Sun, 16 Sep 2001 08:46:22 -0700 (PDT) Received: from sparky (dialup-209.246.215.176.Dial1.Philadelphia1.Level3.net [209.246.215.176]) by mclean.mail.mindspring.net (8.9.3/8.8.5) with SMTP id LAA26468 for ; Sun, 16 Sep 2001 11:46:20 -0400 (EDT) Message-Id: <200109161546.LAA26468@mclean.mail.mindspring.net> Date: Sun, 16 Sep 2001 11:47:55 -0400 To: freebsd-questions@FreeBSD.ORG From: Jud Subject: Make World Error in Share/Termcap Reply-To: jud@operamail.com X-Mailer: Opera 5.12 build 932 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 3 times in the past 10 days I've cvsup-ed STABLE (RELENG_4), then attempted to make world, and have received the same error each time. The last time, I deleted the contents of /usr/src before I cvsup-ed, but that made no difference. My procedure is to go to single user mode (boot -s), fsck -p, mount -u /, mount -a -t -ufs, swapon -a; then mount /usr and delete contents of usr/obj if there are any; mount -u -o noatime /usr (/usr/src is not on a separate filesystem); then mount_mfs -s 1228800 /dev/ad0s2b /usr/obj; and finally, cd /usr/src and make world (tried make -j4 world and plain make world, same result). The error appears as follows: ====> share/termcap TERM:dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null ***Error code 1 Stop in /usr/src/share/termcap. ***Error code 1 Stop in /usr/src/share. ***Error code 1 Stop in /usr/src. ***Error code 1 Stop in /usr/src. ***Error code 1 Stop in /usr/src. Any suggestions? Any additional information I can provide that might help? Thanks, Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message