From owner-freebsd-pkg@FreeBSD.ORG Wed Nov 12 11:16:54 2014 Return-Path: Delivered-To: freebsd-pkg@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 679EBB87 for ; Wed, 12 Nov 2014 11:16:54 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (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 220A979 for ; Wed, 12 Nov 2014 11:16:54 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id b13so10118345qcw.37 for ; Wed, 12 Nov 2014 03:16:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GyqUkzvqlLbufx7vw9tTSCpRYJ5xrwRTBakORhqQ4iU=; b=fB/IW+2A+ljF5agN2ibhyuiMON5DWAxL6lJPMfNngtqJvSLoJqZjS6iq0lsG0VislM SuJdwRKmZXr8BPgFL+MndZvdfbEba0xU70h3KgrZTFqX8tRD28++xQu7iVF8sJRpsxlm QExuMQnRkt9ruH/HVu7yp4mpaDGcdDDxxBZxdayB2E80KvVC1fm6lavxUz1UW/a0hhQu 7iKrVWrJpkhtRH4Rg87LPsnsFsw2rJDbB6ZfiNvaNkf689AH4z1gWhFDuuGxRTf/w9rS sTtk4PQ2nEekY7V9wd6N+pi4a/R4kmYquhRFDmW0xv4cwCTiGWM5+N7AvSTh29qrMFIL RS3g== MIME-Version: 1.0 X-Received: by 10.140.20.175 with SMTP id 44mr57007276qgj.22.1415791012872; Wed, 12 Nov 2014 03:16:52 -0800 (PST) Received: by 10.141.6.86 with HTTP; Wed, 12 Nov 2014 03:16:52 -0800 (PST) Date: Wed, 12 Nov 2014 14:16:52 +0300 Message-ID: Subject: pkg install: conflict deluge with fpc-units From: Valery Savchuk To: freebsd-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 11:16:54 -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