From owner-freebsd-pkg@FreeBSD.ORG Sun Sep 14 08:46:22 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 09A67DD7 for ; Sun, 14 Sep 2014 08:46:22 +0000 (UTC) Received: from eu1sys200aog112.obsmtp.com (eu1sys200aog112.obsmtp.com [207.126.144.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2BC8E2 for ; Sun, 14 Sep 2014 08:46:20 +0000 (UTC) Received: from mail-we0-f181.google.com ([74.125.82.181]) (using TLSv1) by eu1sys200aob112.postini.com ([207.126.147.11]) with SMTP ID DSNKVBVVvku32cM2IyqMQEM5Asq8o9iAcJFH@postini.com; Sun, 14 Sep 2014 08:46:21 UTC Received: by mail-we0-f181.google.com with SMTP id w62so2646225wes.40 for ; Sun, 14 Sep 2014 01:45:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=cwStJMS7FzQm2X6ILRiugnronztmaQFiPkDeN6lrA1w=; b=liLhlqNoWqLa+A2Vg9JJK0XZRq5oyDCdVUyTgqiy7PeHks0ep+bTdQtAuHl3Etl7wm ZyZogxvS6Irb75A3xHxKKeTcilfa2iP8a5sXJz/kZ8oSDOjTtgglVGvohVzggFtwmHbv t7I1P6Z3Zz2hkZE4TrVoAgqk0ZTZhnjvchWm13nv+Cq4aeKJtVHdujJnAc+coUeDMHZa PMKIruno32RARggmbugLTCXbV46UUhFQP47YyRJ0PA7zubMvwSm7KoyFkpL8VbbEj3ic n++821snzfM9NlRqiEae+JNQDYoDEogKA5Ntz1yRFTLS5sA1D9Lg0KYLrrMiCwt7h3ue c4cw== X-Received: by 10.180.102.40 with SMTP id fl8mr15352687wib.17.1410684350464; Sun, 14 Sep 2014 01:45:50 -0700 (PDT) X-Gm-Message-State: ALoCoQnUCfPJO4mPbb0+nZdqNvmEu9sCtuvw/+NnE2lALIBqHpVmwmILoRW93DBEE+BtIWV8BUraH6iMzJ64zc8D1LmfBUPoP9e33tM5fX1cqv7Qe9GwkW0OpHgNcBsKq8897OrH4xR+9EdOmhYeG5sEASW+M8vfRw== X-Received: by 10.180.102.40 with SMTP id fl8mr15352676wib.17.1410684350342; Sun, 14 Sep 2014 01:45:50 -0700 (PDT) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id gl10sm7590544wib.1.2014.09.14.01.45.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Sep 2014 01:45:49 -0700 (PDT) Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.8) with ESMTP id s8E8jmcU000796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 14 Sep 2014 09:45:48 +0100 (BST) (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.8/Submit) id s8E8jmkC000795 for freebsd-pkg@freebsd.org; Sun, 14 Sep 2014 09:45:48 +0100 (BST) (envelope-from mexas) Date: Sun, 14 Sep 2014 09:45:48 +0100 (BST) From: Anton Shterenlikht Message-Id: <201409140845.s8E8jmkC000795@mech-as221.men.bris.ac.uk> To: freebsd-pkg@freebsd.org Subject: firefox: pkg: Cannot solve problem using SAT solver Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 14 Sep 2014 08:46:22 -0000 I'm in a jail under amd64 9.2-RELEASE. # pkg info -xo pkg- pkg-1.3.7 ports-mgmt/pkg # pkg check -srda Checking all packages: 100% # # pkg install firefox Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) pkg: Cannot solve problem using SAT solver: cannot install package firefox~www/firefox, remove it from request? [Y/n]: y Checking integrity... done (0 conflicting) The most recent version of packages are already installed # Have I forgotten something? Thanks Anton