From owner-freebsd-pkg@FreeBSD.ORG Wed Nov 12 12:08:34 2014 Return-Path: Delivered-To: pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE09D3F2 for ; Wed, 12 Nov 2014 12:08:33 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::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 BA0B67D8 for ; Wed, 12 Nov 2014 12:08:33 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id n8so8280962qaq.5 for ; Wed, 12 Nov 2014 04:08:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LaMNoNxZXFLOrVn1kVSzqZklhX2E2WYAeq2j4CWcPLU=; b=Eutg2D73fSYzNGL5CMG6LI7w6ArS2OnnGq04DwH0irsZcTx4Inh+q3dgFGspZWomKE ie3bKvZmuerCMUZoVsPXWh4EcGtcXr/cg9R/8cSA4TDsW4KQh1QZ8OK+R0+luMyvyZr9 7G0Y8yijzvStmoBqUD5o28ddHcyZF77XD5rW0fQOrhWTHMQKuNxLmpwFhaav+EhWN/i4 EdQv/8IsvOZCPtr1s5IODyp8CV2OD/pzk/ZbqPipNQ6LlcewpLwP1Qwo5c+8HQzs86+t BsLhvc1IQv0uY8VZCn5rp19pGdWNaPdjPmir3EGfyxcZ1iN+pCMHfYL0sW6ejYAkPq/i 1s7A== MIME-Version: 1.0 X-Received: by 10.224.111.201 with SMTP id t9mr60689260qap.44.1415794112806; Wed, 12 Nov 2014 04:08:32 -0800 (PST) Received: by 10.141.6.86 with HTTP; Wed, 12 Nov 2014 04:08:32 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Nov 2014 15:08:32 +0300 Message-ID: Subject: Fwd: pkg install: conflict deluge with fpc-units From: Valery Savchuk To: pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Wed, 12 Nov 2014 12:08:34 -0000 Hello! Today (2014-Nov-12) I have tried to install package deluge, it removes package fpc-units. But installing package fpc-units removes package deluge. And so on with loop. See below: root@bsd:/ # pkg install deluge Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Checking integrity... done (0 conflicting) The following 11 packages will be affected (of 0 checked): Installed packages to be REMOVED: fpc-units-2.6.4_2 fpc-bfd-2.6.4 libbfd-2.19.1_2 New packages to be INSTALLED: deluge: 1.3.10,1 py27-game: 1.9.1_4 py27-numpy: 1.9.1,1 suitesparse: 4.0.2_4 lapack: 3.4.2_3 blas: 3.4.2_3 gcc: 4.8.3_2 binutils: 2.24_1 The process will require 432 MB more space. Proceed with this action? [y/N]: root@bsd:/ # pkg install fpc-units Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Checking integrity... done (0 conflicting) The following 11 packages will be affected (of 0 checked): Installed packages to be REMOVED: deluge-1.3.10,1 py27-numpy-1.9.1,1 suitesparse-4.0.2_4 lapack-3.4.2_3 blas-3.4.2_3 gcc-4.8.3_2 py27-game-1.9.1_4 binutils-2.24_1 New packages to be INSTALLED: fpc-units: 2.6.4_2 fpc-bfd: 2.6.4 libbfd: 2.19.1_2 The operation will free 432 MB. Proceed with this action? [y/N]: root@bsd:/ # uname -a FreeBSD bsd 10.1-PRERELEASE FreeBSD 10.1-PRERELEASE #0 r271243: Mon Sep 8 02:27:35 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Best regards