From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 22:54:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096F816A4CE for ; Mon, 30 Aug 2004 22:54:48 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A385843D55 for ; Mon, 30 Aug 2004 22:54:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7UMslLG028643; Mon, 30 Aug 2004 15:54:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7UMskVg028642; Mon, 30 Aug 2004 15:54:46 -0700 (PDT) (envelope-from obrien) Date: Mon, 30 Aug 2004 15:54:46 -0700 From: "David O'Brien" To: Steve Kargl Message-ID: <20040830225446.GA28521@dragon.nuxi.com> References: <20040804232854.GC9742@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040804232854.GC9742@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: something strange with amd64 or fetch or ports or gcc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 22:54:48 -0000 On Wed, Aug 04, 2004 at 04:28:54PM -0700, Steve Kargl wrote: > While trying to build math/octave, make(1) stopped with > > lapack.tgz 99% of 4874 kB 2448 kBps > fetch: lapack.tgz appears to be truncated: 4991991/4991992 bytes > >> Couldn't fetch it - please try to retrieve this > >> port manually into /usr/ports/distfiles/lapack and try again. > *** Error code 1 ... > I haven't seen other reports of this behaviour. This could > be amd64 specific, caused by the new gcc, a 64-bit issue with > fetch (I doubt this it, but...), or some problem in the > ports system *.mk glue. What is your 'uname -a'? Does "strings -a /usr/bin/fetch | fgrep '$FreeBSD'" show: src/usr.bin/fetch/fetch.c,v rev 1.72 or later? -- -- David (obrien@FreeBSD.org)