Date: Tue, 24 Mar 2015 07:34:11 +0000 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-questions@freebsd.org Subject: Re: pkg upgrade issue Message-ID: <55111373.4070506@FreeBSD.org> In-Reply-To: <5510A5FF.8060900@hiwaay.net> References: <5510A5FF.8060900@hiwaay.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wmPSXsFo22xNbQbgG1Ak0Ghc292vcBpXQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 23/03/2015 23:47, William A. Mahaffey III wrote: > After the previously mentioned issue w/ freebsd-update, I decided to > upgrade my installed pkg's while I was in console mode & logged in as > root. I attach the output from the proceedings. I last pkg-upgraded > about 1 month ago & haven't installed any new stuff since then. FreeBSD= > 9.3-RELEASE-p10, running only GENERIC kernels & std. pkgs, w/ 1 > exception, libflash-whatever to support flash in FireFox & opera. Need > anything else, just ask. TIA .... You've run into a known pkg bug which is fixed in what will be the next release. In your case, it manifests as a conflict between upgrading from php-5.4.x to php-5.6.x (which is a change in the default PHP version in ports IIRC) and individual updates of php modules from 5.4.37 to 5.4.38. Plus a similar change from ruby20 to ruby21. Assuming you're using the default FreeBSD package repositories, you'll want to transition to php56. You can beat the conflicts checking into submission by doing something like this: pkg install -f php56 (which should result in php54 being removed, but not the php54-modules) pkg upgrade You might need to play around with this approach a bit in order to get everything working well. Some combination of forcing updates of key packages, or deleting key packages, upgrading everything else and then reinstalling what you deleted should eventually work. Be sure to pay attention to what pkg says it is going to delete -- it is unfortunately quite easy to end up accidentally deleting something you actually wanted installed. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --wmPSXsFo22xNbQbgG1Ak0Ghc292vcBpXQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iQJ8BAEBCgBmBQJVERN9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT7G4P/A1xZ7eQ/H1OZS7AWI2IkrQJ rE6x6P7IPivtDwXxqXOhnBP9S9plJijw7n26wgt58qoogYIyVyTwk8hkryYgexON c0Lmj6BAZ8T01mQa1zKTAXQYEx8SgIrNm9Hlx1UE7TyC+0iSrcTfmEMCHWStzBO7 TcgauFmIpSBbBUzkYueDwF603rPdajzdueH/yIeqiPkHclWpv6xnR7+bMuc+aAIh IUo4lTtb6vW2mfgp5QOWHC1LVp733ymuEkzFQ1+WAsV4FS/aHrNZnBgkQSJkopad GmLUHvv9dWrXiE6IzUnszCLvftU7XemAf0ujF0Vexq/Xn67RrrvxPXXvzbp5Yzb3 jnbXGEhCYLHaesMGD9buqshdDmMHXXvqzpGzpdWmWSZYDZIcooEPkCKwQrbqUd6m vf6FxoiMIGQPtgSSwL5GKyEbUtSz9MDLOTOg6nhSfvjj+aP2zidLQo7pSB9dBF05 I7CkTwspYw8Gg7vB4zDiUyy6HSsNRej19UNUYAsn1frp1SZ+NVgCgl6PB1AnSb8C bsUDLJYLiPqO6aYNCnOqrtAPhtFBk6agfbbMul8AAgki9yLVbwzmTP1xbUVFF/xr t8hfHYHB0yzhBkLFli4vwG+ZTbkAGkyQ0I6RL/UldP907apFj2j4+K0h+iCygBbw zfCxl2NcLegMztvf4ZWE =Qkwp -----END PGP SIGNATURE----- --wmPSXsFo22xNbQbgG1Ak0Ghc292vcBpXQ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55111373.4070506>