Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 866449

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 packagesAssignee: 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 gentoo-dev 2022-08-25 05:25:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/ceph-17.2.3-r3 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-25 05:25:25 UTC
Created attachment 800908 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-25 05:25:27 UTC
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’
Comment 3 jinqiang zhang 2023-01-28 12:23:42 UTC
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