From owner-freebsd-ports@FreeBSD.ORG Sat Aug 11 01:23:52 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54637106564A; Sat, 11 Aug 2012 01:23:52 +0000 (UTC) (envelope-from itechbear@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 068348FC0C; Sat, 11 Aug 2012 01:23:51 +0000 (UTC) Received: by obbun3 with SMTP id un3so4044944obb.13 for ; Fri, 10 Aug 2012 18:23:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8dRzum2DD9pO6PLRSQfX0i4ksPcRhrhqy9bw39bpCeo=; b=PVnf200GJW70hdjfSCiL5Dcszg4DN4NCgU79mERkaPt7mqzzhE77DgJNvYI/eiYz2D 59zF3MCiZ0r+xXiE6YuwfYa2yFsEhtwdTKzclmUN60uVrVLfj51OExA1gvrBKKPi0mgi 4ZrdXbjFpTz3jHaYmkF3YzeDIZObPQOWogIpLbJq0kQppxOR2W9IJQbnMd1NVljO/9BD i6kStH57rHRE3JMpEZLD9k4Bf9DPEAo9+zT5+wqbeqwlNNLWay4h2gGxq5aRzLdjttB/ g2kGnwgJpeYbrNpXafnwUQ4zOT+6L3B1CsbaQaeg4Cu164VdwZBBwUJ0q5OBYZoPlDF3 CqLg== MIME-Version: 1.0 Received: by 10.60.13.201 with SMTP id j9mr6696813oec.51.1344648231176; Fri, 10 Aug 2012 18:23:51 -0700 (PDT) Received: by 10.76.4.204 with HTTP; Fri, 10 Aug 2012 18:23:51 -0700 (PDT) In-Reply-To: <5025B03A.5080707@FreeBSD.org> References: <50250E97.4000004@ranner.eu> <502523D4.4050200@ranner.eu> <50258D15.8010606@FreeBSD.org> <5025B03A.5080707@FreeBSD.org> Date: Sat, 11 Aug 2012 09:23:51 +0800 Message-ID: From: HU Dong To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:23:52 -0000 #ls -la / | grep tmp drwxrwxrwt 40 root wheel 6656 Aug 11 09:22 tmp #rm -fr /usr/ports/distfiles/postgresql/postgresql-9.0.8.tar.bz2 #make checksum ===> Found saved configuration for postgresql-client-9.0.8 => postgresql-9.0.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/postgresql. => Attempting to fetch ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v9.0.8/postgresql-9.0.8.tar.bz2 postgresql-9.0.8.tar.bz2 100% of 14 MB 118 kBps 00m00s => SHA256 Checksum OK for postgresql/postgresql-9.0.8.tar.bz2. #rm -fr /usr/ports/distfiles/postgresql/postgresql-9.0.8.tar.bz2 #portmaster -F ===>>> Currently installed version: postgresql-client-9.0.8 ===>>> Port directory: /usr/ports/databases/postgresql90-client ===>>> Launching 'make checksum' for databases/postgresql90-client in background ===>>> Gathering dependency list for databases/postgresql90-client from ports ===>>> Initial dependency check complete for databases/postgresql90-client ===>>> Waiting for 1 distfile fetch to finish ===>>> Waiting for 1 distfile fetch to finish ===>>> Waiting for 1 distfile fetch to finish ===>>> Waiting for 1 distfile fetch to finish ^C ===>>> Build/Install for databases/postgresql90-client exiting due to signal Terminated Terminated B.R. HU Dong On Sat, Aug 11, 2012 at 9:07 AM, Doug Barton wrote: > 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 > > >