From owner-freebsd-questions@FreeBSD.ORG Tue Mar 10 22:08:39 2015 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91DD8554 for ; Tue, 10 Mar 2015 22:08:39 +0000 (UTC) Received: from cyrus.watson.org (cyrus.watson.org [198.74.231.69]) by mx1.freebsd.org (Postfix) with ESMTP id 5F85B8F4 for ; Tue, 10 Mar 2015 22:08:39 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id A802346B09; Tue, 10 Mar 2015 18:08:32 -0400 (EDT) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.9/8.14.9) with ESMTP id t2AM8WQG088813; Tue, 10 Mar 2015 18:08:32 -0400 (EDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.9/8.14.9/Submit) with ESMTP id t2AM8V4J088809; Tue, 10 Mar 2015 18:08:31 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Tue, 10 Mar 2015 18:08:31 -0400 (EDT) From: doug@safeport.com X-X-Sender: doug@fledge.watson.org Reply-To: doug@fledge.watson.org To: Mike Clarke Subject: Re: pkg question upgrade question In-Reply-To: <20150309204933.3bab9fc2@curlew.lan> Message-ID: References: <20150309203133.GH6600@mordor.lan> <20150309204933.3bab9fc2@curlew.lan> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (fledge.watson.org [127.0.0.1]); Tue, 10 Mar 2015 18:08:32 -0400 (EDT) Cc: Julien Cigar , freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 22:08:39 -0000 On Mon, 9 Mar 2015, Mike Clarke wrote: > On Mon, 9 Mar 2015 21:31:33 +0100 > Julien Cigar wrote: > >> 1) tigervnc depends on graphics/png (direct dependency) >> 2) you did "pkg upgrade tigervnc" >> 3) there was an upgrade for graphics/png too, with a shared library bump >> 4) pkg upgraded tigervnc, png, and other dependencies >> >> AFAIK pkg doesn't handle this scenario properly as reverse dependencies >> of graphics/png aren't upgraded at the same time... and you end up with >> a semi-"broken" system :( >> >> I hope this will be fixed in a close future as this is pretty annoying >> and limiting > > In the meantime the way to avoid this is to run pkg upgrade before > installing any new package. Ah - I misread this -- yes, I got it thanks > It's quite likely that running pkg upgrade now will rectify the problem. And it did. My initial problem was I did not want to do that remotely. Again, thank you. I had to read your email a couple of times to understand it. The only issue was with xfce/xdm, which has nothing to do with pkg.