Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596212 - media-libs/opencv-3.1.0-r5 USE=contrib - automagic dependency on sci-libs/hdf5
Summary: media-libs/opencv-3.1.0-r5 USE=contrib - automagic dependency on sci-libs/hdf5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 08:56 UTC by Mike Hiretsky
Modified: 2016-11-11 10:51 UTC (History)
2 users (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 Mike Hiretsky 2016-10-05 08:56:17 UTC
ldd /usr/lib64/libopencv_hdf.so.3.1.0

libhdf5.so.9 => /usr/lib64/libhdf5.so.9 (0x00007f7c49471000)



Reproducible: Always

Steps to Reproduce:
1. emerge sci-libs/hdf5
2. USE="contib" emerge =media-libs/opencv-3.1.0-r5
3. emerge -C sci-libs/hdf5
Actual Results:  
>>> package: sci-libs/hdf5-1.8.14-r1
 *  - /usr/lib64/libhdf5.so.9
 *  - /usr/lib64/libhdf5.so.9.0.0
 *      used by /usr/lib64/libopencv_hdf.so.3.1.0 (media-libs/opencv-3.1.0-r5)
Comment 1 Jonathan Scruggs (RETIRED) gentoo-dev 2016-11-11 10:51:18 UTC
The HDF module is now controlled by a use flag which makes hdf5 an optional depend.

Thanks for reporting.