View previous topic :: View next topic |
Author |
Message |
artvs n00b
Joined: 01 Apr 2024 Posts: 19
|
Posted: Fri Apr 19, 2024 4:40 pm Post subject: dev-php/pecl-memcached & php 8.2 |
|
|
Could you please tell me, is it possible to install dev-php/pecl-memcached for php 8.2?
If I correctly understand this page https://packages.gentoo.org/packages/dev-php/pecl-memcached
Then PHP_TARGETS=php8-2 is supported.
Here is what I have in fact:
Code: |
emerge --ask dev-php/pecl-memcached
These are the packages that would be merged, in order:
Calculating dependencies .... done!
Dependency resolution took 1.88 s (backtrack: 0/20).
[ebuild NS ] dev-lang/php-8.1.26-r1:8.1::gentoo [8.2.15:8.2::gentoo] USE="acl bzip2 cli ctype curl fileinfo filter flatfile fpm gd gdbm iconv ipv6 jit mysql mysqli nls opcache phar posix readline session simplexml sockets sqlite ssl tokenizer unicode xml xmlreader zip zlib -apache2 -apparmor -argon2 -avif -bcmath -berkdb -calendar -cdb -cgi -cjk (-coverage) -debug -embed -enchant -exif -ffi (-firebird) -ftp -gmp -imap -inifile -intl -iodbc -kerberos -ldap -ldap-sasl -libedit -lmdb -mhash -mssql -oci8-instant-client -odbc -pcntl -pdo -phpdbg -postgres -qdbm (-selinux) -session-mm -sharedmem -snmp -soap -sodium -spell -systemd -sysvipc -test -threads -tidy -tokyocabinet -truetype -webp -xmlwriter -xpm -xslt (-valgrind%)" 0 KiB
[ebuild N ] dev-php/pecl-memcached-3.2.0-r1:7::gentoo USE="session -igbinary -json -sasl -test" PHP_TARGETS="php8-1" 0 KiB
Total: 2 packages (1 new, 1 in new slot), Size of downloads: 0 KiB
Would you like to merge these packages? [Yes/No] no
|
and
Code: |
PHP_TARGETS="php8-2" emerge --ask dev-php/pecl-memcached
These are the packages that would be merged, in order:
Calculating dependencies
!!! Problem resolving dependencies for dev-php/pecl-memcached
... done!
Dependency resolution took 0.60 s (backtrack: 0/20).
!!! The ebuild selected to satisfy "dev-php/pecl-memcached" has unmet requirements.
- dev-php/pecl-memcached-3.2.0-r1::gentoo USE="session -igbinary -json -sasl -test" ABI_X86="(64)" PHP_TARGETS="-php8-1"
The following REQUIRED_USE flag constraints are unsatisfied:
php_targets_php8-1
The above constraints are a subset of the following complete expression:
any-of ( php_targets_php8-1 )
|
|
|
Back to top |
|
|
freke Veteran
Joined: 23 Jan 2003 Posts: 1026 Location: Somewhere in Denmark
|
Posted: Fri Apr 19, 2024 4:47 pm Post subject: |
|
|
The stable dev-php/pecl-memcached-3.2.0-r1 is php8_1 only, the keyworded _p20230419 and _p20231008 supports php8_2 |
|
Back to top |
|
|
artvs n00b
Joined: 01 Apr 2024 Posts: 19
|
Posted: Fri Apr 19, 2024 4:59 pm Post subject: |
|
|
Thanks for explanation. |
|
Back to top |
|
|
|