From owner-freebsd-questions Sat Aug 10 9:15:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4413037B400 for ; Sat, 10 Aug 2002 09:15:17 -0700 (PDT) Received: from quasi.concon.homeip.net (clt57-144-146.carolina.rr.com [66.57.144.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4BA43E6A for ; Sat, 10 Aug 2002 09:15:16 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from there (notjames@snafux [192.168.100.13]) by quasi.concon.homeip.net (8.11.6/8.11.6) with SMTP id g7AGFKY07393; Sat, 10 Aug 2002 12:15:34 -0400 Message-Id: <200208101615.g7AGFKY07393@quasi.concon.homeip.net> Content-Type: text/plain; charset="iso-8859-1" From: Jim Reply-To: jconner@enterit.com To: Roger Williams Subject: Re: termcap error Date: Sat, 10 Aug 2002 12:34:31 -0400 X-Mailer: KMail [version 1.3.2] References: <20020802112107.G8827-100000@edo.naviservers.net> In-Reply-To: <20020802112107.G8827-100000@edo.naviservers.net> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 On Thursday 01 August 2002 22:21, you wrote: I had the same thing happen to me this week. Try changing your TERM env vavariable. In the example below I was using Eterm as my TERM setting. Once I set the TERM env to xterm everything worked like a champ. -- snip -- [root@zap /usr/src/share/termcap]# make ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null ex: No terminal database found *** Error code 1 Stop in /usr/src/share/termcap. [root@zap /usr/src/share/termcap]# export TERM=xterm [root@zap /usr/src/share/termcap]# make ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null cap_mkdb termcap gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz [root@zap /usr/src/share/termcap]# -- snip -- | Hello All, | Im trying to upgrade from 4.4_STABLE to 4.4-RELEASE p22 and am getting | the following error: | | ===> share/termcap | TERM=dumb ex - /usr/src/share/termcap/termcap.src < | /usr/src/share/termcap/reorder > /dev/null | *** Error code 1 | | Just before this machine I did another with the same parameters and all | went well. Can anyone explain what is going on or point me in a | direction. I even tried the whole proccess again from the begining | (ran cvs again) and it craps out in the same place everytime. Any help | would be appreciated. | | Thanks, | Roger | | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message | --- | [DirectUs Mail Server (4)] -- - Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message