From owner-freebsd-current@FreeBSD.ORG Tue Oct 16 16:02:36 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10E7DAE4; Tue, 16 Oct 2012 16:02:36 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id BD06D8FC14; Tue, 16 Oct 2012 16:02:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=Du4/WghI18KdrlBnv90HYsMK8ZG7oAPu4oWnNgGYKyo=; b=kgw5fO0QCCd2TU3YWAYbz3/yWv8asboY2QTwwf0QW7OKUPOWr5O1VUKkFjYjNgWibD/J8O5y4tCSksxklxptzhSxDdSVaHRo16bdrDum+Mml2Mipbg+zF3a5K9ql/KqoBJeiyOKWwT7BGPv0XoyfVhjQynxmr9hGRSk8D5vfhbI=; Received: from iglou3.iglou.com ([192.107.41.6]:61422 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TO9bB-0004DY-Mg by authid with igloumta_auth; Tue, 16 Oct 2012 12:02:29 -0400 Received: from shell1.iglou.com ([192.107.41.17]:52461 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TO9bB-0003O9-95; Tue, 16 Oct 2012 12:02:29 -0400 Date: Tue, 16 Oct 2012 12:02:29 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: Matthew Seaman Subject: [solved]: pkgng | portmaster In-Reply-To: <507C5292.4050604@FreeBSD.org> Message-ID: References: <507C5292.4050604@FreeBSD.org> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Tue, 16 Oct 2012 16:22:34 +0000 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 16 Oct 2012 16:02:36 -0000 >> Hello, >> >> Concerning the new pkg system, I reckon that my port updates can take a >> drought. >> >> Would it be best to deinstall portmaster for now? Portmaster typically >> updates itself, but this might be a special case. >> >> Currently, my postmaster run ends like this: >> >> ===>>> Cannot continue >> ===>>> Aborting update >> >> ===>>> No ORIGIN in /var/db/pkg/portmaster-3.14/+CONTENTS >> >> ===>>> No ORIGIN in /var/db/pkg/postgresql-client-9.2.1/+CONTENTS >> >> ===>>> No ORIGIN in /var/db/pkg/postgresql-docs-9.2.1/+CONTENTS >> >> ===>>> No ORIGIN in /var/db/pkg/postgresql-server-9.2.1/+CONTENTS >> >> Terminated >> (48) @ 12:58:40> > > Did you apply the pkgng compatibility patch to portmaster? It's > available in ports-mgmt/portmaster now if you select the option in the > config dialogue. > Yes, I found the patch. > Once patched, portmaster should interoperate with pkgng pretty smoothly. > Certainly it should be using pkgng's local.sqlite database to pull out > package contents rather than trying to parse +CONTENTS files. > Thanks, Matthew! Darrel