Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Mar 2014 11:19:56 -0600
From:      Mark Felder <feld@FreeBSD.org>
To:        freebsd-pkg@freebsd.org
Subject:   Re: pkg upgrade conflict
Message-ID:  <1394039996.26987.90950985.3D7B5FE0@webmail.messagingengine.com>
In-Reply-To: <5943C298-6620-433E-A14D-9D1A5BB03B44@gmail.com>
References:  <5943C298-6620-433E-A14D-9D1A5BB03B44@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1394039996.26987.90950985.3D7B5FE0>