From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 01:54:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D435916A400 for ; Mon, 4 Jun 2007 01:54:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id A0C8513C468 for ; Mon, 4 Jun 2007 01:54:03 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 25935 invoked from network); 4 Jun 2007 11:54:04 +1000 Received: from 203-214-138-113.perm.iinet.net.au (HELO localhost) (203.214.138.113) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Jun 2007 11:54:03 +1000 Date: Mon, 4 Jun 2007 11:53:58 +1000 From: Norberto Meijome To: Zbigniew Szalbot Message-ID: <20070604115358.6df8f4de@localhost> In-Reply-To: <4661FE29.4010802@szalbot.homedns.org> References: <4661FE29.4010802@szalbot.homedns.org> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: php5-extensions and xorg libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 01:54:03 -0000 On Sun, 03 Jun 2007 01:32:57 +0200 Zbigniew Szalbot wrote: > Hello, > > I will appreciate any help. When trying to install php5-extensions, I > get the following error: > > ===> Applying FreeBSD patches for php5-gd-5.2.2 > ===> php5-gd-5.2.2 depends on executable in : phpize - found > ===> php5-gd-5.2.2 depends on file: /usr/local/bin/autoconf259 - found > ===> php5-gd-5.2.2 depends on file: /usr/local/libdata/xorg/libraries > - not found > ===> Verifying install for /usr/local/libdata/xorg/libraries in > /usr/ports/x11/xorg-libraries > Read /usr/ports/UPDATING for the procedure to upgrade or install xorg 7.2. [....] > > I cannot install php5-extensions, nor xorg nor xorg-libraries. I am lost > as to what to do. Many thanks in advance! Hi Zbigniew, yeah...one of those nits that I dont think it's properly explained. From my own experience and discussion in ports@ : http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041207.html 1)Bypass the dependency altogether: php5-gd itself is not the problem, but rather libgd, with XPM support enabled (I haven't confirmed it , but it makes perfect sense). 2) Let the ports tree know you are ready to use 7.2 (even if you never had 6.9 and (my) common sense says it should install 7.2 anyway) : As per /usr/ports/UPDATING, set XORG_UPGRADE , and follow the upgrade steps, including the rebase.sh script. clean xorg-libraries and install that by itself first (make sure XORG_UPGRADE is set in that session's env). B _________________________ {Beto|Norberto|Numard} Meijome Two things have come out of Berkeley, Unix and LSD. It is uncertain which caused the other. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.