From owner-freebsd-pkg@freebsd.org Fri Sep 18 06:32:00 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 3AC549CD3E7 for ; Fri, 18 Sep 2015 06:32:00 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (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 C992F1BA2; Fri, 18 Sep 2015 06:31:59 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by wicgb1 with SMTP id gb1so18365543wic.1; Thu, 17 Sep 2015 23:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=YSkDdOtysmg4++juh1cFNvHIHnyIlZj7Ud+CmQseG6M=; b=qmcdTTZ2WaKdJ7FgosWiyMVTfY9/QneXioDWZggITuDgO8LGiquaJBb4LUiKd3O6Gl +E14c/vZ4JmTqTMEfs2mlmNLqAGxZihOD53mXEzGipoTnLktvle9gnqN9teXi2imPJIc B8hYsf3ljNfakVwkIWetCKMBvxe3nVHyx8UrdvroAJHo6FGhShUyPahzD9kYSEqC3ucy zKTQ+QExmWWGKs0WFM96n3kcDef2TQ5YrUA5FUfoATvuhtqurhmyI1zAWeLU2VplsVxH 8HG9EOJphHEo3aABJWBxH74HXD6sZg0lhmHpLxy3S4RI8aopomYy6ULmeGfx20PeByWx KBgg== X-Received: by 10.180.106.66 with SMTP id gs2mr36610247wib.14.1442557918155; Thu, 17 Sep 2015 23:31:58 -0700 (PDT) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by smtp.gmail.com with ESMTPSA id bu19sm7075248wjb.45.2015.09.17.23.31.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Sep 2015 23:31:57 -0700 (PDT) Date: Fri, 18 Sep 2015 09:30:01 +0300 From: "Sergey V. Dyatko" To: Jeremie Le Hen Cc: freebsd-pkg@FreeBSD.org Subject: Re: pk error: cannot solve job using SAT solver Message-ID: <20150918093001.31fd7cba@laptop.minsk.domain> In-Reply-To: References: 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: Fri, 18 Sep 2015 06:32:00 -0000 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 -- wbr, tiger