From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 12:06:39 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A474B1065687 for ; Sun, 5 Oct 2008 12:06:39 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 619248FC18 for ; Sun, 5 Oct 2008 12:06:39 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 480B91EE819; Sun, 5 Oct 2008 14:06:31 +0200 (CEST) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.388 X-Spam-Level: ** X-Spam-Status: No, score=2.388 tagged_above=-999 required=4.2 tests=[AWL=-0.781, HELO_LH_HOME=3.169] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2B6YRsFcEKBT; Sun, 5 Oct 2008 14:06:26 +0200 (CEST) Received: from lesbsdpc.homenet.home (c-195-216-040-164.static.bjare.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id AEF991EE852; Sun, 5 Oct 2008 14:06:26 +0200 (CEST) Message-ID: <48E8ADC9.2060009@eskk.nu> Date: Sun, 05 Oct 2008 14:06:33 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.17 (X11/20081001) MIME-Version: 1.0 To: Scot Hetzel References: <48E89200.8040208@eskk.nu> <790a9fff0810050442i489157bar5714de2d4febd120@mail.gmail.com> In-Reply-To: <790a9fff0810050442i489157bar5714de2d4febd120@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Uppgrading emulators/linux_base-f8 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: Sun, 05 Oct 2008 12:06:39 -0000 Scot Hetzel skrev: > On 10/5/08, Leslie Jensen wrote: >> When trying to upgrade emulators/linux_base-f8 >> >> It ends up in a loop where it tries to fetch the files it needs. >> >> Attempting to fetch from >> >> But I get this >> File unavailable (e.g., file not found, no access) >> > I have found that if there is a corrupt file in > /usr/ports/distfiles/rpm/i386/fedora/8/, it will cause fetch to try > and reuse the corrupted file to complete the download. > > This is caused by bsd.port.mk is defining FETCH_ARGS=-ApRr when trying > to redownload the corrupted files when using 'make checksum'. > > To get around this problem, I had to do the following: > > cd /usr/ports/emulators/linux_base-f8 > make checksum > > This will list the failed files as {MD5,SHA256} Checksum mismatch . > > Note: Kill the 'make checksum' when it starts fetching files > > I then removed all these mismatch files from > /usr/ports/distfiles/rpm/i386/fedora/8. After running 'make checksum' > a second time, it succeeded in downloading all the missing files. > > Now I could use portmaster to upgrade emulators/linux_base-f8. > > Scot Thank you. That did it :-) /Leslie