From owner-freebsd-x11@FreeBSD.ORG Mon Sep 19 15:44:34 2011 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 C0116106564A for ; Mon, 19 Sep 2011 15:44:34 +0000 (UTC) (envelope-from mark@summersault.com) Received: from tanagra.summersault.com (tanagra.summersault.com [12.161.105.149]) by mx1.freebsd.org (Postfix) with ESMTP id 22C7F8FC1A for ; Mon, 19 Sep 2011 15:44:33 +0000 (UTC) Received: (qmail 7369 invoked from network); 19 Sep 2011 15:17:50 -0000 Received: from simba.summersault.com (192.168.97.182) by tanagra.summersault.com with SMTP; 19 Sep 2011 15:17:50 -0000 Message-ID: <4E775D1D.4090207@summersault.com> Date: Mon, 19 Sep 2011 11:17:49 -0400 From: Mark Stosberg User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110628 Thunderbird/5.0 MIME-Version: 1.0 To: x11@FreeBSD.org X-Enigmail-Version: 1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Java won't install due to nonsensical X11 errors 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: Mon, 19 Sep 2011 15:44:34 -0000 Hello, I'm trying to get any version of Java 1.5+ installed on FreeBSD 8.1. Trying either Diablo or OpenJDK ends with the following errors. The strange thing is, the statements don't make sense. All the "unsatisfied dependencies" are already satisfied according to it. What can I can do I about this? (I'll further add: this is a headless server, which will never run X on anyway). Here's the error: #### Requested 'xproto >= 7.0.13' but version of Xproto is 7.0.10 Requested 'x11 >= 1.2.99.1' but version of X11 is 1.1.3 Requested 'xextproto >= 7.0.3' but version of XExtProto is 7.0.2 Requested 'xext >= 1.0.99.1' but version of Xext is 1.0.3 Requested 'inputproto >= 1.9.99.902' but version of InputProto is 1.4.2.1 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XI_CFLAGS and XI_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ####