From owner-freebsd-current Sat Mar 9 5:36:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from zen.estpak.ee (zen.estpak.ee [194.126.101.100]) by hub.freebsd.org (Postfix) with ESMTP id 6899B37B404 for ; Sat, 9 Mar 2002 05:36:24 -0800 (PST) Received: from myhakas.estpak.ee (myhakas.estpak.ee [194.126.115.54]) by zen.estpak.ee (Postfix) with ESMTP id E7D3D6E889 for ; Sat, 9 Mar 2002 15:36:21 +0200 (EET) Received: from myhakas.estpak.ee (localhost [127.0.0.1]) by myhakas.estpak.ee (8.12.2/8.12.2) with ESMTP id g29DaL8j013710 for ; Sat, 9 Mar 2002 15:36:21 +0200 (EET) (envelope-from vallo@myhakas.estpak.ee) Received: (from vallo@localhost) by myhakas.estpak.ee (8.12.2/8.12.2/Submit) id g29DaLJP013709 for freebsd-current@freebsd.org; Sat, 9 Mar 2002 15:36:21 +0200 (EET) Date: Sat, 9 Mar 2002 15:36:20 +0200 From: Vallo Kallaste To: freebsd-current@freebsd.org Subject: gvim weird linkage Message-ID: <20020309133620.GA13639@myhakas.estpak.ee> Reply-To: kalts@estpak.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.0i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Gvim will link against nonexistent libraries, some of them seem to be derived from libXThrStub library name and some Xlib function names, very weird. I'm unable to build working gvim either from ports or by hand, also doesn't matter is it newest version or older 6.0 release. First thought something is wrong with my hand-compiled XFree 4.2.0, but it isn't, XFree-4 port gave same results. I've -current as of yesterday, certainly past of the latest md5-crypt.c bug.. In the light of past events it seems to be something with linker or perhaps binutils. Non-X vim will work fine. myhakas:root# pwd /opt/portbuild/usr/ports/editors/vim/work/vim61a/src myhakas:root# ls -la vim -rwxr-xr-x 1 root wheel 1202570 Mar 9 15:01 vim myhakas:root# ldd vim vim: libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x28158000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x281ab000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x281b8000) libc.so.5 => /usr/lib/libc.so.5 (0x281fa000) libXThrStub.XDeleteProperty => not found (0x0) libXThrStubXtVaGetValues => not found (0x0) libXThrStub.XDefaultScreen => not found (0x0) libXThrStub.XpmFreeAttributes => not found (0x0) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x282b0000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x282c5000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x2830e000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28317000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x2832d000) libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x283e5000) libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x283f3000) myhakas:root# exit -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message