From owner-freebsd-x11@FreeBSD.ORG  Thu Aug 16 16:16:56 2007
Return-Path: <owner-freebsd-x11@FreeBSD.ORG>
Delivered-To: x11@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 581AC16A417
	for <x11@freebsd.org>; Thu, 16 Aug 2007 16:16:56 +0000 (UTC)
	(envelope-from krf@mx1.ntad.net)
Received: from mx1.ntad.net (mx1.ntad.net [65.241.104.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 18DC413C469
	for <x11@freebsd.org>; Thu, 16 Aug 2007 16:16:55 +0000 (UTC)
	(envelope-from krf@mx1.ntad.net)
Received: from mx1.ntad.net (localhost [127.0.0.1])
	by mx1.ntad.net (8.14.1/8.14.1) with ESMTP id l7GGGsUF079736;
	Thu, 16 Aug 2007 11:16:55 -0500 (CDT)
Received: (from krf@localhost)
	by mx1.ntad.net (8.14.1/8.13.7/Submit) id l7GGGsY5079735;
	Thu, 16 Aug 2007 11:16:54 -0500 (CDT)
Date: Thu, 16 Aug 2007 11:16:53 -0500
From: Karl Friesen <krf@ntad.net>
To: jhein@timing.com
Message-ID: <20070816161653.GA79717@onyx.ntad.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.3i
Cc: x11@freebsd.org
Subject: Re: ports x11-toolkits/libXt
X-BeenThere: freebsd-x11@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: X11 on FreeBSD -- maintaining and support <freebsd-x11.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>,
	<mailto:freebsd-x11-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-x11>
List-Post: <mailto:freebsd-x11@freebsd.org>
List-Help: <mailto:freebsd-x11-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-x11>,
	<mailto:freebsd-x11-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Aug 2007 16:16:56 -0000

Thank you very much for the clue.  Upon closer examination of the system
I found some partially installed components including the libX11 port.
I thought that I had been working with a clean system, but an application
port must have installed some components before I csup'd my ports tree.

Once I got everything cleaned out, the xorg-libraries meta-port worked as
expected.

Thanks again,

--karl

John E Hein wrote:
> Karl Friesen wrote at 21:16 -0500 on Aug 15, 2007:
> > I tried to do an install of x11/xorg-libraries on a FreeBSD 6.2-p7 system
> > that had never had any X11 software previously installed, and the install
> > failed in x11-toolkits/libXt.  The file XlibConf.h is missing.  We checked
> > a machine that had xorg-6.9 installed, and it was present on that machine,
> > but has apparently not been included in xorg-7.2.
> >
> > Suggestions?
>
> XlibConf.h is part of the libX11 port.
> libXt depends on libX11, so XlibConf.h _should_ be there.
> xorg-libraries is just a meta-port (that should install
> libX11 before libXt).
> 
> Investigate why your libX11 port is incomplete or not installed.
> 
> The full log of your xorg-libraries build should show the
> libX11 build/install first.