From owner-freebsd-pkg@FreeBSD.ORG Mon Aug 11 17:19:18 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0DACF5C; Mon, 11 Aug 2014 17:19:18 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (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 37F8B2690; Mon, 11 Aug 2014 17:19:18 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id ty20so7025705lab.32 for ; Mon, 11 Aug 2014 10:19:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=DAlITmeL/FL05ZDWTVnj8EzZ36P2BNgW6OF9oEWkszg=; b=gPRnHCfIWAVJRYr/4zauw2OZgjIdpC/uj6s6PbEHGpP2PkBAQXeRHohoJhOiZXzszN m2qNdl1n/bUEOFBuPrkYdBuZq6EZRKMaIOw5C5i69vTKA6SjQU5m63Tt1QfZhc1TYOuh TSJhnRyLqThT2LX73VP0BTzzzlAKK35NWhY5xzuDB42wybKhQDakLCTl+GJkAz7+hC+u oh4mcoJdi6WXarT8PK8wxeMXQLcv6pyXJU1jEbm3tADZLDgZTAhqJRW2O9TIu+PetgeX giFVSowpz8iNii9NI1nw0At5HFKG/0+B6I5IoKxVQI5NZBm+SAqRcWXQJVNUSwYbWOBm 2p8g== X-Received: by 10.152.5.102 with SMTP id r6mr9109423lar.81.1407777556152; Mon, 11 Aug 2014 10:19:16 -0700 (PDT) Received: from vsmac.dlink (av9782-1.comex.ru. [217.10.41.67]) by mx.google.com with ESMTPSA id vu1sm19002829lbb.41.2014.08.11.10.19.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Aug 2014 10:19:14 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: problem with pkg From: Vladislav Shabanov In-Reply-To: <53E8DFA5.2020609@FreeBSD.org> Date: Mon, 11 Aug 2014 21:19:12 +0400 Message-Id: <5EB312FD-92C5-4794-845A-0A22077DFB5A@gmail.com> References: <4F70001D-65DE-431B-BDC0-F0C1D0979547@gmail.com> <53E8DFA5.2020609@FreeBSD.org> To: Vsevolod Stakhov X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-pkg@freebsd.org 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 17:19:19 -0000 Thanks! The devel version works good for me. Is it safe to keep pkg 1.3.5 in /usr/local/sbin and use the devel = version only when something wrong happened? Vlad 11 =E0=E2=E3. 2014 =E3., =E2 19:22, Vsevolod Stakhov = =ED=E0=EF=E8=F1=E0=EB(=E0): > On 11/08/14 15:44, Vladislav Shabanov wrote: >> Hello! >>=20 >> I got the message while trying to install some package >>=20 >> 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 >>=20 >> 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= >>=20 >> pkg: cannot resolve conflict between remote FOO(want install), = local BAR(want keep), please resolve it manually >>=20 >> In my case, I have only =91cannot solve=92 and full stop. >> How can I guess which package is faulty? >>=20 >=20 > Could you please check if you problem is still actual with the current > pkg-devel? It can be installed from the port named = 'ports-mgmt/pkg-devel'. >=20 > --=20 > Vsevolod Stakhov