From owner-freebsd-x11@FreeBSD.ORG Thu Aug 16 14:17:52 2007 Return-Path: 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 EDDBC16A468 for ; Thu, 16 Aug 2007 14:17:52 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id BC77113C46C for ; Thu, 16 Aug 2007 14:17:52 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l7GEHqoa064931; Thu, 16 Aug 2007 08:17:52 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.1/8.14.1) with ESMTP id l7GEHoVs059519; Thu, 16 Aug 2007 08:17:50 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l7GEHolI059516; Thu, 16 Aug 2007 08:17:50 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18116.23694.362318.957590@gromit.timing.com> Date: Thu, 16 Aug 2007 08:17:50 -0600 From: John E Hein To: Karl Friesen In-Reply-To: <20070816021659.GA75948@onyx.ntad.net> References: <20070816021659.GA75948@onyx.ntad.net> X-Mailer: VM 7.19 under Emacs 22.0.99.1 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 14:17:53 -0000 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.