Bug 2182704 - F39FailsToInstall: blogilo, blogilo-libs
Summary: F39FailsToInstall: blogilo, blogilo-libs
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: blogilo
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F39FailsToInstall, RAWHIDEFailsToInstall
TreeView+ depends on / blocked
 
Reported: 2023-03-29 12:23 UTC by Fedora Fails To Install
Modified: 2023-04-11 21:59 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---


Attachments (Terms of Use)

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/

Your package (blogilo) Fails To Install in Fedora 39:

can't install blogilo:
  - nothing provides libKF5WebEngineViewer.so.5()(64bit) needed by blogilo-17.08.3-25.fc38.x86_64
  - nothing provides libKPimGAPIBlogger.so.5()(64bit) needed by blogilo-17.08.3-25.fc38.x86_64
  - nothing provides libKPimGAPICore.so.5()(64bit) needed by blogilo-17.08.3-25.fc38.x86_64
  
can't install blogilo-libs:
  - nothing provides libKF5PimTextEdit.so.5()(64bit) needed by blogilo-libs-17.08.3-25.fc38.x86_64
  - nothing provides libKF5WebEngineViewer.so.5()(64bit) needed by blogilo-libs-17.08.3-25.fc38.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install blogilo blogilo-libs


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Fedora Fails To Install 2023-04-06 20:33:36 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.

Comment 2 Kevin Kofler 2023-04-10 02:34:40 UTC
kdepim libraries broke backwards compatibility, I am looking into fixing Blogilo.

Comment 3 Kevin Kofler 2023-04-10 02:49:56 UTC
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.

Comment 4 marcdeop 2023-04-11 16:35:52 UTC
I think what you are looking for is: https://koji.fedoraproject.org/koji/rpminfo?rpmID=34054379

Comment 5 Kevin Kofler 2023-04-11 21:59:40 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.