Description of problem: When installing the latest poppler and gdal-libs, or when updating if both of those packages are installed, results in a failure. Problem: package gdal-libs-3.0.4-5.el8.x86_64 requires libpoppler.so.78()(64bit), but none of the providers can be installed - cannot install both poppler-20.11.0-2.el8.x86_64 and poppler-0.66.0-26.el8.x86_64 - cannot install both poppler-20.11.0-2.el8.x86_64 and poppler-0.66.0-27.el8.x86_64 - package gdal-3.0.4-5.el8.x86_64 requires libgdal.so.26()(64bit), but none of the providers can be installed - package gdal-3.0.4-5.el8.x86_64 requires gdal-libs(x86-64) = 3.0.4-5.el8, but none of the providers can be installed - cannot install the best candidate for the job - conflicting requests Version-Release number of selected component (if applicable): poppler-20.11.0-2.el8.x86_64 gdal-libs-3.0.4-5.el8.x86_64 How reproducible: Everytime Steps to Reproduce: 1. # yum install poppler gdal-libs 2. 3. Actual results: Problem: package gdal-libs-3.0.4-5.el8.x86_64 requires libpoppler.so.78()(64bit), but none of the providers can be installed - cannot install both poppler-20.11.0-2.el8.x86_64 and poppler-0.66.0-26.el8.x86_64 - cannot install both poppler-20.11.0-2.el8.x86_64 and poppler-0.66.0-27.el8.x86_64 Expected results: gdal-libs should be updated to work with the latest poppler which provides 'libpoppler.so.104()(64bit)' Additional info:
see https://bugzilla.redhat.com/show_bug.cgi?id=1950024
I have this problem as well. Gdal is needed by Opticks, an open source GIS I help maintain. I can work around the problem by compiling gdal from source and installing in /usr/local or /opt, but this is not optimal for my users. Thanks!