From owner-freebsd-current@FreeBSD.ORG Wed Oct 1 03:44:35 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ADCFC86 for ; Wed, 1 Oct 2014 03:44:35 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE557167 for ; Wed, 1 Oct 2014 03:44:34 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id w8so208842qac.19 for ; Tue, 30 Sep 2014 20:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; bh=wEPMpuAz2WgvrGWzs9xgfmVxU8DeOtGcmpTnYX7wWVU=; b=doBQoTAGCUJuV82dTDT4mRC3orRF1PklZXhQu0anKznKkOjZM1ksikxNYTT+hs/DEq 3KbSExp86Qgu4dZlcKv0g7ymh4GmRtmCIJXCwRwQnIdYSJ+Fc1RLGpCAFQJmRXGhECJ5 w8Nplvh7W9MwNFIKCONAmalp0s1GsUNsT5dMJA8XDO6AzdGvJ7gjBM5QTVJoVy8MHbtf o1jdacf8aoHQi+wH3dQCaa5ft3t+9q/Wb6IZ/7Ns/gi6zEDJI+jcaXzVYNdRThWCbpVE qcnftRtsKmyCeIMQaGQq+aoBzdK1VvYRqRyb0hq+LqFXuFd1hKea/X3gJMFOXqX+Q+Hd ZplQ== X-Received: by 10.224.120.193 with SMTP id e1mr26353884qar.80.1412135074042; Tue, 30 Sep 2014 20:44:34 -0700 (PDT) Received: from blackbeast.localnet (173-26-254-198.client.mchsi.com. [173.26.254.198]) by mx.google.com with ESMTPSA id j52sm15455256qgf.7.2014.09.30.20.44.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Sep 2014 20:44:33 -0700 (PDT) From: Chuck Burns To: freebsd-current@freebsd.org Subject: Re: pkg/ports system terribly messed up? Date: Tue, 30 Sep 2014 22:44:53 -0500 Message-ID: <4180223.sAzr7DGzUz@blackbeast> User-Agent: KMail/4.13.3 (Linux/3.10.17; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140930081301.55bc5629.ohartman@zedat.fu-berlin.de> References: <20140930081301.55bc5629.ohartman@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 03:44:35 -0000 On Tuesday, September 30, 2014 8:13:01 AM O. Hartmann wrote: > Hello. > > I just made the last update of the ports yesterday (I use portmaster -da > performing this task) and obviously or superficially everything went all > right. > It's portmaster actually. While it -usually- works great, I've noticed that occassionally it loops like that. kill the script, upgrade the port that is looping. That usually fixes it. -- Chuck Burns