Bug 169496 - app-misc/beagle uses broken soname hack
Bug#: 169496 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: dsd@gentoo.org Reported By: gentoo@patdouble.com
Component: Applications
URL: 
Summary: app-misc/beagle uses broken soname hack
Keywords:  
Status Whiteboard: 
Opened: 2007-03-05 20:06 0000
Description:   Opened: 2007-03-05 20:06 0000
In the ebuild configure.in is changed from using libexif.so.12 to
libexif.so.10. I get errors of the following when indexing:

20070305 11:31:51.8502 09917 IndexH  WARN EX: System.DllNotFoundException:
libexif.so.10
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at (wrapper managed-to-native)
Beagle.Util.Exif.ExifData:exif_data_new_from
_data (byte[],uint)
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at
Beagle.Util.Exif.ExifData..ctor (System.Byte[] data) [0x00000]
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at
Beagle.Util.JpegHeader.get_Exif () [0x00000]
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at
Beagle.Filters.FilterJpeg.AddExifProperties (Beagle.Util.JpegHeader head
er) [0x00000]
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at
Beagle.Filters.FilterJpeg.PullImageProperties () [0x00000]
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at
Beagle.Filters.FilterImage.DoPullProperties () [0x00000]
20070305 11:31:51.8502 09917 IndexH  WARN EX:   at Beagle.Daemon.Filter.Open
(System.IO.FileSystemInfo info) [0x00000]

I have media-libs/libexif-0.6.13-r2 using arch ~x86.

Reproducible: Always

Steps to Reproduce:
1. Install app-misc/beagle
2. Index a directory containing a JPG with EXIF information
3. Inspect ~/.beagle/*-IndexHelperExceptions

------- Comment #1 From Jakub Moc (RETIRED) 2007-06-23 10:17:39 0000 -------
This is broken with any libexif version (even stable) left in the tree, please
nuke this hack.

------- Comment #2 From Daniel Drake 2007-07-28 16:36:36 0000 -------
Fixed in beagle-0.2.17, sorry for the delay.