]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: cmake configure error on fedora-37/rawhide
authorKaleb S. KEITHLEY <kkeithle@redhat.com>
Mon, 14 Feb 2022 12:42:08 +0000 (07:42 -0500)
committerKaleb S. KEITHLEY <kkeithle@redhat.com>
Mon, 14 Feb 2022 12:42:08 +0000 (07:42 -0500)
commit78edb6a91788133334ceeeda0c95529df5f40da8
tree9da5ce47b73df074fc38bd67412e37a3d92ce9d0
parent2de993b969d23a7f381912f7621005061f065bce
rgw: cmake configure error on fedora-37/rawhide

see
https://kojipkgs.fedoraproject.org//work/tasks/6624/82706624/build.log,
excerpted below

...
CMake Error: The inter-target dependency graph contains the following
strongly connected component (cycle): "rgw_common" of type
STATIC_LIBRARY depends on "dbstore" (weak) depends on "sqlite_db" (weak)
"dbstore" of type SHARED_LIBRARY depends on "rgw_common" (weak) depends
on "sqlite_db" (weak) "sqlite_db" of type SHARED_LIBRARY depends on
"rgw_common" (weak) depends on "dbstore" (weak) At least one of these
targets is not a STATIC_LIBRARY. Cyclic dependencies are allowed only
among static libraries. CMake Generate step failed. Build files cannot
be regenerated correctly.
...

https://tracker.ceph.com/issues/54266

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
src/rgw/store/dbstore/CMakeLists.txt
src/rgw/store/dbstore/sqlite/CMakeLists.txt