https://bugs.kde.org/show_bug.cgi?id=484823
Bug ID: 484823 Summary: analitza produces libraries with the same name and SONAME for different versions Classification: Frameworks and Libraries Product: analitza Version: 8.0.0 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: core Assignee: aleix...@kde.org Reporter: bega...@gmail.com Target Milestone: --- *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY Applications wont launch with the other KF version installed. STEPS TO REPRODUCE 1. Build analitza 23.08.5 for KF5, Build analitza 24.02.1 for KF6ยต OBSERVED RESULT Both provide libAnalitza*.so.8.0.0 EXPECTED RESULT At least one should provide a different SONAME SOFTWARE/OS VERSIONS Haiku: R1B4 KDE Plasma Version: KF5 (not used) KDE Frameworks Version: 5.115.0 + 6.0.0 Qt Version: 5.15.11 + 6.6.0 ADDITIONAL INFORMATION Our Cantor version is still build with KF5, hence using Analitza 23.08.5, but wanted to give a go at KAlgebra with 24.02.1 when I noticed either can't find Analitza is the other version is installed (cmake config version differ). ``` CMake Error at CMakeLists.txt:30 (find_package): By not providing "FindAnalitza6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Analitza6", but CMake did not find one. Could not find a package configuration file provided by "Analitza6" with any of the following names: Analitza6Config.cmake analitza6-config.cmake Add the installation prefix of "Analitza6" to CMAKE_PREFIX_PATH or set "Analitza6_DIR" to a directory containing one of the above files. If "Analitza6" provides a separate development package or SDK, be sure it has been installed. ``` -- You are receiving this mail because: You are watching all bug changes.