From owner-freebsd-pkg@freebsd.org Mon Sep 21 08:01:25 2015 Return-Path: Delivered-To: freebsd-pkg@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 8065FA06DBB for ; Mon, 21 Sep 2015 08:01:25 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (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 18A0A19E5 for ; Mon, 21 Sep 2015 08:01:25 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by wicgb1 with SMTP id gb1so102762553wic.1 for ; Mon, 21 Sep 2015 01:01:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=NmcljE/dBFIS0a0Ng6T9ctNmoegSkisddyd6ZGkiEsc=; b=YcQA8C8RvnWPGUQL55Zqkfq5Rtnf2BDM+tXfM+U3ssr/6wxeDgM6edDG7Qz2L0D+ji LwXZD5gIYWWLlFBCilL485/lhEe2wJYzInpHxjFF9nqNzItvaFMNuqcuWn15jt7lNimS 1dfTfgaAhPnOGJsiDvDzWvdyiFJoVt+9+f8sb4J/rtb23kO4QOvzBsx5DcZujdjuDQ70 TrWt3/Xp24W0uZ/u0ya0UE197QklavhynC53O/BtYxyj3Jhe2ZLoOPW1EmQy4yyrNSFT YU/Ziz1u58MlFmGeZT/qsWQKJ36iHNjLU+iLQ1v39RYIsHQFyqxUspaWxxeYmaZfky6f 5BqQ== X-Received: by 10.180.107.1 with SMTP id gy1mr12818253wib.56.1442822482552; Mon, 21 Sep 2015 01:01:22 -0700 (PDT) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by smtp.gmail.com with ESMTPSA id ki7sm4127363wjc.28.2015.09.21.01.01.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 01:01:21 -0700 (PDT) Date: Mon, 21 Sep 2015 10:59:19 +0300 From: "Sergey V. Dyatko" To: freebsd-pkg@freebsd.org Subject: Re: pk error: cannot solve job using SAT solver Message-ID: <20150921105919.78ca2472@laptop.minsk.domain> In-Reply-To: References: <20150918093001.31fd7cba@laptop.minsk.domain> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 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, 21 Sep 2015 08:01:25 -0000 On Sun, 20 Sep 2015 22:22:10 +0200 Jeremie Le Hen wrote: > On Fri, Sep 18, 2015 at 8:30 AM, Sergey V. Dyatko > wrote: > > On Thu, 17 Sep 2015 22:21:19 +0200 > > Jeremie Le Hen wrote: > > > >> Hi, > >> > >> I wanted to upgrade my package and got the following error: > >> > >> # pkg upgrade > >> Updating myserver repository catalogue... > >> myserver repository is up-to-date. > >> All repositories are up-to-date. > >> Checking for upgrades (92 candidates): 100% > >> Processing candidates (92 candidates): 100% > >> pkg: Cannot solve problem using SAT solver: > >> dependency rule: package mutt(l) depends on: tokyocabinet(r)tokyocabinet(l) > >> upgrade rule: upgrade local tokyocabinet-1.4.48 to remote > >> tokyocabinet-1.4.48 cannot install package tokyocabinet, remove it from > >> request? [Y/n]: y pkg: cannot find tokyocabinet in the request > >> pkg: cannot solve job using SAT solver > >> > >> > >> Note that I have my own package repository that I build with poudriere. > >> I capture the debug output (-dd) of pkg in the following file: > >> http://people.freebsd.org/~jlh/typescript.pkg.txt > >> > > > > you may try to do following: > > > > 1) pkg install jpeg-turbo > > 2) pkg upgrade > > The rationale is a bit unclear to me. Can you explain please? :) > UPDATING@20150916 > Thanks, -- wbr, tiger