From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 07:11:01 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 B621316A4CE for ; Wed, 12 Nov 2003 07:11:01 -0800 (PST) Received: from smtp10.wxs.nl (smtp10.wxs.nl [195.121.6.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7281A43FE0 for ; Wed, 12 Nov 2003 07:11:00 -0800 (PST) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by smtp10.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HO8004YPV7J2Y@smtp10.wxs.nl> for freebsd-questions@freebsd.org; Wed, 12 Nov 2003 16:04:32 +0100 (MET) Received: from Alex.lan (localhost [127.0.0.1]) by kruij557.speed.planet.nl (8.12.9p2/8.12.9) with ESMTP id hACF6bHG000944; Wed, 12 Nov 2003 16:06:38 +0100 (CET envelope-from akruijff@Alex.lan) Received: (from akruijff@localhost) by Alex.lan (8.12.9p2/8.12.9/Submit) id hACF6bft000943; Wed, 12 Nov 2003 16:06:37 +0100 (CET envelope-from akruijff) Resent-date: Wed, 12 Nov 2003 16:06:36 +0100 Date: Wed, 12 Nov 2003 03:23:14 +0100 Resent-From: akruijff@dds.nl From: Alex de Kruijff In-reply-to: <200311111230.31519.kstewart@owt.com> Resent-To: Kent Stewart , Marty Landman , freebsd-questions@freebsd.org To: Kent Stewart Resent-message-id: <200311121506.hACF6bft000943@Alex.lan> Message-id: <20031112022314.GC3883@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <6.0.0.22.0.20031111150555.04d79400@pop.face2interface.com> <200311111230.31519.kstewart@owt.com> cc: Marty Landman cc: freebsd-questions@freebsd.org Subject: Re: recover from failed make build 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: Wed, 12 Nov 2003 15:11:01 -0000 X-List-Received-Date: Wed, 12 Nov 2003 15:11:01 -0000 On Tue, Nov 11, 2003 at 12:30:31PM -0800, Kent Stewart wrote: > On Tuesday 11 November 2003 12:18 pm, Marty Landman wrote: > > I just tried doing a make build for Apache2 from the FBSD 4.8 mini port. > > Here's what I got > > > > fetch: httpd-2.0.44.tar.gz appears to be truncated: > > 4108288/5505246 bytes > > .... > > *** Error code 1 > > > > Any advice on how to recover from this? Also I apologize if this in the > > docs, but I didn't see this problem addressed. :( You could remove the file manualy and start over. It in /usr/port/distfiles/. If you like you could also fetch the remaining manualy. You should read man fetch on how to do this. > That may be because the current version is apache-2.0.48_1. It looks > like your. > port setup is fairly old. Its more likly that the download was aborted. Marty if you still like to update here are two links you should read: Updating FreeBSD Sources for the OS and the ports: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Compiling FreeBSD sources to update the OS: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Updating ports you have now could be best done with portsupgrade. To install this do: cd /usr/ports/sysutils/portsupgrade make install && make clean The update all your ports do: portupgrade -fa (this can take as much as days) -- Alex Articles based on solutions that I use: http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/