From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 20:21:53 2004 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 A319616A4CE for ; Tue, 24 Aug 2004 20:21:53 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195E343D48 for ; Tue, 24 Aug 2004 20:21:53 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 24 Aug 2004 15:18:18 -0500 Message-ID: <412BA35E.8080202@daleco.biz> Date: Tue, 24 Aug 2004 15:21:50 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Florian Hengstberger References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Aug 2004 20:18:19.0276 (UTC) FILETIME=[7EFF54C0:01C48A17] cc: FreeBSD mailinglist Subject: Re: Installing ports 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, 24 Aug 2004 20:21:53 -0000 Florian Hengstberger wrote: >Hi! > >I'm using FreeBSD 5.2.1 and I'm in trouble with installing software >using the ports collection. After typing "make install" everything >seems to be okay, but in most cases I get a message like this after >a few minutes: > >fetch time out > >It seemed to me that the mirror servers are not uptodate or that >some filenames have changed in the meantime, because fetching data >from ftp-servers worked a few times. >But in nearly all cases I had to copy the files manually in >/usr/ports/distfiles as "make install" finally suggested. > >So I installed a new ports-collection with sysinstall over ftp but >things haven't changed. I'm a little confused, because fetching data >from FreeSD ftp-servers doesn't work too (remember that some fetches >were successful!). > >Please help me, >Florian > > A "new ports-collection with sysinstall"? Maybe someone else knows if what you really get from that is "new". Mostly people seem to use cvsup to update the ports tree. Try comparing some of the version number in your /usr/ports/category/program/Makefile with the ones at ftp.freebsd.org. Are the versions the same? If it's not, try installing cvsup or cvsup-without-gui as a pkg (you can do that from sysinstall without issues, I'm guessing) and cvsup to the latest release of ports by editing /usr/share/examples/cvsup/ports-supfile as appropriate and then: $cvsup /usr/share/examples/cvsup/ports-supfile Now, I guess by suggesting that I'm still assuming it is a problem with an out-of-date tree. If you're sure it's not out of date, the other possibility is connectivity, I guess? Can you give a specific example of the error (e.g., which port you were trying to build), and quote the output from "make install"? That might help a bit. Kevin Kinsey