Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2002 10:14:29 -0700
From:      Scott Sewall <sewall@ix.netcom.com>
To:        freebsd-alpha@freebsd.org
Cc:        ports@freebsd.org, "Scott R. Sewall" <sewall@ix.netcom.com>
Subject:   Need help building XFree86-4-clients port on 4.7-RC
Message-ID:  <3D9B2975.4030607@ix.netcom.com>

next in thread | raw e-mail | index | archive | help

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-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D9B2975.4030607>