From owner-freebsd-ports@freebsd.org Wed Jun 29 01:19:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AA07B81A53 for ; Wed, 29 Jun 2016 01:19:06 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 60B552E76; Wed, 29 Jun 2016 01:19:06 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id BBA581FF9; Wed, 29 Jun 2016 01:19:05 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Tue, 28 Jun 2016 21:19:04 -0400 From: Jason Unovitch To: David Wolfskill Cc: freebsd-ports@freebsd.org Subject: Re: Unexpected output from "pkg updating -d 20160626" Message-ID: <20160629011859.GA30167@Silverstone> References: <20160628114433.GF1358@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160628114433.GF1358@albert.catwhisker.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 01:19:06 -0000 On Tue, Jun 28, 2016 at 04:44:33AM -0700, David Wolfskill wrote: > As part of my daily update of FreeBSD on my laptop, on the first reboot > after installing the freshly-built kernel & world, I use portmaster to > update any installed ports that have been updated since I last updated. > > This morning, for the first time in ... months, I think, the "pkg > updating -d ..." command I run to start the process actually generated > some output -- quite a bit of it. > > But I'm at a loss to understand why it did: only one of the ports it > mentioned is installed, and that one didn't get updated by "portmaster > -ad"; the others aren't installed at all. > > My ports working copy is ports/head, at r417708. > > I'm running: > FreeBSD g1-252.catwhisker.org 10.3-STABLE FreeBSD 10.3-STABLE #406 r302244M/302246:1003505: Tue Jun 28 04:11:52 PDT 2016 root@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY amd64 > > now; when I ran "pkg updating -d ...", I was running: > FreeBSD g1-252.catwhisker.org 10.3-STABLE FreeBSD 10.3-STABLE #405 r302220M/302222:1003504: Mon Jun 27 04:03:47 PDT 2016 root@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY amd64 > > and pkg reports: > g1-252(10.3-S)[2] pkg --version > 1.8.6 > > The "pkg updating" command I issued was: pkg updating -d 20160626 Hello David, I did replicate this and it seemed related to a handful of recent UDPATING entries that were made without a trailing colon after the date. I normalized all the entries for consistency and am seeing `pkg updating -d 20160626` return the expected output for me. Please see if that resolved the issue for you as well. Jason