Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212167 - media-libs/libgphoto2 automagic dependency on libexif (wrong configure option)
Summary: media-libs/libgphoto2 automagic dependency on libexif (wrong configure option)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 194929
  Show dependency tree
 
Reported: 2008-03-03 10:08 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2008-03-22 03:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chí-Thanh Christopher Nguyễn gentoo-dev 2008-03-03 10:08:23 UTC
media-libs/libgphoto2-2.4.0-r1 dynamically links to libexif even with the exif USE flag disabled. At least version 2.3.1-r5 is also affected.

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/libexif
2. USE="-exif" emerge =media-libs/libgphoto2-2.4.0-r1
3. ldd /usr/lib/libgphoto2.so
Actual Results:  
ldd returns:
libexif.so.12 => /usr/lib/libexif.so.12

Expected Results:  
libgphoto2 should either depend on libexif or not link to it.

Changing --without-exif to --without-libexif in the configure options fixes the problem.
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-03-22 03:09:24 UTC
Fixed.  FTR, --without-libexif didn't work, I had to use --with-libexif=no