Sie sind nicht angemeldet.

1

29.05.2023, 10:20

The ebuild selected to satisfy "dev-lang/php" has unmet requirements.

Moin. Irgendwie krieg ich die make.conf nicht hin das es passt ... :-(

sysvorOrt /home/michi # emerge -avuND world

* IMPORTANT: 20 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies -

!!! Problem resolving dependencies for dev-lang/php from @selected
... done!
Dependency resolution took 1.95 s.


!!! The ebuild selected to satisfy "dev-lang/php" has unmet requirements.
- dev-lang/php-8.2.5-r1::gentoo USE="acl apache2 bcmath bzip2 calendar cgi cjk cli ctype curl exif fileinfo filter flatfile fpm ftp gdbm iconv jit nls opcache phar posix readline session simplexml spell ssl tokenizer unicode xml xslt zlib -apparmor -argon2 -avif -berkdb -cdb -coverage -debug -embed -enchant -ffi -firebird -gd -gmp -imap -inifile -intl -iodbc -kerberos -ldap -ldap-sasl -libedit -lmdb -mhash -mssql -mysql -mysqli -oci8-instant-client -odbc -pcntl -pdo -phpdbg -postgres -qdbm (-selinux) -session-mm -sharedmem -snmp -soap -sockets -sodium -sqlite -systemd -sysvipc -test -threads -tidy -tokyocabinet -truetype -webp -xmlreader -xmlwriter -xpm -zip" ABI_X86="(64)"

The following REQUIRED_USE flag constraints are unsatisfied:
cjk? ( gd ) exif? ( gd )

The above constraints are a subset of the following complete expression:
any-of ( cli cgi fpm apache2 embed phpdbg ) avif? ( gd zlib ) cli? ( exactly-one-of ( readline libedit ) ) !cli? ( at-most-one-of ( readline libedit ) ) truetype? ( gd zlib ) webp? ( gd zlib ) cjk? ( gd zlib ) exif? ( gd zlib ) xpm? ( gd zlib ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) xmlreader? ( xml ) xmlwriter? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) oci8-instant-client? ( !ldap ) qdbm? ( !gdbm ) session-mm? ( session !threads ) mysql? ( any-of ( mysqli pdo ) ) firebird? ( pdo ) mssql? ( pdo )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

#less /etc/portage/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
L10N="de"
USE="X, dhcpcd, php,cgi, alsa,fpm,
cups, jpeg2k, symlink, gtk, -qt5,
elogind, -games, java, python,fpm,apache2, ftp
jpg, jpeg, gif, png, symlink, apache, php, php8 exif"
GRUB_PLATFORMS="efi-64"
ACCEPT_KEYWORDS="~amd64"

LINGUAS="de en en_US en_GB"

PHP_TARGETS="php8-2"

2

30.05.2023, 17:25

Hallo,

welches pyzhon target hast du aktiviert?

meins im testing system:

Zitat

*/* PYTHON_TARGETS: -* python3_12
*/* PYTHON_SINGLE_TARGET: -* python3_12


Könntest du etwas mehr vom emerge output posten?


Könnte mir auch vorstellen das folgendes erst mal hilft:

Quellcode

1
 emerge --unmerge --nodeps   dev-lang/php


Viele Grüße