Am Dienstag, 24. November 2020, 09:29:30 CET schrieb Dominique Leuenberger / DimStar:
Hi everybody,
I'd like to inform you that the package 'elektra' will be removed from openSUSE:Factory if nobody cares to fix it.
This package has not had a successful build since May 2020 - 6 months grace period sounds like enough to justify its removal.
I've started to fix the package, choose 0.8.26 as base version since the 0.9 series changes/changed API, available here: home:frispete:Tumbleweed/elektra But now, I got stuck with: [ 9s] -- Configuring done [ 9s] CMake Error at src/bindings/io/uv/CMakeLists.txt:76 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] [ 9s] [ 9s] CMake Error at src/bindings/io/glib/CMakeLists.txt:59 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:36 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:53 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Error at src/bindings/io/uv/CMakeLists.txt:76 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] [ 9s] [ 9s] CMake Error at src/bindings/io/glib/CMakeLists.txt:59 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:36 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] Error evaluating generator expression: [ 9s] [ 9s] $<TARGET_OBJECTS:cframework> [ 9s] [ 9s] Objects of target "cframework" referenced but no such target exists. [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:53 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Error at src/bindings/io/uv/CMakeLists.txt:76 (add_executable): [ 9s] No SOURCES given to target: testio_uv [ 9s] [ 9s] [ 9s] CMake Error at src/bindings/io/glib/CMakeLists.txt:59 (add_executable): [ 9s] No SOURCES given to target: testio_glib [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] No SOURCES given to target: benchmark_storage [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:36 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Error at benchmarks/CMakeLists.txt:8 (add_executable): [ 9s] No SOURCES given to target: benchmark_opmphm [ 9s] Call Stack (most recent call first): [ 9s] benchmarks/CMakeLists.txt:53 (do_benchmark) [ 9s] [ 9s] [ 9s] CMake Generate step failed. Build files cannot be regenerated correctly. [ 9s] error: Bad exit status from /var/tmp/rpm-tmp.BfQx3Y (%build) This was mentioned for master branch in https://github.com/ElektraInitiative/libelektra/issues/3452 The proposed workaround doesn't work for us, though: -DBINDINGS="MAINTAINED;-intercept_env;-intercept_fs;-io_uv;-io_ev;-io_glib" I'm running out of time right now, and would be glad, if somebody could pick up from here. Cheers, Pete