Date: Sat, 10 Aug 2002 12:34:31 -0400 From: Jim <jconner@enterit.com> To: Roger Williams <root@edo.naviservers.net> Cc: freebsd-questions@freebsd.org Subject: Re: termcap error Message-ID: <200208101615.g7AGFKY07393@quasi.concon.homeip.net> In-Reply-To: <20020802112107.G8827-100000@edo.naviservers.net> References: <20020802112107.G8827-100000@edo.naviservers.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208101615.g7AGFKY07393>