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...:( > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
