From owner-freebsd-pkg@freebsd.org Mon Dec 12 15:54:37 2016 Return-Path: Delivered-To: freebsd-pkg@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 7234DC73A14 for ; Mon, 12 Dec 2016 15:54:37 +0000 (UTC) (envelope-from mfv@bway.net) Received: from smtp1.bway.net (smtp1.v6.bway.net [IPv6:2607:d300:1::27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549338B7 for ; Mon, 12 Dec 2016 15:54:37 +0000 (UTC) (envelope-from mfv@bway.net) Received: from gecko4 (host-216-220-115-54.dsl.bway.net [216.220.115.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: m1316v@bway.net) by smtp1.bway.net (Postfix) with ESMTPSA id 9970395889 for ; Mon, 12 Dec 2016 10:54:28 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bway.net; s=mail; t=1481558068; bh=OEEleGR/GC0KKPPtYHF5l/BxwJbG5/fpeNd+8tHpiI4=; h=Date:From:To:Subject:Reply-To; b=CLr13SBYp/eGm20aLxR9aPhpS/+RH3JPMKJiI+/na7SEPZPUQDHEwaLcME2I9o7/C Igsh7zm72/VgSlAo//P8Cp8f8TSMlkncUys+Sk3Q3aU91Bapi1L+A1O4CJ7RaCPLJd yXwcDMXCJKDART6VIHrBIwgL5Q4yVXQaRUpjq2Dw= Date: Mon, 12 Dec 2016 10:54:28 -0500 From: mfv To: freebsd-pkg@freebsd.org Subject: Just wondering Message-ID: <20161212105428.3434cf05@gecko4> Reply-To: mfv@bway.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 15:54:37 -0000 Hello, Infrequently, I've noticed that the pkg system seems to get constipation, that is, a build process is marked as stopped:done: but the repository is not updated. The data for the most recent incident follows: According to http://pkg.freebsd.org/freebsd:10:x86:64/latest/ the date/time of the last repository is dated 2016-Dec-06 10:16, that is, 6 days ago. However since then there have two builds as per http://beefy6.nyi.freebsd.org/jail.html?mastername=101amd64-default: Build# stopped:done: ------ ----------------- 428092 2016-12-09 08:02 428262 2016-12-11 08:10 Thus, the last build was finished more than a day ago. But a 'pkg update' results in the following message: Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Just wondering why a build status is marked as stopped:done: but the repository is not updated. In any event I'm very pleased with the pkg system. Many thanks and kudos to the developers. Cheers ... Marek