From owner-freebsd-pkg@freebsd.org Tue Oct 25 13:31:09 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 9C697C2117A for ; Tue, 25 Oct 2016 13:31:09 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 60BB7C40 for ; Tue, 25 Oct 2016 13:31:09 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1bz1oo-000HVi-3Z for freebsd-pkg@freebsd.org; Tue, 25 Oct 2016 16:31:06 +0300 Date: Tue, 25 Oct 2016 16:31:06 +0300 From: Slawa Olhovchenkov To: freebsd-pkg@freebsd.org Subject: pkg required to install unneed package Message-ID: <20161025133106.GN57714@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false 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: Tue, 25 Oct 2016 13:31:09 -0000 I am have private repo, build by poudriere. Trying to install py27-dpkt from this repo I am have next messages: ============ # pkg install py27-dpkt Updating ivs repository catalogue... ivs repository is up-to-date. All repositories are up-to-date. linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified nvidia-driver-340-340.76 is locked and may not be modified linux-c6-qt47-x11-4.7.2_1 is locked and may not be modified The following 2 package(s) will be affected (of 0 checked): New packages to be INSTALLED: py27-dpkt: 1.8.8 nvidia-driver: 346.96 Number of packages to be installed: 2 The process will require 208 MiB more space. 37 MiB to be downloaded. ============ py27-dpkt don't have such dependes: # pkg rquery "depends %do %dv" py27-dpkt depends lang/python27 2.7.12 depends devel/py-setuptools27 28.1.0 # pkg rquery "depends %do %dv" lang/python27 depends devel/libffi 3.2.1 # pkg rquery "depends %do %dv" devel/libffi depends print/indexinfo 0.2.5 # pkg rquery "depends %do %dv" print/indexinfo # pkg rquery "depends %do %dv" devel/py-setuptools27 depends lang/python27 2.7.12 What is wrong?