-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Unable to build for Raspberry Pi 3|B #1886
Comments
Having the same problem on windows |
Having the same issue on ubuntu. Reverting to an older version did not solve the issue. |
Having the same issue on windows! |
reasonably pure repro:
Any idea's on best way to debug? |
Issue #1887 references this same issue and it seems to have been a server issue, try it again and see if it's been resolved |
Duplicate of #1887. See #1887 (comment) for context on what happened as well as workaround. |
All of sudden my project stopped working on raspberry pi so I tried re-installing the dependencies, while rebuilding using electron-rebuild I am facing below problem.
An unhandled error occurred inside electron-rebuild
gyp info it worked if it ends with ok
gyp info using node-gyp@5.0.3
gyp info using node@10.16.3 | linux | arm
gyp info find Python using Python version 2.7.16 found at "/usr/bin/python"
gyp http GET https://electronjs.org/headers/v6.0.10/node-v6.0.10-headers.tar.gz
gyp http 200 https://electronjs.org/headers/v6.0.10/node-v6.0.10-headers.tar.gz
gyp ERR! Completion callback never invoked!
gyp ERR! System Linux 4.19.66-v7+
gyp ERR! command "/usr/local/bin/node" "/home/pi/projects/electrion_rpi/node_modules/.bin/node-gyp" "rebuild" "--target=6.0.10" "--arch=arm" "--dist-url=https://electronjs.org/headers" "--build-from-source"
gyp ERR! cwd /home/pi/projects/electrion_rpi/node_modules/epoll
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! This is a bug in
node-gyp
.gyp ERR! Try to update node-gyp and file an Issue if it does not help:
gyp ERR! https://github.com/nodejs/node-gyp/issues
Failed with exit code: 6
Error: gyp info it worked if it ends with ok
gyp info using node-gyp@5.0.3
gyp info using node@10.16.3 | linux | arm
gyp info find Python using Python version 2.7.16 found at "/usr/bin/python"
gyp http GET https://electronjs.org/headers/v6.0.10/node-v6.0.10-headers.tar.gz
gyp http 200 https://electronjs.org/headers/v6.0.10/node-v6.0.10-headers.tar.gz
gyp ERR! Completion callback never invoked!
gyp ERR! System Linux 4.19.66-v7+
gyp ERR! command "/usr/local/bin/node" "/home/pi/projects/electrion_rpi/node_modules/.bin/node-gyp" "rebuild" "--target=6.0.10" "--arch=arm" "--dist-url=https://electronjs.org/headers" "--build-from-source"
gyp ERR! cwd /home/pi/projects/electrion_rpi/node_modules/epoll
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v5.0.3
gyp ERR! This is a bug in
node-gyp
.gyp ERR! Try to update node-gyp and file an Issue if it does not help:
gyp ERR! https://github.com/nodejs/node-gyp/issues
Failed with exit code: 6
at SafeSubscriber._error (/home/pi/projects/electrion_rpi/node_modules/spawn-rx/lib/src/index.js:267:84)
at SafeSubscriber.__tryOrUnsub (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.error (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:156:26)
at Subscriber._error (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:92:26)
at Subscriber.error (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:72:18)
at MapSubscriber.Subscriber._error (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:92:26)
at MapSubscriber.Subscriber.error (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:72:18)
at SafeSubscriber._next (/home/pi/projects/electrion_rpi/node_modules/spawn-rx/lib/src/index.js:242:65)
at SafeSubscriber.__tryOrUnsub (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.next (/home/pi/projects/electrion_rpi/node_modules/rxjs/internal/Subscriber.js:143:22)
The text was updated successfully, but these errors were encountered: