From owner-freebsd-questions@freebsd.org Tue Nov 3 17:02:24 2015 Return-Path: Delivered-To: freebsd-questions@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 E1F02A24C76 for ; Tue, 3 Nov 2015 17:02:23 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0601551 for ; Tue, 3 Nov 2015 17:02:23 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmeg8 with SMTP id g8so20351888wme.1 for ; Tue, 03 Nov 2015 09:02:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lffzx1IJJTBxkoWujxGTkvNA6Bz3/mv/gXo9fbaWRnk=; b=g61VIJMJAs6RNfJ7nc9yL24zbExDjF2DxJo4WRI+3Uufs82kdDUIk85CxEohuHCaoK IHWqHp4GjWyTq2fOgyNf2R7uKFEbWVdyKALPYLaqpQBNm3gm9fRAD0z9qqfUWanx0z6R 41HX/0AZVYCKRU0kohQo1k2jJUaAwWaOFc64PozPFSxT2N3N++57zy0Ib+wF8qoIcS1R zueWXg/4ALItmx9tjo5Q0EFOoAZ5DnD8WsOiGZTebpskQ30bsAvqco+NetJJMzt56R6r cNBsfjZg4EX7WnFgeq9kbsMfVH3P7UHVBxbwy9qBieEk3D+uoe5qjOT0r/U40dnAjPjm SzLg== MIME-Version: 1.0 X-Received: by 10.28.18.3 with SMTP id 3mr22207714wms.67.1446570141926; Tue, 03 Nov 2015 09:02:21 -0800 (PST) Received: by 10.194.16.231 with HTTP; Tue, 3 Nov 2015 09:02:21 -0800 (PST) In-Reply-To: <1717539.WQNQt6tuzi@desk8.phess.net> References: <5638D17E.70502@hiwaay.net> <1717539.WQNQt6tuzi@desk8.phess.net> Date: Tue, 3 Nov 2015 11:02:21 -0600 Message-ID: Subject: Re: pkg install issue From: Adam Vande More To: Patrick Hess Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 17:02:24 -0000 On Tue, Nov 3, 2015 at 10:28 AM, Patrick Hess wrote: > William A. Mahaffey III wrote: > > [root@devbox, /etc, 9:23:59am] 437 % pkg install -y valgrind > valgrind-devel > > [...] > > New packages to be INSTALLED: > > valgrind: 3.10.0.20150126_1,1 > > valgrind-devel: 3.10.0.20150126_1,1 > > Why are you trying to install *both* valgrind and valgrind-devel, > especially since (at least as of right now) they both provide the > exact same version of Valgrind? > > > One more solver iteration is needed to resolve them. > > If you were to run that same "pkg install ..." command line again, > pkg(8) should ideally tell you that you are trying to install two > conflicting packages. > pkg install for some reason suppresses some output when -y is passed to it. -- Adam