From owner-freebsd-pkg@FreeBSD.ORG Tue Mar 4 13:37:30 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 52EE8FD3 for ; Tue, 4 Mar 2014 13:37:30 +0000 (UTC) Received: from mail-ea0-x22c.google.com (mail-ea0-x22c.google.com [IPv6:2a00:1450:4013:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E01BD6E9 for ; Tue, 4 Mar 2014 13:37:29 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id l9so363297eaj.3 for ; Tue, 04 Mar 2014 05:37:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=HaNibotyrU6kZgjwX/RVcKm7CWTYssgBMp8Yu+qyRGQ=; b=xUBRQLp01Q2gTIZZfY8beEpfRI+DMkL0aO+rC8QRo5aXdbymXgtkZhsU8E/CbYFT8u 7KE4vRgWuaVu4d9BVWKyDcL3mU6BaNwgWVzNqf3OYcUdPczEFshZmrXdB8nrZsLjulvL obnbW5/jgNmxxcAkJKiMsrqgmQlX3qdI7D87M7GSOeo0UAUOeoB2OaWEC/+CHwOG7FEd e+QIm+Xy6Os9He3iYeSJoCNu8ln4HvzZckqW3+yxDF35+Jax/tDIMvYVC+rt+Ajs0Lyw q230Z5r8rbXuH/ClofH74EJlABduOJ54szLr3gn27iNr3h09/ehO4LkKW2LS9apif8Gd L7Ew== X-Received: by 10.14.47.133 with SMTP id t5mr12425800eeb.96.1393940248203; Tue, 04 Mar 2014 05:37:28 -0800 (PST) Received: from dynamic.wline.6rd.res.cust.swisscom.ch ([2a02:120b:2c03:ef10:90eb:58cd:523:dcc5]) by mx.google.com with ESMTPSA id f45sm63113865eeg.5.2014.03.04.05.37.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Mar 2014 05:37:27 -0800 (PST) From: =?utf-8?Q?=22=28=E3=83=84=29=22?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: pkg upgrade conflict Message-Id: <5943C298-6620-433E-A14D-9D1A5BB03B44@gmail.com> Date: Tue, 4 Mar 2014 14:37:25 +0100 To: freebsd-pkg@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 04 Mar 2014 13:37:30 -0000 I'm facing this : Conflict found on path /usr/local/bin/php between php5-5.4.25(lang/php5) = and php53-5.3.28(lang/php53) I already ran=20 pkg set -o lang/php5:lang/php53=20 and even pkg set -a -o lang/php5:lang/php53=20 But the conflict is still there, can anyone help ? I can provide any = command output if needed I'm running my own repos since several weeks with no issue, til today : # pkg -vv Version : 1.2.6 PACKAGESITE :=20 PKG_DBDIR : /var/db/pkg PKG_CACHEDIR : /var/cache/pkg PORTSDIR : /usr/ports PUBKEY :=20 HANDLE_RC_SCRIPTS : yes ASSUME_ALWAYS_YES : no REPOS_DIR : [ /etc/pkg/, /usr/local/etc/pkg/repos/, ] PLIST_KEYWORDS_DIR :=20 SYSLOG : yes AUTODEPS : yes ABI : freebsd:9:x86:64 DEVELOPER_MODE : no PORTAUDIT_SITE : http://portaudit.FreeBSD.org/auditfile.tbz VULNXML_SITE : http://www.vuxml.org/freebsd/vuln.xml.bz2 MIRROR_TYPE : SRV FETCH_RETRY : 3 PKG_PLUGINS_DIR : /usr/local/lib/pkg/ PKG_ENABLE_PLUGINS : yes PLUGINS : [ ] DEBUG_SCRIPTS : no PLUGINS_CONF_DIR : /usr/local/etc/pkg/ PERMISSIVE : no REPO_AUTOUPDATE : yes NAMESERVER :=20 EVENT_PIPE :=20 FETCH_TIMEOUT : 30 UNSET_TIMESTAMP : no SSH_RESTRICT_DIR :=20 PKG_SSH_ARGS :=20 PKG_ENV : { } DISABLE_MTREE : no DEBUG_LEVEL : 0 ALIAS : { all-depends: query %dn-%dv, annotations: info -A, build-depends: info -qd, download: fetch, iinfo: info -i -g -x, isearch: search -i -g -x, leaf: query -e "%a =3D=3D 0" "%n-%v", list: info -ql, origin: info -qo, provided-depends: info -qb, raw: info -R, required-depends: info -qr, shared-depends: info -qB, show: info -f -k, size: info -sq, } Repositories: poudriere: {=20 url : = "pkg+http://xyz.invalid/poudriere/freebsd:9:x86:64", enabled : yes, mirror_type : "SRV" } Thanks !