Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866449 - 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
Summary: sys-cluster/ceph-17.2.3-r3 fails to compile: Messenger.h:723:30: error: class...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-25 05:25 UTC by Agostino Sarubbo
Modified: 2023-01-28 12:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,114.50 KB, application/x-xz)
2022-08-25 05:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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