From owner-freebsd-current Fri Feb 23 11:23:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 291C837B491 for ; Fri, 23 Feb 2001 11:23:24 -0800 (PST) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA26362 for ; Fri, 23 Feb 2001 11:23:24 -0800 Date: Fri, 23 Feb 2001 11:23:23 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: current@freebsd.org Subject: whither libtermcap? (fallout of libc dance) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems that libtermcap went away. Fine and dandy, okay... The problem is that libtermcap.so, still hanging around, is used by things that don't usually get rebuilt in a buildworld/installworld run (like X11 tools like xterm)- and attempts to use such things yield: farrago.feral.com > xterm /usr/libexec/ld-elf.so.1: /usr/lib/libtermcap.so.2: Undefined symbol "__stderr" (this also nukes ports like bash, etc., until they get rebuilt) d'ya suppose we can have libtermcap back, or some kind of compat thingie? Would this be a 4.X compat thingie? How is this supposed to work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message