From owner-freebsd-x11@FreeBSD.ORG Thu Jul 18 07:59:04 2013 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF5841F3 for ; Thu, 18 Jul 2013 07:59:04 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 77B1AD5D for ; Thu, 18 Jul 2013 07:59:04 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 6E83340009 for ; Thu, 18 Jul 2013 09:59:02 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 644684000A; Thu, 18 Jul 2013 09:59:02 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 5269E40009; Thu, 18 Jul 2013 09:59:00 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3bwnmM6xzmz8hVn; Thu, 18 Jul 2013 09:58:59 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id ybogGfOIRgFj; Thu, 18 Jul 2013 09:58:57 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3bwnmK5N51z8hVm; Thu, 18 Jul 2013 09:58:57 +0200 (CEST) Received: from vivi.daemonic.se (vivi.daemonic.se [10.32.0.4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3bwnmK4pbtz9CwY; Thu, 18 Jul 2013 09:58:57 +0200 (CEST) Message-ID: <51E7A041.9060008@freebsd.org> Date: Thu, 18 Jul 2013 09:58:57 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: "Eugene S." Subject: Re: error report References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 18 Jul 2013 07:59:04 -0000 On 07/18/13 09:30, Eugene S. wrote: > cd /usr/ports/java/openjdk6 > make install clean > .... > checking whether to build documentation... no > checking whether to build functional specifications... no > checking for X.Org SGML entities >= 1.8... no > checking whether malloc(0) returns NULL... yes > checking for XI... no > configure: error: Package requirements (xproto >= 7.0.13 x11 >= > 1.4.99.1 xextproto >= 7.0.3 xext >= 1.0.99.1 inputproto >= 2.2.99.1) > were not met: > > Package dependency requirement 'x11 >= 1.4.99.1' could not be satisfied. > Package 'x11' has version '1.4.4', required version is '>= 1.4.99.1' > Package dependency requirement 'inputproto >= 2.2.99.1' could not be satisfied. > Package 'inputproto' has version '2.0.2', required version is '>= 2.2.99.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. > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/libXi/work/libXi-1.7.2/config.log" including the output of > the failure of your make command. Also, it might be a good idea to provide > an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info > -Ea). > *** Error code 1 > Just update your ports tree and all ports. As it says, your libX11 and inputproto is too old, but these have been updated a while ago. Regards! -- Niclas Zeising