From owner-freebsd-pkg@FreeBSD.ORG Mon Sep 8 12:40:09 2014 Return-Path: Delivered-To: freebsd-pkg@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 B84AFD95 for ; Mon, 8 Sep 2014 12:40:09 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "EXCHANGE.mail.starnet.cz", Issuer "STARNET" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7B5181B for ; Mon, 8 Sep 2014 12:40:08 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4]) by EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4%14]) with mapi; Mon, 8 Sep 2014 14:40:05 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= To: "'freebsd-pkg@freebsd.org'" Date: Mon, 8 Sep 2014 14:40:03 +0200 Subject: A lot of pkg problems Thread-Topic: A lot of pkg problems Thread-Index: Ac/LYgblALzjK50mQAC2faejCQIbdw== Message-ID: Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 08 Sep 2014 12:40:09 -0000 Hello, I am trying to install my computer today (new hardware) and I cannot instal= l a lot of packages, eg. firefox, thunderbird, chromium, xfce, libreoffice.= .... All is falling on message: Checking integrity... done (1 conflicting) pkg: Cannot solve problem using SAT solver: cannot install package firefox~www/firefox, remove it from request? [Y/n]: All the same... I have deleted all packages and problem is still the same. My conf file is: # $FreeBSD: release/10.0.0/etc/pkg/FreeBSD.conf 258710 2013-11-28 14:24:26Z= gjb $ FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } Radek