From owner-freebsd-pkg@freebsd.org Wed Oct 26 14:48:38 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 247C7C224F2 for ; Wed, 26 Oct 2016 14:48:38 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (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 D7B5433C for ; Wed, 26 Oct 2016 14:48:37 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-217-062-255.092.217.pools.vodafone-ip.de [92.217.62.255]) by host64.shmhost.net (Postfix) with ESMTPSA id 9991E81382; Wed, 26 Oct 2016 16:48:26 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: pkg required to install unneed package From: Franco Fichtner In-Reply-To: <20161026144158.GA50864@zxy.spb.ru> Date: Wed, 26 Oct 2016 16:48:25 +0200 Cc: Matthew Seaman , freebsd-pkg@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <20161025133106.GN57714@zxy.spb.ru> <20161026144158.GA50864@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3251) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean 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: Wed, 26 Oct 2016 14:48:38 -0000 > On 26 Oct 2016, at 4:41 PM, Slawa Olhovchenkov wrote: > > I am don't touch other package at this operation. > I am only need to install py27-dpkt. > py27-dpkt don't depends on nvidia. > Why pkg cares about nvidia now? I've seen this "is locked and may not be modified" message too in a freshly built jail that is used in the style of poudriere... packages to export are locked, and then pkg remote -ya is run, when the message appears several times before pkg starts removing the unlocked build dependencies. I can gather log info if someone lets me know what to look for, the issue is easy enough to reproduce. Cheers, Franco