walterw Guru

Joined: 17 Oct 2003 Posts: 425
|
Posted: Wed Sep 05, 2012 10:58 pm Post subject: freeswitch - build hangs on automake speex |
|
|
Hi all,
I would like to migrate from asterisk to freeswitch as I am having google voice issues. I setup the freeswitch overlay with layman and attempted to emerge freeswitch, but the compile hangs on automake speex. I have speex disabled:
| Code: |
[ebuild N ] net-voip/freeswitch-9999::freeswitch USE="resampler sctp -debug -esl -odbc -zrtp" ESL="-java -lua -managed -perl -php -python -ruby" FREESWITCH_MODULES="alsa dingaling h323 rtmp sofia -abstraction -amr -amrwb -avmd -blacklist -bv -callcenter -cdr_csv -cdr_mongodb -cdr_pg_csv -cdr_sqlite -celt -cepstral -cidlookup -cluechoo -codec2 -com_g729 -commands -conference -console -curl -dahdi_codec -db -dialplan_asterisk -dialplan_directory -dialplan_xml -directory -distributor -dptools -easyroute -enum -erlang_event -esf -esl -event_multicast -event_socket -event_test -event_zmq -expr -fifo -flite -freetdm -fsk -fsv -g723_1 -g729 -gsmopen -h26x -hash -httapi -http_cache -ilbc -isac -java -json_cdr -khomp -ladspa -lcr -ldap -limit -local_stream -logfile -loopback -lua -managed -memcache -mongo -mp4 -mp4v -native_file -nibblebill -opal -opus -osp -perl -pocketsphinx -portaudio -portaudio_stream -posix_timer -python -rad_auth -radius_cdr -random -redis -reference -rss -sangoma_codec -shell_stream -shout -silk -siren -skel -skel_codec -skinny -skypopen -sms -snapshot -sndfile -snipe_hunt -snmp -snom -soundtouch -spandsp -speex -spidermonkey -spy -squirrelfish -ssh -stress -syslog -theora -timerfd -tone_stream -tts_commandline -unicall -unimrcp -valet_parking -vlc -vmd -voicemail -voicemail_ivr -voipcodecs -xml_cdr -xml_curl -xml_ldap -xml_rpc -xml_scgi -yaml" FREETDM_MODULES="libpri -misdn -r2 -sng_isdn -sng_ss7 -wanpipe" LINGUAS="en -de -es -fa -fr -he -hr -hu -it -ja -nl -pt -ru -th -zh" 0 kB
[ebuild N ] media-sound/freeswitch-sounds-music-1.0.8::freeswitch USE="16k 32k 48k" 0 kB
[ebuild N ] media-sound/freeswitch-sounds-en-1.0.18::freeswitch USE="16k 32k 48k" 0 kB
[ebuild N ] media-sound/freeswitch-sounds-1.0.18::freeswitch LINGUAS="en -es -fr -pt_BR -ru" 0 kB
|
This is where the build hangs, it has been here for about 20 hours.
| Code: |
* Running eautoreconf in '/var/tmp/portage/net-voip/freeswitch-9999/work/freeswitch-9999/libs/speex' ...
* Running libtoolize --install --copy --force --automake ... [ ok ]
* Running aclocal ... [ ok ]
* Running autoconf ... [ ok ]
* Running autoheader ... [ ok ]
* Running automake --add-missing --copy ... [ ok ]
|
Any ideas? I will poke around the ebuild and probably make some changes. I am guessing the script is out of date and not obeying my use flags. Even still, I have no idea why it would hang?
Walter |
|