Code Monkey home page Code Monkey logo

oa-core's Introduction

Open Assistant

Current development has moved to Gitlab: https://gitlab.com/open-assistant/oa-arch

Open Source Voice Assistant: Make your own minds!

Open Assistant is an offline open source voice assistant prototype able to complete operating system tasks using vocal commands.

Installation

macOS

  • Install brew if you have not already.
  • Install pocketsphinx dependencies: brew install swig openal-soft
  • Link the openal-soft libraries to the include path: ln -s /usr/local/Cellar/openal-soft/1.20.1/include/AL/* /usr/local/include
  • pip3 install git+https://github.com/Im-Fran/pocketsphinx-python
  • Install Python dependencies: pip3 install -r requirements.txt

Ubuntu Linux

  • Install system requirements sudo apt-get install -y python3 python3-dev python3-pip build-essential swig git libpulse-dev espeak libasound2-dev
  • Install Python dependencies: pip3 install -r requirements.txt

Arch Linux

  • Install system requirements sudo pacman -S swig espeak
  • Install Python dependencies: pip install -r requirements.txt

Using Open Assistant

  • Download Open Assistant
  • Run Open Assistant from within the unzipped directory: python -m oa or python3 -m oa
  • Make sure your microphone is working and levels are set properly.
  • Say "Boot Mind!" as a listening test. If you hear R2D2, boot mind is listening.
  • Say "Open Assistant!" to launch root mind. Say "Root Mind!" to see if you can get the reply, "Hello World!"
  • Say "List commands!" to get a list of available voice commands.
  • Add your own!

oa-core's People

Contributors

ev3rl0ng avatar fauziew avatar hplusai avatar jasonmhead avatar joshuashort avatar lindhe avatar vavrek avatar whytehorse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oa-core's Issues

Module Loading and Race Conditions

Without a way to specify dependencies or manage lifecycle/status, there are some current race conditions that result in a broken assistant.

Example: speaking before mind loading has completed causes the speech_recognition thread to crash because it inspects the current mind to create decoders (and the mind hasn't been set yet)

No Module Named 'gi'

I installed OpenAssistant and tried running it. This is from a clean Arch install. Audio is working.

To Reproduce
Steps to reproduce the behavior:
Say "BOOT MIND"
ERROR sound [init.py:_in:20]: Error playing sound: No module named 'gi'

Expected behavior
Expected to hear R2D2

Desktop (please complete the following information):

  • OS: Arch Linux, fully updated
  • Version Latest as of 10/2/19

Does not work on Linux

Describe the bug
The software starts up and then does nothing but throw an error
To Reproduce
Start the software

Install instructions for Ubuntu does not work.

Describe the bug
I cannot build the project when following the instructions in the README.

To Reproduce

$ sudo pip3 install -r requirements.txt
Requirement already satisfied: feedparser in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (5.2.1)
Collecting keyboard
  Downloading keyboard-0.13.5-py3-none-any.whl (58 kB)
     |████████████████████████████████| 58 kB 2.7 MB/s 
Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from -r requirements.txt (line 3)) (1.17.4)
Collecting playsound
  Downloading playsound-1.2.2-py2.py3-none-any.whl (6.0 kB)
Collecting pocketsphinx
  Downloading pocketsphinx-0.1.15.tar.gz (29.1 MB)
     |████████████████████████████████| 29.1 MB 6.2 MB/s 
Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (from -r requirements.txt (line 6)) (5.5.1)
Collecting python-forecastio
  Downloading python-forecastio-1.4.0.tar.gz (7.2 kB)
Collecting pyttsx3
  Downloading pyttsx3-2.90-py3-none-any.whl (39 kB)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 9)) (2.22.0)
Collecting sounddevice
  Downloading sounddevice-0.4.1-py3-none-any.whl (31 kB)
Collecting responses
  Downloading responses-0.12.1-py2.py3-none-any.whl (16 kB)
Collecting CFFI>=1.0
  Downloading cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl (411 kB)
     |████████████████████████████████| 411 kB 97.7 MB/s 
Collecting urllib3>=1.25.10
  Downloading urllib3-1.26.3-py2.py3-none-any.whl (137 kB)
     |████████████████████████████████| 137 kB 106.4 MB/s 
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from responses->python-forecastio->-r requirements.txt (line 7)) (1.14.0)
Collecting pycparser
  Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
     |████████████████████████████████| 112 kB 84.1 MB/s 
Building wheels for collected packages: pocketsphinx, python-forecastio
  Building wheel for pocketsphinx (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-h8rac5gp
       cwd: /tmp/pip-install-_1s0ydcj/pocketsphinx/
  Complete output (186 lines):
  running bdist_wheel
  running build_ext
  building 'sphinxbase._sphinxbase' extension
  swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
  swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
  Deprecated command line option: -modern. This option is now always on.
  creating build
  creating build/temp.linux-x86_64-3.8
  creating build/temp.linux-x86_64-3.8/deps
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/swig
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/swig/sphinxbase_wrap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/swig/sphinxbase_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  creating build/lib.linux-x86_64-3.8
  creating build/lib.linux-x86_64-3.8/sphinxbase
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/swig/sphinxbase_wrap.o -o build/lib.linux-x86_64-3.8/sphinxbase/_sphinxbase.cpython-38-x86_64-linux-gnu.so
  building 'pocketsphinx._pocketsphinx' extension
  swigging deps/pocketsphinx/swig/pocketsphinx.i to deps/pocketsphinx/swig/pocketsphinx_wrap.c
  swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -Ideps/sphinxbase/swig -outdir pocketsphinx -o deps/pocketsphinx/swig/pocketsphinx_wrap.c deps/pocketsphinx/swig/pocketsphinx.i
  Deprecated command line option: -modern. This option is now always on.
  creating build/temp.linux-x86_64-3.8/deps/pocketsphinx
  creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/src
  creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx
  creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/allphone_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/allphone_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_gauden.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_gauden.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/bin_mdef.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/bin_mdef.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/dict2pid.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict2pid.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_history.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_history.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_lattice.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_lattice.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/hmm.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/hmm.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/blkarray_list.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/blkarray_list.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/kws_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/dict.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/vector.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/vector.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_alignment.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_alignment.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_senone.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_senone.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/tmat.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/tmat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/mdef.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/mdef.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/acmod.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/acmod.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/state_align_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/state_align_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_mllr.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_mllr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/kws_detections.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_detections.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/swig/pocketsphinx_wrap.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig/pocketsphinx_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  creating build/lib.linux-x86_64-3.8/pocketsphinx
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/allphone_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_gauden.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/bin_mdef.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict2pid.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_history.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_lattice.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/hmm.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/blkarray_list.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/vector.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_alignment.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_senone.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/tmat.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/mdef.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/acmod.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/state_align_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_mllr.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_detections.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig/pocketsphinx_wrap.o -o build/lib.linux-x86_64-3.8/pocketsphinx/_pocketsphinx.cpython-38-x86_64-linux-gnu.so
  building 'sphinxbase._ad_pulse' extension
  swigging swig/sphinxbase/ad_pulse.i to swig/sphinxbase/ad_pulse_wrap.c
  swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_pulse_wrap.c swig/sphinxbase/ad_pulse.i
  Deprecated command line option: -modern. This option is now always on.
  creating build/temp.linux-x86_64-3.8/swig
  creating build/temp.linux-x86_64-3.8/swig/sphinxbase
  creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c swig/sphinxbase/ad_pulse_wrap.c -o build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_pulse_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxad/ad_pulse.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_pulse.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_pulse_wrap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_pulse.o -lpulse -lpulse-simple -o build/lib.linux-x86_64-3.8/sphinxbase/_ad_pulse.cpython-38-x86_64-linux-gnu.so
  building 'sphinxbase._ad_alsa' extension
  swigging swig/sphinxbase/ad_alsa.i to swig/sphinxbase/ad_alsa_wrap.c
  swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_alsa_wrap.c swig/sphinxbase/ad_alsa.i
  Deprecated command line option: -modern. This option is now always on.
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c swig/sphinxbase/ad_alsa_wrap.c -o build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_alsa_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxad/ad_alsa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_alsa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
  deps/sphinxbase/src/libsphinxad/ad_alsa.c:76:10: fatal error: alsa/asoundlib.h: No such file or directory
     76 | #include <alsa/asoundlib.h>
        |          ^~~~~~~~~~~~~~~~~~
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for pocketsphinx
  Running setup.py clean for pocketsphinx
  Building wheel for python-forecastio (setup.py) ... done
  Created wheel for python-forecastio: filename=python_forecastio-1.4.0-py3-none-any.whl size=7724 sha256=218269ce85c6ad4bb5623e4a88f8f2539c8c52a3203c305e76cffbef4c14832e
  Stored in directory: /root/.cache/pip/wheels/ec/79/a8/77a631467f38b40af02351db7b8bebf3dcf6e81c2dd4e4f1bf
Successfully built python-forecastio
Failed to build pocketsphinx
Installing collected packages: keyboard, playsound, pocketsphinx, urllib3, responses, python-forecastio, pyttsx3, pycparser, CFFI, sounddevice
    Running setup.py install for pocketsphinx ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-61kc84kg/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/pocketsphinx
         cwd: /tmp/pip-install-_1s0ydcj/pocketsphinx/
    Complete output (186 lines):
    running install
    running build_ext
    building 'sphinxbase._sphinxbase' extension
    swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
    swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
    Deprecated command line option: -modern. This option is now always on.
    creating build
    creating build/temp.linux-x86_64-3.8
    creating build/temp.linux-x86_64-3.8/deps
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/swig
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/swig/sphinxbase_wrap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/swig/sphinxbase_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    creating build/lib.linux-x86_64-3.8
    creating build/lib.linux-x86_64-3.8/sphinxbase
    x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/swig/sphinxbase_wrap.o -o build/lib.linux-x86_64-3.8/sphinxbase/_sphinxbase.cpython-38-x86_64-linux-gnu.so
    building 'pocketsphinx._pocketsphinx' extension
    swigging deps/pocketsphinx/swig/pocketsphinx.i to deps/pocketsphinx/swig/pocketsphinx_wrap.c
    swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -Ideps/sphinxbase/swig -outdir pocketsphinx -o deps/pocketsphinx/swig/pocketsphinx_wrap.c deps/pocketsphinx/swig/pocketsphinx.i
    Deprecated command line option: -modern. This option is now always on.
    creating build/temp.linux-x86_64-3.8/deps/pocketsphinx
    creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/src
    creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx
    creating build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/allphone_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/allphone_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_gauden.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_gauden.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/bin_mdef.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/bin_mdef.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/dict2pid.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict2pid.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_history.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_history.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_lattice.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_lattice.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/hmm.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/hmm.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/blkarray_list.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/blkarray_list.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/kws_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/dict.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/vector.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/vector.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_alignment.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_alignment.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ms_senone.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_senone.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/tmat.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/tmat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/mdef.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/mdef.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/acmod.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/acmod.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/state_align_search.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/state_align_search.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ps_mllr.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_mllr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/kws_detections.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_detections.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/pocketsphinx/include -I/usr/include/python3.8 -c deps/pocketsphinx/swig/pocketsphinx_wrap.c -o build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig/pocketsphinx_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    creating build/lib.linux-x86_64-3.8/pocketsphinx
    x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/pocketsphinx.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdtree.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/allphone_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_gauden.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/bin_mdef.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict2pid.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_history.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_lattice.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/hmm.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ptm_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/phone_loop_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/blkarray_list.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/dict.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/vector.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_alignment.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ms_senone.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/s2_semi_mgau.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/tmat.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/fsg_lextree.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/mdef.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/acmod.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/state_align_search.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ps_mllr.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/kws_detections.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/src/libpocketsphinx/ngram_search_fwdflat.o build/temp.linux-x86_64-3.8/deps/pocketsphinx/swig/pocketsphinx_wrap.o -o build/lib.linux-x86_64-3.8/pocketsphinx/_pocketsphinx.cpython-38-x86_64-linux-gnu.so
    building 'sphinxbase._ad_pulse' extension
    swigging swig/sphinxbase/ad_pulse.i to swig/sphinxbase/ad_pulse_wrap.c
    swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_pulse_wrap.c swig/sphinxbase/ad_pulse.i
    Deprecated command line option: -modern. This option is now always on.
    creating build/temp.linux-x86_64-3.8/swig
    creating build/temp.linux-x86_64-3.8/swig/sphinxbase
    creating build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c swig/sphinxbase/ad_pulse_wrap.c -o build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_pulse_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxad/ad_pulse.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_pulse.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_pulse_wrap.o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_pulse.o -lpulse -lpulse-simple -o build/lib.linux-x86_64-3.8/sphinxbase/_ad_pulse.cpython-38-x86_64-linux-gnu.so
    building 'sphinxbase._ad_alsa' extension
    swigging swig/sphinxbase/ad_alsa.i to swig/sphinxbase/ad_alsa_wrap.c
    swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o swig/sphinxbase/ad_alsa_wrap.c swig/sphinxbase/ad_alsa.i
    Deprecated command line option: -modern. This option is now always on.
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c swig/sphinxbase/ad_alsa_wrap.c -o build/temp.linux-x86_64-3.8/swig/sphinxbase/ad_alsa_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/include/python3.8 -c deps/sphinxbase/src/libsphinxad/ad_alsa.c -o build/temp.linux-x86_64-3.8/deps/sphinxbase/src/libsphinxad/ad_alsa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
    deps/sphinxbase/src/libsphinxad/ad_alsa.c:76:10: fatal error: alsa/asoundlib.h: No such file or directory
       76 | #include <alsa/asoundlib.h>
          |          ^~~~~~~~~~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_1s0ydcj/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-61kc84kg/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/pocketsphinx Check the logs for full command output.

Desktop (please complete the following information):

  • OS: 20.04.1 LTS (Focal Fossa)
  • Kernel 5.4.0-62-generic
  • Commit: current master (ffb164646034e1d367b09e6e013849d4705a2f23)

Begin writing unit testing.

Feature Request

Story

As a developer I want to write unit tests so that as we add new features / fix bugs in the code, individual pieces of the code are testable in an automated fashion.

Expected Benefits

Better quality code through regression prevention.

Considerations

To be fully effective in the cross-platform world we live in, the units tests would need to be run in multiple environments. Initially, we are only able to run them on the platform which the developer is developing. There is not a testing platform available to the project to run automated testing across multiple environments.

After saying any sentences 'Core' object is not callable

Hello the team!

I discover this project today and wanted to give it a try.
I install it on my arch (Antergos) machine, but i'm stuck with this error after saying "Boot mind".

[21:46:21]-[dimitri]-[oa-core-next]> $ ./start_oa.sh 
[2018-06-19 21:46:22,860] INFO     MainThread               [oa.py:<module>:134]          Open Assistant Starting..
[2018-06-19 21:46:22,860] INFO     MainThread               [oa.py:__init__:26]   Initializing Open Assistant
[2018-06-19 21:46:22,860] INFO     MainThread               [oa.py:load_modules:53]       Loading Modules..
[2018-06-19 21:46:22,861] INFO     MainThread               [oa.py:load_modules:64]       voice <- /home/dimitri/Downloads/oa-core-next/modules/voice
[2018-06-19 21:46:22,862] ERROR    MainThread               [oa.py:load_modules:80]       No module named 'pyttsx3'
[2018-06-19 21:46:22,862] INFO     MainThread               [oa.py:load_modules:64]       ear <- /home/dimitri/Downloads/oa-core-next/modules/ear
[2018-06-19 21:46:23,085] INFO     MainThread               [oa.py:load_modules:64]       speech_recognition <- /home/dimitri/Downloads/oa-core-next/modules/speech_recognition
[2018-06-19 21:46:23,086] ERROR    MainThread               [oa.py:load_modules:80]       No module named 'pocketsphinx'
[2018-06-19 21:46:23,086] INFO     MainThread               [oa.py:load_modules:64]       mind <- /home/dimitri/Downloads/oa-core-next/modules/mind
[2018-06-19 21:46:23,184] INFO     MainThread               [oa.py:load_modules:64]       sound <- /home/dimitri/Downloads/oa-core-next/modules/sound
[2018-06-19 21:46:23,185] DEBUG    ear                      [oa.py:thread_loop:99]        Started
[2018-06-19 21:46:23,187] DEBUG    mind                     [oa.py:thread_loop:99]        Started
[2018-06-19 21:46:23,187] INFO     mind                     [__init__.py:load_minds:49]   Loading minds...
[2018-06-19 21:46:23,187] DEBUG    sound                    [oa.py:thread_loop:99]        Started
[2018-06-19 21:46:23,318] INFO     mind                     [__init__.py:load_minds:53]   Minds loaded!
[2018-06-19 21:46:23,319] INFO     mind                     [__init__.py:set_mind:36]     Opening Mind: boot
[2018-06-19 21:46:23,319] DEBUG    mind                     [__init__.py:_in:64]          "boot" is now listening. Say "Boot Mind!" to see if it can hear you.
[2018-06-19 21:46:26,232] DEBUG    ear                      [oa.py:thread_loop:106]       ear -> <core.Core object at 0x7f3e49429be0>
[2018-06-19 21:46:26,235] ERROR    ear                      [oa.py:thread_loop:109]       'Core' object is not callable
[2018-06-19 21:46:26,235] DEBUG    ear                      [oa.py:thread_loop:111]       Stopped

Since i'm not a python dev, i don't really know where to look and where to start.

This is my first Issue ever, hope i did it right, if you need any other data, you can ask.

Thank you for the help.
Cheers

Installation does not work in Mac OS.

The linking process did not work, and the subsequent command
Following the instruction, from the command "ln -s ...."

To Reproduce
(base) ➜ Downloads echo 'export PATH="/opt/homebrew/opt/openal-soft/bin:$PATH"' >> ~/.zshrc
(base) ➜ Downloads ln -s /usr/local/Cellar/openal-soft/1.20.1/include/AL/* /usr/local/include
zsh: no matches found: /usr/local/Cellar/openal-soft/1.20.1/include/AL/*
(base) ➜ Downloads pip3 install git+https://github.com/Im-Fran/pocketsphinx-python

Challenges with ALSA / Raspberry Pi OS

Description
OA can't find hardware to output audio to with some configurations of ALSA and modern versions of Raspberry PI OS.

Reproduction
Steps to reproduce the behavior:

  1. install OA onto a fresh Raspberry PI install
  2. Verify audio plays regularly within the OS (e.g. using aplay )
  3. run OA and say the "boot mind" command.

An error may generate, or no error and no audio out.

Expected behavior
The r2d2 wav file should be heard through the HDMI or 3.5mm jack.

*(Note: ALSA and Raspberry Pi OS (RPiOS) have nothing to do with Open Assistant, and these notes are out of scope for the software. I'm leaving them here not to torment the developers (sorry) but to provide some help if this is someone's use case)

ALSA Specific Issues

It's incredibly difficult to give advice on a single solve for this section, since there are infinite combinations of things that can misfire here, but a quick checklist:

  • Can you play a sound with aplay?
  • Can you record a sound with arecord?
  • Does aplay -l list any devices?
  • Does arecord -l list any devices?
  • Check for the existence and configuration of an ~/.asoundrc file. This is your userland configuration for all your ALSA devices. A system-wide config is also typically in /usr/share/alsa/alsa.conf, including on the PI.

Configuring these is its own topic, is reasonably covered elsewhere on the web, and will take some trial and error. You'll want to use the -l switch on aplay and arecord to identify your hardware, and then set up your .asoundrc file to something like:

pcm.!default {
  type asym
  capture.pcm "mic"
  playback.pcm "speaker"
}
pcm.mic {
  type plug
  slave {
    pcm "hw:2,0"
  }
}
pcm.speaker {
  type plug
  slave {
    pcm "hw:1,0"
  } 
}

You will need to change the "hw,#,#" sections for speaker and mic to the card# and device# that you want to use. You can use aplay -l and arecord -l to get that information.

It's recommended to install alsa-utils as an opening step if you don't have them already. Try searching for help with alsamixer, amixer and .asoundrc specifically if you suspect the problem is a configuration issue.

Note that adjusting anything in alsamixer and amixer only affects the session, and will reset on reboot. More information on that - while Ubuntu-specific, it should apply here as well.

Raspberry Pi OS issues

A quick list of things to try:

Try installing gst for python to help python apps get sound output configured:

sudo apt install python3-gst-1.0

If you get an error on boot: "failed to open vchiq instance," make sure your user has permissions to access the audio group if you aren't using the default "pi" user:

sudo usermod -a -G audio <username>

and if you're playing through HDMI, add the video group for good measure:

sudo usermod -a -G video <username>

test the first, resort to the latter as needed.

Next, you may want to try the raspi-config utility, there are a few quirks here, and it's recommended to set this first, as it seems to be one of the contributing factors to the dreaded ".asoundrc is overwritten" problems that I've seen ALSA users complain about on RPiOS specifically.

Do this first, making sure that the default output is set to the jack you want (HDMI or Headphones). I have seen issues where even after setting this, the device will bounce back and favor HDMI aggressively. the /etc/share/alsa/alsa.conf file may be a last-resort if you want to be a bit brutish about it. You can also try configuring your monitor resolutions from the CEA configuration to DMT. It was suggested that DMT is targeted at monitors (vs CEA at televisions), but I haven't personally seen this affect the aggressiveness with which RPiOS and ALSA seem to favor HDMI-out over the 3.5mm jack.

Lastly, OA makes use of playsound library, which in turn makes use of gstreamer. Here's where some very specific trouble can start. Gstreamer, espeak, ALSA and RPiOS as a combination are, in my experience, something of a moving target. It's not really clear what (if anything) should change in OA to address this, since there are multiple libraries for alsa support under python, it's a narrow use case when considering the overall support matrix, and from what I've seen the conventions change frequently)

RPiOS in particular configures its audio I/O a bit unconventionally here (I'm paraphrasing comments gathered around the web, I really have no idea), specifically around its naming conventions for devices.

I've had luck just going with earlier versions of RPiOS that didn't seem to have the Gstreamer + ALSA quirks out of the box. I've also had luck just circumventing the "play()" command entirely in the minds' files (boot.py and root.py specifically).

One option I landed on for a fixed-scope project was to open up oa-core/oa/modules/mind/minds/boot.py and play audio with aplay directly, adding the following lines:

from subprocess import check_call

check_call(["aplay", "-Dhw1,0", "/path/to/oa-core/oa/modules/mind/minds/sounds/r2d2.wav"])

You will need to use the aplay -l command to check the card and device number you want to output sound with, and adjust the "-Dhw" portion of the command above to reflect your card#, device#. Also double-check the path.

Even then, I got some quiet audio - another common issue I've seen with ALSA+RPiOS and the 3.5mm jack.

After an hour or so of fiddling (I'm not very proficient in python, and very much less so in ALSA-related issues), I had success jacking the sound up with amixer just before the aplay command, e.g.

from subprocess import check_call
check_call(["amixer", "set", "PCM", "pvolume", "100%"])
check_call(["aplay", "-Dhw1,0", "/path/to/oa-core/oa/modules/mind/minds/sounds/r2d2.wav"])

Note that "PCM" and "pvolume" in the above are almost certainly NOT what you're going to have as device names - the comment above about RPiOS being unconventional with device names applies here. It could be argued by the RPiOS folks that ALSA doesn't really supply a clear recommendation on convention or standard either. ¯_(ツ)_/¯

Candidly, anyone who's reached this stage is in the territory of a very specific last-resort. Read up on the amixer CLI for more info on identifying your device.

Also note that "100%" here will max your volume. It's recommended to test with alsamixer first (or turn your speakers way down) to make sure this is what you want.

I would recommend immediately closing this issue unless an active solve is being worked on - I did want to park it somewhere in the hopes it helps someone in a search. Hope some or all of the above helps someone facing similar difficulty :)

Is this working?

Howdy! This project looks cool but I'm having some trouble with it. I think I've installed all the requirements, and when I run the command, here's the output:

[code]gef@purplebox:~/oa-core> python3 -m oa
[2020-05-02 00:36:05,760] INFO MainThread [main.py::102]: Start Open Assistant
[2020-05-02 00:36:05,764] INFO MainThread [hub.py:_load_modules:37]: Loading Modules <- /home/gef/oa-core/oa/modules
[2020-05-02 00:36:05,764] INFO MainThread [util.py:load_module:60]: sound <- /home/gef/oa-core/oa/modules/sound
[2020-05-02 00:36:05,767] INFO MainThread [util.py:load_module:60]: mind <- /home/gef/oa-core/oa/modules/mind
[2020-05-02 00:36:05,986] INFO MainThread [util.py:load_module:60]: voice <- /home/gef/oa-core/oa/modules/voice
[2020-05-02 00:36:05,988] INFO MainThread [util.py:load_module:60]: speech_recognition <- /home/gef/oa-core/oa/modules/speech_recognition
[2020-05-02 00:36:05,995] INFO MainThread [util.py:load_module:60]: ear <- /home/gef/oa-core/oa/modules/ear
OA> [2020-05-02 00:36:06,223] INFO mind [init.py:load_minds:55]: Loading minds...
[2020-05-02 00:36:06,225] INFO mind [init.py:load_minds:59]: <- root.py
[2020-05-02 00:36:06,324] INFO mind [init.py:load_minds:59]: <- boot.py
[2020-05-02 00:36:06,325] INFO mind [init.py:load_minds:62]: Minds loaded!
[2020-05-02 00:36:06,325] INFO mind [init.py:set_mind:41]: Opening Mind: boot[/code]

And after that, nothing. If I say "boot mind" as the listening test, there's no response. I know my mic works because I can get some interaction with mycroft, although it's crap which is why I'm checking this out. Is the output above normal, or should I be able to tell from that what's wrong?

Thanks,

GEF

Arguments for voice commands

Is your feature request related to a problem? Please describe.
It is often helpful to be able to add 'arguments' or 'parameters' to voice commands. For example "
set timer for 10 minutes". Have you given any thought towards how this would be implemented?

Describe the solution you'd like
A way for commands to indicate that they accept/expect arguments, and a mechanism for the core system to relay any spoken arguments back to the command's python function.

Describe alternatives you've considered
Initial thought is that this could be somehow added to the command_registry call at https://github.com/openassistant/oa-core/blob/master/oa/core/util.py#L32. However, there may be a bit more intelligence needed here. For instance, "set timer for 10 minutes from now" is different than "set timer for 10 o'clock", so simply finding the first spoken number may not be sufficient.

Unable to get started on Devuan

Describe the bug
The following occurs when I try to run openassistant on Devuan ascii:
2019-05-20 13:56:11,178] INFO MainThread [main.py::110]: Start Open Assistant
[2019-05-20 13:56:11,178] INFO MainThread [main.py:init:18]: Initializing Open Assistant
[2019-05-20 13:56:11,179] INFO MainThread [agent.py:_load_modules:33]: Loading Modules <- /home/avasile/src/oa-core/oa/modules
[2019-05-20 13:56:11,179] INFO MainThread [util.py:load_module:60]: sound <- /home/avasile/src/oa-core/oa/modules/sound
[2019-05-20 13:56:11,180] ERROR MainThread [agent.py:_load_modules:42]: Error loading sound: cannot import name 'queue'
[2019-05-20 13:56:11,180] INFO MainThread [util.py:load_module:60]: voice <- /home/avasile/src/oa-core/oa/modules/voice
[2019-05-20 13:56:11,182] ERROR MainThread [agent.py:_load_modules:42]: Error loading voice: cannot import name 'queue'
[2019-05-20 13:56:11,182] INFO MainThread [util.py:load_module:60]: speech_recognition <- /home/avasile/src/oa-core/oa/modules/speech_recognition
[2019-05-20 13:56:11,396] ERROR MainThread [agent.py:_load_modules:42]: Error loading speech_recognition: cannot import name 'queue'
[2019-05-20 13:56:11,397] INFO MainThread [util.py:load_module:60]: ear <- /home/avasile/src/oa-core/oa/modules/ear
[2019-05-20 13:56:11,572] INFO MainThread [util.py:load_module:60]: mind <- /home/avasile/src/oa-core/oa/modules/mind
[2019-05-20 13:56:11,573] ERROR MainThread [agent.py:_load_modules:42]: Error loading mind: cannot import name 'queue'
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/avasile/src/oa-core/oa/main.py", line 113, in
config=args.config_file,
File "/home/avasile/src/oa-core/oa/main.py", line 80, in start
a = LoadAssistant(config=kwargs.get('config'))
File "/home/avasile/src/oa-core/oa/main.py", line 54, in LoadAssistant
a.parts[_in].output += [a.parts[_out]]
File "/home/avasile/src/oa-core/oa/core/util.py", line 89, in getitem
return getattr(self, key)
AttributeError: 'Core' object has no attribute 'speech_recognition'

I start the command with python3 -m oa
The python version is 3.5.3.
The requirements.txt file was installed using pip3 install -r requirements.txt and that went smoothly once I resolved some of the missing dependencies on Devuan. In addition to your list of dependencies Devuan required libasound2-dev to be installed.

If your aren't aware Devuan is a derivative of Debian, without systemd.

To Reproduce
python3 -m oa

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Devuan ascii
  • Browser N/A
  • Version Kernel is 4.9.0

issues with arch linux

hello, i was able to try out the program on a windows 10 computer and it worked very well. however i tried using it on my arch linux machine and have been having constant issues. on the arch insallation two lines were written: one was to use pacman to install swig and espeak. this worked well and everything installed correctly. however the second command was the issue. the pip3 install command installed most of the required files however feedparser will not install and therefore it will not start the program. any help i can get to work around this issues or possibly a different way to install? thank you.

no response for voice commands

Describe the bug
i'm trying oa on raspberry pi.
no response for voice command 'boot mind'.

To Reproduce
Steps to reproduce the behavior:

  1. start oa
  2. say 'boot mind' but no response.

Expected behavior
sounds R2D2.

Additional context
voice and quit looks working.
but voice commands are no response.

pi@assistant:~/oa-core $ cat /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@assistant:~/oa-core $ uname -a
Linux assistant 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux
pi@assistant:~/oa-core $ python3 -m oa -d 
[2021-05-03 16:23:51,930] INFO MainThread __main__: Start Open Assistant
[2021-05-03 16:23:51,955] INFO MainThread oa.core.hub: Loading Modules <- /home/pi/oa-core/oa/modules
[2021-05-03 16:23:51,956] INFO MainThread oa.core.util: mind <- /home/pi/oa-core/oa/modules/mind
/usr/lib/python3/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
[2021-05-03 16:23:52,672] INFO MainThread oa.core.util: ear <- /home/pi/oa-core/oa/modules/ear
[2021-05-03 16:23:53,588] INFO MainThread oa.core.util: speech_recognition <- /home/pi/oa-core/oa/modules/speech_recognition
[2021-05-03 16:23:53,655] INFO MainThread oa.core.util: sound <- /home/pi/oa-core/oa/modules/sound
[2021-05-03 16:23:53,660] INFO MainThread oa.core.util: voice <- /home/pi/oa-core/oa/modules/voice
[2021-05-03 16:23:53,673] DEBUG mind oa.core.hub: Starting
[2021-05-03 16:23:53,674] DEBUG ear oa.core.hub: Starting
[2021-05-03 16:23:53,676] DEBUG speech_recognition oa.core.hub: Starting
[2021-05-03 16:23:53,677] DEBUG sound oa.core.hub: Starting
[2021-05-03 16:23:53,679] DEBUG voice oa.core.hub: Starting
OA> [2021-05-03 16:23:53,684] INFO mind oa.modules.mind: Loading minds...
[2021-05-03 16:23:53,686] INFO mind oa.modules.mind: <- root.py
[2021-05-03 16:23:54,055] INFO mind oa.modules.mind: <- boot.py
[2021-05-03 16:23:54,059] INFO mind oa.modules.mind: Minds loaded!
[2021-05-03 16:23:54,059] INFO mind oa.modules.mind: Opening Mind: boot
[2021-05-03 16:23:54,060] DEBUG mind oa.modules.mind: "boot" is now listening. Say "Boot Mind!" to see if it can hear you.

Unrecognized command: 
OA> voice hello world
[2021-05-03 16:24:13,415] DEBUG MainThread oa.util.repl: voice <- hello world
OA> [2021-05-03 16:24:13,418] DEBUG voice oa.modules.voice: Saying: hello world
[2021-05-03 16:24:13,421] DEBUG speech_recognition oa.modules.speech_recognition: Muted
[2021-05-03 16:24:14,517] DEBUG speech_recognition oa.modules.speech_recognition: Unmuted

Unrecognized command: 
OA> quit
[2021-05-03 16:24:19,131] ERROR voice oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:24:19,134] DEBUG voice oa.core.hub: Stopped
[2021-05-03 16:24:19,135] ERROR speech_recognition oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:24:19,137] DEBUG speech_recognition oa.core.hub: Stopped
[2021-05-03 16:24:19,139] ERROR mind oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:24:19,140] DEBUG mind oa.core.hub: Stopped
[2021-05-03 16:24:19,165] ERROR sound oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:24:19,166] DEBUG sound oa.core.hub: Stopped
[2021-05-03 16:24:19,184] DEBUG ear oa.core.hub: ear -> speech_recognition
[2021-05-03 16:24:19,190] DEBUG ear oa.core.hub: Stopped

When i exit with q command, speech_recognition message appear sometimes.

...
[2021-05-03 16:40:07,686] INFO mind oa.modules.mind: Opening Mind: boot
[2021-05-03 16:40:07,687] DEBUG mind oa.modules.mind: "boot" is now listening. Say "Boot Mind!" to see if it can hear you.
q
[2021-05-03 16:40:39,142] DEBUG ear oa.core.hub: ear -> speech_recognition
[2021-05-03 16:40:39,147] DEBUG ear oa.core.hub: Stopped
[2021-05-03 16:40:39,186] ERROR mind oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:40:39,188] DEBUG mind oa.core.hub: Stopped
[2021-05-03 16:40:39,194] ERROR voice oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:40:39,195] ERROR sound oa.core.hub: Error processing queue: Open Assistant closed.
[2021-05-03 16:40:39,198] DEBUG sound oa.core.hub: Stopped
[2021-05-03 16:40:39,197] DEBUG voice oa.core.hub: Stopped
[2021-05-03 16:40:53,518] INFO speech_recognition oa.modules.speech_recognition: Heard: BOOT MIND BOOT BOOT MIND STOP OPEN ASSISTANT MIND OPEN ASSISTANT BOOT MIND BOOT MIND OPEN BOOT BOOT MIND
[2021-05-03 16:40:53,520] DEBUG speech_recognition oa.core.hub: Stopped

what can i do next?
does anyone try on raspberry pi and work it fine?

Verify that keyboard command input is working.

Bug report

Describe the Bug

Attempting to use keyboard input to issue commands beyond some of the basic items in the hub command registry doesn't seem to be working.

To Reproduce

  1. Run OA.
  2. Attempt to type a command instead of speaking it.

Expected Behavior

Typed command is run exactly as it would be if spoken.

System Stats

macOS Catalina 10.15.6
Python 3.8.5

Package                                           Version
------------------------------------------------- ---------
astroid                                           2.4.2
certifi                                           2020.6.20
cffi                                              1.14.2
chardet                                           3.0.4
feedparser                                        5.2.1
idna                                              2.10
isort                                             5.4.2
keyboard                                          0.13.5
lazy-object-proxy                                 1.4.3
mccabe                                            0.6.1
numpy                                             1.19.1
pip                                               20.2.2
playsound                                         1.2.2
pocketsphinx                                      0.1.15
psutil                                            5.7.2
pycparser                                         2.20
pylint                                            2.6.0
pyobjc                                            6.2.2
pyobjc-core                                       6.2.2
pyobjc-framework-Accounts                         6.2.2
pyobjc-framework-AddressBook                      6.2.2
pyobjc-framework-AdSupport                        6.2.2
pyobjc-framework-AppleScriptKit                   6.2.2
pyobjc-framework-AppleScriptObjC                  6.2.2
pyobjc-framework-ApplicationServices              6.2.2
pyobjc-framework-AuthenticationServices           6.2.2
pyobjc-framework-AutomaticAssessmentConfiguration 6.2.2
pyobjc-framework-Automator                        6.2.2
pyobjc-framework-AVFoundation                     6.2.2
pyobjc-framework-AVKit                            6.2.2
pyobjc-framework-BusinessChat                     6.2.2
pyobjc-framework-CalendarStore                    6.2.2
pyobjc-framework-CFNetwork                        6.2.2
pyobjc-framework-CloudKit                         6.2.2
pyobjc-framework-Cocoa                            6.2.2
pyobjc-framework-Collaboration                    6.2.2
pyobjc-framework-ColorSync                        6.2.2
pyobjc-framework-Contacts                         6.2.2
pyobjc-framework-ContactsUI                       6.2.2
pyobjc-framework-CoreAudio                        6.2.2
pyobjc-framework-CoreAudioKit                     6.2.2
pyobjc-framework-CoreBluetooth                    6.2.2
pyobjc-framework-CoreData                         6.2.2
pyobjc-framework-CoreHaptics                      6.2.2
pyobjc-framework-CoreLocation                     6.2.2
pyobjc-framework-CoreMedia                        6.2.2
pyobjc-framework-CoreMediaIO                      6.2.2
pyobjc-framework-CoreML                           6.2.2
pyobjc-framework-CoreMotion                       6.2.2
pyobjc-framework-CoreServices                     6.2.2
pyobjc-framework-CoreSpotlight                    6.2.2
pyobjc-framework-CoreText                         6.2.2
pyobjc-framework-CoreWLAN                         6.2.2
pyobjc-framework-CryptoTokenKit                   6.2.2
pyobjc-framework-DeviceCheck                      6.2.2
pyobjc-framework-DictionaryServices               6.2.2
pyobjc-framework-DiscRecording                    6.2.2
pyobjc-framework-DiscRecordingUI                  6.2.2
pyobjc-framework-DiskArbitration                  6.2.2
pyobjc-framework-DVDPlayback                      6.2.2
pyobjc-framework-EventKit                         6.2.2
pyobjc-framework-ExceptionHandling                6.2.2
pyobjc-framework-ExecutionPolicy                  6.2.2
pyobjc-framework-ExternalAccessory                6.2.2
pyobjc-framework-FileProvider                     6.2.2
pyobjc-framework-FileProviderUI                   6.2.2
pyobjc-framework-FinderSync                       6.2.2
pyobjc-framework-FSEvents                         6.2.2
pyobjc-framework-GameCenter                       6.2.2
pyobjc-framework-GameController                   6.2.2
pyobjc-framework-GameKit                          6.2.2
pyobjc-framework-GameplayKit                      6.2.2
pyobjc-framework-ImageCaptureCore                 6.2.2
pyobjc-framework-IMServicePlugIn                  6.2.2
pyobjc-framework-InputMethodKit                   6.2.2
pyobjc-framework-InstallerPlugins                 6.2.2
pyobjc-framework-InstantMessage                   6.2.2
pyobjc-framework-Intents                          6.2.2
pyobjc-framework-IOSurface                        6.2.2
pyobjc-framework-iTunesLibrary                    6.2.2
pyobjc-framework-LatentSemanticMapping            6.2.2
pyobjc-framework-LaunchServices                   6.2.2
pyobjc-framework-libdispatch                      6.2.2
pyobjc-framework-LinkPresentation                 6.2.2
pyobjc-framework-LocalAuthentication              6.2.2
pyobjc-framework-MapKit                           6.2.2
pyobjc-framework-MediaAccessibility               6.2.2
pyobjc-framework-MediaLibrary                     6.2.2
pyobjc-framework-MediaPlayer                      6.2.2
pyobjc-framework-MediaToolbox                     6.2.2
pyobjc-framework-Metal                            6.2.2
pyobjc-framework-MetalKit                         6.2.2
pyobjc-framework-ModelIO                          6.2.2
pyobjc-framework-MultipeerConnectivity            6.2.2
pyobjc-framework-NaturalLanguage                  6.2.2
pyobjc-framework-NetFS                            6.2.2
pyobjc-framework-Network                          6.2.2
pyobjc-framework-NetworkExtension                 6.2.2
pyobjc-framework-NotificationCenter               6.2.2
pyobjc-framework-OpenDirectory                    6.2.2
pyobjc-framework-OSAKit                           6.2.2
pyobjc-framework-OSLog                            6.2.2
pyobjc-framework-PencilKit                        6.2.2
pyobjc-framework-Photos                           6.2.2
pyobjc-framework-PhotosUI                         6.2.2
pyobjc-framework-PreferencePanes                  6.2.2
pyobjc-framework-PushKit                          6.2.2
pyobjc-framework-Quartz                           6.2.2
pyobjc-framework-QuickLookThumbnailing            6.2.2
pyobjc-framework-SafariServices                   6.2.2
pyobjc-framework-SceneKit                         6.2.2
pyobjc-framework-ScreenSaver                      6.2.2
pyobjc-framework-ScriptingBridge                  6.2.2
pyobjc-framework-SearchKit                        6.2.2
pyobjc-framework-Security                         6.2.2
pyobjc-framework-SecurityFoundation               6.2.2
pyobjc-framework-SecurityInterface                6.2.2
pyobjc-framework-ServiceManagement                6.2.2
pyobjc-framework-Social                           6.2.2
pyobjc-framework-SoundAnalysis                    6.2.2
pyobjc-framework-Speech                           6.2.2
pyobjc-framework-SpriteKit                        6.2.2
pyobjc-framework-StoreKit                         6.2.2
pyobjc-framework-SyncServices                     6.2.2
pyobjc-framework-SystemConfiguration              6.2.2
pyobjc-framework-SystemExtensions                 6.2.2
pyobjc-framework-UserNotifications                6.2.2
pyobjc-framework-VideoSubscriberAccount           6.2.2
pyobjc-framework-VideoToolbox                     6.2.2
pyobjc-framework-Vision                           6.2.2
pyobjc-framework-WebKit                           6.2.2
python-forecastio                                 1.4.0
pyttsx3                                           2.90
requests                                          2.24.0
responses                                         0.11.0
setuptools                                        49.6.0
six                                               1.15.0
sounddevice                                       0.4.0
toml                                              0.10.1
urllib3                                           1.25.10
wheel                                             0.35.1
wrapt                                             1.12.1

docker-py 1.9.0 has requirement

Hi,

How do I resolve:
docker-py 1.9.0 has requirement backports.ssl_match_hostname>=3.5, but you'll have backports-ssl-match-hostname 3.4.0.2 which is incompatible.

After typing the command:
pip install keyboard sounddevice playsound requests pyttsx3 pocketsphinx psutil feedparser python-forecastio numpy

I get the following:

Collecting keyboard
Downloading https://files.pythonhosted.org/packages/4f/e0/3addb693f9387268044c5268880777cad3cc2ac457789884cca8381b2f7a/keyboard-0.13.2-py2.py3-none-any.whl (59kB)
100% |████████████████████████████████| 61kB 1.8MB/s
Collecting sounddevice
Downloading https://files.pythonhosted.org/packages/fb/5d/0e6cf5ce99b99e76a24b573b94f9009d9d2f5cd13a73825d7e681c9a7a96/sounddevice-0.3.11-py2.py3-none-any.whl
Collecting playsound
Downloading https://files.pythonhosted.org/packages/f5/16/10d897b0a83fb4b05b03a63d7a2667ab75f857f67f7062fd447dd3f49bf7/playsound-1.2.2-py2.py3-none-any.whl
Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages (2.9.1)
Collecting pyttsx3
Downloading https://files.pythonhosted.org/packages/24/4e/580726c73272344d3e74b7aaffae55ff6b6450061fbecb8cc6e112531c02/pyttsx3-2.7.tar.gz
Collecting pocketsphinx
Downloading https://files.pythonhosted.org/packages/cd/4a/adea55f189a81aed88efa0b0e1d25628e5ed22622ab9174bf696dd4f9474/pocketsphinx-0.1.15.tar.gz (29.1MB)
100% |████████████████████████████████| 29.1MB 481kB/s
Collecting psutil
Downloading https://files.pythonhosted.org/packages/51/9e/0f8f5423ce28c9109807024f7bdde776ed0b1161de20b408875de7e030c3/psutil-5.4.6.tar.gz (418kB)
100% |████████████████████████████████| 419kB 3.8MB/s
Collecting feedparser
Using cached https://files.pythonhosted.org/packages/91/d8/7d37fec71ff7c9dbcdd80d2b48bcdd86d6af502156fc93846fb0102cb2c4/feedparser-5.2.1.tar.bz2
Collecting python-forecastio
Downloading https://files.pythonhosted.org/packages/0e/57/e837a44254b7fdf99f3e98ef16ddcc4b429c5b148e8ed4fab4b46e7756ea/python-forecastio-1.4.0.tar.gz
Collecting numpy
Downloading https://files.pythonhosted.org/packages/6a/a9/c01a2d5f7b045f508c8cefef3b079fe8c413d05498ca0ae877cffa230564/numpy-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl (12.1MB)
100% |████████████████████████████████| 12.1MB 1.1MB/s
Collecting CFFI>=1.0 (from sounddevice)
Downloading https://files.pythonhosted.org/packages/14/dd/3e7a1e1280e7d767bd3fa15791759c91ec19058ebe31217fe66f3e9a8c49/cffi-1.11.5-cp27-cp27mu-manylinux1_x86_64.whl (407kB)
100% |████████████████████████████████| 409kB 4.5MB/s
Collecting responses (from python-forecastio)
Downloading https://files.pythonhosted.org/packages/d9/a2/1cf64651ca0837ea627fbf0455231611bec85dbb7a9ffe761365950cabe5/responses-0.9.0-py2.py3-none-any.whl
Collecting pycparser (from CFFI>=1.0->sounddevice)
Downloading https://files.pythonhosted.org/packages/8c/2d/aad7f16146f4197a11f8e91fb81df177adcc2073d36a17b1491fd09df6ed/pycparser-2.18.tar.gz (245kB)
100% |████████████████████████████████| 256kB 3.3MB/s
Requirement already satisfied: mock; python_version in "2.6, 2.7, 3.2" in /usr/lib/python2.7/dist-packages (from responses->python-forecastio) (1.3.0)
Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from responses->python-forecastio) (1.10.0)
Collecting cookies (from responses->python-forecastio)
Downloading https://files.pythonhosted.org/packages/6a/60/557f84aa2db629e5124aa05408b975b1b5d0e1cec16cde0bfa06aae097d3/cookies-2.2.1-py2.py3-none-any.whl (44kB)
100% |████████████████████████████████| 51kB 10.0MB/s
Requirement already satisfied: funcsigs in /usr/lib/python2.7/dist-packages (from mock; python_version in "2.6, 2.7, 3.2"->responses->python-forecastio) (0.4)
Requirement already satisfied: pbr>=0.11 in /usr/lib/python2.7/dist-packages (from mock; python_version in "2.6, 2.7, 3.2"->responses->python-forecastio) (1.8.0)
Building wheels for collected packages: pyttsx3, pocketsphinx, psutil, feedparser, python-forecastio, pycparser
Running setup.py bdist_wheel for pyttsx3 ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/a2/8a/fe/11112aca9c89142c3a404bc67ef3393a7ad530da26639a05d4
Running setup.py bdist_wheel for pocketsphinx ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/52/fd/52/2f62c9a0036940cc0c89e58ee0b9d00fcf78243aeaf416265f
Running setup.py bdist_wheel for psutil ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/0a/61/aa/a6f8545fc2a5d4402e303832ed2ea02b046396049bc5f34008
Running setup.py bdist_wheel for feedparser ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/8c/69/b7/f52763c41c5471df57703a0ef718a32a5e81ee35dcf6d4f97f
Running setup.py bdist_wheel for python-forecastio ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/16/9b/2c/a02515345bc95b8a6f285c3f5dff77dcf1bb68b02bf8d5b534
Running setup.py bdist_wheel for pycparser ... done
Stored in directory: /home/anarcho/.cache/pip/wheels/c0/a1/27/5ba234bd77ea5a290cbf6d675259ec52293193467a12ef1f46
Successfully built pyttsx3 pocketsphinx psutil feedparser python-forecastio pycparser
docker-py 1.9.0 has requirement backports.ssl_match_hostname>=3.5, but you'll have backports-ssl-match-hostname 3.4.0.2 which is incompatible.
Installing collected packages: keyboard, pycparser, CFFI, sounddevice, playsound, pyttsx3, pocketsphinx, psutil, feedparser, cookies, responses, python-forecastio, numpy
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/bin/f2py'
Consider using the --user option or check the permissions.

Distro = KDE Neon User Edition
Thanks!

Not picking up commands

Can't tell if open assistant can actually hear me. It's not responing to my commands. I've tried 'clear' and 'hello'

DEBUG:__main__:Arguments: Namespace(continuous=True, debug=True, history=20, invalid_sentence_command=None, microphone=1, mind_dir='mind/boot', pass_words=False, update=False, valid_sentence_command=None)
INFO:core.util.config:Loading Mind: mind/boot
DEBUG:core.util.config:Reading options from mind/boot/conf/settings.json
INFO:core.util.config:Options: {'invalid_sentence_command': None, 'update': False, 'history': 20, 'mind_dir': 'mind/boot', 'debug': True, 'continuous': True, 'valid_sentence_command': None, 'interface': None, 'microphone': 1, 'pass_words': False}
DEBUG:core.util.config:Reading commands from mind/boot/conf/commands.json
INFO:core.util.config:Command Count: 2
DEBUG:__main__:Configuring Module: Language
DEBUG:__main__:Configuring Module: Speech Recognition
DEBUG:modules.speech_recognition.gst:Loading
DEBUG:modules.speech_recognition.gst:Initializing Recognizer
DEBUG:modules.speech_recognition.gst:<core.util.config.Config object at 0x769ba1b0>
DEBUG:modules.speech_recognition.gst:{'invalid_sentence_command': None, 'update': False, 'history': 20, 'mind_dir': 'mind/boot', 'debug': True, 'continuous': True, 'valid_sentence_command': None, 'interface': None, 'microphone': 1, 'pass_words': False}
DEBUG:modules.speech_recognition.gst:autoaudiosrc device="hw:1,0" ! audioconvert ! audioresample ! pocketsphinx lm=mind/boot/cache/lm dict=mind/boot/cache/dic hmm=/usr/local/share/pocketsphinx/model/en-us/en-us ! appsink sync=false
INFO:core.assistant:Initializing Assistant
DEBUG:core.assistant:<core.util.config.Config object at 0x769ba1b0>
DEBUG:modules.speech_recognition.gst:Listening
Current configuration:
[NAME]			[DEFLT]		[VALUE]
-agc			none		none
-agcthresh		2.0		2.000000e+00
-allphone				
-allphone_ci		yes		yes
-alpha			0.97		9.700000e-01
-ascale			20.0		2.000000e+01
-aw			1		1
-backtrace		no		no
-beam			1e-48		1.000000e-48
-bestpath		yes		yes
-bestpathlw		9.5		9.500000e+00
-ceplen			13		13
-cmn			live		batch
-cmninit		40,3,-1		41.00,-5.29,-0.12,5.09,2.48,-4.07,-1.37,-1.78,-5.08,-2.05,-6.45,-1.42,1.17
-compallsen		no		no
-dict					mind/boot/cache/dic
-dictcase		no		no
-dither			no		no
-doublebw		no		no
-ds			1		1
-fdict					
-feat			1s_c_d_dd	1s_c_d_dd
-featparams				
-fillprob		1e-8		1.000000e-08
-frate			100		100
-fsg					
-fsgusealtpron		yes		yes
-fsgusefiller		yes		yes
-fwdflat		yes		yes
-fwdflatbeam		1e-64		1.000000e-64
-fwdflatefwid		4		4
-fwdflatlw		8.5		8.500000e+00
-fwdflatsfwin		25		25
-fwdflatwbeam		7e-29		7.000000e-29
-fwdtree		yes		yes
-hmm					/usr/local/share/pocketsphinx/model/en-us/en-us
-input_endian		little		little
-jsgf					
-keyphrase				
-kws					
-kws_delay		10		10
-kws_plp		1e-1		1.000000e-01
-kws_threshold		1e-30		1.000000e-30
-latsize		5000		5000
-lda					
-ldadim			0		0
-lifter			0		22
-lm					mind/boot/cache/lm
-lmctl					
-lmname					
-logbase		1.0001		1.000100e+00
-logfn					
-logspec		no		no
-lowerf			133.33334	1.300000e+02
-lpbeam			1e-40		1.000000e-40
-lponlybeam		7e-29		7.000000e-29
-lw			6.5		6.500000e+00
-maxhmmpf		30000		30000
-maxwpf			-1		-1
-mdef					
-mean					
-mfclogdir				
-min_endfr		0		0
-mixw					
-mixwfloor		0.0000001	1.000000e-07
-mllr					
-mmap			yes		yes
-ncep			13		13
-nfft			512		512
-nfilt			40		25
-nwpen			1.0		1.000000e+00
-pbeam			1e-48		1.000000e-48
-pip			1.0		1.000000e+00
-pl_beam		1e-10		1.000000e-10
-pl_pbeam		1e-10		1.000000e-10
-pl_pip			1.0		1.000000e+00
-pl_weight		3.0		3.000000e+00
-pl_window		5		5
-rawlogdir				
-remove_dc		no		no
-remove_noise		yes		yes
-remove_silence		yes		yes
-round_filters		yes		yes
-samprate		16000		1.600000e+04
-seed			-1		-1
-sendump				
-senlogdir				
-senmgau				
-silprob		0.005		5.000000e-03
-smoothspec		no		no
-svspec					0-12/13-25/26-38
-tmat					
-tmatfloor		0.0001		1.000000e-04
-topn			4		4
-topn_beam		0		0
-toprule				
-transform		legacy		dct
-unit_area		yes		yes
-upperf			6855.4976	6.800000e+03
-uw			1.0		1.000000e+00
-vad_postspeech		50		50
-vad_prespeech		20		20
-vad_startspeech	10		10
-vad_threshold		3.0		3.000000e+00
-var					
-varfloor		0.0001		1.000000e-04
-varnorm		no		no
-verbose		no		no
-warp_params				
-warp_type		inverse_linear	inverse_linear
-wbeam			7e-29		7.000000e-29
-wip			0.65		6.500000e-01
-wlen			0.025625	2.562500e-02

No module named 'gi'

after saying "Boot Mind" i get the error: Error playing sound: No module named 'gi'

running on Ubuntu Linux 20.10, python 3.

Error 404 on www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run

Describe the bug
When I execute python3 -m oa the console output error 404 on this site www.speech.cs.cmu.edu/cgi-bin/tools/lmtool/run

To Reproduce
Steps to reproduce the behavior:

  1. Follow the instruction install everything.
  2. git clone this repo and execute python3 -m oa

Expected behavior
Everything should be fine and waiting user to input voice.

Desktop (please complete the following information):

  • OS: Pop_os 21.10
  • Browser: Chrome
  • Version: Latest

PocketSphinx Missing Attribute

Getting the following:

ERROR MainThread [agent.py:_load_modules:42]: Error loading speech_recognition: module 'pocketsphinx._pocketsphinx' has no attribute 'SegmentIterator_ptr_get'

Just installed PocketSphinx 5prealpha-10 today.

Leads to this:

INFO mind [init.py:load_minds:54]: Loading minds...
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/matt/Code/oa-core/oa/main.py", line 113, in
config=args.config_file,
[2019-10-01 02:23:35,171] INFO mind [init.py:load_minds:58]: <- boot.py
File "/home/matt/Code/oa-core/oa/main.py", line 80, in start
a = LoadAssistant(config=kwargs.get('config'))
File "/home/matt/Code/oa-core/oa/main.py", line 54, in LoadAssistant
a.parts[_in].output += [a.parts[_out]]
File "/home/matt/Code/oa-core/oa/core/util.py", line 89, in getitem
return getattr(self, key)
AttributeError: 'Core' object has no attribute 'speech_recognition'

All other lines are INFO.

Is this a bad install? Using pacman-manager in Manjaro. The Git clone and prereq setup went fine.

Unable to start openassistant : Error loading sound: Parent module 'oa.modules' not loaded, cannot perform relative import

Hi,
I have followed all the steps described on github, but I am unable to start open-assistant. Following is the error:

[2019-04-16 16:11:24,762] INFO MainThread [main.py::94] Start Open Assistant
[2019-04-16 16:11:24,762] INFO MainThread [main.py:init:18] Initializing Open Assistant
[2019-04-16 16:11:24,762] DEBUG MainThread [agent.py:init:13] <main.OpenAssistant object at 0x7fd0bc6a3908>
[2019-04-16 16:11:24,762] INFO MainThread [agent.py:_load_modules:33] Loading Modules <- /home/user/Music/oa-core/oa/modules
[2019-04-16 16:11:24,762] INFO MainThread [util.py:load_module:60] sound <- /home/user/Music/oa-core/oa/modules/sound
[2019-04-16 16:11:24,762] ERROR MainThread [agent.py:_load_modules:42] Error loading sound: Parent module 'oa.modules' not loaded, cannot perform relative import
[2019-04-16 16:11:24,762] INFO MainThread [util.py:load_module:60] voice <- /home/user/Music/oa-core/oa/modules/voice
[2019-04-16 16:11:24,762] ERROR MainThread [agent.py:_load_modules:42] Error loading voice: Parent module 'oa.modules' not loaded, cannot perform relative import
[2019-04-16 16:11:24,762] INFO MainThread [util.py:load_module:60] speech_recognition <- /home/user/Music/oa-core/oa/modules/speech_recognition
[2019-04-16 16:11:24,762] ERROR MainThread [agent.py:_load_modules:42] Error loading speech_recognition: Parent module 'oa.modules' not loaded, cannot perform relative import
[2019-04-16 16:11:24,763] INFO MainThread [util.py:load_module:60] ear <- /home/user/Music/oa-core/oa/modules/ear
[2019-04-16 16:11:24,763] ERROR MainThread [agent.py:_load_modules:42] Error loading ear: Parent module 'oa.modules' not loaded, cannot perform relative import
[2019-04-16 16:11:24,763] INFO MainThread [util.py:load_module:60] mind <- /home/user/Music/oa-core/oa/modules/mind
[2019-04-16 16:11:24,763] ERROR MainThread [agent.py:_load_modules:42] Error loading mind: Parent module 'oa.modules' not loaded, cannot perform relative import
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/user/Music/oa-core/oa/main.py", line 96, in
start()
File "/home/user/Music/oa-core/oa/main.py", line 44, in start
a.parts['ear'].output += [a.parts.speech_recognition]
File "/home/user/Music/oa-core/oa/core/util.py", line 89, in getitem
return getattr(self, key)
AttributeError: 'Core' object has no attribute 'ear'

Steps to reproduce the behavior:

  1. cd oa-core
  2. python3 -m oa
  3. Error as above

Desktop:

  • OS: Ubuntu 16.04
  • Python version : Python 3.5

I am stuck on above step for too long. Kindly, help on the same.

pip install -r requirements.txt fails on Manjaro Arch Linux

Hi,
I get this error code when i typ in the pip install -r requirements.txt command.
new 1.DOCX

oa-core-master]# pip install -r requirements.txt
Requirement already satisfied: feedparser in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (5.2.1)
Requirement already satisfied: keyboard in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 2)) (0.13.3)
Requirement already satisfied: numpy in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 3)) (1.13.1)
Requirement already satisfied: playsound in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 4)) (1.2.2)
Collecting pocketsphinx (from -r requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages/cd/4a/adea55f189a81aed88efa0b0e1d25628e5ed22622ab9174bf696dd4f9474/pocketsphinx-0.1.15.tar.gz
Requirement already satisfied: psutil in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 6)) (5.2.2)
Collecting python-forecastio (from -r requirements.txt (line 7))
Collecting pyttsx3 (from -r requirements.txt (line 8))
Using cached https://files.pythonhosted.org/packages/2f/ca/019a5d782f355bc2040ac45bd9612995652934dc16e48873d3fb2e367547/pyttsx3-2.71-py3-none-any.whl
Requirement already satisfied: requests in /usr/local/anaconda/lib/python3.6/site-packages (from -r requirements.txt (line 9)) (2.18.4)
Collecting sounddevice (from -r requirements.txt (line 10))
Using cached https://files.pythonhosted.org/packages/d1/f2/7cb487ac7171dfade8af7a368bd8806ecff82016f4ac9894835cd7de9ecc/sounddevice-0.3.13-py2.py3-none-any.whl
Collecting responses (from python-forecastio->-r requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages/d1/5a/b887e89925f1de7890ef298a74438371ed4ed29b33def9e6d02dc6036fd8/responses-0.10.6-py2.py3-none-any.whl
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/anaconda/lib/python3.6/site-packages (from requests->-r requirements.txt (line 9)) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/anaconda/lib/python3.6/site-packages (from requests->-r requirements.txt (line 9)) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/anaconda/lib/python3.6/site-packages (from requests->-r requirements.txt (line 9)) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/anaconda/lib/python3.6/site-packages (from requests->-r requirements.txt (line 9)) (2017.7.27.1)
Requirement already satisfied: CFFI>=1.0 in /usr/local/anaconda/lib/python3.6/site-packages (from sounddevice->-r requirements.txt (line 10)) (1.10.0)
Requirement already satisfied: six in /usr/local/anaconda/lib/python3.6/site-packages (from responses->python-forecastio->-r requirements.txt (line 7)) (1.10.0)
Requirement already satisfied: pycparser in /usr/local/anaconda/lib/python3.6/site-packages (from CFFI>=1.0->sounddevice->-r requirements.txt (line 10)) (2.18)
Building wheels for collected packages: pocketsphinx
Building wheel for pocketsphinx (setup.py) ... error
ERROR: Complete output from command /usr/local/anaconda/bin/python -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-4qo7y_ei/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-54je42n9 --python-tag cp36:
ERROR: running bdist_wheel
running build_ext
building 'sphinxbase._sphinxbase' extension
swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
Deprecated command line option: -modern. This option is now always on.
creating build
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/deps
creating build/temp.linux-x86_64-3.6/deps/sphinxbase
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/swig
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/swig/sphinxbase_wrap.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/swig/sphinxbase_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/sphinxbase
gcc -pthread -shared -B /usr/local/anaconda/compiler_compat -L/usr/local/anaconda/lib -Wl,-rpath=/usr/local/anaconda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.6/deps/sphinxbase/swig/sphinxbase_wrap.o -o build/lib.linux-x86_64-3.6/sphinxbase/_sphinxbase.cpython-36m-x86_64-linux-gnu.so
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

ERROR: Failed building wheel for pocketsphinx
Running setup.py clean for pocketsphinx
Failed to build pocketsphinx
Installing collected packages: pocketsphinx, responses, python-forecastio, pyttsx3, sounddevice
Running setup.py install for pocketsphinx ... error
ERROR: Complete output from command /usr/local/anaconda/bin/python -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-4qo7y_ei/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-jno042uh/install-record.txt --single-version-externally-managed --compile:
ERROR: running install
running build_ext
building 'sphinxbase._sphinxbase' extension
swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
swig -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
Deprecated command line option: -modern. This option is now always on.
creating build
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/deps
creating build/temp.linux-x86_64-3.6/deps/sphinxbase
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe
creating build/temp.linux-x86_64-3.6/deps/sphinxbase/swig
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/fsg_model.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/lm/ngram_model.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/cmn.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/lda.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/lda.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/agc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/agc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/feat.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/feat.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/feat/cmn_live.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/profile.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/profile.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/slapack_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/glist.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/glist.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/slamch.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slamch.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/f2c_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/errno.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/errno.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/pio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/pio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/dtoa.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/dtoa.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/logmath.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/logmath.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/heap.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/heap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/err.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/err.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/matrix.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/matrix.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/mmio.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/mmio.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bitarr.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitarr.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/sbthread.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/sbthread.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/priority_queue.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/hash_table.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/hash_table.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/genrand.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/genrand.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/case.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/case.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/bitvec.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitvec.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/filename.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/filename.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/strfuncs.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/cmd_ln.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/util/blas_lite.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_noise.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/yin.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/yin.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fixlog.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_interface.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_warp.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
gcc -pthread -B /usr/local/anaconda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/android -I/usr/local/anaconda/include/python3.6m -c deps/sphinxbase/swig/sphinxbase_wrap.c -o build/temp.linux-x86_64-3.6/deps/sphinxbase/swig/sphinxbase_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/sphinxbase
gcc -pthread -shared -B /usr/local/anaconda/compiler_compat -L/usr/local/anaconda/lib -Wl,-rpath=/usr/local/anaconda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/fsg_model.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_trie.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model_set.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/jsgf_parser.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/lm_trie_quant.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngram_model.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/lda.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/agc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/feat.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/feat/cmn_live.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/profile.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slapack_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/glist.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/slamch.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/f2c_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/errno.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/pio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/dtoa.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/logmath.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/heap.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/err.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/listelem_alloc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/matrix.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/mmio.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitarr.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/ckd_alloc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/sbthread.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/priority_queue.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/hash_table.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/genrand.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/case.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/bitvec.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/filename.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/strfuncs.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/cmd_ln.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/util/blas_lite.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_inverse_linear.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_affine.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_noise.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp_piecewise_linear.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/yin.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fixlog.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_interface.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_sigproc.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_warp.o build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/fe/fe_prespch_buf.o build/temp.linux-x86_64-3.6/deps/sphinxbase/swig/sphinxbase_wrap.o -o build/lib.linux-x86_64-3.6/sphinxbase/_sphinxbase.cpython-36m-x86_64-linux-gnu.so
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
/usr/local/anaconda/compiler_compat/ld: build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: unable to initialize decompress status for section .debug_info
build/temp.linux-x86_64-3.6/deps/sphinxbase/src/libsphinxbase/lm/ngrams_raw.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command "/usr/local/anaconda/bin/python -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-4qo7y_ei/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-jno042uh/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-4qo7y_ei/pocketsphinx/

Phoneme Availability

Feature Request

Story

As a developer, I want the voice system to make phoneme interpretations available to the bus so that later down the line additional commands may be configured via voice.

Expected Benefits

Increased extensibility.

espeak package name in arch linux repo

Describe the bug
Currently as of 12 apr 2023 the package espeak does not exist when searching arch repo

To Reproduce
run pacman -S espeak

Expected behavior
Installs espeak

Screenshots
pacman output error: target not found: espeak

Desktop (please complete the following information):

  • OS: Linux Manjaro
  • Browser Firefox
  • Version rolling release

Additional context
There is, however, the package espeak in the AUR, and also a package called espeak-ng in the repo

pip install -r requirements.txt fails on Windows

I've become this error:

Running setup.py install for pocketsphinx ... error
ERROR: Command errored out with exit status 1:
command: 'c:\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\franc\AppData\Local\Temp\pip-install-7p1u8a4n\pocketsphinx\setup.py'"'"'; file='"'"'C:\Users\franc\AppData\Local\Temp\pip-install-7p1u8a4n\pocketsphinx\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\franc\AppData\Local\Temp\pip-record-j0tp8_pa\install-record.txt' --single-version-externally-managed --compile
cwd: C:\Users\franc\AppData\Local\Temp\pip-install-7p1u8a4n\pocketsphinx
Complete output (6 lines):
running install
running build_ext
building 'sphinxbase._sphinxbase' extension
swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
swig.exe -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
error: command 'swig.exe' failed: No such file or directory
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\franc\AppData\Local\Temp\pip-install-7p1u8a4n\pocketsphinx\setup.py'"'"'; file='"'"'C:\Users\franc\AppData\Local\Temp\pip-install-7p1u8a4n\pocketsphinx\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\franc\AppData\Local\Temp\pip-record-j0tp8_pa\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.

I need help to fix it, thanks.

problem with starting up

when i start up the oa.exe program, it just shows: ear - Sending to part: stt
and nothing else. it will repeat this thing even if
i say something

image

Error installing pocketsphinx package on Ubuntu 18.04

Describe the bug
A clear and concise description of what the bug is.
image

To Reproduce
Steps to reproduce the behavior:

  1. sudo pip install -r requirements.txt

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.