Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675604 - media-sound/pulseeffects-4.4.6: ERROR: Dependency "samplerate" not found, tried pkgconfig (missing media-libs/libsamplerate)
Summary: media-sound/pulseeffects-4.4.6: ERROR: Dependency "samplerate" not found, tri...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 17:07 UTC by Denis Tokarev
Modified: 2019-04-25 18:33 UTC (History)
2 users (show)

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


Attachments
build log (meson-log.txt,19.80 KB, text/plain)
2019-01-16 20:17 UTC, Denis Tokarev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Tokarev 2019-01-16 17:07:15 UTC
As the title says - it won't build without it
Comment 1 Andreas Sturmlechner gentoo-dev 2019-01-16 20:14:25 UTC
Please add full build.log.
Comment 2 Denis Tokarev 2019-01-16 20:17:19 UTC
Created attachment 561614 [details]
build log
Comment 3 Larry the Git Cow gentoo-dev 2019-01-16 21:01:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdd3bb181ca9896598639f69992ca97e5116bbe

commit 3fdd3bb181ca9896598639f69992ca97e5116bbe
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-01-16 21:00:20 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-01-16 21:01:00 +0000

    media-sound/pulseeffects: add missing dep
    
    Fixes: https://bugs.gentoo.org/675604
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 media-sound/pulseeffects/pulseeffects-4.4.6.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Denis Tokarev 2019-04-25 18:09:36 UTC
needs to be added to pulseeffects-4.4.7.ebuild as well
Comment 5 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2019-04-25 18:16:39 UTC
Could you confirm this for 4.5.9 or 9999 as well, I don't see it as a dep in ldd / lddtree for those.
Comment 6 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2019-04-25 18:18:25 UTC
it's in rdepend in 4.4.7 and rdepend is in depend, so this is already 'fixed'?
Comment 7 Denis Tokarev 2019-04-25 18:22:45 UTC
Sorry, I mis-typed. I meant 4.5.9:

# equery b /usr/lib64/gstreamer-1.0/libgstpeconvolver.so
 * Searching for /usr/lib64/gstreamer-1.0/libgstpeconvolver.so ... 
media-sound/pulseeffects-4.5.9 (/usr/lib64/gstreamer-1.0/libgstpeconvolver.so)
# ldd /usr/lib64/gstreamer-1.0/libgstpeconvolver.so | grep libsamplerate 
	libsamplerate.so.0 => /usr/lib64/libsamplerate.so.0 (0x00007f20ecd4a000)
Comment 8 Larry the Git Cow gentoo-dev 2019-04-25 18:33:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb5e3c375a73d397f8fbf422077ea022aa5488

commit bcbb5e3c375a73d397f8fbf422077ea022aa5488
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-04-25 18:32:57 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-04-25 18:33:22 +0000

    media-sound/pulseeffects: add missing dep on libsamplerate
    
    Fixes: https://bugs.gentoo.org/675604
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 media-sound/pulseeffects/pulseeffects-4.5.9.ebuild | 1 +
 media-sound/pulseeffects/pulseeffects-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)