Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlueotoothHCI dont compile in linux. #45

Closed
Neocop opened this issue Jul 22, 2019 · 2 comments
Closed

BlueotoothHCI dont compile in linux. #45

Neocop opened this issue Jul 22, 2019 · 2 comments

Comments

@Neocop
Copy link

Neocop commented Jul 22, 2019

Hi Jeija. When I execute npm install, I have a compilation error in BluetoothHciSocket.

gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:190:23)
gyp ERR! stack at ChildProcess.emit (events.js:193:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:255:12)
gyp ERR! System Linux 5.2.1-arch1-1-ARCH
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/neocop/src/bluefluff/fluffd/node_modules/bluetooth-hci-socket
gyp ERR! node -v v11.15.0
gyp ERR! node-gyp -v v5.0.2
gyp ERR! not ok

I'm using archlinux x86_64. Thank you

@Jeija
Copy link
Owner

Jeija commented Jul 22, 2019

This problem is related to noble/node-bluetooth-hci-socket#84, it's not bluefluff's fault. As a workaround, you can install the LTS version of nodejs (pacman -S nodejs-lts-carbon on Archlinux). Please let me know if this helps / close the issue if it does.

@Neocop
Copy link
Author

Neocop commented Jul 22, 2019

Ok Jeija, Problem solved. Now I can open the html interface and I can see the options at the left.
Thank you for your work. :)

@Jeija Jeija closed this as completed Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants