Hi there after I built a package successfully in mock, the koji (scratch) build failed. Turns out that the mock build was against leptonica 1.85.0-4.fc43 (yes, fc43) while koji has leptonica-devel-1.86.0-1.fc44 now. The error message is:
DEBUG util.py:459: Problem 1: conflicting requests DEBUG util.py:459: - nothing provides pkgconfig(JPEG) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(PNG) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(TIFF) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(ZLIB) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: Problem 2: package tesseract-devel-5.5.1-5.fc44.x86_64 from build requires pkgconfig(lept), but none of the providers can be installed DEBUG util.py:459: - conflicting requests DEBUG util.py:459: - nothing provides pkgconfig(JPEG) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(PNG) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(TIFF) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build DEBUG util.py:459: - nothing provides pkgconfig(ZLIB) needed by leptonica-devel-1.86.0-1.fc44.x86_64 from build Apparently, leptonica-devel FTI now. My package (mupdf) seems to be somewhat cursed: while waiting for the python 3.14rc3 rebuild (before updating mupdf) it was turned FTBFS by an llvm update; I did a quick FTBFS fix and then wanted to start the real update, but now it's FTBFS again because leptonica-devel FTIs. Let's wait and see what's next :| Michael -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
