From owner-freebsd-hackers Tue Jan 12 10:06:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19581 for freebsd-hackers-outgoing; Tue, 12 Jan 1999 10:06:46 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19574 for ; Tue, 12 Jan 1999 10:06:43 -0800 (PST) (envelope-from cshenton@uucom.com) Received: (from cshenton@localhost) by samizdat.uucom.com (8.9.1/8.9.0) id NAA13759; Tue, 12 Jan 1999 13:05:55 -0500 To: hackers@FreeBSD.ORG Subject: 2.2.8 make world fails due to termcap from remote system From: Chris Shenton Date: 12 Jan 1999 13:05:55 -0500 Message-ID: <86u2xwfjss.fsf@samizdat.uucom.com> Lines: 20 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm at work on a Linux box ssh-ing home to my 2.2.8-STABLE box doing a make world. After three hours, it fails apparently due to trying to run "ex" and not recognizing my (remote) terminal type: [...] uudecode < /usr/src/share/tabset/xerox1730-lm.uu uudecode < /usr/src/share/tabset/zenith29.uu ===> share/termcap ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null ex: xterm-debian: unknown terminal type *** Error code 1 Debian Linux sets the terminal type to "xterm-debian" which noone else on the planet understands, but this shouldn't affect a non-terminal-based build of the world. Right? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message