Summary: | sys-cluster/ceph-17.2.3-r3 fails to compile: Messenger.h:723:30: error: class ConfigValues has no member named ms_die_on_unhandled_msg | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | cluster, peeweep |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 800908 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern in addition to what has been reported in the summary: -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) FAILED: src/msg/CMakeFiles/common-msg-objs.dir/Connection.cc.o fatal: not a git repository (or any parent up to mount point /var/tmp) -- Package 'thrift', required by 'virtual:world', not found /var/tmp/portage/sys-cluster/ceph-17.2.3-r3/work/ceph-17.2.3/src/msg/Messenger.h:723:30: error: ‘class ConfigValues’ has no member named ‘ms_die_on_unhandled_msg’ Reproduced on sys-cluster/ceph-17.2.5-r1 ~riscv (not amd64), there is a PR to fix this issue and bug #868891: https://github.com/ceph/ceph/pull/49517 |