From owner-freebsd-ports@FreeBSD.ORG Sat May 27 15:59:03 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D909016B4B6 for ; Sat, 27 May 2006 15:59:02 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2786343D48 for ; Sat, 27 May 2006 15:59:01 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 27502 invoked by uid 507); 28 May 2006 01:58:59 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.7?) (220.233.205.180) by jay.exetel.com.au with SMTP; 28 May 2006 01:58:59 +1000 In-Reply-To: <200605271847.53514.menwn@yahoo.co.uk> References: <200605271847.53514.menwn@yahoo.co.uk> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <63AD3E0A-1678-4A83-8F37-D7EA815C2FE5@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sun, 28 May 2006 01:58:53 +1000 To: andreas Sotirakopoulos X-Mailer: Apple Mail (2.750) Cc: freebsd-ports@freebsd.org Subject: Re: installing from ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2006 15:59:20 -0000 On 28/05/2006, at 1:47 AM, andreas Sotirakopoulos wrote: > Hi > i often have this problem when i use ports to install things. > Last time i tried to install amule2 from ports. I had the lattest > ports > collection and so i cd into the directory and typed make install clean > everything was normal until a dependancy wxGTK-2.6.3 had to be > installed. I > started fetching it but the connetction got stuck. I waited for a > long time > but it didn't seem to come back so i press ctrl-Z. I tried to rerun > the make > install clean commands but this time although it starts ok when i > tried to > fetch wxGTK-2.6.3 it cannot access any server saying local > modification time > does not math remote > > aMule-2.1.1 depends on shared library: wx_gtk2u_core-2.6 - not found > ===> Verifying install for wx_gtk2u_core-2.6 > in /usr/ports/x11-toolkits/wxgtk26-unicode > ===> Vulnerability check disabled, database not found > ===> Extracting for wxgtk2-unicode-2.6.3 > => MD5 Checksum mismatch for wxGTK-2.6.3.tar.bz2. > => SHA256 Checksum mismatch for wxGTK-2.6.3.tar.bz2. > ===> Refetch for 1 more times files: wxGTK-2.6.3.tar.bz2 > wxGTK-2.6.3.tar.bz2 > ===> Vulnerability check disabled, database not found > => wxGTK-2.6.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from > http://heanet.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://nchc.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://kent.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://ufpr.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://surfnet.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://jaist.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://umn.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Attempting to fetch from > http://osdn.dl.sourceforge.net/sourceforge/wxwindows/. > fetch: > http://osdn.dl.sourceforge.net/sourceforge/wxwindows/ > wxGTK-2.6.3.tar.bz2: > Connection refused > => Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: wxGTK-2.6.3.tar.bz2: local modification time does not match > remote > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > > what can i do? this has happend again with other ports and i was > unaible to do > anything to recover them Delete the affected distfiles (make distclean) and try again. This pops up frequently, you probably would have found the answer if you had searched the mailing lists for that error message.