Date: Fri, 2 May 2008 12:12:39 -0500 From: Valeriu Mutu <unix@mutu.us> To: freebsd-questions@freebsd.org Subject: Re: KDE3 Error Message-ID: <20080502171239.GA1460@devil.mutu.us> In-Reply-To: <ee9dc2b40805020209g60c13459r99b75fbf2bf2451a@mail.gmail.com> References: <ee9dc2b40805020209g60c13459r99b75fbf2bf2451a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080502171239.GA1460>