From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 16:24:44 2014 Return-Path: Delivered-To: freebsd-questions@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 A5FFA169 for ; Fri, 19 Sep 2014 16:24:44 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (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 41978ACA for ; Fri, 19 Sep 2014 16:24:44 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id n3so5271413wiv.1 for ; Fri, 19 Sep 2014 09:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3b2sffiBSDBEKD7spY1UmM0+H1dxHvTLP3LmXtCo41E=; b=yBdnSq4y1X/kQsuk6vsx7GRcvpbsfBNOHwUAT2RNgSfEleZJWgxERMIG1Ib+e1eZ/q KQYvWBLc+f1b2ZFtMm9cFnA7s+g4hXWqxzH2BPWa0pHgexm3LHFf4nD66RFbfHmhnIQV fI+ftfv+FLsOiOPyFrAfoVMc2NGkZykXq5k4Xp95frMqzuUa3igDVFDcLQAxxF4Uwi1U VQz1i6bhE0Un6IOBixnL0KMWROuc2Eu9KckkB+QuoJLq+lmEFmPSIHYf2hCX0fT4JZXf tdHgfMHl3OjfLednrNdCC1tiI0yzKrM+urJU22UArx6KjBGKuXdX50vCG/iZ19KVF6dp Yh0g== MIME-Version: 1.0 X-Received: by 10.180.218.99 with SMTP id pf3mr56470980wic.19.1411143882488; Fri, 19 Sep 2014 09:24:42 -0700 (PDT) Received: by 10.216.116.138 with HTTP; Fri, 19 Sep 2014 09:24:42 -0700 (PDT) Received: by 10.216.116.138 with HTTP; Fri, 19 Sep 2014 09:24:42 -0700 (PDT) Date: Fri, 19 Sep 2014 17:24:42 +0100 Message-ID: Subject: Broken my pkg set up... From: Peter Harrison To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Fri, 19 Sep 2014 16:24:44 -0000 Dear list, I seem to have broken my pkg beyond all repair (that I can find at least). The problem seems to stem from having used postmaster to update chromium (and a couple of other ports) when there was a bit of a delay in the official repository being update. pkg now refuses to update those ports. I get: "pkg: Cannot solve problem using SAT solver" Consistently for those ports which were updated by hand. I've gone so far as to delete all ports (pkg delete -a), verify that the pkg database is empty (pkg info) run pkg check -Ba. But on reinstall I get the exact same message on the exact same ports - including slim, xfce4, and chromium. What am I doing wrong? This is on 10-RELEASE i386 Thanks Peter Harrison