From owner-freebsd-stable Fri Nov 28 17:38:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23736 for stable-outgoing; Fri, 28 Nov 1997 17:38:20 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from blackhole.dimensional.com (0@blackhole.dimensional.com [208.206.176.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23728 for ; Fri, 28 Nov 1997 17:38:15 -0800 (PST) (envelope-from mfuhr@dimensional.com) Received: from flatland.dimensional.com (sendmail@flatland.dimensional.com [208.206.176.24]) by blackhole.dimensional.com (8.8.7/8.8.nospam) with ESMTP id SAA00238; Fri, 28 Nov 1997 18:37:48 -0700 (MST) Received: (from mfuhr@localhost) by flatland.dimensional.com (8.8.7/8.8.7) id SAA28956; Fri, 28 Nov 1997 18:37:47 -0700 (MST) Message-ID: <19971128183747.62101@dimensional.com> Date: Fri, 28 Nov 1997 18:37:47 -0700 From: Michael Fuhr To: Tom Cc: Narvi , freebsd-stable@freebsd.org Subject: Re: Stable broken? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Tom on Fri, Nov 28, 1997 at 09:36:31AM -0800 Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Nov 28, Tom wrote: > > I cvsupped yesterday and built world. The result - an unresolved reference > > in libtermcap.so.2.1, and no proof there aren't any others. Is it a known > > bug or did something just go wrong? > > Sounds like you didn't reboot, or running ldconfig. Is this the error people are seeing? /usr/libexec/ld.so: Undefined symbol "_issetugid" called from bash:/usr/lib/libtermcap.so.2.1 at 0x2006b10c issetugid() is called from tgetent() in libtermcap; everything I have that calls tgetent() and is dynamically linked against libc.so.2.2 gives the above error. This is primarily software I've built myself and installed in /usr/local/bin, e.g., bash, emacs, and tcsh. Is there a way to solve this problem without rebuilding everything? I build most things myself from the original source code -- do the ports have the same problem? -- Michael Fuhr http://www.dimensional.com/~mfuhr/