Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469850 - app-accessibility/speech-dispatcher-0.8-r2 should RDEPEND on dev-libs/dotconf
Summary: app-accessibility/speech-dispatcher-0.8-r2 should RDEPEND on dev-libs/dotconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 16:03 UTC by Albert W. Hopkins
Modified: 2013-05-22 00:35 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 Albert W. Hopkins 2013-05-14 16:03:59 UTC
It's in DEPDEND but not RDEPEND, but /usr/bin/speech-dispatcher is linked to it:

$ ldd `which speech-dispatcher`
        linux-vdso.so.1 (0x00007fffffffe000)
        libdotconf.so.0 => /usr/lib64/libdotconf.so.0 (0x00007f95ba089000)
        libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007f95b9e85000)
        libgthread-2.0.so.0 => /usr/lib64/libgthread-2.0.so.0 (0x00007f95b9c83000)
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f95b995d000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f95b9740000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f95b9396000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f95b9192000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f95ba290000)
Comment 1 William Hubbs gentoo-dev 2013-05-22 00:35:37 UTC
This is fixed in 0.8-r2.
Thanks for the report.