Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84767 - asterisk-1.0.6 fails to compile gsm codec correctly with hardened USE flag set
Summary: asterisk-1.0.6 fails to compile gsm codec correctly with hardened USE flag set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 10:23 UTC by Barry King
Modified: 2005-03-11 07:02 UTC (History)
0 users

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 Barry King 2005-03-10 10:23:27 UTC
When I try to emerge asterisk, compilation works fine, but attempting to start the server produces the results below, unless I re-emerge with the hardened flag unset.

Reproducible: Always
Steps to Reproduce:
1. USE="hardened" emerge asterisk
2. asterisk -vvvvvvc
Actual Results:  
[codec_gsm.so]Oct  6 17:23:16 WARNING[135192576]: loader.c:248
ast_load_resource: /usr/lib/asterisk/modules/codec_gsm.so: Undefined
symbol "Short_term_analysis_filteringx"
Oct  6 17:23:16 WARNING[135192576]: loader.c:429 load_modules: Loading
module codec_gsm.so failed!

Expected Results:  
Should have started, recognized a few sip phones, and started accepting calls.

To get around problem:

1. USE="-hardened" emerge asterisk
2. asterisk -vvvvvvc
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2005-03-11 07:02:40 UTC
ok, my fault, forgot to remove a sed line, fixed in cvs