Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255581 - media-plugins/alsa-plugins-1.0.19 falling back to built-in speex due to incorrect configure check
Summary: media-plugins/alsa-plugins-1.0.19 falling back to built-in speex due to incor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo ALSA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 01:04 UTC by Rafał Mużyło
Modified: 2009-07-02 10:59 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 Rafał Mużyło 2009-01-20 01:04:27 UTC
It's not the first version with this error, but I haven't noticed it before.
This is what configure prints:
checking for speex_resampler_init in -lspeex... no
No libspeex with resampler unit; use built-in code

That's correct, speex_resampler_init is not in speex it's in speexdsp
(same package, different lib - configure check is wrong,
at least for media-libs/speex-1.2_beta3_p2).
Comment 1 Rafał Mużyło 2009-01-20 01:43:20 UTC
And on a not really related note:
a52 plugin breaks build.
I'm not sure if it's related to the '-Wl,--as-needed',
but the problem lies in the fact, that it's using av_free,
but linking to libavcodec only - that symbol comes from
libavutil.

Fix will probably trivial (I've got a hack for myself,
but it's bit ugly).
Comment 2 jez austin 2009-01-26 13:48:08 UTC
(In reply to comment #1)
> And on a not really related note:
> a52 plugin breaks build.
> I'm not sure if it's related to the '-Wl,--as-needed',

It's not -Wl,--as-needed related.

See also 256119 (http://bugs.gentoo.org/show_bug.cgi?id=256119) and 
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4356 .
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-02 10:59:04 UTC
This should be fixed in 1.0.19, please remerge and test.