From owner-freebsd-pkg@FreeBSD.ORG Wed Mar 5 17:19:58 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 C8CB0A0E for ; Wed, 5 Mar 2014 17:19:58 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 825D92EC for ; Wed, 5 Mar 2014 17:19:58 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id EF0D42070F for ; Wed, 5 Mar 2014 12:19:56 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Wed, 05 Mar 2014 12:19:56 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=7JTpQALzCJSC5jDD8giwTc3qQio=; b=lag 3iP/BtMZrszd4x/KVCJIQYvZzobbQjA++S5OihrDMkZwUIJmIOygHjldDKG0im7y frCz4CnEqXmzzVJ5ewEcEBxN2dT431th7gOGzjYe6ay9JFIppf6Ggkq6zcFfqxRz AT8RnDsBTj3wp/Y9vNZznax3bH0RRcQ/ae41jDlw= Received: by web6.nyi.mail.srv.osa (Postfix, from userid 99) id D6C1129C69D; Wed, 5 Mar 2014 12:19:56 -0500 (EST) Message-Id: <1394039996.26987.90950985.3D7B5FE0@webmail.messagingengine.com> X-Sasl-Enc: xH+2tUC3L7f8Tsmj2YcVT0FfRK1AnIZmwr+m9NmGeruz 1394039996 From: Mark Felder To: freebsd-pkg@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f In-Reply-To: <5943C298-6620-433E-A14D-9D1A5BB03B44@gmail.com> References: <5943C298-6620-433E-A14D-9D1A5BB03B44@gmail.com> Subject: Re: pkg upgrade conflict Date: Wed, 05 Mar 2014 11:19:56 -0600 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: Wed, 05 Mar 2014 17:19:58 -0000 On Tue, Mar 4, 2014, at 7:37, (=E3=83=84) wrote: > I'm facing this : >=20 > Conflict found on path /usr/local/bin/php between php5-5.4.25(lang/php5) > and php53-5.3.28(lang/php53) >=20 > I already ran=20 >=20 > pkg set -o lang/php5:lang/php53=20 >=20 > and even >=20 > pkg set -a -o lang/php5:lang/php53=20 >=20 > But the conflict is still there, can anyone help ? I can provide any > command output if needed >=20 > I'm running my own repos since several weeks with no issue, til today : >=20 > # 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, > } >=20 > Repositories: > poudriere: {=20 > url : > "pkg+http://xyz.invalid/poudriere/freebsd:9:x86:64", > enabled : yes, > mirror_type : "SRV" > } >=20 >=20 Are you trying to make php 5.3 the default version for everything in your repository? If so, you need to override PHP in your poudriere make.conf DEFAULT_VERSIONS=3D php=3D5.3