From owner-freebsd-pkg@FreeBSD.ORG Mon Aug 11 14:44:23 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 A5256FBC for ; Mon, 11 Aug 2014 14:44:23 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30CA32227 for ; Mon, 11 Aug 2014 14:44:23 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pv20so6828947lab.1 for ; Mon, 11 Aug 2014 07:44:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=LewyJT2B6SPxTTVfkXqopZ6WfHMGkYG1ZPujwgoGp0w=; b=MGJimf2SOaLSogX1XZOabS5ZElQhDYY4VpA4rbqJOrDZL4KaLYmD5XAHF70uBLb03o RViJpv7s+4MotCOVl6M0TQvRH+C/BXqi9SOk+cVMP9r0+rnYevPDJF630lpdkyvyTAmG Klni2zCMK2GVI/RREKhckqgswSKgOTr3Q+njjVXeuXpGHFtW/JCH+MmLDG704vKGhvd2 7sJw/G646AV/tS7crTbXbtd5yuHDGe8uPoiGeTn0dwkZXOvhinp2qkSWA925FOzfhrRW sR5aaTUC9NdsX5bbq9tfIhM2nONrCBLAvZpCC5jcEdJ+b8cb6whzenyRkbAY6oPN6AJy AMDw== X-Received: by 10.152.116.73 with SMTP id ju9mr38758737lab.24.1407768261079; Mon, 11 Aug 2014 07:44:21 -0700 (PDT) Received: from [192.168.1.75] ([87.251.149.162]) by mx.google.com with ESMTPSA id r10sm18501601lbh.42.2014.08.11.07.44.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Aug 2014 07:44:19 -0700 (PDT) From: Vladislav Shabanov Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Subject: problem with pkg Message-Id: <4F70001D-65DE-431B-BDC0-F0C1D0979547@gmail.com> Date: Mon, 11 Aug 2014 18:44:17 +0400 To: freebsd-pkg@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 11 Aug 2014 14:44:23 -0000 Hello! I got the message while trying to install some package sudo pkg install bash Updating repository catalogue FreeBSD repository is up-to-date All repositories are up-to-date Checking integrity... done (1 conflicting) pkg: cannot solve job using SAT solver Checking integrity... done (0 conflicting) The most recent version of packages are already installed how can I see what produces this conflict? There are many questions/answers in the Web, but in all questions the = line 'pkg: cannot solve job using SAT solver=92 has some extra info like=20 pkg: cannot resolve conflict between remote FOO(want install), = local BAR(want keep), please resolve it manually In my case, I have only =91cannot solve=92 and full stop. How can I guess which package is faulty? Thanks, Vladislav=