From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 23:06:34 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2260C5BF for ; Sat, 6 Dec 2014 23:06:34 +0000 (UTC) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) (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 E754FD71 for ; Sat, 6 Dec 2014 23:06:33 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id rd3so2908326pab.7 for ; Sat, 06 Dec 2014 15:06:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:references:mail-followup-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=j5C62aqEEaQDuUIdKFc1/f3tsE2vW+39zD9uq3NjQPE=; b=LbA796KRS+WtXO/+2xeRexsCSLsXex7ci6zp1matG9DQkZtm9nF3ckTSxnZsvaxPE8 GIzqZWN9PiZ8EXcn4EE8/G6bR4R4bF73SeA1VnBqR67BNIJtYo/cCM4EB+REcjx05gMV IJe8uxl98MrWg5u/n9G9CEZy95owOFu47djTVHHrhWVYTXmKrt6371WhYH9AOiRxcz/z Fq03yDG1ZcJuXXJaLjHwE/FZQucxbBEGk5Oy7R43v46IU2RUweMRUnkB7TtQkhdUHrVR MROhvNzTEivc+n3IQxJ+muAH3tmyu8/eWU+/cSXM7+5de8nDcA2JCyMcX9/nX3XyNzsA NsmQ== X-Gm-Message-State: ALoCoQltY7hUSV82+ku+SaqjvswuZmEDw2/2heR54GCd1wnZF7Wa4ZrIiZnn0GzGwW1zvujNNrql X-Received: by 10.70.137.68 with SMTP id qg4mr8151310pdb.150.1417907192362; Sat, 06 Dec 2014 15:06:32 -0800 (PST) Received: from elk.localnet ([2604:8800:100:82aa:6ef0:49ff:fe05:658b]) by mx.google.com with ESMTPSA id j10sm32558458pdr.92.2014.12.06.15.06.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 06 Dec 2014 15:06:31 -0800 (PST) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1XxOQm-0008Ef-HH for freebsd-questions@freebsd.org; Sat, 06 Dec 2014 15:06:28 -0800 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Pgk upgrade solver problems References: <87wq65v0gx.fsf@elk.localnet> <5482A11B.3030600@yahoo.com> <87ppbwvcfu.fsf@elk.localnet> <548365A7.4070306@yahoo.com> <87lhmkv4kx.fsf@elk.localnet> Mail-Followup-To: freebsd-questions@freebsd.org Date: Sat, 06 Dec 2014 15:06:28 -0800 In-Reply-To: <87lhmkv4kx.fsf@elk.localnet> (Carl Johnson's message of "Sat, 06 Dec 2014 13:41:34 -0800") Message-ID: <87h9x8v0nf.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 23:06:34 -0000 Carl Johnson writes: > Paul Pathiakis via freebsd-questions > writes: > >> I was hoping that it would clear it all like it did on one of my machines. >> >> However, on the other.... well, I deinstalled all the questionable >> packages and reinstalled them. I believe it's a problem with pkg, as >> the other machine was PCBSD. >> >> Let me check the thread.... >> >> Ok... found it. It was between myself and another guy. >> >> pkg upgrade -f >> >> Let me know. Remember, it's the *BSD community, everyone is here to help. > > I was hoping to avoid that, but there are no other suggestions, so I > guess I will have to. > > Thanks for the help. I ended up just upgrading without the -f and letting it remove all of the packages it wanted to and then adding them back in. It was about 30 packages, which wasn't too bad. >> It did clean up a lot at that point, but there were still 1 or 2. >> On 12/06/2014 13:51, Carl Johnson wrote: >>> Paul Pathiakis via freebsd-questions >>> writes: >>> >>>> Carl, >>>> >>>> I had something like this and decided to regen the pkg database. >>>> >>>> pkg -Ba (I think) >>>> >>>> It cleared most of this up. >>> Thanks for the reply, but that didn't seem to help my problem. I assume >>> that you meant 'pkg check -Ba', but that just checks the database and >>> doesn't regenerate the database. The pkg check did find some missing >>> files, so I forced the reinstall of two packages and that eliminated the >>> warnings from the check. Unfortunately, I still got the same warnings >>> when I tried to upgrade, so I exited out again. >>> >>>> On 12/05/2014 23:58, Carl Johnson wrote: >>>>> I have just tried to run a 'pkg upgrade', but I am getting a lot of 'SAT >>>>> solver' problems. It appeared that it wants to remove the offending >>>>> packages, so I did a '^C' after the first few of them to abort any >>>>> operations. >>>>> >>>>> The program output looked normal at first and downloaded all of the >>>>> packages, but then I started getting errors like these (long lines): >>>>> >>>>> pkg: Cannot solve problem using SAT solver: >>>>> cannot install package p5-Locale-gettext~devel/p5-Locale-gettext, remove it from request? [Y/n]: >>>>> cannot install package xfce~x11-wm/xfce4, remove it from request? [Y/n]: >>>>> pkg: Cannot solve problem using SAT solver: >>>>> cannot install package Thunar~x11-fm/thunar, remove it from request? [Y/n]: >>>>> pkg: Cannot solve problem using SAT solver: >>>>> cannot install package glib~devel/glib20, remove it from request? [Y/n]: >>>>> cannot install package xfce4-desktop~x11-wm/xfce4-desktop, remove it from request? [Y/n]: >>>>> pkg: Cannot solve problem using SAT solver: >>>>> cannot install package libxfce4util~x11/libxfce4util, remove it from request? [Y/n]: >>>>> cannot install package libreoffice~editors/libreoffice, remove it from request? [Y/n]: >>>>> >>>>> I can't figure out if these messages mean that it will not upgrade these >>>>> packages, or if it means that it will remove the packages. I currently >>>>> have pkg version 1.3.8_3 and last upgraded all packages about a month >>>>> ago. I also upgraded the base system from 10.0-RELEASE-p12 to >>>>> 10.1-RELEASE since then, but I didn't think that should effect the >>>>> packages. Does anybody have any suggestions on what these errors mean, >>>>> and what I can do about them? >>>>> >>>>> Thanks for any suggestions. >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>>> >>>> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> -- Carl Johnson carlj@peak.org