Bug 1179898

Summary: gdal requires libgeotiff.so.1.2 but libgeotiff.so.1.4 is provided
Product: [Fedora] Fedora Reporter: Daniele Viganò <dennyvatwork>
Component: gdalAssignee: Devrim Gündüz <devrim>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 21CC: alex, cristian.balint, devrim, mmahut, orion, pavel.lisy, pertusus, volker27
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-08 00:04:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniele Viganò 2015-01-07 18:27:55 UTC
Description of problem:

GDAL 1.11.1-4.fc21 is compiled against libgeotiff-1.2.5 (libgeotiff.so.1.2) but libgeotiff has been upgraded to libgeotiff-1.4.0-2.fc21 (libgeotiff.so.1.4)


Version-Release number of selected component (if applicable):

gdal-1.11.1-4.fc21
gdal-libs-1.11.1-4.fc21
libgeotiff-1.2.5-16.fc21
libgeotiff-1.4.0-2.fc21

How reproducible:

Upgrade a system with gdal installed, or install gdal (or a program which depends on it -i.e. qgis-)


Steps to Reproduce:
1. yum install gdal-libs
OR
1. yum install qgis

Actual results:

--> Running transaction check
---> Package qgis.x86_64 0:2.6.0-2.fc21 will be installed
--> Processing Dependency: libgdal.so.1()(64bit) for package: qgis-2.6.0-2.fc21.x86_64
--> Running transaction check
---> Package gdal-libs.x86_64 0:1.11.1-4.fc21 will be installed
--> Processing Dependency: libgeotiff.so.1.2()(64bit) for package: gdal-libs-1.11.1-4.fc21.x86_64
--> Finished Dependency Resolution
Error: Package: gdal-libs-1.11.1-4.fc21.x86_64 (updates)
           Requires: libgeotiff.so.1.2()(64bit)
           Available: libgeotiff-1.2.5-16.fc21.x86_64 (fedora)
               libgeotiff.so.1.2()(64bit)
           Installed: libgeotiff-1.4.0-2.fc21.x86_64 (@updates)
               Not found
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:

A working gdal compiled against libgeotiff.so.1.4


Additional info:

Comment 1 Daniele Viganò 2015-01-07 18:29:24 UTC
A workaround is to stay with libgeotiff-1.2.5

yum erase gdal*
yum upgrade
yum downgrade libgeotiff
yum install gdal

Comment 2 Devrim Gündüz 2015-01-08 00:04:27 UTC

*** This bug has been marked as a duplicate of bug 1179222 ***