IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

Any plans to add FreeBSD support? #469

Open ivan-volnov opened 2 years ago

ivan-volnov commented 2 years ago

Hello, subj.

Building wheel for bluepy (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/local/share/ha/bin/python3.9 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-c7mff51z/bluepy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-c7mff51z/bluepy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-32unse26
       cwd: /tmp/pip-install-c7mff51z/bluepy/
  Complete output (12 lines):
  /usr/local/share/ha/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
    warnings.warn(
  running bdist_wheel
  running build
  running build_py
  Working dir is /tmp/pip-install-c7mff51z/bluepy
  execute make -C ./bluepy clean
  Failed to compile bluepy-helper. Exiting install.
  Command was 'make -C ./bluepy clean' in /tmp/pip-install-c7mff51z/bluepy
  Return code was 1
  Output was:
  b'make: "/tmp/pip-install-c7mff51z/bluepy/bluepy/Makefile" line 16: Need an operator\nmake: "/tmp/pip-install-c7mff51z/bluepy/bluepy/Makefile" line 18: Need an operator\nmake: "/tmp/pip-install-c7mff51z/bluepy/bluepy/Makefile" line 20: Need an operator\nmake: Fatal errors encountered -- cannot continue\nmake: stopped in /tmp/pip-install-c7mff51z/bluepy/bluepy\n'
  ----------------------------------------
  ERROR: Failed building wheel for bluepy

At first it needs to run gmake instead of make