Summary: | sys-cluster/ceph-17.2.6-r3:0 - /.../legacy_config_opts.h: fatal error: global_legacy_options.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cluster, peeweep, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/ceph/ceph/pull/49517 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 sys-cluster:ceph-17.2.3-r3:20220906-175129.log temp.tar.bz2 Patch File to patch src/CMakeLists.txt Patch File for the ceph-17.2.5-r6 ebuild |
Description
Toralf Förster
![]() Created attachment 803584 [details]
emerge-info.txt
Created attachment 803587 [details]
emerge-history.txt
Created attachment 803590 [details]
environment
Created attachment 803593 [details]
etc.portage.tar.bz2
Created attachment 803596 [details]
logs.tar.bz2
Created attachment 803599 [details]
sys-cluster:ceph-17.2.3-r3:20220906-175129.log
Created attachment 803602 [details]
temp.tar.bz2
Reproduced on sys-cluster/ceph-17.2.5-r1 ~riscv (not amd64), there is a PR to fix this issue: https://github.com/ceph/ceph/pull/49517 Created attachment 862770 [details, diff]
Patch File to patch src/CMakeLists.txt
Created attachment 862771 [details, diff]
Patch File for the ceph-17.2.5-r6 ebuild
I had exactly the same error when I tried to emerge the current stable Chep version 17.2.5-r6 With the hint from Jinqiang Zhang and the information from this side: https://github.com/ceph/ceph/pull/49517/commits/80e422234acb1f8ffcbe8ee3898cb00f889466a3 I was ableto create a patch for the CMakeLists.txt in the src directory. With the patch applied I am able to compile the ebuild without an error. ci has reproduced this issue with version 17.2.6-r3 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbbb0a44b36b8e45c4b94e9cd55e3b564882389 commit bbbbb0a44b36b8e45c4b94e9cd55e3b564882389 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-06-04 04:59:34 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-06-04 05:06:39 +0000 sys-cluster/ceph: fix parallel(?) build failure ... or at least a non-deterministic issue, as it only happens on some machines. We've seen that kind of thing in the past with ninja, although only pretty rarely (on m68k...). Closes: https://bugs.gentoo.org/868891 Signed-off-by: Sam James <sam@gentoo.org> sys-cluster/ceph/ceph-17.2.6-r3.ebuild | 4 +- sys-cluster/ceph/files/ceph-17.2.6-cmake.patch | 80 ++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) |