Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205893 - net-voip/linphone-2.0.1-r1 fails to emerge with media-libs/speex-1.2_beta3
Summary: net-voip/linphone-2.0.1-r1 fails to emerge with media-libs/speex-1.2_beta3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL: http://lists.gnu.org/archive/html/lin...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 21:28 UTC by Chí-Thanh Christopher Nguyễn
Modified: 2008-01-16 02:24 UTC (History)
1 user (show)

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


Attachments
linphone-2.0.1-speexdsp.diff (linphone-2.0.1-speexdsp.diff,591 bytes, patch)
2008-01-14 21:30 UTC, Chí-Thanh Christopher Nguyễn
Details | Diff

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-01-14 21:28:04 UTC
Because of API changes between Speex 1.1 and 1.2, linphone will fail to link when speex-1.2_beta3 is installed.

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/speex-1.2_beta3 =net-voip/linphone-2.0.1-r1

Actual Results:  
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_reset'
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_ctl'
../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess_ctl'
../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess_state_init'
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_destroy'
../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess'
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_cancel'
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_init'
../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess_state_destroy'
collect2: ld returned 1 exit status


Expected Results:  
Link successfully.

Building with speex-1.1.12 works. The URL above contains a link to a patch.
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2008-01-14 21:30:08 UTC
Created attachment 140951 [details, diff]
linphone-2.0.1-speexdsp.diff

patch from Petr Pisar posted to the linphone-developers mailing list
Comment 2 SpanKY gentoo-dev 2008-01-16 02:24:32 UTC
fixed in cvs, cheers