From owner-freebsd-questions@FreeBSD.ORG Fri May 2 17:12:46 2008 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 4A65C1065672 for ; Fri, 2 May 2008 17:12:46 +0000 (UTC) (envelope-from unix@devil.mutu.us) Received: from devil.mutu.us (devil.mutu.us [206.229.45.53]) by mx1.freebsd.org (Postfix) with ESMTP id 178928FC16 for ; Fri, 2 May 2008 17:12:45 +0000 (UTC) (envelope-from unix@devil.mutu.us) Received: from devil.mutu.us (localhost [127.0.0.1]) by devil.mutu.us (8.13.8/8.13.8) with ESMTP id m42HCjlk001733 for ; Fri, 2 May 2008 12:12:45 -0500 (CDT) (envelope-from unix@devil.mutu.us) Received: (from unix@localhost) by devil.mutu.us (8.13.8/8.13.8/Submit) id m42HCeau001732 for freebsd-questions@freebsd.org; Fri, 2 May 2008 12:12:40 -0500 (CDT) (envelope-from unix) Date: Fri, 2 May 2008 12:12:39 -0500 From: Valeriu Mutu To: freebsd-questions@freebsd.org Message-ID: <20080502171239.GA1460@devil.mutu.us> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Mutu User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: KDE3 Error 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: Fri, 02 May 2008 17:12:46 -0000 On Fri, May 02, 2008 at 05:09:42PM +0800, Ruel Luchavez wrote: > Hi, > Why is it when i install KDE3 in my server I always got an error, this is > the command when i install it > > -cd /usr/ports/x11/kde3 > -make install > > *and this is the reply of the server:* > -Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/. > -fetch:// > ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/qt-x11-free-3.3.6.tar.bz2:Fileunavailable > (e.g., file not found, no access) > -Couldn't fetch ot-please try to retreive this > -port manually into /usr/ports/distfiles/KDE and try again. > ***Error code 1 > > Stop in usr/ports/x11-toolkits/qt33/ > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/qt33 > Stop in usr/ports/x11-toolkits/qt33/ > *** Error code 1 > > Did i miss something??? Please HELP here... > > Thanks in advance...:( > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi Ruel, Can you please verify that: 1. Internet is accessible. Try: ftp ftp.iasi.roedu.net 2. Your ports tree is up to date. After this is done, remove the directory /usr/ports/distfiles/KDE/ . Then do: cd /usr/ports/x11-toolkits/qt33/ make fetch If this still results in an error, try this instead of "make fetch": make MASTER_SITE_OVERRIDE=ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ fetch or make MASTER_SITE_OVERRIDE=ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/ fetch These are mirrors taken from /usr/ports/Mk/bsd.siteis.mk . Search for MASTER_SITE_QT in that file. -- Valeriu Mutu