From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 21:35:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3A9F716A41F for ; Mon, 29 Aug 2005 21:35:06 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA6A43D46 for ; Mon, 29 Aug 2005 21:35:05 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 2BEE8CCAE63 for ; Mon, 29 Aug 2005 17:35:04 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Mon, 29 Aug 2005 17:35:04 -0400 X-Sasl-enc: 4+w6zgNh4L+KcB3UsTBia9OUUKAmcz/Two1/6qUbQ0du 1125351302 Received: from gumby.localdomain (dsl-80-41-67-17.access.as9105.com [80.41.67.17]) by frontend3.messagingengine.com (Postfix) with ESMTP id 626CB1DA for ; Mon, 29 Aug 2005 17:35:02 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 29 Aug 2005 22:34:59 +0100 User-Agent: KMail/1.8.2 References: <431355F3.3080708@raad.tartu.ee> In-Reply-To: <431355F3.3080708@raad.tartu.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508292235.00511.list-freebsd-2004@morbius.sent.com> Subject: Re: Problem fetching a port with multiple distfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 21:35:06 -0000 On Monday 29 August 2005 19:37, Toomas Aas wrote: >The loop consists of > fetching some distfile, then an error message: > fetch: : no such file or directory Just a thought, but have you overriden the fetch command? For some distfiles a length test argument is passed to the fetch command. This test need to be disabled for wget etc. BTW are you aware that "make checksum" and "make checksum-recursive", are the normal way to fetch distfiles, not "make fetch".