capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.6k stars 1.56k forks source link

4.0.2 pip install / build fail on FreeBSD #1749

Open cederom opened 3 years ago

cederom commented 3 years ago

Hello world :-)

Capstone is now a dependency for https://github.com/pyocd/pyOCD and it does not build on FreeBSD when installing with pip :-(

The capstone 3 and 4 packages are available and I have installed version 4 on my system. Even though I cannot build a Python package. Build log is provided below. At first glance it looks like /bin/sh vs /bin/bash or make (bsd) vs gmake (gnu) problem..? Also build complains about missing libcapstone.so.4 but this one is installed - missing /usr/local/ prefix somewhere?

Any hints welcome :-)

% name -a
FreeBSD hexagon 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 GENERIC  amd64

% ls -al /usr/local/lib/libcapstone.*
-rw-r--r--  1 root  wheel  5394180  8 kwi 16:32 /usr/local/lib/libcapstone.a
lrwxr-xr-x  1 root  wheel       16  8 kwi 16:32 /usr/local/lib/libcapstone.so -> libcapstone.so.4
-rw-r--r--  1 root  wheel  4009848  8 kwi 16:32 /usr/local/lib/libcapstone.so.4

% pip install capstone==4.0.2
Collecting capstone==4.0.2
  Using cached capstone-4.0.2.tar.gz (2.0 MB)
Building wheels for collected packages: capstone
  Building wheel for capstone (setup.py): started
  Building wheel for capstone (setup.py): finished with status 'error'
  ERROR: Command errored out with exit status 1:
   command: /home/x/usr/local/venv37zephyr/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"'; __file__='"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-lr2g82l_
       cwd: /tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/
  Complete output (399 lines):
  running bdist_wheel
  running build
  Building C extensions
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 4: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 6: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 9: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 10: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 11: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 12: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 15: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 17: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 19: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 21: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 23: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 25: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 30: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 35: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 37: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 40: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 42: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 44: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 46: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 50: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 52: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 54: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 62: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 66: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 69: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 72: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 89: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 90: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 92: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 93: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 95: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 96: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 109: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 113: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 119: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 120: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 120: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 121: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 121: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 122: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 122: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 123: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 131: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 132: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 132: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 133: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 133: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 134: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 134: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 135: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 141: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 142: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 142: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 143: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 143: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 144: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 144: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 145: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 152: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 153: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 153: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 154: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 154: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 155: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 155: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 156: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 163: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 164: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 164: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 165: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 165: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 166: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 166: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 167: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 174: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 175: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 175: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 176: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 176: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 177: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 177: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 178: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 183: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 186: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 199: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 200: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 200: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 201: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 201: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 202: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 202: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 203: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 203: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 205: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 206: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 208: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 209: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 212: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 219: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 220: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 220: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 221: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 221: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 222: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 222: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 223: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 230: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 231: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 231: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 232: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 232: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 233: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 233: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 234: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 241: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 242: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 242: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 243: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 243: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 244: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 244: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 245: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 252: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 253: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 253: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 254: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 254: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 255: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 255: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 256: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 265: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 267: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 269: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 271: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 272: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 278: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 281: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 284: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 291: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 292: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 295: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 296: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 297: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 303: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 309: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 312: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 318: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 324: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 325: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 326: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 328: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 329: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 331: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 333: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 336: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 337: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 339: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 340: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 342: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 344: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 346: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 347: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 354: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 355: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 355: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 356: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 359: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 362: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 364: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 366: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 368: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 369: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 371: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 373: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 374: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 391: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 394: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 395: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 395: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 396: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 396: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 397: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 399: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 400: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 403: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 404: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 404: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 405: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 405: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 406: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 408: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 413: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 414: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 415: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 420: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 421: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 421: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 422: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 422: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 423: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 429: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 430: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 430: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 431: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 439: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 440: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 440: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 441: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 441: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 442: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 442: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 443: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 443: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 444: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 446: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 448: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 450: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 451: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 451: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 452: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 452: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 453: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 453: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 454: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 458: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 460: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 462: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 485: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 486: warning: duplicate script for target "ifneq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 486: warning: duplicate script for target "(,)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 487: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 489: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 493: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 494: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 494: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 495: warning: duplicate script for target "ifeq" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 495: warning: duplicate script for target "(0,0)" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 496: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 498: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 501: Missing dependency operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 502: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 503: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 504: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 507: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 508: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 509: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 510: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 511: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 512: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 515: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 516: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 517: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 518: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 521: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 522: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 523: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 526: Need an operator
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 527: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 528: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 529: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 530: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 531: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 532: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 533: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 534: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 535: warning: duplicate script for target "define" ignored
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
  make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 536: Need an operator
  make: Fatal errors encountered -- cannot continue
  make: stopped in /tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src
  error: [Errno 2] No such file or directory: 'libcapstone.so.4'
  ----------------------------------------
  ERROR: Failed building wheel for capstone
  Running setup.py clean for capstone
Failed to build capstone
Installing collected packages: capstone
    Running setup.py install for capstone: started
    Running setup.py install for capstone: finished with status 'error'
    ERROR: Command errored out with exit status 1:
     command: /home/x/usr/local/venv37zephyr/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"'; __file__='"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-_3w179ln/install-record.txt --single-version-externally-managed --compile --install-headers /home/x/usr/local/venv37zephyr/include/site/python3.7/capstone
         cwd: /tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/
    Complete output (399 lines):
    running install
    running build
    Building C extensions
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 4: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 6: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 9: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 10: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/functions.mk" line 11: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 12: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 15: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 17: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 19: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 21: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 23: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 25: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 30: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 35: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 37: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 40: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 42: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 44: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 46: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 50: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 52: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 54: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 62: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 66: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 69: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 72: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 89: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 90: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 92: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 93: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 95: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 96: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 109: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 113: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 119: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 120: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 120: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 121: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 121: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 122: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 122: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 123: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 131: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 132: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 132: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 133: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 133: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 134: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 134: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 135: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 141: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 142: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 142: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 143: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 143: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 144: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 144: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 145: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 152: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 153: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 153: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 154: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 154: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 155: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 155: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 156: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 163: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 164: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 164: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 165: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 165: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 166: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 166: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 167: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 174: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 175: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 175: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 176: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 176: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 177: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 177: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 178: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 183: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 186: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 199: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 200: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 200: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 201: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 201: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 202: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 202: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 203: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 203: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 205: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 206: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 208: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 209: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 212: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 219: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 220: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 220: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 221: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 221: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 222: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 222: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 223: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 230: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 231: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 231: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 232: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 232: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 233: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 233: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 234: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 241: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 242: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 242: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 243: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 243: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 244: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 244: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 245: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 252: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 253: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 253: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 254: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 254: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 255: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 255: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 256: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 265: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 267: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 269: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 271: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 272: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 278: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 281: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 284: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 291: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 292: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 295: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 296: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 297: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 303: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 309: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 312: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 318: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 324: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 325: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 326: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 328: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 329: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 331: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 333: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 336: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 337: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 339: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 340: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 342: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 344: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 346: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 347: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 354: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 355: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 355: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 356: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 359: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 362: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 364: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 366: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 368: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 369: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 371: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 373: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 374: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 391: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 394: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 395: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 395: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 396: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 396: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 397: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 399: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 400: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 403: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 404: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 404: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 405: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 405: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 406: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 408: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 413: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 414: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 415: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 420: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 421: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 421: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 422: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 422: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 423: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 429: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 430: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 430: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 431: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 439: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 440: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 440: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 441: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 441: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 442: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 442: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 443: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 443: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 444: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 446: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 448: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 450: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 451: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 451: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 452: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 452: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 453: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 453: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 454: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 458: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 460: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 462: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 485: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 486: warning: duplicate script for target "ifneq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "ifneq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 486: warning: duplicate script for target "(,)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 112: warning: using previous script for "(,)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 487: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 489: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 493: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 494: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 494: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 495: warning: duplicate script for target "ifeq" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 207: warning: using previous script for "ifeq" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 495: warning: duplicate script for target "(0,0)" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 370: warning: using previous script for "(0,0)" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 496: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 498: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 501: Missing dependency operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 502: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 503: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 504: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 507: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 508: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 509: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 510: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 511: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 512: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 515: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 516: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 517: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 518: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 521: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 522: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 523: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 526: Need an operator
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 527: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 528: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 529: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 530: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 531: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 532: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 533: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 534: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 535: warning: duplicate script for target "define" ignored
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 5: warning: using previous script for "define" defined here
    make: "/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src/Makefile" line 536: Need an operator
    make: Fatal errors encountered -- cannot continue
    make: stopped in /tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/src
    error: [Errno 2] No such file or directory: 'libcapstone.so.4'
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home/x/usr/local/venv37zephyr/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"'; __file__='"'"'/tmp/pip-install-x_c3suuk/capstone_4390d18441344bf89d2b57b36d942962/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-_3w179ln/install-record.txt --single-version-externally-managed --compile --install-headers /home/x/usr/local/venv37zephyr/include/site/python3.7/capstone Check the logs for full command output.
aquynh commented 3 years ago

We have no FreeBSD to try. Can you send a pull req?

cederom commented 3 years ago

Thanks @aquynh for ultra fast response :-) I have cloned the repository and it turns out that missing LIBCAPSTONE_PATH seems to be the cause on FreeBSD where all userland is located in /usr/local not / as in Linux :-)

% LIBCAPSTONE_PATH=/usr/local/lib python setup.py build

Can we put some sort of if that would detect FreeBSD and set that path or simply add this path to search? If so where should I put this one? With that hint I will provide a pr in a moment :-)

cederom commented 3 years ago

Hmm, even with this path provided in env, the installed python module does not remember where to find a library. Probably /usr/local/lib needs to be added into the search path :-)

./test_basic.py
Traceback (most recent call last):
  File "./test_basic.py", line 5, in <module>
    from capstone import *
  File "/x/capstone.git/bindings/python/capstone/__init__.py", line 315, in <module>
    raise ImportError("ERROR: fail to load the dynamic library.")
ImportError: ERROR: fail to load the dynamic library.
cederom commented 3 years ago

I have found a hint [1] to use python setup.py build --rpath=/usr/local/lib to "bake in" the library path but current setup.py does not seem to know -R nor --rpath stuff :-(

%  LIBCAPSTONE_PATH=/usr/local/lib python setup.py build --rpath=/usr/local/lib
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --rpath not recognized

We need to find a way to "bundle" the library path within the python module. When building the module without LIBCAPSTONE_PATH I get exactly the same error as pip produces trying to build the whole stuff (C extenstions + Python module).

We need to use either system provided library or fix the C module from within the Python binding (using cmake by hand it builds fine).

[1] https://stackoverflow.com/questions/1099981/why-cant-python-find-shared-objects-that-are-in-directories-in-sys-path

cederom commented 3 years ago

Build problem is a make (bsd) vs gmake (gnu) issue. When using gmake it builds fine. When using cmake it builds even better :-) Will prepare the pr and report back :-)

cederom commented 3 years ago

Here you go https://github.com/aquynh/capstone/pull/1750 :-) Thank you for this amazing tool set! :-)

cederom commented 3 years ago

Hey @aquynh there goes yet another fix to build on all BSD platforms https://github.com/aquynh/capstone/pull/1753 :-) Tested on FreeBSD, OpenBSD, NetBSD :-)

Would that be possible to create a patch release 4.0.3 that builds on BSD with pip please? :-)

cederom commented 3 years ago

Ping to @aquynh with release schedule question? That blocks pip build on BSD platforms..

cederom commented 3 years ago

ping ping ping to @aquynh the capstone release is the last blocker of pyOCD on BSD platforms..

cederom commented 2 years ago

@aquynh release request ping..

UlrichVonRekkenin commented 11 months ago

Good day, on FreeBsd 13.2 x64 still not installing. The fix LIBCAPSTONE_PATH=/usr/local/lib pip install capstone solved problem.

Rot127 commented 11 months ago

If I remember correctly @kabeor said somewhere that v4 is no longer supported with the v5 release. @kabeor could you confirm this?