commit: 1e9adb4c5aa46fb2897d8937f70d233cd16004ed Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 15:45:51 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 15:47:01 2026 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=1e9adb4c
Move ceph to GNOME build emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/boost:=[context,python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,zlib]". !!! One of the following packages is required to complete your request: - dev-libs/boost-1.88.0-r1::gentoo (Change USE: +python) - sys-cluster/ceph-19.2.2-r6::gentoo (Change USE: -python_targets_python3_13, this change violates use flag constraints defined by sys-cluster/ceph-19.2.2-r6: 'any-of ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) exactly-one-of ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) at-most-one-of ( jemalloc tcmalloc ) diskprediction? ( mgr ) kafka? ( radosgw ) mgr? ( cephfs ) rabbitmq? ( radosgw ) rgw-lua? ( radosgw )') We already have to do that for Blender in another variant, so move ceph there. Signed-off-by: Sam James <sam <AT> gentoo.org> builders/milou/gnome-23/world | 1 + builders/milou/server-23/world | 1 - builders/tintin/gnome-v3-23/world | 1 + builders/tintin/server-v3-23/world | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builders/milou/gnome-23/world b/builders/milou/gnome-23/world index fb97996..f142e3c 100644 --- a/builders/milou/gnome-23/world +++ b/builders/milou/gnome-23/world @@ -64,6 +64,7 @@ sci-visualization/spyview sys-apps/pkgcore sys-apps/portage sys-boot/grub +sys-cluster/ceph sys-cluster/openmpi sys-devel/gcc:14 dev-debug/gdb diff --git a/builders/milou/server-23/world b/builders/milou/server-23/world index ec6baec..473bb5b 100644 --- a/builders/milou/server-23/world +++ b/builders/milou/server-23/world @@ -119,7 +119,6 @@ sys-apps/mlocate sys-apps/pciutils sys-apps/portage sys-boot/grub -sys-cluster/ceph sys-devel/gcc:14 sys-fs/btrfs-progs sys-fs/ncdu diff --git a/builders/tintin/gnome-v3-23/world b/builders/tintin/gnome-v3-23/world index fb97996..f142e3c 100644 --- a/builders/tintin/gnome-v3-23/world +++ b/builders/tintin/gnome-v3-23/world @@ -64,6 +64,7 @@ sci-visualization/spyview sys-apps/pkgcore sys-apps/portage sys-boot/grub +sys-cluster/ceph sys-cluster/openmpi sys-devel/gcc:14 dev-debug/gdb diff --git a/builders/tintin/server-v3-23/world b/builders/tintin/server-v3-23/world index 5f1e9fb..6e0fcd8 100644 --- a/builders/tintin/server-v3-23/world +++ b/builders/tintin/server-v3-23/world @@ -119,7 +119,6 @@ sys-apps/mlocate sys-apps/pciutils sys-apps/portage sys-boot/grub -sys-cluster/ceph sys-devel/gcc:14 sys-fs/btrfs-progs sys-fs/ncdu
