From owner-freebsd-pkg@FreeBSD.ORG Tue Mar 4 00:01:46 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 881135D9 for ; Tue, 4 Mar 2014 00:01:46 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 58EF9298 for ; Tue, 4 Mar 2014 00:01:46 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s23NwM9o085498 for ; Mon, 3 Mar 2014 15:58:22 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <5315171E.3070105@rawbw.com> Date: Mon, 03 Mar 2014 15:58:22 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-pkg@freebsd.org Subject: 'pkg upgrade' complains about the missing dependencies, but 'pkg check -d' doesn't fix anything Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 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, 04 Mar 2014 00:01:46 -0000 This looks like the inconsistent behavior: # pkg upgrade Updating repository catalogue pkg: Missing dependency matching 'graphics/imlib2' pkg: Missing dependency matching 'graphics/imlib2' pkg: Missing dependency matching 'graphics/libcaca' pkg: Missing dependency matching 'graphics/imlib2' pkg: Error while trying to install/upgrade packages, as there are unresolved dependencies: graphics/giblib: graphics/imlib2 graphics/gstreamer-plugins-libcaca: graphics/libcaca graphics/libcaca: graphics/imlib2 graphics/scrot: graphics/giblib # pkg check -d pkg-1.2.6 Natural question is why doesn't 'pkg check -d' find and correct the same dependency problems? Yuri