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
ok, my fault, forgot to remove a sed line, fixed in cvs