From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 08:49:04 2003 Return-Path: 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 45E8516A4CE for ; Tue, 18 Nov 2003 08:49:04 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECBD543FBF for ; Tue, 18 Nov 2003 08:48:58 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 18 Nov 2003 10:51:48 -0600 Message-ID: <3FBA4D63.60304@daleco.biz> Date: Tue, 18 Nov 2003 10:48:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Valerian Galeru References: <20031118162921.87562.qmail@web12504.mail.yahoo.com> In-Reply-To: <20031118162921.87562.qmail@web12504.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Nov 2003 16:51:48.0796 (UTC) FILETIME=[42081FC0:01C3ADF4] cc: freebsd-questions@freebsd.org Subject: Re: Please help me: Opera installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 16:49:04 -0000 Valerian Galeru wrote: >Now I have /usr/ports. I go to /www/opera and run make install. I get this:"fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/opera-7.20-20030919.1-static-qt.i386.freebsd.tar.bz2: File unavailable > > >>>Couldn't fetch it- please try to retrieve this >>>port manually into /usr/ports/distfies/ and try again". Of course it tries to fetch that file on other servers(I dont think it metter). I found that file on a ftp server and downloaded (dont tell me that i didnt use the binary mode, because i use that mode ). Than i copied the file in /usr/ports/distfiles/ and run that command again. And now the result: NOTHING, the same error :( OK. Now i found other 2 sites that hostes this file: ftp.ioffe.rssi.ru and ftp.onego.ru . I changed in the Makefile the master site into the paths to that file and when i run make install, when it tries to fetch that file i get the error: local modification time does not match remote. What did i do wrong??? May be i didnt read the documentation ?? Dont think ... But may be i am wrong... >>> >>> > > > Your /usr/ports is up to date? My /usr/ports/www/opera Makefile shows: ************************************************************************* PORTNAME= opera PORTVERSION= 7.21.20031013 CATEGORIES= www MASTER_SITES= ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/721/final/en/static/ \ ftp://sunsite.cnlab-switch.ch/mirror/opera/unix/freebsd/721/final/en/static/ \ ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/721/final/en/static/ \ ftp://ftp.ntua.gr/pub/www/Opera/unix/freebsd/721/final/en/static/ \ http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/721/final/en/static/ \ ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/721/final/en/static/ \ ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/721/final/en/static/ \ http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/721/final/en/static/ \ ftp://ftp.opera.com/pub/opera/unix/freebsd/721/final/en/static/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/1./1-/}.1-static-qt.i386.freebsd ************************************************************************ which means that your machine should be trying to fetch opera-7.21.20031013.1-static-qt.i386.freebsd instead of the file you mention. Kevin Kinsey DaleCo, S.P.