pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: php and pkgin
* On 2025-04-09 at 09:44 BST, Fekete Zoltán wrote:
bash-5.2# pkgin se php | grep '='
=: package is installed and up-to-date
bash-5.2#
So, we can verify no php is installed.
This isn't the correct command to run to assert that. "pkgin list" or
"pkg_info" and grep for the package(s) in question. Search lists every
package available in the remote repository, and grep for "=" will only
show local packages that exactly match the remote version.
# tail /var/db/pkgin/pkg_install-err.log
---Apr 09 10:30:52: installing php81-8.1.32...
pkg_add: Package `php81-8.1.32' conflicts with `php-[0-9]*', and
`php-8.1.31' is installed.
pkg_add: 1 package addition failed
This is a complicated upgrade scenario that SUPERSEDES does not yet
handle correctly.
I figured out, some parts of the former php81-8.1.31 package are still
existing in the filesystem.
I really don't know how to proceed.
It's likely that php-8.1.31 really is installed and your grep for "="
just missed it, so I think for now the best workaround is to pkg_delete
it manually and then re-install the php packages you need.
--
Jonathan Perkin pkgsrc.smartos.org
Open Source Complete Cloud www.tritondatacenter.com
Home |
Main Index |
Thread Index |
Old Index