FS#38191 - [cfitsio] missing file 'libcfitsio.so.1'

Attached to Project: Arch Linux
Opened by Thomas Schreiber (rizumu) - Thursday, 19 December 2013, 14:55 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 24 December 2013, 14:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

With the most recent update cfitsio-3.360-1, I get the a 'libcfitsio.so.1' no such file error. Downgrading only cfitsio to 3.350-2 I don't see the error and it works. At a higher level I am using django with postgis/postgresql and seeing there error when accessing my spatially enabled database through python/django.

I have postgis 2.1.1-1 and postgresql 9.3.2-4 installed on a x86_64 thinkpad.

Steps to reproduce from Python:

from ctypes.util import find_library
from ctypes import CDLL

lib_path = find_library("gdal")
CDLL(lib_path)

lgdal = CDLL(lib_path)
File "/usr/lib64/python2.7/ctypes/__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libcfitsio.so.1: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Dave Reisner (falconindy)
Tuesday, 24 December 2013, 14:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  gdal 1.10.0-6
Comment by Thomas Schreiber (rizumu) - Thursday, 19 December 2013, 15:44 GMT
I'm sorry, my root filesystem was full from doing a system upgrade and that is why this file wasn't there. I cleaned up the disk space and reinstalled and all is working again. Sorry for the noise.
Comment by satart (satart) - Thursday, 19 December 2013, 15:52 GMT
same issue

My file system is NOT full.

QGis runs again after downgrading to 3.350-2

Please do not close this issue
Comment by Felix Yan (felixonmars) - Thursday, 19 December 2013, 15:54 GMT
gdal 1.10.0-6 was pushed to fix this, you must have upgraded it :)
Comment by Felix Yan (felixonmars) - Thursday, 19 December 2013, 15:55 GMT
for qgis, it's from [unsupported], so please rebuild it yourself to fix it.
Comment by satart (satart) - Thursday, 19 December 2013, 15:57 GMT
@felix. Thank you.

confirmed that problem solve by upgrading gdal to 1.10.0-6

Loading...