From owner-freebsd-x11@FreeBSD.ORG Thu Apr 9 19:11:18 2009 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 8E915106572D for ; Thu, 9 Apr 2009 19:11:18 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (ns2.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 516858FC17 for ; Thu, 9 Apr 2009 19:11:18 +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 n39JAwB8064617; Thu, 9 Apr 2009 13:11:17 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id n39JAus8081479; Thu, 9 Apr 2009 13:10:56 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id n39JAtYk081476; Thu, 9 Apr 2009 13:10:55 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18910.18495.667301.492093@gromit.timing.com> Date: Thu, 9 Apr 2009 13:10:55 -0600 From: John Hein To: David Chisnall In-Reply-To: References: X-Mailer: VM 7.19 under Emacs 22.3.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: x11@freebsd.org Subject: Re: libGLU build failure 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, 09 Apr 2009 19:11:19 -0000 David Chisnall wrote at 16:44 +0100 on Apr 9, 2009: > I am unable to build the libGLU port on a fresh install of 7.1- > RELEASE. The issue appears to be that it depends on the xcb port > (which, by the way, is not in the dependency list) and runs pkg-config > with x11-xcb as the argument, while the port installs it just as xcb. > Creating a symlink from xcb.pc to x11-xcb.pc causes the port to fail xcb.pc is from x11/libxcb x11-xcb.pc is from x11/libX11 Creating that sym link is probably a bad idea. > during build, unable to find the X11/Xlib-xcb.h header. For some > reason, it seems to be using the xcb version of xlib but with the > dependencies all pointing to the old version. And libGLU does depend on x11/libX11 Well, it depends on it directly now - maybe the version of the port packaged with 7.1-RELEASE didn't depend on libX11 directly, but had an indirect dependency. Either way, somehow you are missing libX11.