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 (primecount) Fails To Install in Fedora 41: can't install primecount: - nothing provides libprimesieve.so.11()(64bit) needed by primecount-7.10-4.fc40.x86_64 can't install primecount-libs: - nothing provides libprimesieve.so.11()(64bit) needed by primecount-libs-7.10-4.fc40.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-41-x86_64 --config-opts mirrored=False install primecount primecount-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!
Hi Jerry, I have released a new major version of the primesieve library today where I have also increased the major version of the .so file to libprimesieve.so.12, and this libprimesieve is a dependency of the primecount package. The current primecount package seems to depend on the previous libprimesieve.so.11. So I wanted to simply increase the libprimesieve so version in the primecount.spec file, but the libprimesieve so version is not specified there!? So I don't really understand where I can fix the old libprimesieve so version? Note that the C/C++ API and ABI of primesieve-12.0 are fully backwards compatible with primesieve-11.*. Hence the current primecount package works just fine with the latest primesieve-12.0 release.
Maybe a new build of primecount is all that is needed after the new primesieve-12.0 release. So I tried it and it seems to have fixed the issue: * https://koji.fedoraproject.org/koji/taskinfo?taskID=113763124 * https://src.fedoraproject.org/rpms/primecount/c/6851c77cf43eecdde547219adfa4efe9f6eca85f?branch=rawhide
Yes, a new build is all that is needed, so that the primecount binary depends on the new soname. Sorry I wasn't around earlier to answer your question, but you figured it out.