From owner-freebsd-questions@FreeBSD.ORG Sun Dec 25 07:45:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8B716A41F for ; Sun, 25 Dec 2005 07:45:32 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2102A43D46 for ; Sun, 25 Dec 2005 07:45:30 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 15158 invoked by uid 510); 25 Dec 2005 07:47:40 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.9/5.0):. Processed in 1.685942 secs); 25 Dec 2005 07:47:40 -0000 X-Spam-Status: No, hits=-3.9 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.9/5.0):. Processed in 1.685942 secs Process 15151) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 25 Dec 2005 07:47:38 +0000 From: Robert Slade To: "freebsd-questions@freebsd.org" In-Reply-To: References: Content-Type: text/plain Message-Id: <1135496858.14764.14.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 25 Dec 2005 07:47:38 +0000 Content-Transfer-Encoding: 7bit Subject: Re: gtk2-2.2.1-4.i386.rpm not available 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: Sun, 25 Dec 2005 07:45:32 -0000 On Sun, 2005-12-25 at 02:44, Your Name wrote: > Greetings - > > I was attempting to load a few ports over the past couple of days and > kept running into this problem with gtk2-2.2.1-4.i386.rpm. > > (Running FBSD 5.4) > > Earlier today, I tried loading the pips-sc60s driver. > (/usr/ports/print/pips-sc60s) This driver (if I had been succesful > installing it) would have permitted me to use my Epson C60 printer. > Installation of the pips-sc60s driver failed. For reasons I don't > understand, this port tries to install linuxpluginwrapper, > linux-flashplugin6, linux-realplayer... (?) The whole process failed: > > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/rpm and try again. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/linux-gtk2. > *** Error code 1 > > Stop in /usr/ports/multimedia/linux-realplayer. > *** Error code 1 > > Stop in /usr/ports/www/linuxpluginwrapper. > *** Error code 1 > > Stop in /usr/ports/print/pips-sc60s. > > > > Later, I tried installing flashpluinwrapper and linuxpluginwrapper (at > different times to see if I could manually get these dependencies > resolved, deinstalling the dregs of one before attempting the > installation of the other) in an attempt to get RealPlayer running on > my system. I received a similar failure message: > > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/gtk2-2.2.1-4.i386.rpm: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/rpm and try again. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/linux-gtk2. > *** Error code 1 > > Stop in /usr/ports/multimedia/linux-realplayer. > *** Error code 1 > > Stop in /usr/ports/www/linuxpluginwrapper. > > --- > > My /var/db/pkg area thinks that I have the following installed: > gtk-1.2.10_12 > gtk-2.6.4_1 > > So I don't know why those apps seem to need gtk2-2.2.1-4 when 2.6.4.1 > is already installed. And I don't understand why these bits of > software will not install properly. > > Suggestions appreciated. > -- paz. Paz, As you say gtk 2-2.2 is out of date and has been superseded which is why you can't download it because it is not in the ports. According to: http://www.freebsd.org/cgi/ports.cgi?query=pips&stype=all&sektion=all Pips in now pips-sc60s-2.5.2_1 which requires gtk-1.2.10_13. Are your ports up to date? try doing a CVSup. Rob