From owner-freebsd-ports@FreeBSD.ORG Sat Aug 11 01:07:06 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id CED19106564A for ; Sat, 11 Aug 2012 01:07:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 9FA6B14D8EC; Sat, 11 Aug 2012 01:07:06 +0000 (UTC) Message-ID: <5025B03A.5080707@FreeBSD.org> Date: Fri, 10 Aug 2012 18:07:06 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: HU Dong References: <50250E97.4000004@ranner.eu> <502523D4.4050200@ranner.eu> <50258D15.8010606@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Michael Ranner , ports@freebsd.org Subject: Re: portmaster 3.13.13 real endless loop "Waiting on fetch & checksum..." 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: Sat, 11 Aug 2012 01:07:06 -0000 Ok, so do this ... remove the file from /usr/ports/distfiles, then go to the port directory and type 'make checksum' and see if it works properly. Then remove it again, and run 'portmaster -F' While that's running in one window, keep an eye on /usr/ports/distfiles and see if the file is being downloaded, and also keep an eye on the log file in $TMPDIR to see if it is being appended to. Also make sure that whatever directory you use for $TMPDIR (/tmp by default) has permissions 1777, and is not mounted with odd options. Doug On 08/10/2012 06:00 PM, HU Dong wrote: > The mirror is OK. I could download the file from the exact mirror > manually with fetch command. > > B.R. > HU Dong > > On Sat, Aug 11, 2012 at 6:37 AM, Doug Barton > wrote: > > On 8/10/2012 8:21 AM, HU Dong wrote: > > I can simply reproduce this problem by this way: > > > > # portmaster -v databases/postgresql90-client > > Both of your reports sound like they are hanging on a bad mirror. Try > putting the RANDOMIZE_MASTER_SITES= yes in your /etc/make.conf and see > if that helps. > > Doug