From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 08:28:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78B18106566C for ; Sun, 6 Jun 2010 08:28:52 +0000 (UTC) (envelope-from antonio@antonioshome.net) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2088D8FC19 for ; Sun, 6 Jun 2010 08:28:51 +0000 (UTC) Received: by wyf28 with SMTP id 28so2442282wyf.13 for ; Sun, 06 Jun 2010 01:28:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.88.147 with SMTP id a19mr1041490wef.93.1275811223470; Sun, 06 Jun 2010 01:00:23 -0700 (PDT) Received: by 10.216.160.1 with HTTP; Sun, 6 Jun 2010 01:00:23 -0700 (PDT) Date: Sun, 6 Jun 2010 10:00:23 +0200 Message-ID: From: Antonio Vieiro To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: What happens with x11-toolkits/linux-f10-gtk2 ? 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, 06 Jun 2010 08:28:52 -0000 Hi all, First of all my apologies if this is not an appropriate list. I'm a newbie in FreeBSD and I'm a bit overwhelmed about mailing lists and asking for help. If this list is not appropriate for this question I'd appreciate if anyone could suggest an appropriate one. The fact is that I've just installed FreeBSD 8.0 on my laptop and I'm starting to configure it. I'm trying to install the "x11-toolkits/linux-f10-gtk2" port by running cd /usr/ports/x11-toolkits/linux-f10-gtk2; make install clean This in turn tries to download some stuff, and it keeps on seeking for "gtk2-2.14.7-7.fc10.i386.rpm" on many different servers, all of them respond with "File unavailable", like this: => gtk2-2.14.7-7.fc10.i386.rpm doesn't seem to exist in /usr/ports/distfiles/rpm/i386/fedora/10. => Attempting to fetch from http://archives.fedoraproject.org/pub/archive/fedora/linux/core/../releases/10/Everything/i386/os/Packages/. fetch: http://archives.fedoraproject.org/pub/archive/fedora/linux/core/../releases/10/Everything/i386/os/Packages/gtk2-2.14.7-7.fc10.i386.rpm: Not Found => Attempting to fetch from http://archives.fedoraproject.org/pub/archive/fedora/linux/core/../updates/10/i386/. fetch: http://archives.fedoraproject.org/pub/archive/fedora/linux/core/../updates/10/i386/gtk2-2.14.7-7.fc10.i386.rpm: Not Found => Attempting to fetch from http://mirrors.kernel.org/fedora/core/../releases/10/Everything/i386/os/Packages/. fetch: http://mirrors.kernel.org/fedora/core/../releases/10/Everything/i386/os/Packages/gtk2-2.14.7-7.fc10.i386.rpm: Not Found Error messages like these keep on appearing on the console, and the port is never installed. I was wondering if someone more experienced than me could shed some light on how to get this port installed. Thanks in advance, Antonio