From owner-freebsd-alpha Wed Oct 2 10: 4:32 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF32537B404; Wed, 2 Oct 2002 10:04:30 -0700 (PDT) Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B61343E42; Wed, 2 Oct 2002 10:04:30 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Received: from ix.netcom.com (melkor.redlinenetworks.com [192.168.0.8]) by mail.redlinenetworks.com (8.11.6/8.11.1) with ESMTP id g92H4TK78838; Wed, 2 Oct 2002 10:04:29 -0700 (PDT) (envelope-from sewall@ix.netcom.com) Message-ID: <3D9B2975.4030607@ix.netcom.com> Date: Wed, 02 Oct 2002 10:14:29 -0700 From: Scott Sewall User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-alpha@freebsd.org Cc: ports@freebsd.org, "Scott R. Sewall" Subject: Need help building XFree86-4-clients port on 4.7-RC Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to build the XFree86-4-clients port on 4.7-RC, alpha platform. FreeBSD iluvatar.redlinenetworks.com 4.7-RC FreeBSD 4.7-RC #2: Sun Sep 29 21:22:54 GMT 2002 root@illuvatar.redlinenetworks.com:/usr/obj/usr/src/sys/GENERIC alpha The build is failing because it can't find libXt. + cc -o ./libXdmGreet.so.1.0~ -shared -rpath /usr/X11R6/lib -Wl,-soname,libXdmGr eet.so.1 greet.o verify.o Login.o -L/usr/ports/x11/XFree86-4-clients/work/xc/exp orts/lib -lXt -lSM -lICE -lXext -lX11 /usr/libexec/elf/ld: cannot find -lXt *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/xdm/greeter. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/xdm. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. iluvatar# I had previously built and installed XFree86-libraries-4.2.0_1. The library can be found in /usr/X11R6/lib iluvatar# pkg_info XFree86-libraries-4.2.0_1 XFree86-4 include/(shared) library kit cvsup-16.1f General network file distribution system optimized for CVS freetype2-2.0.9 A free and portable TrueType font rendering engine imake-4.2.0_1 Imake and other utilities from XFree86 socks5-1.0.11_2 SOCKS v5 application layer gateway and clients iluvatar# iluvatar# ls -lt /usr/X11R6/lib/libXt* lrwxr-xr-x 1 root wheel 12 Sep 11 22:16 /usr/X11R6/lib/libXtst.so -> libXtst.so.6 lrwxr-xr-x 1 root wheel 10 Sep 11 22:16 /usr/X11R6/lib/libXt.so -> libXt.so.6 -rwxr-xr-x 1 root wheel 33187 May 27 20:35 /usr/X11R6/lib/libXtst.so.6 -rw-r--r-- 1 root wheel 48770 May 27 20:35 /usr/X11R6/lib/libXtst.a -rw-r--r-- 1 root wheel 1077044 May 27 20:35 /usr/X11R6/lib/libXt.a -rwxr-xr-x 1 root wheel 533763 May 27 20:35 /usr/X11R6/lib/libXt.so.6 iluvatar# Any ideas or suggestions would be greatly appreciated. -- Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message