Code: Select all
# USE="-seccomp" emerge -vp qemu
!!! Problem resolving dependencies for app-emulation/qemu
!!! The ebuild selected to satisfy "qemu" has unmet requirements.
- app-emulation/qemu-7.1.0-r2::gentoo USE="aio alsa bzip2 caps capstone curl doc
fdt filecaps gnutls gtk iscsi jpeg ncurses nls opengl oss pam
pin-upstream-blobs png pulseaudio python sdl slirp smartcard spice ssh udev
usb usbredir vde vhost-net virtfs vnc vte xattr -accessibility -bpf -debug
-fuse -glusterfs -infiniband -io-uring -jack -jemalloc -lzo -multipath -nfs
-numa -plugins -rbd -sasl -sdl-image -seccomp (-selinux) -snappy -static
-static-user -systemtap -test -virgl -xen -zstd" ABI_X86="(64)"
PYTHON_TARGETS="python3_8 -python3_10 -python3_11 -python3_9"
QEMU_SOFTMMU_TARGETS="i386 x86_64 -aarch64 -alpha -arm -avr -cris -hppa
-loongarch64 -m68k -microblaze -microblazeel -mips -mips64 -mips64el -mipsel
-nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx -s390x -sh4 -sh4eb -sparc
-sparc64 -tricore -xtensa -xtensaeb" QEMU_USER_TARGETS="i386 x86_64 -aarch64
-aarch64_be -alpha -arm -armeb -cris -hexagon -hppa -loongarch64 -m68k
-microblaze -microblazeel -mips -mips64 -mips64el -mipsel -mipsn32 -mipsn32el
-nios2 -or1k -ppc -ppc64 -ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc
-sparc32plus -sparc64 -xtensa -xtensaeb"
----------------------------------------------------------------------------
The following REQUIRED_USE flag constraints are unsatisfied:
seccomp
----------------------------------------------------------------------------
The above constraints are a subset of the following complete
expression:
caps seccomp any-of ( python_targets_python3_8
python_targets_python3_9 python_targets_python3_10
python_targets_python3_11 ) qemu_softmmu_targets_arm? ( fdt
) qemu_softmmu_targets_microblaze? ( fdt
) qemu_softmmu_targets_mips64el? ( fdt
) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc?
( fdt ) qemu_softmmu_targets_riscv32? ( fdt
) qemu_softmmu_targets_riscv64? ( fdt
) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static?
( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins
!rbd !snappy !udev ) static-user? ( !plugins ) virgl? ( opengl
) virtfs? ( caps xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath?
( udev ) plugins? ( !static !static-user )Code: Select all
REQUIRED_USE="caps seccomp
...................... etc.Is this intentional or is it a mistake in the latest ebuild?


