Bug 1179898 - gdal requires libgeotiff.so.1.2 but libgeotiff.so.1.4 is provided
Summary: gdal requires libgeotiff.so.1.2 but libgeotiff.so.1.4 is provided
Keywords:
Status: CLOSED DUPLICATE of bug 1179222
Alias: None
Product: Fedora
Classification: Fedora
Component: gdal
Version: 21
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Devrim Gündüz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-07 18:27 UTC by Daniele Viganò
Modified: 2015-01-08 00:04 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-01-08 00:04:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


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