commit: 6c0b77cb061b97458dd320955e48e501ba127e92 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 16:47:46 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 17:05:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0b77cb
profiles/arch/riscv: mask USE=mgr on sys-cluster/ceph Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 467bb316557..21a1c92a2d1 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -6,6 +6,11 @@ # That said, with pebble-4.6.3 installed manually # (and without testing) all nbconvert-6.0.7 tests passed. dev-python/nbconvert test +# ceph-mgr indirectly depends on dev-python/loky, which fails tests +# on this arch. Note that since modern versions of Ceph require ceph-mgr +# for normal operations, masking this flag means one cannot presently +# have a riscv-only Gentoo-based Ceph cluster. +sys-cluster/ceph mgr # Yixun Lan <[email protected]> (2021-08-29) # sys-apps/fwupd not tested, USE=spi,uefi,dell @@ -19,8 +24,8 @@ sys-cluster/openmpi openmpi_fabrics_psm sys-fabric/ofed ofed_drivers_psm # Marek Szuba <[email protected]> (2021-08-23) -# sys-cluster/ceph keywording blocked by libatomic issues in dev-libs/rocksdb-6.14, -# see Bug #809830. +# sys-cluster/ceph not keyworded here yet due to several dependencies +# failing tests net-analyzer/rrdtool rados # Marek Szuba <[email protected]> (2021-08-22)
