Bug 2182704
| Summary: | F39FailsToInstall: blogilo, blogilo-libs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | blogilo | Assignee: | Kevin Kofler <kevin> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | kde-sig, kevin, marcdeop, rdieter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | blogilo-17.08.3-26.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-08 13:13:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2168845 | ||
|
Description
Fedora Fails To Install
2023-03-29 12:23:15 UTC
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug. kdepim libraries broke backwards compatibility, I am looking into fixing Blogilo. A rebuild fails with:
CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
By not providing "FindKF5TextAutoCorrection.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "KF5TextAutoCorrection", but CMake did not find one.
Could not find a package configuration file provided by
"KF5TextAutoCorrection" (requested version 1.0.0) with any of the following
names:
KF5TextAutoCorrectionConfig.cmake
kf5textautocorrection-config.cmake
Add the installation prefix of "KF5TextAutoCorrection" to CMAKE_PREFIX_PATH
or set "KF5TextAutoCorrection_DIR" to a directory containing one of the
above files. If "KF5TextAutoCorrection" provides a separate development
package or SDK, be sure it has been installed.
Call Stack (most recent call first):
/usr/lib64/cmake/KF5PimCommon/KF5PimCommonConfig.cmake:46 (find_dependency)
CMakeLists.txt:67 (find_package)
which looks like a missing Requires in the -devel package providing KF5PimCommonConfig.cmake.
I think what you are looking for is: https://koji.fedoraproject.org/koji/rpminfo?rpmID=34054379 But if KF5PimCommonConfig.cmake is looking for this with find_dependency and producing an error if not found, the -devel package should have a Requires: ktextaddons-devel (or Requires: cmake(KF5TextAutoCorrection)). There are more such missing dependencies in kdepim -devel packages, see e.g. bug 2046299, bug 2046310, bug 2046310, and it is a pain. |