From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 17 08:23:03 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A35E1065670 for ; Thu, 17 Mar 2011 08:23:03 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3D68FC12 for ; Thu, 17 Mar 2011 08:23:02 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110317082300.FWPD18728.viefep12-int.chello.at@edge01.upcmail.net>; Thu, 17 Mar 2011 09:23:00 +0100 Received: from [192.168.0.104] ([62.195.142.229]) by edge01.upcmail.net with edge id L8Ny1g04M4xAGFy018Nz7P; Thu, 17 Mar 2011 09:23:00 +0100 X-SourceIP: 62.195.142.229 From: Koop Mast To: abcruzww@gmail.com Date: Thu, 17 Mar 2011 09:24:18 +0100 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 2.91.91 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Message-ID: <1300350259.91782.1.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Cloudmark-Analysis: v=1.1 cv=tMVj8KYobzzX0EiRnC7vY2isLrCxFvdg4RrHWPZXwJ0= c=1 sm=0 a=klffen8Q-0oA:10 a=kj9zAlcOel0A:10 a=SXR96ylv3piKGt-JEmcA:9 a=4JqzI_DGXYMoMu7Jvs4A:7 a=vuRnho8b0QcMk41oq1iuwA3ii0gA:4 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: FreeBSD multimedia Subject: Re: Problem during installation of gnome2 from ports X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 08:23:03 -0000 On Wed, 2011-03-16 at 16:15 -0700, Peter Belew wrote: > I installed the 64-bit FreeBSD 8.2 on a Compaq Presario system > (originally sold as "Microsoft Windows XP Media Center Edition 2005), > and encountered problems installing gnome2 from ports, the most recent > involving gstreamer-plugins-base. Here's the basic sequence of what I > did: > > This problem occurred after I > > - Downloaded FreeBSD-8.2-RELEASE-amd64-disc1.iso on 13 March 2011 > - Installed FreeBSD on the Compaq (getting all packages from the > FreeBSD web site). > -Tried to install gnome2 from packages using sysinstall and failed - > many packages seemed to be missing. > - Was left with broken gnome > - Used cvsup to update ports > - Successfully installed apache22, php, and mysql from ports > - Created a web site which works so far > - Installed keyboard, mouse, and vesa drivers from ports > - Had minimal gnome working after the drivers were installed > - Then tried to install gnome2 from ports to get full gnome apps/utilities > - encountered conflicts with gstreamer-plugins-base versions > > I've attached files showing the error messages and a list of installed packages > > screen1.txt shows the error messages on my screen when the > installation failed, including the request to contact you. > > Then there is /usr/ports/sysutils/gstreamer-plugins-hal/work/gst-plugins-good-0.10.27/config.log > > Then the list of packages installed on the system, as requested. > > Thank you, > > - Peter L. Belew checking for GST_PLUGINS_BASE... no configure: Requested 'gstreamer-plugins-base-0.10 >= 0.10.32' but version of GSt reamer Base Plugins Libraries is 0.10.31 configure: error: no gstreamer-plugins-base-0.10 >= 0.10.32 (GStreamer Base Plug ins) found The error tells you that a too old version of gstreamer-plugins-base is installed. You you should do it install ports-mgmt/portmaster and use it to update all your installed ports (portmaster -a). After that you can install the ports you want without any porblems. -Koop